X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=3ae698348b4a4278bb9c7eedf0cae6c3b4a1096d;hb=e75ad73c0f8cf1a327a57284bcb4c2cc261d279f;hp=ef5bdb7d3b01096d951a438fcaff3862a606f3ad;hpb=5973fb03f503de151d75db08e0a35ca741c3476e;p=chaz%2Fopenbox diff --git a/ChangeLog b/ChangeLog index ef5bdb7d..3ae69834 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,124 @@ +2003-07-30 xor@zed.orodu.net + + * client.c: the size can be 0 when there is a base size + + * client.c, client.h, event.c: improved ICCCM compliance! + a) send ConfigureNotify back to the client as required by the ICCCM in all sitatuations. + b) send the corrent coords in the ConfigureNotify, including the border width + c) remove the WM_STATE property when unmanaging a window + + * frame.c: code cleaning + + * menu.c: only ignore wheel buttons + +2003-07-29 xor@zed.orodu.net + + * event.c: i am the king of copy/paste errors + +2003-07-29 woodblock + + * event.c: more menu fixes. + I hate menus. + + * menu.c: Clear current_menu when hiding menus. + + * event.c, menu.c: Close menu properly on unbound keys. + + * menu.c: Fix some keyboard control issues. + +2003-07-28 xor@zed.orodu.net + + * client.c, event.c: + base rudeness on if they have a strut even smarter! + + * client.c, event.c: base rudeness on if they have a strut or not + + * client.c, event.c, screen.c: + make the new placement restrictions not affect !normal windows like panels + + * menu.c: use plugin_open_reopen not plugin_open_full + + * event.c, frame.c, frame.h, framerender.c: + hover theme elements for window titlebar buttons + + * client.c, client.h, event.c, screen.c: + make those apps stay/map on screen!! fuck stupid apps. thats right im talking to you mozilla and you too java. + + * event.c: make things compile again. hover does not work yet. + + * client.c: use the macro + + * client.c, event.c: + keep apps from moving/maping their titlebar underneath left/top panels + + * session.c: set teh clone comamnd + + * session.c: + use char not a long, since we're telling the SM that its 1 byte lone + + * session.c: save the commands on startup + + * session.c: use the path properly for the session file + + * session.c: use teh save file not the session id + +2003-07-28 woodblock + + * menu.c: demand load plugins from the menu + + * event.c, menu.c: Menu stuff. + Testing may begin. + +2003-07-26 woodblock + + * event.c: Close menu on click if outside the menu. + I think, haven't tested. + + * menu.c: more fixes + +2003-07-26 xor@zed.orodu.net + + * stacking.c: dont stack groups together + +2003-07-26 woodblock + + * event.c, menu.c, menu.h: Some menu updates. + Don't talk to me about menus. + +2003-07-26 xor@zed.orodu.net + + * stacking.c: dont stack groups together + +2003-07-26 woodblock + + * event.c, menu.c, menu.h: Some menu updates. + Don't talk to me about menus. + +2003-07-25 xor@zed.orodu.net + + * client.c, client.h: + add client_search_transient which searches the tree from a client down for a client + + * stacking.c: stacking fixes + +2003-07-24 xor@zed.orodu.net + + * openbox.c, openbox.h, session.c, session.h: + save and load the session save file, though its data is not used yet! + +2003-07-24 woodblock + + * event.c, menu.c, menu.h, menu_render.c: + I had a commit message but my commit got stepped on so fuck it. + No one cares what I think anyway. + If the menu navigation isn't EXACTLY FUCKING RIGHT I WILL REMOVE IT + AND SOME OTHER POOR FUCK CAN PUT UP WITH ALL THE FUCKING BULLSHIT. + +2003-07-24 xor@zed.orodu.net + + * action.c, client.c, debug.h, dock.c, event.c, focus.c, menu.c, menu_render.c, openbox.c, screen.c: + use ob_debug for any debug printing and only display the output when its a debug build or when --debug is passed to it + 2003-07-24 xor@zed.orodu.net * configure.ac: