1 2003-09-03 Ben Jansens <xor@zed.orodu.net>
3 * openbox/startupnotify.c: fix for not using startup notification
5 * ChangeLog: recent changes
7 * configure.ac: beta1 time. fuck yah.
10 kill the window mapping.. its not doing anything anyways? whatever..
13 dont ungrab/grab all the mouse bindings every time a new one is added. just do it once on startup.
16 dont exit when a theme can't be loaded during reconfigure
19 handle the case where a transient is a child of a dockapp
21 * openbox/moveresize.c:
22 don't let move/resize occur on non-visible clients
25 display a popup and perform a smooth transition when reconfiguring
27 * openbox/keyboard.c: grab keys on the client windows themselves
30 only remove one flash timer at a time, so all frames dont stop flashing just cuz a window closed
32 * openbox/client_list_menu.c: remove from desktop_menus when freed
35 use the ob_main_loop_timeout_remove_data to only remove one timer
37 * openbox/dock.c: dont set a strut when there are no apps in the dock
40 support getting the desktop from the startup notification protocol
41 pass on to the startup notification code that a window has mapped with a given wmclass
43 * openbox/client.h: add the startup_id
45 * openbox/openbox.c, openbox/openbox.h: add the NONE cursor.
46 remove startup notification code from openbox.c and openbox.h
47 call the new sn_startup/shutdown for startupnotification.c
49 * openbox/moveresize.c: use NONE cursor when not specifying one
52 remove startup hacks and add startup notification in its own files
55 remove the startup notification code from event.c, it all lives in its own file now
57 * openbox/startupnotify.c, openbox/startupnotify.h:
58 add startup notification in its own .c/.h files
60 * openbox/menuframe.c: use the NONE cursor when not specifying one
62 * openbox/mainloop.c, openbox/mainloop.h:
63 add ob_main_loop_timeout_remove_data.
64 make the timeout remove functions remove *all* timeouts that match
66 * openbox/startup.c, openbox/startup.h:
67 remove teh startup state saving hacks since we can reconfigure now. no more restarting for the average user anymore.
69 * openbox/grab.c: use the NONE cursor when not specifying one
71 * openbox/screen.c, openbox/screen.h:
72 remove all the startup notification code from screen.c
74 * openbox/prop.c, openbox/prop.h: add the startup_id atom
76 * openbox/action.c, openbox/keyboard.c, openbox/mouse.c:
77 use the NONE cursor when not specifying a cursor
79 * openbox/misc.h: add a NONE cursor, to not change the cursor at all
81 * data/menu.xml: add reconfigure to the menu
83 * openbox/action.c, openbox/action.h, openbox/client.c, openbox/client.h, openbox/dock.c, openbox/dock.h, openbox/event.c, openbox/event.h, openbox/focus.c, openbox/focus.h, openbox/frame.c, openbox/frame.h, openbox/grab.h, openbox/group.c, openbox/group.h, openbox/keyboard.c, openbox/keyboard.h, openbox/menu.c, openbox/menu.h, openbox/mouse.c, openbox/mouse.h, openbox/moveresize.c, openbox/moveresize.h, openbox/openbox.c, openbox/openbox.h, openbox/screen.c, openbox/screen.h, openbox/window.c, openbox/window.h:
84 add a reconfigure action, also reconfigure on SIGUSR2.
85 support reconfiguring throughout the entire codebase.
87 * themes/thebear/themerc: updates for thebear from merry
90 make focusDelay check the destroying window properly before killing the timer
92 * data/rc.xml: add default A-space binding for the client menu
94 * AUTHORS: add teh focusDelay option for mikachu
96 * openbox/menuframe.c, openbox/menuframe.h:
97 track the maximum margin of menu items. use this to keep icons in the menus inside the bevel/borders of the menu items
99 * ChangeLog: recent changes
101 * configure.ac: alpha8
103 * data/rc.xml, openbox/config.c, openbox/config.h, openbox/event.c:
104 add the focusDelay option
107 dont grab frame context mouse bindings on desktop windows
109 * openbox/client.c, openbox/client.h, openbox/menu.c, openbox/moveresize.c:
110 make the client destructor a GDestroyNotify
112 * Makefile.am: add themeupdate.py to the distribution
114 * data/rc.xml: add focus the desktop on left click binding
116 * openbox/menuframe.c: rm empty line
118 * openbox/menuframe.c: limit menus' width to 400px
120 * data/rc.xml, openbox/config.c:
121 rename the theme name node from 'theme' to 'name'
123 * data/rc.xml: fix capitalization and empty tags. cleanup.
125 * data/rc.xml: remove obsolete placement/remember option
127 * openbox/moveresize.c:
128 only show resize popups for clients with size increments. no move popup at all. waste of screen space.
130 * openbox/popup.c: use the provided margins to layout the popup better
132 * render/render.c, render/render.h:
133 provide a function to give the margins for an appearance
135 * data/rc.xml, openbox/config.c:
136 make the default screen-edge resistance 20 (double what it is for windows)
139 we use the offsets we get from the server, we should use the byte order too..
141 * render/color.c: remove bad comment
143 2003-09-03 Ben Jansens <xor@zed.orodu.net>
145 * ChangeLog: recent changes
147 * configure.ac: beta1 time. fuck yah.
150 kill the window mapping.. its not doing anything anyways? whatever..
153 dont ungrab/grab all the mouse bindings every time a new one is added. just do it once on startup.
156 dont exit when a theme can't be loaded during reconfigure
159 handle the case where a transient is a child of a dockapp
161 * openbox/moveresize.c:
162 don't let move/resize occur on non-visible clients
165 display a popup and perform a smooth transition when reconfiguring
167 * openbox/keyboard.c: grab keys on the client windows themselves
170 only remove one flash timer at a time, so all frames dont stop flashing just cuz a window closed
172 * openbox/client_list_menu.c: remove from desktop_menus when freed
175 use the ob_main_loop_timeout_remove_data to only remove one timer
177 * openbox/dock.c: dont set a strut when there are no apps in the dock
180 support getting the desktop from the startup notification protocol
181 pass on to the startup notification code that a window has mapped with a given wmclass
183 * openbox/client.h: add the startup_id
185 * openbox/openbox.c, openbox/openbox.h: add the NONE cursor.
186 remove startup notification code from openbox.c and openbox.h
187 call the new sn_startup/shutdown for startupnotification.c
189 * openbox/moveresize.c: use NONE cursor when not specifying one
192 remove startup hacks and add startup notification in its own files
195 remove the startup notification code from event.c, it all lives in its own file now
197 * openbox/startupnotify.c, openbox/startupnotify.h:
198 add startup notification in its own .c/.h files
200 * openbox/menuframe.c: use the NONE cursor when not specifying one
202 * openbox/mainloop.c, openbox/mainloop.h:
203 add ob_main_loop_timeout_remove_data.
204 make the timeout remove functions remove *all* timeouts that match
206 * openbox/startup.c, openbox/startup.h:
207 remove teh startup state saving hacks since we can reconfigure now. no more restarting for the average user anymore.
209 * openbox/grab.c: use the NONE cursor when not specifying one
211 * openbox/screen.c, openbox/screen.h:
212 remove all the startup notification code from screen.c
214 * openbox/prop.c, openbox/prop.h: add the startup_id atom
216 * openbox/action.c, openbox/keyboard.c, openbox/mouse.c:
217 use the NONE cursor when not specifying a cursor
219 * openbox/misc.h: add a NONE cursor, to not change the cursor at all
221 * data/menu.xml: add reconfigure to the menu
223 * openbox/action.c, openbox/action.h, openbox/client.c, openbox/client.h, openbox/dock.c, openbox/dock.h, openbox/event.c, openbox/event.h, openbox/focus.c, openbox/focus.h, openbox/frame.c, openbox/frame.h, openbox/grab.h, openbox/group.c, openbox/group.h, openbox/keyboard.c, openbox/keyboard.h, openbox/menu.c, openbox/menu.h, openbox/mouse.c, openbox/mouse.h, openbox/moveresize.c, openbox/moveresize.h, openbox/openbox.c, openbox/openbox.h, openbox/screen.c, openbox/screen.h, openbox/window.c, openbox/window.h:
224 add a reconfigure action, also reconfigure on SIGUSR2.
225 support reconfiguring throughout the entire codebase.
227 * themes/thebear/themerc: updates for thebear from merry
230 make focusDelay check the destroying window properly before killing the timer
232 * data/rc.xml: add default A-space binding for the client menu
234 * AUTHORS: add teh focusDelay option for mikachu
236 * openbox/menuframe.c, openbox/menuframe.h:
237 track the maximum margin of menu items. use this to keep icons in the menus inside the bevel/borders of the menu items
239 * ChangeLog: recent changes
241 * configure.ac: alpha8
243 * data/rc.xml, openbox/config.c, openbox/config.h, openbox/event.c:
244 add the focusDelay option
247 dont grab frame context mouse bindings on desktop windows
249 * openbox/client.c, openbox/client.h, openbox/menu.c, openbox/moveresize.c:
250 make the client destructor a GDestroyNotify
252 * Makefile.am: add themeupdate.py to the distribution
254 * data/rc.xml: add focus the desktop on left click binding
256 * openbox/menuframe.c: rm empty line
258 * openbox/menuframe.c: limit menus' width to 400px
260 * data/rc.xml, openbox/config.c:
261 rename the theme name node from 'theme' to 'name'
263 * data/rc.xml: fix capitalization and empty tags. cleanup.
265 * data/rc.xml: remove obsolete placement/remember option
267 * openbox/moveresize.c:
268 only show resize popups for clients with size increments. no move popup at all. waste of screen space.
270 * openbox/popup.c: use the provided margins to layout the popup better
272 * render/render.c, render/render.h:
273 provide a function to give the margins for an appearance
275 * data/rc.xml, openbox/config.c:
276 make the default screen-edge resistance 20 (double what it is for windows)
279 we use the offsets we get from the server, we should use the byte order too..
281 * render/color.c: remove bad comment
283 2003-09-02 Ben Jansens <xor@zed.orodu.net>
285 * openbox/moveresize.c:
286 more fixes to keep the pointer stuff aligned when doing keyboard move/resize
288 * openbox/moveresize.c:
289 fix flashing when using keyboard move against the edge of the screen
292 interlace is drawn first, so bevels n shit cover it
294 * openbox/client_menu.c, openbox/menu.h, openbox/menuframe.c, openbox/menuframe.h:
295 use new menu.bullet.selected.imageColor. use the text colors for the menu mask icons instead of teh bullet color, and set it based on selected/disabled/normal like the text.
297 * render/theme.c, render/theme.h: add menu.bullet.selected.imageColor
300 grab the mouse before any move/resizes in actions, preventing focus from moving when followMouse is on and the window moves/resizes out from under the pointer
302 * Makefile.am, data/menu, data/menu.xml, data/rc.xml, openbox/menu.c:
303 move the default menu to menu.xml
305 * openbox/session.c: remove debug prints
307 * render/render.c: remove debug print
309 * render/color.c: remove XXX comment, it was right, now its done :>
311 * render/color.c, render/color.h:
312 use the new color hash to cache RrColors
314 * render/instance.c, render/instance.h, render/render.h:
315 move some internal functions from render.h to instance.h
316 add a color hash table to the RrInstance
318 * openbox/resist.c: remove debug print
320 * openbox/mainloop.c: make the segfault swearing more clear
322 * openbox/moveresize.c:
323 add comment about the new code in moveresize for size increment windows
325 * openbox/client.c, openbox/moveresize.c:
326 stop doing stupid shit for the size increments in client_configure, it belongs in the moveresize code. add it there.
328 * openbox/resist.c, openbox/resist.h:
329 separate window and screen snapping so only one or the other can be used
331 * openbox/action.c: grow to edge is a move and a resize, oops
333 2003-09-01 Ben Jansens <xor@zed.orodu.net>
335 * Makefile.am, data/rc.xml, data/rc3, parser/parse.c:
338 * Makefile.am: update for the new theme selections
340 * data/rc3: make thebear the default theme
342 * themes/thebear/themerc:
343 add a menu overlap and smaller font size for the menu items
345 * themes/allegro/bullet.xbm, themes/allegro/themerc, themes/artwiz/themerc, themes/blah41/themerc, themes/om4ob/themerc, themes/thebear/themerc:
346 add/fix themes for 3.0
348 * openbox/menuframe.c, openbox/popup.c, render/theme.c, render/theme.h:
349 rename back the app_selected appearances to app_hilite
351 * tools/themeupdate/themeupdate.py: some stuff is exact
353 * tools/themeupdate/themeupdate.py: remove menu.bullet from themes
355 * tools/themeupdate/themeupdate.py: show errors on stderr
357 * tools/themeupdate/themeupdate.py: nicer usage output
359 * openbox/moveresize.c: this move is not final
362 make ob_expand_tilde expand all tildes in the string
364 * tools/themeupdate/themeupdate.py: global valid
366 * tools/themeupdate/themeupdate.py: more checks, for pixelsize fonts
368 * tools/themeupdate/themeupdate.py:
369 add more checks, for fonts, and for missing stuff
371 * tools/themeupdate/themeupdate.py:
372 update oldschool .xft.font options from ob2
374 * tools/themeupdate/themeupdate.py: enable all the tests
376 * tools/themeupdate/themeupdate.py: check for oldschool fonts
378 * tools/themeupdate/themeupdate.py: check window.button.pressed
380 * tools/themeupdate/themeupdate.py:
381 themeupdate already fixes some recent changes
383 * openbox/popup.c: couple more xrdb theme format cleanups:
384 window.focus.font -> window.label.focus.font
385 window.unfocus.font -> window.label.unfocus.font
386 window.justify -> window.label.justify
387 menu.frame.* -> menu.items.*
388 menu.hilite.* -> menu.selected.*
389 *.picColor -> *.imageColor
391 * openbox/client_list_menu.c: remove an old plugin call
393 * openbox/menuframe.c, render/theme.c, render/theme.h:
394 couple more xrdb theme format cleanups:
395 window.focus.font -> window.label.focus.font
396 window.unfocus.font -> window.label.unfocus.font
397 window.justify -> window.label.justify
398 menu.frame.* -> menu.items.*
399 menu.hilite.* -> menu.selected.*
400 *.picColor -> *.imageColor
402 * data/rc3: remove the urgent options
405 dont crash when flashing a window when it goes away, remove the timer when dying
407 * openbox/client.c: flash when urgent
409 * openbox/action.c, openbox/action.h: remove vibrate and flash actions
411 * openbox/frame.c, openbox/frame.h:
412 improved frame flashing code, can start and stop it on command
414 * openbox/config.c, openbox/config.h: remove the urgent actions
416 * render/render.c: i rul.. at typos..
418 * render/render.c: copy/free the new interlaced color
420 * render/gradient.c, render/render.h, render/theme.c:
421 add interlaceColor, and support interlaced gradients
423 * data/rc3: add flashing urgent windows
425 * openbox/action.c, openbox/action.h: add flash action
427 * openbox/frame.c, openbox/frame.h: add code to flash the frame
429 * openbox/menuframe.c:
430 make separators span the width of the entire menu
432 * openbox/action.c, openbox/action.h, openbox/client.c, openbox/client.h, openbox/config.c, openbox/config.h, openbox/moveresize.c:
434 add some macros for moving/resizing clients
437 * openbox/action.c: s/expand_tile/ob_expand_tilde/
439 * openbox/config.h: missing 'extern' for a bunch of vars
441 * openbox/action.c, openbox/config.c, openbox/menu.c, openbox/openbox.c, openbox/openbox.h:
442 move expand_tilde to ob_expand_tilde in openbox.c to make it global.
443 use it on the command read in the menu parsing for pipe menus.
444 use it on the command read for execute/restart actions.
446 2003-08-31 Ben Jansens <xor@zed.orodu.net>
448 * openbox/menu.c: parse all the menu files specified
450 * openbox/mainloop.c: oops, now is in the loop :>
452 * openbox/mainloop.c: get the current time when adding timers
454 * configure.ac: i dont use sed for anything, no need to check for it
456 * Makefile.am: rm some plugin stuff that i missed
458 * configure.ac: alpha7
462 * openbox/action.c, openbox/action.h, openbox/screen.c, openbox/screen.h:
463 add the DesktopLast action, props to marius nita for this one
465 * openbox/event.c: remove debug print
467 * openbox/client_list_menu.c:
468 add a separator in the client-list-menus above iconic windows
470 * openbox/menuframe.c:
471 dont lose the menu selection while puttin the mouse over a separator (properly)
473 * openbox/event.c: compress events properly
475 * openbox/menuframe.c:
476 only hide menus if theyre supposed to when executing
478 * openbox/action.c, openbox/action.h:
479 make directional focusing an interactive action
481 * data/rc3: the <interactive> tags are no longer needed
484 make desktop cycling work properly when non-interactive
486 * openbox/keyboard.c, openbox/mouse.c:
487 when no modifiers are in a binding, then make it non-interactive
489 * openbox/focus.c, openbox/focus.h:
490 make focus cycling work when not interactive
491 add focus_directional_cycle
493 * AUTHORS: tore did some more actions :)
495 * openbox/keyboard.c:
496 ungrab keys before grabbnig keys at the next chain level
499 grab the pointer Async for key grabs, lets key bindings like <execute>xkill</execute> work
501 * openbox/menuframe.c, openbox/menuframe.h: draw menu separators
503 * render/render.c, render/render.h: add RrColorGC
504 add a LineArt texture type for drawing a line, this is used for drawing the menu separators
506 * render/gradient.c, render/mask.c: use RrColorGC
508 * render/color.c: add RrColorGC
510 * openbox/stacking.c: kill a warning
513 move_onscreen was supposed to go away.. :) thanks mikachu
515 2003-08-30 woodblock <woodblock@zed>
517 * AUTHORS: *** empty log message ***
519 2003-08-30 Ben Jansens <xor@zed.orodu.net>
521 * openbox/client_menu.c:
522 add masks from the titlebar buttons to the client menu's options
524 * openbox/menu.h, openbox/menuframe.c, openbox/menuframe.h:
525 add suppot for showing pixmap masks in menus where the rgba icons go too
527 * openbox/client.c: use the nwe theme's show_handle value
529 * render/theme.c, render/theme.h:
530 allow handlewidth of 0, which sets show_handle to false
532 * openbox/event.c: compress motion events
534 * render/theme.c: bugz, wrong vars
536 * openbox/menuframe.c: add padding in the menu title too
538 * openbox/client.c, openbox/client.h, openbox/menu.c, openbox/moveresize.c:
539 add destructor functions for clients that you acn subscribe with, and use these instead of hardcoding special cases in the unmanage code
541 * data/rc3, openbox/action.c, openbox/action.h, openbox/client_list_menu.c, openbox/config.c, openbox/config.h, openbox/focus.c, openbox/focus.h, openbox/keyboard.c, openbox/mouse.c, openbox/screen.c, openbox/screen.h:
542 make interactive actions a type and not special cases.
543 add the <interactive> option to them to turn off interactivity
545 * openbox/grab.c: remove debug print
547 * Makefile.am, openbox/dock.c, openbox/dock.h, openbox/event.c, openbox/event.h, openbox/grab.c, openbox/keyboard.c, openbox/mainloop.c, openbox/mainloop.h, openbox/openbox.c, openbox/openbox.h, openbox/screen.c, openbox/timer.c, openbox/timer.h:
548 using the ObMainLoop, which rulz the planet
550 * data/rc3: put debian menu file first
552 * openbox/menu.c, openbox/menu.h: add pipe-menus
554 * openbox/menuframe.c: fix grabbing and not releasing with menus
556 2003-08-29 Ben Jansens <xor@zed.orodu.net>
558 * openbox/menuframe.c: dont ungrab twice when hiding menus
561 properly select the first menu item in the child menu when using the 'right' keycode
563 * openbox/menuframe.c: dont keyboard nav onto disabled menu items
566 missing break would be bad in future if added more cases
568 * Makefile.am, configure.ac: dont need gmodule anymore
570 * openbox/event.c, openbox/menu.c, openbox/menuframe.c, openbox/menuframe.h:
571 ultra-keyboard-controlled-menus
573 * openbox/translate.c, openbox/client_list_menu.c, openbox/client_menu.c:
576 * po/POTFILES.in: update which files have translatable strings
578 * Makefile.am, configure.ac: the kernel/ dir has been moved to openbox/
580 * openbox/openbox.c: remove the plugin stuffs
582 * openbox/resist.c: remove a dispatch.h
584 * openbox/action.c, openbox/menu.c, openbox/menu.h:
585 remove plugins from the menu parsing
587 * Makefile.am, data/menu, data/rc3, openbox/client_list_menu.c, openbox/client_list_menu.h, openbox/client_menu.c, openbox/client_menu.h:
588 move the client and client-list menus into the 'kernel'
590 * Makefile.am, openbox/client.c, openbox/dispatch.c, openbox/dispatch.h, openbox/event.c, openbox/focus.c, openbox/moveresize.c, openbox/openbox.c, openbox/screen.c:
591 remove the event dispatcher
594 typo, reading from the wrong member of the actiondata union
596 * Makefile.am, openbox/place.c, openbox/place.h:
597 add window placement routines to the kernel
599 * openbox/menuframe.c:
600 place submenus with their borders over the parent's
602 * render/theme.c: nicer default bullets
604 2003-08-28 Ben Jansens <xor@zed.orodu.net>
607 only left-justify menus, remove the menu.frame.justify option
609 * openbox/menu.c, openbox/menuframe.c, openbox/openbox.c, openbox/prop.c, openbox/screen.c, render/color.c, render/font.c, render/theme.c:
610 fix a bunch of memleaks from valgrind and stuff
612 * render/render.c: free rgba texture caches
614 * openbox/menuframe.c: only execute enabled items
616 * data/rc3, openbox/config.h, openbox/event.c, openbox/event.h, openbox/menu.c, openbox/menu.h:
617 new method for loading menu files etc
619 * openbox/config.c: fix crash bug is parsing menu section of the rc3
621 * openbox/menuframe.c: missed one thing, using invalid mem still
623 * openbox/menu.c, openbox/menu.h, openbox/menuframe.c:
624 fix for using freed memory to exec stuff
626 * openbox/menuframe.c: free the menu entry frames
628 * openbox/action.c: rm double ;;
630 * openbox/menu.h, openbox/menuframe.c:
631 add icons to the client-list-menu
633 * data/menu, data/rc3: load the plugins in the rc3 for the menus
635 * openbox/menu.c, openbox/menu.h, openbox/menuframe.c:
636 make submenus not require the menu to exist when they are created, not until they are shown.
637 crash fix in client_menu
639 * Makefile.am, data/menu, openbox/action.c, openbox/action.h, openbox/config.c, openbox/event.c, openbox/menu.c, openbox/menu.h, openbox/menuframe.c, openbox/menuframe.h:
640 make client-list-menu work too
643 * data/menu, openbox/menu.c, openbox/menu.h, openbox/menuframe.c, openbox/plugin.c, openbox/plugin.h, openbox/screen.c, openbox/session.c, parser/parse.c:
644 load menu plugins automatically from whats in the menu file
646 move enabled into the 'normal menu item' specific data stuff
648 * Makefile.am, data/menu, openbox/client.c, openbox/event.c, openbox/menu.c, openbox/menu.h, openbox/menuframe.c, openbox/menuframe.h, openbox/openbox.c, openbox/plugin.c, openbox/plugin.h:
649 change the menu plugin interface, no need for the create/destroy functions any more.
650 redo the client-menu plugin to work with the new menu api
652 * openbox/action.c, openbox/action.h:
653 add follow option back for sendto actions
655 * data/menu: split the menus out so they aren't nested in the example
657 * Makefile.am, openbox/client.c, openbox/event.c, openbox/menu.c, openbox/menu.h, openbox/menu_render.c, openbox/menuframe.c, openbox/menuframe.h, openbox/popup.c, openbox/window.c, openbox/window.h, render/font.c, render/theme.c, render/theme.h:
658 half way through the changes to new menu code/design. hot shit. static menus work, on to plugins next.
660 2003-08-27 Ben Jansens <xor@zed.orodu.net>
662 * openbox/geom.h: oooops RECT_SET_POINT was broken
664 * openbox/event.c: more typo :)
666 * openbox/event.c: typo :)
668 * openbox/client.c, openbox/event.c:
669 dont be rude to non-normal windows with keeping them onscreen
671 * openbox/frame.c: fix border on shaded maximized windows
673 * openbox/event.c: double deref, props to 'mmj' for spotting this
675 2003-08-25 Ben Jansens <xor@zed.orodu.net>
678 remove the last of the cool stuff thanks to GTK fuck fuck. no more not focusing windows in groups that arent focused on map
680 * openbox/session.c: blef
682 * openbox/session.c: type change
684 * openbox/session.c: make --disable-session-management work i think
686 * openbox/focus.c: dont force fallbacks within groups
688 * openbox/client.c, openbox/frame.c, openbox/frame.h:
689 better handling of maximizing, wrt changing decorations on the windows, and showing the correct decor for the max state especially for windows which dont change size (Xnest) when maximized cuz they are at their maximum size already
691 * openbox/geom.h: add STRUT_EQUAL
694 set the client decorations to match the frame's so that there is not thot to be changes later on whene there were actually none
696 * openbox/client.c, openbox/client.h:
697 restore the stacking order of a saved session
699 * openbox/session.c, openbox/session.h:
700 save the stacking order of the windows, and sort the saved session data based on stacking when it is loaded. make the list public.
703 dont put #define values into the supported atoms list
705 * openbox/stacking.h: clarify that stacking_below sucks
707 * openbox/stacking.c, openbox/stacking.h:
708 add stacking_below which moves a window to immediately below another window. use with care it doesn't enforce transient shit etc..
710 2003-08-23 Ben Jansens <xor@zed.orodu.net>
712 * openbox/keyboard.c: better handling of multiple niteractive actions
714 * m4/x11.m4: better ac macro usage
716 * configure.ac: alpha6
718 * ChangeLog: recent changes
720 * openbox/keyboard.c:
721 end the other action when starting a new interactive action while one was in place
723 * render/render.c: formatting
725 * render/render.c: 80 cols
727 * render/render.c: stupid function name die
729 2003-08-22 Ben Jansens <xor@zed.orodu.net>
731 * render/theme.c: nevermind
734 default font size one smaller to make default bitmaps fit better
737 only use visible windows when calcing for raiselower
739 * openbox/action.c: maybe smarter
741 * openbox/action.c: make the raiselower action smarter
743 * render/theme.c, render/theme.h, themes/om4ob/themerc, themes/thebear/themerc:
744 make focus and unfocus fonts for window titles. change 'xftfont' to 'font' in the themes.
746 2003-08-20 Ben Jansens <xor@zed.orodu.net>
748 * ChangeLog: recent changes
750 * openbox/keyboard.c:
751 better handling of starting a new interactive grab while one is in progress
753 * data/rc3, openbox/frame.c, openbox/frame.h, openbox/mouse.c:
754 rename the 'root' context to 'desktop'
756 * openbox/action.c, openbox/action.h:
757 add the 'raiselower' action for raising obscured windows and lowering fully visible ones
759 * openbox/event.c, openbox/frame.c, openbox/frame.h:
760 add an obscured flag that tracks if the frame is at all obscured
762 * openbox/mouse.c: use the result from XGetGeometry correctly
764 * openbox/mouse.c: handle the XGetGeomtry failing for button releases
767 dont grab client context stuff on desktop windows. check that clint is non-null
769 * openbox/frame.c, openbox/mouse.c:
770 grab root mouse bindings on desktop windows also, since they are conceptually the desktop.
773 reset first to TRUE properly when the desktop popup is off
775 * openbox/moveresize.c:
776 move the pointer while doing a keyboard move/resize
778 2003-08-16 Ben Jansens <xor@zed.orodu.net>
780 * openbox/keyboard.c: fix whitespace
782 2003-08-14 Ben Jansens <xor@zed.orodu.net>
785 was reading the menu bullet color into the wrong place
788 skip windows in the alt-tabbing which have the SKIP_TASKBAR hint set on them
790 * README.CVS: add the gettext version
792 * ChangeLog: recent changes
794 * openbox/menu.c: fix the offsets used to keep the menus on screen
796 * openbox/menu_render.c:
797 dont show titles on submenus. kill the extra 1px at the top of titleless menus
800 make putting plugin menus in a menu closer to working..
802 * data/menu: rename root to root-menu
804 * data/rc3: add the client-list-menu
806 * Makefile.am, openbox/plugin.c: add the client_list_menu plugin
808 * openbox/menu.c, openbox/menu.h: add a menu destructor callback.
809 fix a possible crasher where a callback was called with a different menu.
811 * openbox/stacking.c: 80 cols
813 * openbox/openbox.c: shutdown the menus before the plugins are unloaded
815 * openbox/focus.c, openbox/event.c, openbox/client.c, openbox/client.h:
816 make activate take a here parameter
818 * openbox/action.c: parse <here>true</here> for the activate action
820 * openbox/action.c, openbox/action.h:
821 make the activate action have a 'here' parameter
823 * openbox/action.c, openbox/action.h: add an 'activate' action
825 2003-08-12 Ben Jansens <xor@zed.orodu.net>
827 * Makefile.am, openbox/config.c, openbox/config.h, openbox/moveresize.c, openbox/plugin.c, openbox/resist.c, openbox/resist.h:
828 move the resistance plugin into the kernel. dont resist when move/resizing with the keyboard, only when doing it with the mouse.
830 * openbox/client.c: oops i fucked up tore's patch. better.
832 * openbox/action.c, openbox/client.c:
833 bug fixes for growtoedge from tore. props to tore for all the growtoedge and movetoedge code, and directional focus code also since i dont think i mentioned his name before in the changelogs woot.
835 * Makefile.am, data/menu, data/rc3, openbox/config.c, openbox/config.h, openbox/menu.c, openbox/menu.h, openbox/mouse.c, openbox/openbox.c, openbox/plugin.c, openbox/plugin.h:
836 adjust for changes to the parsing api.
837 split the menu into its own file.
839 * parser/parse.c, parser/parse.h:
840 create ObParseInst structuer which can be then used to parse more than one file/memory thing at a time.
841 add function to parse memory block.
843 * openbox/config.c, openbox/mouse.c, openbox/mouse.h:
844 prefix/capitalize the mouse actions enum
847 oops read the mouse cnofig vars into the right place
849 * data/rc3, openbox/config.c, openbox/config.h, openbox/keyboard.c:
850 add the chainQuitKey option to teh <keyboard> section of the rc3
852 * render/font.h, render/render.h, render/test.c:
853 add Xutil includes for these badboys on older X versions/solaris
856 make all the masks unsigned chars for consistancy woot
858 * render/theme.c: kill some warnings
860 * openbox/extensions.h: include Xutil for shape.h on old X versions
862 * openbox/menu_render.c, render/theme.c:
863 rendering fixups for submenu bullets
865 * data/rc3: add the cyclingDialog option
868 remove the scrolling on root without alt since that fucks up with the dialog since there are no modifiers
870 * openbox/config.c, openbox/config.h, openbox/mouse.c, openbox/screen.c:
871 add an option for if the popup is used for desktop cycling. defaults on.
873 * openbox/client.c: dont move windows when starting
875 * ChangeLog: recent changes
877 * configure.ac: alpha5
879 * openbox/screen.c: when cancelling return the first desktop
881 * openbox/action.c, openbox/action.h:
882 use the new client_directional_edge_search for the movetoedge actions.
883 add new growtoedge actions.
885 * openbox/client.c, openbox/client.h:
886 small bugfix to the directional focus code.
887 add the client_directional_edge_search function.
889 * openbox/keyboard.c:
890 only do shit with the grabbed_* when a grab is in place
892 * openbox/action.c, openbox/mouse.c, openbox/screen.c:
893 remove debug printings
895 * ChangeLog, Makefile.am, openbox/.cvsignore, openbox/action.c, openbox/action.h, openbox/client.c, openbox/config.c, openbox/config.h, openbox/event.c, openbox/focus.c, openbox/keyboard.c, openbox/keyboard.h, openbox/keytree.c, openbox/keytree.h, openbox/menu.c, openbox/menu.h, openbox/mouse.c, openbox/mouse.h, openbox/openbox.c, openbox/plugin.c, openbox/screen.c, openbox/screen.h, openbox/translate.c, openbox/translate.h:
896 move the keyboard and mouse plugins into the kernel for mucho sexiness.
897 make workspace changing a grabbed/interactive process like focus cycling is, with the popup and all.
898 this is some hot shit.
901 keep event_lasttime at the last time an event has come in so far, don't regress when events come out of order. props to shrimpx for this patch.
903 2003-08-11 woodblock <woodblock@zed>
905 * openbox/menu.c, openbox/menu.h, openbox/menu_render.c, render/theme.c, render/theme.h:
906 Some fixes and new bugs. Someone else can do the menus because it is
907 clear no one gives a fuck what I think and no one else wants a window
908 manager that doesn't suck the same balls as every other window manager.
910 2003-08-10 Ben Jansens <xor@zed.orodu.net>
913 save the frame decorations in client_configure_full before causing the fake frame adjust, since that loses its old value.
915 * openbox/framerender.c:
916 clear the window after setting the background color, this isnt implicit
918 2003-08-09 Ben Jansens <xor@zed.orodu.net>
920 * openbox/focus.c, openbox/popup.c, openbox/popup.h, openbox/screen.c, openbox/timer.c, openbox/timer.h:
921 changes to the timer api, pass the timer to the callback function.
922 add a desktop-switch popup with the desktop's name
924 2003-08-08 Ben Jansens <xor@zed.orodu.net>
926 * render/render.h: include Xlib.h for other platforms
928 2003-08-07 woodblock <woodblock@zed>
931 Fix lock up when not using a session manager and doing fd management.
933 2003-08-06 Ben Jansens <xor@zed.orodu.net>
936 remove the <windows> option from the resistance plugin since window and edge resistance have been separated, a 0 value will work now
938 2003-08-05 Ben Jansens <xor@zed.orodu.net>
940 * openbox/screen.c: dont ignore topleft layouts
943 dont map the tl/tr invisible grips when the grip decors are turned off
945 * render/gradient.c: split the increment into a separate macro
947 * openbox/client.c, openbox/frame.c, openbox/frame.h, openbox/framerender.c:
948 a couple frame layout bugfixes hidden inside all this.. wee
949 fixes for maximizing windows:
950 - when you toggledecor, it will reconfigure once, but the new constraints from the decor changes would not be in effect when the window was resized to the contranits. fixed by calling frame_adjust_area first thing ni client_configure_fulll with fake=TRUE which will recalc all the frame geometry without resizing/redrawing anything in the frame. this way the decor can take effect in the geometries.
951 - when maxed horizontally, make the client fill the screen, but dont do this by just making it wider than the screen, fit it to the screen and adjust the titlebar/handle as appropriate to keep it all on the screen.
952 - when maxed horizontally and vertically, remove the handle from the decorations
955 when setting up decor on a window, it needs to reconfigure twice if the decor changes, cuz the constraints need the new frame sizes to work right
957 * openbox/moveresize.c:
958 make the position dislpayed in the moving popup offset by the top/left struts so that 0,0 is inside teh struts not neccessarily at the screen edge
960 2003-08-03 Ben Jansens <xor@zed.orodu.net>
962 * tools/obconf/main.c: add more widgets to the main window
964 * ChangeLog: recent changes
966 * data/rc3, openbox/client.c, openbox/config.c, openbox/config.h, openbox/moveresize.c:
967 kill non-opaque move/resize
968 add an option for redrawing/resizing the client window while resizing, when disabled the client is not touched until the resize is complete.
970 * openbox/framerender.c:
971 give the plate the same background color as its border
973 2003-08-02 Ben Jansens <xor@zed.orodu.net>
975 * tools/obconf/main.c: has a pane and list and workarea
977 * tools/obconf/main.c: has a menu and a treeview
979 * openbox/client.c, openbox/event.c:
980 use the frame size not the client size when figuring out if stuff fits on the screen
982 * themes/om4ob/themerc: add disabled button styles (from miklos)
984 * tools/kdetrayproxy/kdetrayproxy.c: missing sys/time.h
986 * configure.ac: alpha4
988 * ChangeLog: recent changes
990 * Makefile.am, themes/om4ob/close.xbm, themes/om4ob/close_hover.xbm, themes/om4ob/desk.xbm, themes/om4ob/desk_hover.xbm, themes/om4ob/desk_toggled.xbm, themes/om4ob/iconify.xbm, themes/om4ob/iconify_hover.xbm, themes/om4ob/iconify_pressed.xbm, themes/om4ob/max.xbm, themes/om4ob/max_disabled.xbm, themes/om4ob/max_hover.xbm, themes/om4ob/max_pressed.xbm, themes/om4ob/max_toggled.xbm, themes/om4ob/shade.xbm, themes/om4ob/shade_disabled.xbm, themes/om4ob/shade_hover.xbm, themes/om4ob/shade_toggled.xbm, themes/om4ob/themerc:
993 * ChangeLog: recent changes
995 * render/theme.c: oops indenting
998 look in theme dirs first, use the theme as the path as a last attempt only!
1000 * openbox/frame.c: the grips go below the titlebar buttons
1002 * openbox/client.h, openbox/dock.c, openbox/dock.h, openbox/geom.h, openbox/prop.c, openbox/prop.h:
1003 add partial struts tho they arent useful eyt
1005 * data/rc3, openbox/frame.c, openbox/frame.h, openbox/framerender.c, render/theme.h:
1006 invisible resizing areas/grips in the top corners of the window
1008 * render/theme.c: use the toggled mask for shade and desk buttons
1010 * openbox/client.c: that line ended up in teh if somehow...
1012 2003-08-01 Ben Jansens <xor@zed.orodu.net>
1014 * openbox/grab.c: oops buttons not keycodes
1017 if a dock app has a button grabbed already then dont die
1019 * render/theme.c: look for masks only where the themerc was read from
1021 * Makefile.am: rename stick buttons to desk
1023 * render/theme.c, render/theme.h:
1024 add pressed bitmaps. rename stick bitmaps to desk
1026 * openbox/framerender.c, render/theme.c, render/theme.h:
1027 add toggled textuers for titlebar buttons
1029 * Makefile.am: make obconf_interface.h belong to the obconf sources
1031 * data/openbox.desktop, openbox/openbox.desktop, render/gradient.c, render/render.c, render/render.h:
1032 move the dekstop file to data/
1034 * Makefile.am: install the .desktop file again
1036 * themes/thebear/themerc: remove old stuff
1038 * Makefile.am: install greenz theme
1040 * Makefile.am: s/_t.xbm/_toggled.xbm/
1042 * render/theme.c, render/theme.h:
1043 renamed the _t bitmaps, and added disabled and hover bitmaps
1045 * Makefile.am, render/theme.c, themes/bbs, themes/bluebox, themes/cthulhain, themes/deep, themes/ebox, themes/fieron, themes/fieron2, themes/flux, themes/frobozz, themes/frobust, themes/mbdtex, themes/miklos, themes/nyz, themes/nyzclone, themes/ob20, themes/operation, themes/outcomes, themes/paper, themes/purplehaaze, themes/shade, themes/steelblue, themes/steelblue2, themes/the_orange, themes/thebear/themerc, themes/trisb, themes/twice, themes/warp-xp:
1046 make themes inside a directory
1048 * Makefile.am, tools/kdetrayproxy/.cvsignore, tools/kdetrayproxy/Makefile, tools/kdetrayproxy/kdetrayproxy.c:
1049 add the kdetrayproxy tool
1052 configre teh dock after finding the new screen sizes
1054 * openbox/session.c: compile fixes
1056 * render/theme.c: add missing includes
1058 2003-07-31 Ben Jansens <xor@zed.orodu.net>
1060 * ChangeLog: recent changes
1062 * configure.ac: alpha3
1064 * openbox/frame.c: fix a long-lurknig gravity bug
1066 * tools/obconf/main.c: dont inlcude these headers they arent needed yet
1068 * ChangeLog: recent changes
1070 * openbox/openbox.c: oops missed one
1072 * openbox/openbox.c, openbox/openbox.h: expose exit_with_error
1074 * openbox/session.c: kill some output
1076 * openbox/openbox.c:
1077 only load the session from file if a file was provided
1079 * render/font.c: missing a header
1081 * README.CVS: remove shit i no longer use
1083 * parser/parse.c: always return a string from parse_string
1086 set the desktop hint if the desktop is changed by the session code
1089 set the desktop hint after everything is read/setup even session stuff
1092 add the window to the lists before setting the client list hint
1094 * openbox/session.c:
1095 declare functions that are needed when built without session support
1097 * openbox/session.c:
1098 use the new sm_client_id function so all windows who should save state do. session save/load seems to be working with gnome-session rather well.
1100 * openbox/client.c, openbox/client.h:
1101 add a function to retrieve the sm_client_id value
1103 2003-07-30 Ben Jansens <xor@zed.orodu.net>
1105 * openbox/client.c, openbox/prop.c, openbox/prop.h, openbox/session.c, openbox/session.h:
1106 restore saved session data for applications
1108 * data/rc3, openbox/config.c, openbox/config.h, openbox/frame.c, render/theme.c, render/theme.h:
1109 move the titlebar layout from the theme to the rc file
1111 * openbox/client.c: attemp #3
1113 * openbox/client.c: attempt #2 at better logical size values
1115 * openbox/client.c: include the base size in the logical size
1117 * ChangeLog: recent changes
1119 * openbox/client.c: the size can be 0 when there is a base size
1121 * openbox/client.c, openbox/client.h, openbox/event.c:
1122 improved ICCCM compliance!
1123 a) send ConfigureNotify back to the client as required by the ICCCM in all sitatuations.
1124 b) send the corrent coords in the ConfigureNotify, including the border width
1125 c) remove the WM_STATE property when unmanaging a window
1127 * openbox/frame.c: code cleaning
1129 * openbox/menu.c: only ignore wheel buttons
1131 2003-07-29 Ben Jansens <xor@zed.orodu.net>
1133 * openbox/event.c: i am the king of copy/paste errors
1135 2003-07-29 woodblock <woodblock@zed>
1137 * openbox/event.c: more menu fixes.
1140 * openbox/menu.c: Clear current_menu when hiding menus.
1142 * openbox/event.c, openbox/menu.c: Close menu properly on unbound keys.
1144 * openbox/menu.c: Fix some keyboard control issues.
1146 2003-07-28 Ben Jansens <xor@zed.orodu.net>
1148 * openbox/client.c, openbox/event.c:
1149 base rudeness on if they have a strut even smarter!
1151 * openbox/client.c, openbox/event.c:
1152 base rudeness on if they have a strut or not
1154 * openbox/client.c, openbox/event.c, openbox/screen.c:
1155 make the new placement restrictions not affect !normal windows like panels
1157 * openbox/menu.c: use plugin_open_reopen not plugin_open_full
1159 * render/theme.c: typo thanks merry
1161 * openbox/event.c, openbox/frame.c, openbox/frame.h, openbox/framerender.c:
1162 hover theme elements for window titlebar buttons
1164 * openbox/client.c, openbox/client.h, openbox/event.c, openbox/screen.c:
1165 make those apps stay/map on screen!! fuck stupid apps. thats right im talking to you mozilla and you too java.
1167 * openbox/event.c: make things compile again. hover does not work yet.
1169 * openbox/client.c: use the macro
1171 * openbox/client.c, openbox/event.c:
1172 keep apps from moving/maping their titlebar underneath left/top panels
1174 * openbox/session.c: set teh clone comamnd
1176 * openbox/session.c:
1177 use char not a long, since we're telling the SM that its 1 byte lone
1179 * openbox/session.c: save the commands on startup
1181 * openbox/session.c: use the path properly for the session file
1183 * openbox/session.c: use teh save file not the session id
1185 2003-07-28 woodblock <woodblock@zed>
1187 * openbox/menu.c: demand load plugins from the menu
1189 * openbox/event.c, openbox/menu.c: Menu stuff.
1192 2003-07-27 Ben Jansens <xor@zed.orodu.net>
1194 * render/theme.c, render/theme.h: fix mem leaks/crashes
1196 * render/theme.c, render/theme.h: add pressed colors for buttons
1198 2003-07-26 woodblock <woodblock@zed>
1200 * openbox/event.c: Close menu on click if outside the menu.
1201 I think, haven't tested.
1203 * openbox/menu.c: more fixes
1205 2003-07-26 Ben Jansens <xor@zed.orodu.net>
1207 * tools/obconf/main.c: make errors non-modal
1209 * Makefile.am, configure.ac, tools/obconf/.cvsignore, tools/obconf/Makefile, tools/obconf/main.c:
1210 restarting work on obconf
1212 * ChangeLog: recent changes
1215 split resistance strengths for screen edges and windows. also a fix for parsing changes,
1217 * openbox/stacking.c: dont stack groups together
1219 2003-07-26 woodblock <woodblock@zed>
1221 * openbox/event.c, openbox/menu.c, openbox/menu.h: Some menu updates.
1222 Don't talk to me about menus.
1224 2003-07-25 Ben Jansens <xor@zed.orodu.net>
1226 * openbox/client.c, openbox/client.h:
1227 add client_search_transient which searches the tree from a client down for a client
1229 * render/theme.c: dont allow parentrelative on top-level appearances
1231 * openbox/stacking.c: stacking fixes
1233 2003-07-24 Ben Jansens <xor@zed.orodu.net>
1235 * Makefile.am, openbox/openbox.c, openbox/openbox.h, openbox/session.c, openbox/session.h:
1236 save and load the session save file, though its data is not used yet!
1238 2003-07-24 woodblock <woodblock@zed>
1240 * openbox/event.c, openbox/menu.c, openbox/menu.h, openbox/menu_render.c:
1241 I had a commit message but my commit got stepped on so fuck it.
1242 No one cares what I think anyway.
1243 If the menu navigation isn't EXACTLY FUCKING RIGHT I WILL REMOVE IT
1244 AND SOME OTHER POOR FUCK CAN PUT UP WITH ALL THE FUCKING BULLSHIT.
1246 2003-07-24 Ben Jansens <xor@zed.orodu.net>
1248 * ChangeLog: updates to changelog
1251 dont display the build type at the end its already in the output
1253 * configure.ac, openbox/action.c, openbox/client.c, openbox/debug.h, openbox/dock.c, openbox/event.c, openbox/focus.c, openbox/menu.c, openbox/menu_render.c, openbox/openbox.c, openbox/screen.c, parser/parse.c, render/color.c, render/gradient.c, render/instance.c, render/theme.c, tools/obconf/main.c:
1254 use ob_debug for any debug printing and only display the output when its a debug build or when --debug is passed to it
1256 * render/gradient.c:
1257 draw the bevel stuff in the pixel data buffer so parent-relative stuff can use it.
1259 * render/render.c: space
1261 2003-07-23 Ben Jansens <xor@zed.orodu.net>
1264 init the parent shit in the surface when making a copy
1266 * Makefile.am: use rm -f
1268 * Makefile.am: include obconf_interface.h in the dist
1270 * Makefile.am: remove headers that dont exist
1272 * m4/Makefile.am: add the new m4s
1274 * openbox/menu.c: unhilite the entry for the submenu when it is closed
1276 * configure.ac: alpha2
1278 * DESIGN/themes.txt: add hover
1280 2003-07-23 woodblock <woodblock@zed>
1283 Added include_menu.c as an example of how one could write a plugin.
1285 * openbox/config.c, openbox/menu.c, parser/parse.c:
1286 * Change xml parsing to pass the parent node, rather than the first
1288 * Add x,y co-ordinates on showmenu action so we can place menus on keypress.
1290 2003-07-22 Ben Jansens <xor@zed.orodu.net>
1292 * openbox/event.c, openbox/openbox.c, openbox/openbox.h, openbox/screen.c:
1293 add the --replace command line option, and support for the WM_Sn selection
1295 * openbox/prop.c, openbox/prop.h: add the MANAGER atom.
1296 allow prop_message to be used with a user-defined mask instead of only with the NetWM mask
1298 * openbox/client.c: stop shownig the desktop when a new window maps
1300 * openbox/menu.c: add a func to find a menu entry from a submenu.
1301 keep menu entries highlighted while they have their submenu open
1303 * openbox/menu.h: add a func to find a menu entry from a submenu
1305 * openbox/menu.c, render/theme.c, render/theme.h:
1306 add a menuOverlap property to themes, and use it in the submenu placement
1308 * configure.ac: update to new version of gettext
1310 * m4/.cvsignore, po/.cvsignore: more stuff to ignore
1312 2003-07-21 woodblock <woodblock@zed>
1314 * openbox/event.c, openbox/menu.c, openbox/menu.h:
1315 Keyboard navigatable menus
1317 2003-07-19 woodblock <woodblock@zed>
1319 * openbox/action.c, openbox/menu.c: Fix a couple memory leaks.
1321 2003-07-17 woodblock <woodblock@zed>
1323 * openbox/menu.c, openbox/menu.h, openbox/plugin.c, openbox/plugin.h:
1324 Menu parsing updates for plugins.
1326 FIFO menus are the only plugin that takes advantage of this.
1328 <menu id="root" label="Openbox 3">
1329 <menu id="fonk" label="fonk" plugin="fifo_menu">
1333 This creates a FIFO ~/.openbox/fifo_menu/fonk to which you can send
1334 menus to. The menus sent to it must be like
1340 I think. If my memory serves me right.
1342 It is all hideous, but I just wanted to experiment and see if it was
1345 2003-07-12 Ben Jansens <xor@zed.orodu.net>
1347 * render/theme.c: useless code move
1349 * openbox/client.c: simple code cleanup
1351 2003-07-11 Ben Jansens <xor@zed.orodu.net>
1353 * render/color.c, render/render.c:
1354 removed the RrEndian so using LSBFirst always now. hopefully this works!
1357 when a transient maps on another desktop, give it focus when it deserves it
1359 * render/render.h: same default offsets for all endian machines
1361 * DESIGN/themes.txt: some input from woobie and changed the menu stuff
1363 * DESIGN/themes.txt: extra menu tag
1365 * openbox/openbox.c: add --g-fatal-warnings
1368 fix a seggie i introduced, going too far in the dockapps list
1370 * DESIGN/themes.txt: attempt #2
1372 * DESIGN/themes.txt: oops extra menu_layout
1374 * DESIGN/themes.txt: a full style defn..
1376 * openbox/client.c: move to the desktop of the activated window
1378 2003-07-10 Ben Jansens <xor@zed.orodu.net>
1380 * openbox/action.c, openbox/client.c, openbox/client.h, openbox/frame.c, openbox/frame.h, openbox/framerender.c, openbox/openbox.c, render/theme.c, render/theme.h, tests/.cvsignore, tests/noresize.c:
1381 add disabled buttons, instead of now showing buttons at all when they wont do anything, now show a disabled button instead. this severely breaks compatibility with blackbox themes since there is no good way to automiatically create a disabled button that i can think of, so if they dont exist in the theme you get black and white for the button.
1383 when a window cant be resized, its handle is not removed but its grips are.
1385 change allowing the user to disable individual decorations as that is overkill,
1386 instead allow a toggle through the client.decorate boolean.
1388 * tests/Makefile: readd the Makefile
1390 * openbox/focus.c: simply startup/shutdown
1392 * AUTHORS: add some more contributors
1394 * openbox/openbox.c: sync is in unistd.h
1396 * openbox/client.c, openbox/event.c, openbox/menu.c, openbox/menu.h, openbox/menu_render.c, openbox/window.c, openbox/window.h:
1397 prefix and capitalize ObMenu ObMenuEntry and ObMenuEntryRenderType
1398 make the ObMenuEntryRenderType a standard enum instead bitflags
1400 * openbox/focus.c, openbox/openbox.c, openbox/openbox.h, openbox/screen.c, openbox/screen.h:
1401 move ob_pointer_pos to screen_pointer_pos
1403 * openbox/client.c, openbox/dock.c, openbox/event.c, openbox/focus.c, openbox/frame.c, openbox/openbox.c, openbox/openbox.h, openbox/screen.c, openbox/stacking.c:
1404 make ob_state a function so it cant be changed outside of openbox.c
1406 * openbox/client.c, openbox/dock.c, openbox/event.c, openbox/focus.c, openbox/frame.c, openbox/grab.c, openbox/menu.c, openbox/moveresize.c, openbox/openbox.c, openbox/openbox.h, openbox/popup.c, openbox/prop.c, openbox/screen.c, openbox/stacking.c, openbox/startup.c:
1407 remove the ob_root var, its redundant of what Xlib already provides
1409 * openbox/openbox.c, openbox/openbox.h: use gint
1411 * openbox/openbox.c, openbox/openbox.h:
1412 ob_remote has been killed, remove ob_sync from the public header, its only used internally
1414 * openbox/openbox.c, openbox/openbox.h:
1415 the --rc arg and rc_path var wasnt even being used so just rm it
1417 * openbox/action.c, openbox/event.c, openbox/openbox.c, openbox/openbox.h:
1418 make the ob_restart/shutdown stuff static vars and expose them only through functions ob_restart_other(), ob_restart() and ob_exit()
1420 * openbox/stacking.c: remove useless include
1422 * openbox/focus.c, openbox/focus.h, openbox/screen.c, openbox/screen.h, openbox/stacking.c:
1423 replace the focus_backup with the screen_support_win, we dont need 2 offscreen windows.
1426 use the xerror stuff to trap errors instead of dupliacted the effort here
1428 * openbox/dock.c, openbox/dock.h, openbox/screen.c, openbox/timer.c, openbox/timer.h:
1429 prefix the Timer->ObTimer and TimeoutHandler->ObTimeoutHandler shitz
1431 * openbox/action.h, openbox/client.c, openbox/client.h, openbox/config.c, openbox/config.h, openbox/dispatch.c, openbox/dispatch.h, openbox/dock.c, openbox/event.c, openbox/extensions.h, openbox/framerender.c, openbox/framerender.h, openbox/menu.c, openbox/menu.h, openbox/menu_render.c, openbox/moveresize.c, openbox/popup.h, openbox/screen.h, openbox/stacking.c, openbox/stacking.h, openbox/window.c, openbox/window.h:
1432 prefixing and capitalizing the StackLayer -> ObStackingLayer enum.
1433 less includes in headers for less rebuilding on changes
1435 * openbox/client.c, openbox/event.c, openbox/focus.c, openbox/focus.h, openbox/screen.c:
1436 prefix and capitalize the ObFocusFallbackType enum
1438 * openbox/config.c, openbox/config.h, openbox/dock.c:
1439 use the ObOrientation enum instead of a horz bool for configuring the dock's orientation
1441 * openbox/config.c, openbox/config.h, openbox/dock.c, openbox/dock.h, openbox/event.c, openbox/window.c, openbox/window.h:
1442 prefixing for the dock. use ObDirection instead of dupliacting it in another enum for the dock's placement
1444 * openbox/popup.c, openbox/popup.h:
1445 prefixing for the Popup->ObPopup struct
1447 * openbox/moveresize.h: dont need client.h in this header
1449 * openbox/client.h, openbox/event.c, openbox/frame.c, openbox/frame.h, openbox/framerender.c, openbox/framerender.h, openbox/popup.c:
1450 prefixing and capitalization for the Frame->ObFrame struct and the Context->ObFrameContext enum and its constants.
1452 * openbox/client.h, openbox/group.c, openbox/group.h:
1453 prefix Group to ObGroup
1455 * openbox/client.c, openbox/client.h, openbox/focus.c, openbox/stacking.c:
1456 prefix TRAN_GROUP to OB_TRAN_GROUP
1458 * openbox/action.c, openbox/client.c, openbox/client.h, openbox/frame.h, openbox/screen.c:
1459 prefix and capitalize some more constants/enums in client.h (Function -> ObFunctions and WindowType -> ObClientType)
1461 * openbox/action.c, openbox/action.h, openbox/client.c, openbox/client.h, openbox/dispatch.c, openbox/dispatch.h, openbox/event.c, openbox/focus.c, openbox/focus.h, openbox/frame.c, openbox/frame.h, openbox/framerender.c, openbox/group.c, openbox/group.h, openbox/menu.c, openbox/menu.h, openbox/moveresize.c, openbox/moveresize.h, openbox/popup.c, openbox/popup.h, openbox/screen.c, openbox/screen.h, openbox/stacking.c, openbox/window.c, openbox/window.h:
1462 rename the Client struct to ObClient
1464 * Makefile.am: add the new misc.h and mwm.h to the kernel sources
1466 * openbox/client.c, openbox/client.h, openbox/mwm.h:
1467 add a mwm.h for the mwm hint structure and flags.
1468 use proper prefixing and capitalization for the new mwm stuff.
1470 * openbox/action.c, openbox/action.h, openbox/client.c, openbox/client.h, openbox/dispatch.c, openbox/dispatch.h, openbox/dock.c, openbox/event.c, openbox/focus.c, openbox/frame.c, openbox/grab.c, openbox/grab.h, openbox/misc.h, openbox/moveresize.c, openbox/openbox.c, openbox/openbox.h, openbox/screen.c, openbox/screen.h, openbox/stacking.c:
1471 add misc.h with some standard enumerations with proper prefixing and capitalizations.
1473 use the new enums throughout.
1475 provide keycodes and cursors through ob_cursor and ob_keycode functions, which use the new misc.h enums for picking the cursor and keycode.
1477 * openbox/client.c, openbox/client.h, openbox/event.c, openbox/extensions.c, openbox/focus.c, openbox/menu.c, openbox/moveresize.c, openbox/screen.c, openbox/screen.h:
1478 rename 'xinerama' stuff to 'monitors' to be more generic and descriptive.
1480 * openbox/stacking.c: speed up pick_group_windows too
1482 * openbox/stacking.c: make pick_windows waaaay faster
1484 * openbox/openbox.c:
1485 remove the use of the BINARY define. kill a compiler warning.
1487 * openbox/stacking.c: allow restacking of transients above one another
1490 put the transient's title before the parent's in the focus popup
1492 * openbox/extensions.c, openbox/extensions.h:
1493 remove the xinerama active boolean, just count the extension as not present if it is not active
1495 * openbox/client.c, openbox/client.h: add client_search_top_transient.
1496 keep transients all on the same desktop together. use client_search_top_transient where possible in client.c
1498 * openbox/debug.c, openbox/debug.h:
1499 add ob_debug for printing stuff only when debug is enabled
1501 * render/color.c, render/font.c, render/font.h, render/geom.h, render/image.c, render/image.h, render/mask.c, render/mask.h, render/render.c, render/render.h:
1502 remove rependancy on geom.h from the kernel, provide what is used in its own geom.h
1504 * Makefile.am, configure.ac, data/.cvsignore, data/Makefile, data/Makefile.am, openbox/.cvsignore, openbox/Makefile, openbox/Makefile.am, parser/.cvsignore, parser/Makefile, parser/Makefile.am, render/.cvsignore, render/Makefile, render/Makefile.am, themes/.cvsignore, themes/Makefile, themes/Makefile.am, tools/Makefile.am, tools/obconf/Makefile.am:
1505 update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah!
1507 * gettext.h, openbox/gettext.h:
1508 move the gettext header out to the root source dir
1510 2003-07-07 Ben Jansens <xor@zed.orodu.net>
1512 * render/font.c: include stdlib for exit()
1514 2003-07-06 Ben Jansens <xor@zed.orodu.net>
1516 * bootstrap: add ACLOCAL_FLAGS to the aclocal call.
1518 2003-07-05 Ben Jansens <xor@zed.orodu.net>
1520 * openbox/openbox.c: use --foo instead of -foo for cmd line arguments
1522 * render/color.c, render/render.h:
1523 try some better default offsets for big endian machines.
1524 print what the conversion is so i can see what it should be if im wrong though
1527 used RrColorShift when RrColorOffset was what we wanted
1529 * configure.ac, openbox/Makefile.am, render/Makefile.am, render/color.c, render/color.h, render/gradient.c, render/instance.c, render/instance.h, render/render.c, render/render.h:
1530 use the gdk-pixbuf-xlib library to render with
1532 * configure.ac: coment the USE_LIBSN defined variable
1534 2003-07-02 Ben Jansens <xor@zed.orodu.net>
1536 * openbox/stacking.c:
1537 rename the raise and lower functions. raise is claimed by signal.h already
1539 2003-06-30 Ben Jansens <xor@zed.orodu.net>
1541 * openbox/dock.c: set te strut smaller when autohide is on
1543 2003-06-30 woodblock <woodblock@zed>
1546 Makes a simple click not so accidently annoying by making it not
1547 execute a menu action if nothing is highlighted.
1549 2003-06-30 Ben Jansens <xor@zed.orodu.net>
1551 * openbox/extensions.c:
1552 messed up the indexes while finding the combined size of all xineerama heads
1554 * openbox/extensions.c:
1555 oops, i want the max edges to find the full area
1557 * CHANGELOG, ChangeLog: using a changelog generated off of CVS
1559 2003-06-29 Ben Jansens <xor@zed.orodu.net>
1562 the prop_get_strings_locale function looked for a utf8 typed property
1564 * openbox/focus.c, openbox/openbox.c, openbox/stacking.c:
1565 add some comments and asserts to make sure I don't ever add this bug again
1568 create the popup's window before adding it to the stacking list, so that it is stacked properly and doesnt wreck everything
1570 * Makefile.am, configure.ac, data/Makefile.am, openbox/Makefile.am, parser/Makefile.am, render/Makefile.am, themes/Makefile.am, tools/obconf/Makefile.am:
1571 prepare for alpha1 release.
1572 make 'make dist' work.
1574 * m4/.cvsignore, m4/Makefile.am:
1575 add a makefile so i can put stuff into the make dist
1577 * m4/python.m4: python support is gone
1580 we dont really have any translatable stuff yet but this was pointing at old cpp shit
1582 * render/gradient.c:
1583 missed setting 'current' at the end of the pyramid gradient
1585 * openbox/stacking.c:
1586 waste of energy in stacking_add, and it even caused bugs. woops.
1588 2003-06-29 woodblock <woodblock@zed>
1590 * openbox/menu.c, openbox/menu_render.c:
1591 Handle menu events a little better: don't bother updating a submenu on
1592 mouseover if it is already open, and call update on menus, even if
1593 they aren't marked as invalid.
1595 2003-06-28 Ben Jansens <xor@zed.orodu.net>
1597 * openbox/openbox.c:
1598 use fprintf not g_message in the signal handler. no mallocing allowed.
1600 * render/font.c: remove debug print
1602 * openbox/prop.c: set the values of the array at teh right indexes
1604 * openbox/prop.c: fix memory bugs
1606 * data/rc3: remove the switch to... menu
1609 don't destroy font patterns, i think this is a double free
1611 * openbox/stacking.c:
1612 put group members above the window when lowering it
1614 * openbox/stacking.c: set the stacking list when stacking changes
1617 add the themes path to the struct. make the name never include a path
1619 * configure.ac, themes/Makefile.am:
1620 adjust the themes with buttons to match how they are read now
1622 * AUTHORS: simplify this shit
1624 * render/theme.c: hardcode the button names for themes
1626 * openbox/popup.c: dont need to raise after adding
1628 * render/theme.c: rename the button_dir var to data_dir.. pointless :>
1630 2003-06-27 Ben Jansens <xor@zed.orodu.net>
1632 * openbox/Makefile.am: build 'openbox' instead of 'openbox3'.
1633 add the openbox.desktop file for gnome compat.
1635 * openbox/screen.c: set "Openbox" as the name no "Openbox3"
1637 * openbox/openbox.desktop:
1638 add a .desktop file which gets installed for gnome
1640 * openbox/.cvsignore: add the openbox binary
1642 * openbox/openbox.c: add a call to g_set_prgname
1644 * openbox/stacking.c:
1645 stacking changes, its more like the old code without being shitty and with support for raising groups at a time.
1647 * openbox/stacking.c: core when the list gets out of order
1649 * openbox/client.c, openbox/client.h, openbox/dock.c, openbox/extensions.c, openbox/extensions.h, openbox/focus.c, openbox/geom.h, openbox/menu.c, openbox/menu.h, openbox/moveresize.c, openbox/screen.c, openbox/screen.h:
1652 * data/rc3: root menu on right click
1654 * openbox/event.c: 4 space indents
1656 2003-06-26 Ben Jansens <xor@zed.orodu.net>
1659 return true when ungrabbing so that it can ungrab them all on shutdown
1662 set ret to true when grabbing and we alerady have it grabbed
1665 dont destroy the match pattern, it seems that Xft holds onto the pointer
1668 check that extensions_vidmode is set before trying to use the vidmode functions
1670 * openbox/grab.c, openbox/grab.h: return FALSE if a grab fails
1673 set the desktop hint when the window already has a hint but its out of range
1675 * openbox/event.c: clear the over item in the menu when executing shit
1677 * openbox/stacking.h:
1678 add NUM_STACKLAYER, fix some comments that dont apply
1680 * openbox/menu.c: remove unused variable
1683 remove/add instead of raising to put a window into a new layer
1685 * openbox/stacking.c:
1686 new stacking code that doesnt suck ass to look at, woot
1689 use the minsize to keep the stuff ni the dock off of the bevel edges etc
1691 * render/theme.c: add comment
1693 * render/font.c, render/font.h, render/render.c, render/render.h, render/theme.c, render/theme.h:
1694 read fonts and titlebar layout from theme files
1696 2003-06-25 Ben Jansens <xor@zed.orodu.net>
1698 * data/rc3: add right click on icon to open the client menu
1700 * render/font.c: set teh X so it gets used right
1703 keep a small space on the sides of windows between the edge and the text
1705 * openbox/event.c: only render if there was an over existing
1707 * openbox/event.c, openbox/menu.c, openbox/menu.h, openbox/menu_render.c:
1708 menus grab the keyboard and pointer, thus making only one menu visible at a time, and making them act like gtk menus and * menus do, where you can click and drag and release to select something as well as click-release to elave it open while you search around the menu
1710 * data/rc3: show the client meun on "press" on the icon
1712 * openbox/grab.c: grab all motion events for pointer grabs
1714 2003-06-24 Ben Jansens <xor@zed.orodu.net>
1716 * openbox/menu.c: position submenus correctly horizontally
1718 * openbox/menu_render.c: menus were too short by a border width
1721 check to make sure the window is on screen *after* positioning it
1723 * render/gradient.c: do horz grads without any multipliaction
1725 * render/gradient.c, render/render.h, render/test.c, render/theme.c:
1726 made all the gradients work with integer math. removed the pipecross and rectangle gradietns tho cuz they are ugly and i dont want to code that bullshit cuz they are ugly.
1728 * render/gradient.c, render/test.c:
1729 integer math for gradients. horz vert and diags and pipecross work so far.
1731 2003-06-22 Ben Jansens <xor@zed.orodu.net>
1733 * openbox/menu.c, openbox/menu_render.c: add a simple menu parser.
1734 while menu parsing, the theme does not exist so we can't do any theme stuff while creating menu stuff, so put that off for later, i.e when the menu is shown.
1736 * openbox/openbox.c: reorder startup so menu goes before config parsing
1738 * data/rc3: add a root menu
1740 2003-06-21 Ben Jansens <xor@zed.orodu.net>
1742 * openbox/client.c, openbox/frame.c, openbox/frame.h:
1743 add decoration state to the frame struct. make client_configure adjust the frame if the decorations do not match between the client and the frame, so that when they change it can send a configurenotify to the client.
1746 make client_reconfigure a non-user-type client_configure
1749 strdup the exec path cuz it gets freed by the time we restart otherwise
1751 * openbox/event.c: moveresize messages are not user-requests
1753 * openbox/client.c: remove debug print
1756 send teh configure event to client on user-requested final configures even if not moved, cuz usualy the final isnt sent with a change, but just to end the move process.
1759 always create the bg pixmap, X seems to not like it if i dont?
1761 * openbox/openbox.c:
1762 always use the session id from the session manager when setting the restart property
1764 * openbox/openbox.c: add -sm-disable option
1766 * openbox/openbox.c:
1767 only show -sm-client-id in the help when session management is build in
1769 * openbox/openbox.c:
1770 session management works, and it can resume with its old ID, so it works with gnome-session
1772 * configure.ac, m4/x11.m4, openbox/Makefile.am, openbox/event.c, openbox/openbox.c:
1773 make session management optional
1775 * openbox/openbox.c:
1776 set the required properties so that session managers see openbox
1778 * render/font.c, render/theme.c:
1779 don't exit in the render lib, rather return a NULL font/theme on failure
1781 * openbox/event.c, openbox/openbox.c:
1782 add libSM *client* support, so we should work with gnome-session now!
1784 * render/instance.c, render/render.c: more namespacing with Rr*
1786 * render/color.c: use the pseudo shit in the instance now
1788 * render/gradient.c, render/gradient.h, render/render.c, render/color.c, render/color.h, render/image.c, render/image.h, openbox/client.c, openbox/screen.c, render/font.c, render/render.h, render/theme.h:
1789 more namespacing with Rr*
1791 * openbox/menu.h, openbox/menu.c: kill a warning
1793 * openbox/openbox.c, render/font.c, render/font.h, render/render.c, render/render.h, render/theme.c, render/theme.h:
1794 more namespacing to Rr*
1796 * openbox/menu.c: fix a warning
1798 * openbox/client.c, openbox/client.h, render/color.c, render/color.h, render/gradient.c, render/gradient.h, render/image.c, render/image.h, render/render.c, render/render.h:
1799 rename pixel32/16 to RrPixel32/16
1801 * render/color.c, render/color.h, render/render.h, render/theme.c, render/theme.h:
1802 rename color_rgb to RrColor
1804 * openbox/dock.c, openbox/frame.c, openbox/framerender.c, openbox/menu.c, openbox/menu_render.c, openbox/moveresize.c, openbox/openbox.c, openbox/openbox.h, openbox/popup.c, render/font.c, render/font.h, render/theme.c, render/theme.h:
1805 put the render theme into a struct
1807 * openbox/client.c, openbox/dock.c, openbox/dock.h, openbox/frame.c, openbox/frame.h, openbox/framerender.c, openbox/menu.c, openbox/menu.h, openbox/menu_render.c, openbox/moveresize.c, openbox/openbox.c, openbox/openbox.h, openbox/popup.c, openbox/screen.c:
1808 fixed to accomodate the changes to the render/ API.
1810 2003-06-20 Ben Jansens <xor@zed.orodu.net>
1812 * render/.cvsignore, render/Makefile.am, render/color.c, render/color.h, render/font.c, render/font.h, render/gradient.c, render/gradient.h, render/image.c, render/image.h, render/instance.c, render/instance.h, render/mask.c, render/mask.h, render/render.c, render/render.h, render/test.c, render/theme.c, render/theme.h:
1813 this is going to break the kernel/ building.
1815 lots of modifications to the render API, prefixing everything, making proper
1816 names for everything. the structures are not hidden/opaque yet, but the naming scheme of the public API works much better now.
1818 * render/font.c: oops typo
1821 take the bevel width into account for the width available
1823 * openbox/dock.c, openbox/frame.c, openbox/framerender.c, openbox/menu_render.c, openbox/popup.c, render/font.c, render/gradient.c, render/image.c, render/image.h, render/render.c, render/render.h, render/test.c, render/theme.c, render/theme.h:
1824 simply the render interface by not requiring the setting of all the areas. only take a w and h in paint(). best font layout ever.
1826 * AUTHORS: miklos does themes like mad
1828 * render/gradient.c:
1829 slight optimizations, and make the last 4 gradients work properly
1832 center text vertically. use the font's height because all that space is needed for some charcters
1834 * openbox/frame.c, openbox/framerender.c, openbox/menu_render.c, openbox/popup.c, openbox/screen.c, render/gradient.c, render/render.c, render/render.h, render/test.c, render/theme.c:
1835 remove non-planar surfaces
1837 2003-06-19 Ben Jansens <xor@zed.orodu.net>
1839 * configure.ac, m4/gl.m4: remove --enable-gl
1842 fix for how base-size is used to comply with the icccm
1844 2003-06-18 Ben Jansens <xor@zed.orodu.net>
1846 * openbox/framerender.c: copy the frame's surface from the prototype
1848 2003-06-17 Ben Jansens <xor@zed.orodu.net>
1850 * bootstrap: export the WANT_AUTOMAKE var before running acloacl
1852 2003-06-17 manmower <manmower@zed>
1854 * openbox/client.c: wake up old icon grabbing code
1856 * render/color.c: remove unneeded/uncompiled junk
1858 2003-06-09 manmower <manmower@zed>
1860 * openbox/client.c: try swapping bytes on textures
1862 * openbox/client.c: | != &
1864 * openbox/client.c: fix? color on icons
1866 * openbox/client.c: remove bogus byte permutations in icon code
1868 2003-06-08 Ben Jansens <xor@zed.orodu.net>
1871 remove an extra useless call to focus_set_client(NULL)
1873 * openbox/client.c: describe the complicated if a bit :)
1875 * openbox/client.c: more checks for when to do an XResizeWindow
1878 send the configure notify for resizes too, just to be a little more safe
1881 onlt send configurenotify if the client actually moved, to work around emacs, hopefully :)
1884 some more fixes for resizing clients. aspect ratio is not the last thing checked and so rules all, that might need to change.. however, it now uses base-size only for aspect ratios and base-size/min-size for other sizing shit, as per the ICCCM.
1886 * openbox/client.c: from icccm:
1887 If a base size is not provided, the minimum size is to be used in its place and vice versa.
1889 Added support for this.
1891 * openbox/frame.c: missing another bwidth
1893 * openbox/frame.c: position titlebars better, was missing a bwidth
1895 * openbox/client.c: i was backwards
1897 * openbox/event.c: this cnofigure is FINAL!
1900 don't resize the client itself while doing a resize if its not final when config_opaque_resize is not on
1902 2003-06-04 Ben Jansens <xor@zed.orodu.net>
1905 better VIDMODE support, handle the cases where the functions fail
1908 size fullscreen applications to the resolution with the VIDMODE extension
1910 * openbox/client.c, openbox/client.h, openbox/screen.c:
1911 remove the client_remaximize function, and replace it with the client_reconfigure function, which just calls client_configure with the window's current location and dimensions, user=TRUE and final=TRUE.
1913 add support for the VIDMODE extension in client_configure, namely, fullscreen windows are positioned at the point of the viewport rather than at 0,0.
1914 call client_reconfigure when uniconifying a window, so that fullscreen windows are put at the point of the view port.
1917 remove that fancy new leftHanded option, it should be done via xmodmap instead
1920 add a leftHanded option for mouse bindings, reverses the left/right keywords
1922 * openbox/grab.c, openbox/grab.h:
1923 make key grabbing per window instead of always root
1925 * openbox/focus.c: allow cycling to iconic windows
1928 use client_can_focus from client_focus to always get the same result
1930 * openbox/client.c, openbox/client.h, openbox/focus.c:
1931 reverting the transient focus cycle change, its just not.. right. add the parent's title to the transient's for the popup instead of just relpacing it
1934 better focus cycling for transients. use the parent instead of the transients in the list in case it has more than one, then after choosing it try focus a transient instead
1937 dont try change focus while looping thru the focus list
1939 * openbox/client.c, openbox/client.h, openbox/focus.c:
1940 allow focus_fallback to query if a client can be focused without changing the focus order on it
1942 2003-06-03 Ben Jansens <xor@zed.orodu.net>
1944 * openbox/event.c, openbox/frame.c, openbox/frame.h, openbox/framerender.c, openbox/popup.c:
1945 modifications to keep up with libobrender2
1947 * openbox/popup.c: use theme stuff for the gfx/font
1949 * openbox/frame.c: layout fixes
1951 * openbox/frame.c: position the grips
1953 * openbox/framerender.c: fix some theme colors/display
1955 * m4/gl.m4, openbox/Makefile.am, openbox/client.c, openbox/client.h, openbox/dock.c, openbox/dock.h, openbox/event.c, openbox/frame.c, openbox/frame.h, openbox/framerender.c, openbox/menu.c, openbox/menu.h, openbox/menu_render.c, openbox/moveresize.c, openbox/openbox.c, openbox/openbox.h, openbox/popup.c, openbox/screen.c, openbox/window.c, render/.cvsignore, render/Makefile.am, render/color.h, render/font.c, render/font.h, render/gradient.c, render/gradient.h, render/image.c, render/image.h, render/mask.c, render/mask.h, render/render.c, render/render.h, render/test.c, render/theme.c, render/theme.h, COPYING, COPYING.FDL, COPYING.GPL, COPYING.LGPL, Makefile.am, README, configure.ac:
1956 the kernel is using th gl shit to render itself, but with the old style frame shit here. in practice, the render and glft libraries needed some changes to be used better, these are incorporated.
1958 * openbox/stacking.c: remove debug print
1961 more unique error for unhandles image bit depths, remove debug prints
1963 * render/color.c: handle increase_depth on 1bpp images
1966 ignore xerrors while using the pixmaps specified by the client, since they can certainly be invalid and there's nothing i can do about it.
1968 * openbox/client.c: rm g_messages.. ones that segfault.. :>
1970 2003-06-02 Ben Jansens <xor@zed.orodu.net>
1972 * openbox/client.c: also dont increment the nicons if the w*h is 0
1974 * openbox/client.c: watch out for 0x0 icons, and skip them
1976 * openbox/menu_render.c, openbox/popup.c:
1977 create some temporary fonts to use for rendering text
1979 * openbox/frame.c, openbox/menu_render.c, openbox/popup.c:
1982 * openbox/frame.c, openbox/popup.c:
1983 adjust for some api extensions in render2
1985 * bootstrap: add env var to get automake 1.7
1987 2003-06-01 Ben Jansens <xor@zed.orodu.net>
1989 * COPYING, COPYING.FDL, COPYING.GPL, COPYING.LGPL, Makefile.am, README, configure.ac, m4/gl.m4, openbox/Makefile.am, openbox/client.c, openbox/client.h, openbox/dock.c, openbox/dock.h, openbox/event.c, openbox/frame.c, openbox/frame.h, openbox/framerender.c, openbox/menu.c, openbox/menu.h, openbox/menu_render.c, openbox/moveresize.c, openbox/openbox.c, openbox/openbox.h, openbox/popup.c, openbox/screen.c, openbox/window.c, openbox/window.h, render/.cvsignore, render/Makefile.am, render/color.c, render/color.h, render/font.c, render/font.h, render/gradient.c, render/gradient.h, render/image.c, render/image.h, render/mask.c, render/mask.h, render/render.c, render/render.h, render/test.c, render/theme.c, render/theme.h:
1990 Merging in th gl2 branch. Adding a --enable-gl option to the configure script, which defaults off.
1992 2003-05-30 manmower <manmower@zed>
1994 * openbox/frame.c: adjust title bar text
1996 2003-05-30 Ben Jansens <xor@zed.orodu.net>
1999 adjust what gets raised on map a bit, a little less selective.
2001 2003-05-30 manmower <manmower@zed>
2003 * openbox/frame.c: add some test cases for the font crap
2005 2003-05-29 Ben Jansens <xor@zed.orodu.net>
2007 * m4/openbox.m4: better alpha/beta check :)
2009 * m4/openbox.m4: look for 'alpha' and 'beta' releases also
2011 * openbox/stacking.c:
2012 only add non-nonintrusively when both windows share a stacking layer
2014 * data/rc3: raise on client clicks
2016 2003-05-28 Ben Jansens <xor@zed.orodu.net>
2018 * COPYING: remove the generic COPYING
2020 * COPYING.FDL, COPYING.GPL, COPYING.LGPL: New file.
2022 * COPYING.FDL, COPYING.GPL, COPYING.LGPL, README:
2023 specify different licenses for different directories
2025 * openbox/action.c, openbox/action.h:
2026 rm the 'focusraise' action, it is redundant.
2028 * openbox/frame.c: use the new shape API from the render libs
2031 pass expose events like i was before. cleanups in rendering to not render areas anymore. pass the surface's absx/y to planar's paint func
2034 no button mask on the plate, and some cleanups with redundant if's
2036 2003-05-28 manmower <manmower@zed>
2038 * openbox/frame.c: slightly improved theme
2040 2003-05-28 Ben Jansens <xor@zed.orodu.net>
2042 * openbox/popup.c: proper centering of the text in popups without icons
2044 2003-05-27 manmower <manmower@zed>
2046 * openbox/frame.c, openbox/frame.h: fixed the flicker in shape
2047 (we use a shapewindow now. it rules, I rule, fuck X, blah blah MOOOOOOO)
2049 2003-05-27 Ben Jansens <xor@zed.orodu.net>
2051 * openbox/frame.c: and typod
2053 * openbox/frame.c, openbox/frame.h:
2054 some cleanups, got rid of the border shit
2056 * openbox/event.c: toss out expose events to render
2058 * openbox/popup.c: no more seg
2060 * openbox/frame.c, openbox/frame.h: some cleanups
2062 2003-05-27 manmower <manmower@zed>
2064 * openbox/frame.c: free decor when removing frame
2066 * openbox/frame.c: HOW DO YOU LIKE MY SEXY NEW DECOR?!?
2068 * openbox/frame.c: I get my events on decor again
2069 and probably ruined exposure for some weird case. bwa ha ha
2071 * openbox/frame.c, openbox/frame.h: how about some UGLY decor!
2073 2003-05-27 Ben Jansens <xor@zed.orodu.net>
2075 * openbox/popup.c: paints are now recursive
2077 2003-05-27 manmower <manmower@zed>
2079 * openbox/frame.h: surface pointer please
2081 2003-05-27 Ben Jansens <xor@zed.orodu.net>
2083 * openbox/popup.c: proper layout
2085 * openbox/popup.c: i suck so much
2087 * openbox/event.c, openbox/menu.c, openbox/popup.c: DRAWS!!
2089 2003-05-27 manmower <manmower@zed>
2091 * openbox/frame.c, openbox/frame.h: added shape support for decor
2093 2003-05-27 Ben Jansens <xor@zed.orodu.net>
2095 * openbox/popup.c: dont try use an icon when where isnt one
2097 * openbox/client.c, openbox/client.h, openbox/dock.c, openbox/dock.h, openbox/frame.c, openbox/frame.h, openbox/framerender.c, openbox/menu.c, openbox/menu.h, openbox/menu_render.c, openbox/moveresize.c, openbox/openbox.c, openbox/openbox.h, openbox/popup.c, openbox/screen.c, openbox/window.c:
2098 port to the new render stuff.. but this isnt complte since we don't have themes yet.
2100 * Makefile.am, configure.ac, render/.cvsignore, render/Makefile.am, render/color.c, render/color.h, render/font.c, render/font.h, render/gradient.c, render/gradient.h, render/image.c, render/image.h, render/mask.c, render/mask.h, render/render.c, render/render.h, render/test.c, render/theme.c, render/theme.h:
2101 removing the old render stuffs
2103 2003-05-27 manmower <manmower@zed>
2105 * openbox/frame.c, openbox/frame.h: added % based decoration sizes
2107 * openbox/frame.c, openbox/frame.h: fixed right decor anchors properly
2109 * openbox/frame.c: fix right anchor point offsets
2111 * openbox/frame.c: position windows for all anchor types
2113 * openbox/frame.c: all decor anchors supported
2115 * openbox/event.c, openbox/frame.c:
2116 change event.c to use a frame pointer instead of client pointer in framedecor
2117 frame.c now supports more decor anchors
2119 yay for 1 to many commit logs
2121 2003-05-26 Ben Jansens <xor@zed.orodu.net>
2123 * openbox/Makefile.am: link render version 2
2125 2003-05-26 manmower <manmower@zed>
2127 * openbox/frame.c, openbox/frame.h:
2128 frame pointer in framedecor instead of client pointer
2130 2003-05-26 Ben Jansens <xor@zed.orodu.net>
2132 * openbox/event.c, openbox/window.c: add case for Window_Decoration
2134 2003-05-26 manmower <manmower@zed>
2136 * openbox/frame.c, openbox/frame.h: client pointer in framedecor
2138 * openbox/frame.c: crap
2140 * openbox/frame.c, openbox/frame.h:
2141 I can now map arbitrarily sized invalid space above my windows!
2145 we now have no decor at all, but are otherwise functional
2147 2003-05-26 Ben Jansens <xor@zed.orodu.net>
2150 use frame->visible, not the desktop number, other states exist too, like show_desktop
2152 * openbox/dock.c, openbox/frame.c, openbox/frame.h, openbox/framerender.c, openbox/menu.c, openbox/popup.c, openbox/screen.c, openbox/window.h:
2153 merge in the changes made in the gl branch
2155 * Makefile.am, configure.ac:
2156 create the glft library. it will be using freetype and fontconfig to render fonts in GL.
2157 flesh out render2 a bit more.. actually just in comments
2159 * Makefile.am, configure.ac:
2160 add a new render2 lib, which has a proper API and uses only OpenGL to render.
2162 * render/render.c: remove GL from the old render lib for now
2164 * configure.ac, m4/gl.m4:
2165 gl support in configure, fontconfig instead of xft
2167 2003-05-26 manmower <manmower@zed>
2169 * openbox/frame.c: add back some frame adjust stuff
2171 * openbox/frame.c, openbox/frame.h, openbox/framerender.c, openbox/window.h:
2172 complete destruction of all current frame functionality.
2175 2003-05-25 manmower <manmower@zed>
2177 * render/gradient.c, render/mask.c, render/render.c, render/render.h, render/test.c, render/theme.c, render/theme.h, openbox/dock.c, openbox/frame.c, openbox/framerender.c, openbox/menu.c, openbox/popup.c, openbox/screen.c, render/color.c, render/color.h:
2178 everything compiles. everything is broken.
2180 rendertest works, yay.
2182 * render/render.c: now it even links.
2184 * render/font.c, render/font.h, render/gradient.c, render/gradient.h, render/render.c, render/render.h:
2185 once again it compiles.
2187 no, it does not work
2189 much has been removed.
2191 2003-05-25 Ben Jansens <xor@zed.orodu.net>
2193 * configure.ac, m4/gl.m4:
2194 right branch. no more xft. fontconfig. gl. woot.
2196 * configure.ac, m4/gl.m4: omg wrong branch!
2198 * configure.ac, m4/gl.m4: always gl. fontconfig instead of xft.
2200 2003-05-25 manmower <manmower@zed>
2202 * render/gradient.c: gl.h shouldn't be required when not enabling gl
2204 2003-05-25 Ben Jansens <xor@zed.orodu.net>
2206 * README.CVS: add the glade/gtk deps for debian
2208 2003-05-25 manmower <manmower@zed>
2210 * render/gradient.c, render/test.c: all grads done
2212 * render/gradient.c, render/test.c: pipecross
2214 * render/gradient.c, render/test.c: rectangle and diagonal grads yay
2218 2003-05-25 Ben Jansens <xor@zed.orodu.net>
2220 * data/rc3: Shade not Shaded
2222 * README.CVS: add debian package list
2224 * README.CVS: automake 1.7
2226 * README.CVS: mention glib, xml, gtk and glade
2229 make autoconf 2.54 required. makes automake1.6 get used on some systems
2231 2003-05-25 manmower <manmower@zed>
2233 * render/gradient.c, render/gradient.h, render/render.c, render/render.h, render/test.c:
2234 gl is starting. it's gonna get really ugly really fast, folks
2236 2003-05-24 Ben Jansens <xor@zed.orodu.net>
2238 * Makefile.am, configure.ac, openbox/Makefile.am, openbox/action.c, openbox/action.h, openbox/config.c, openbox/focus.c, openbox/openbox.c, openbox/parse.c, openbox/parse.h, openbox/plugin.c, parser/.cvsignore, parser/Makefile.am, parser/parse.c, parser/parse.h, tools/.cvsignore, tools/Makefile.am, tools/obconf/.cvsignore, tools/obconf/Makefile.am, tools/obconf/about.c, tools/obconf/main.c, tools/obconf/obconf.glade, tools/obconf/obconf.gladep, tools/obconf/obconf.h, tools/obconf/plugins.c, tools/obconf/plugins.h:
2239 this is a big one! im putting stats in here just cuz!
2240 59 files changed, 1691 insertions(+), 607 deletions(-)
2241 Adding the beginings of ObConf. Adding a resistance-config plugin for ObConf.
2242 Creating an obparser library that obrender can use, the kernel can use, plugins can use, and ObConf and its plugins can use. (its just code for using libXml2)
2245 convert shit from utf8 to filename before execing it
2247 * configure.ac, data/rc3, openbox/Makefile.am, openbox/config.c, openbox/openbox.c, openbox/parse.c, openbox/parse.h, openbox/parse.l, openbox/parse.y:
2250 * openbox/action.c, openbox/action.h:
2251 add actions for showing the desktop
2253 * openbox/action.c, openbox/action.h: soem changes to desktop actions.
2254 instead of having *wrap actions, just default to having wrap on, and let it be optionally placed into the rc to disable it.
2255 instead of next/prev desktop, just have actions for desktop to the right/left/up/down. this applies to sendtodesktop actions too.
2257 * openbox/focus.c: add a DEBUG_FOCUS print
2260 there's this case where we DONT want to ignore both events or we end up without anything we know of being focused, even tho something is. this case is now covered. ps i hate focus so much.
2262 * openbox/client.c: use the user friendly desktop number
2264 * openbox/focus.c: clarify comment
2266 2003-05-23 Ben Jansens <xor@zed.orodu.net>
2269 dont refocus the focused window, that just causes so many problems (with alt-tab :)
2271 * openbox/prop.c: validate utf8 strings before using them
2273 * configure.ac, m4/gl.m4, openbox/Makefile.am, render/Makefile.am:
2274 add --enable-gl support, and put the flags/libs in the appropriate makefiles
2276 * openbox/focus.c: remove a todo item that seems to be.. done!
2279 missed a case of using the stacking list and assuming that its all clients still. fixed that assumption now.
2282 ignore ancestor FocusIn events. i get them sometimes when hitting alt-tab and that totally fucks it up cuz it cancels teh alt-tab process.
2284 2003-05-22 manmower <manmower@zed>
2286 * render/test.c: fix cut'n'paste bug
2288 2003-05-22 Ben Jansens <xor@zed.orodu.net>
2290 * openbox/event.c: only button 1 can use menu items
2292 2003-05-22 manmower <manmower@zed>
2294 * render/render.c: removed a piece of code I suspect has never been run
2295 this is for XServers that report less than 8 bpp default visual and support
2296 8bpp or higher visuals
2298 hopefully nothing is really that stupid. we'll see.
2300 * render/render.h, render/render.c:
2301 keep XVisualInfo around in preparation for opengl stuff
2303 2003-05-22 Ben Jansens <xor@zed.orodu.net>
2306 remove shit for my own makefiles that i dont need no more
2308 * openbox/event.c: a missing break!
2310 2003-05-22 woodblock <woodblock@zed>
2312 * openbox/menu.c: layers submenu on client
2314 2003-05-22 Ben Jansens <xor@zed.orodu.net>
2316 * openbox/action.c, openbox/action.h, openbox/client.c, openbox/client.h:
2317 add actions for changing client layers to abov/below/normal
2319 * openbox/client.c: typo
2321 * openbox/plugin.c: load the client_menu by default for nowc
2323 2003-05-21 woodblock <woodblock@zed>
2325 * data/rc3, openbox/client.c, openbox/event.c, openbox/menu.c, openbox/menu.h:
2327 Add "client_menu" to pluginrc to use.
2329 2003-05-21 Ben Jansens <xor@zed.orodu.net>
2331 * render/font.c: optimize it a bit
2334 pass the number of bytes, not characters to the xft draw functions
2336 * openbox/action.c, openbox/action.h: add 'movetoedge' actions
2338 * openbox/screen.c: add xerror.h
2341 Openbox3 in the WM name, FUCK OFF XINE, YA YOU HEARD ME.
2343 * render/gradient.c: allocate the border_color's gc
2345 2003-05-20 Ben Jansens <xor@zed.orodu.net>
2347 * render/color.c, render/render.c:
2348 put the devation back how it used to be, it aws definately no better..
2350 2003-05-20 manmower <manmower@zed>
2352 * render/gradient.c:
2353 of by one error in pyramid, rectangle, and crosspipe
2355 2003-05-20 Ben Jansens <xor@zed.orodu.net>
2357 * render/gradient.c: remove debug prints
2359 * render/gradient.c: reindent the file....
2360 but while i'm at it:
2361 - add support for bevels/borders on solid textures.
2362 - reverse the colors in the rectangle gradient, the pipecross and pyramid
2363 ones may need to be reversed as well.
2365 * render/render.c, render/render.h: remove the elliptic gradient type.
2366 add bevel light/dark colors for solid textures with bevels
2369 use the rectangle gradient when the theme asks for elipse
2371 * m4/openbox.m4: argh put it back right!*(
2373 * m4/openbox.m4: fuck it, put it back
2375 * m4/openbox.m4: smarter default debug value :)
2377 * m4/openbox.m4: default debug off (for non-cvs builds!)
2380 ignore errors when playing with application defined colormaps
2382 2003-05-19 Ben Jansens <xor@zed.orodu.net>
2384 * openbox/dock.c: get the size for all the apps before positioning them
2387 set teh dock sizes before the app uses it for positioning
2389 * openbox/dock.c: center dock apps
2391 * openbox/action.c: use the resize increment when resizing relative
2393 * openbox/action.c, openbox/action.h, openbox/client.c, openbox/client.h:
2395 a) directional focus actions
2396 b) action system changes i.e. use structs/arrays for convertings strings to actions instead of gross if-else chains
2398 2003-05-18 woodblock <woodblock@zed>
2400 * openbox/menu.c: Added a fifo_menu plugin
2402 2003-05-18 manmower <manmower@zed>
2404 * render/gradient.c, render/test.c: PipeCross
2406 * render/gradient.c: there's the rect grad. now stop bugging me :(
2408 * render/gradient.c: is that a rectangle grad? damned if I know
2410 2003-05-18 Ben Jansens <xor@zed.orodu.net>
2412 * openbox/client.c, openbox/client.h, render/color.c, render/color.h, render/image.c, render/render.c, render/render.h:
2413 make icons use pixel32 data, and image_draw takes pixel32 data.
2414 client.c gets pixmap icons as a backup to netwm ones, and they are converted into pixel32 data.
2416 * openbox/focus.c: include grab.h
2418 2003-05-18 manmower <manmower@zed>
2420 * render/test.c: whatever, it's a junk file.
2422 * render/gradient.c: change badly named offsets
2423 add stubs for rectangle and pipecross
2425 * render/image.c: rename poorly named offsets
2427 * render/gradient.h: add stubs for pipecross and rectangle
2429 * render/color.h: fix poor naming of default offset
2431 * render/color.c: fix poor naming of the default offset
2433 2003-05-18 woodblock <woodblock@zed>
2436 this is actually xor :) - fixing the focus search function to not return NULL if no valid group members exist to be a transient for
2438 2003-05-18 Ben Jansens <xor@zed.orodu.net>
2440 * openbox/stacking.c:
2441 proper check to see if something was raised, the it==NULL would cause it to always return, incorrectly.
2443 * openbox/client.c, openbox/client.h, openbox/event.c, openbox/stacking.c, render/render.c, render/render.h:
2446 client.c stacking.c: fixing looping transient case for group transient windows. now a window which is transient for a group is *not* transient for any other transient windows in the group (perviously the other window had to be transient for the group to be excluded, now it can be transient for anything).
2448 client.c/h event.c render.c/h: adjustnig icon handling a bit. will be converting the legacy pixmap icons into rgba data so they can be handled the same as netwm icons.
2450 2003-05-18 woodblock <woodblock@zed>
2452 * HACKING: Indentation stuff
2454 2003-05-18 Ben Jansens <xor@zed.orodu.net>
2456 * configure.ac: actually optional now.
2458 * configure.ac: make LIBSN optional
2461 grab the mouse during focus cycling. this removes the bug of focusing following the mouse when the popup disappears and fuck up your cycling.
2463 * render/Makefile.am: need the libsn flags
2465 * configure.ac, openbox/Makefile.am, openbox/event.c, openbox/openbox.c, openbox/openbox.h, openbox/screen.c:
2466 add (optional) support for showing a busy cursor via startup notification
2468 2003-05-17 Ben Jansens <xor@zed.orodu.net>
2470 * openbox/event.c: disallow drag events on title buttons.
2471 dont redraw title button when the wheel buttons are used on them.
2473 2003-05-16 Ben Jansens <xor@zed.orodu.net>
2475 * openbox/client.c: print the class not the name
2477 * openbox/prop.c: get all the strings!
2479 * openbox/client.c, openbox/dock.c, openbox/dock.h:
2480 save the dock's class/name for future evil purposes!
2481 also print names of windows being managed/unmanaged
2483 * data/rc3: discourage floating a bit, capitalize better.
2485 * openbox/dock.c: FUCK dock is not an array anymore!
2487 * openbox/dock.c, openbox/dock.h, openbox/screen.c:
2488 give the dock a strut and use it
2490 * openbox/event.c: remove debug prints
2492 * openbox/dock.c, openbox/dock.h, openbox/event.c:
2493 dockapps are ObWindows now.
2494 set the type when creating new dockapps.
2496 * data/rc3, openbox/Makefile.am, openbox/client.c, openbox/client.h, openbox/config.c, openbox/config.h, openbox/dock.c, openbox/dock.h, openbox/event.c, openbox/frame.c, openbox/menu.c, openbox/menu.h, openbox/openbox.c, openbox/screen.c, openbox/slit.c, openbox/slit.h, openbox/window.c, openbox/window.h:
2497 rename "Slit" to "Dock".
2498 add config options to the rc3 for the dock.
2499 create a window_map, add DockApps to the ObWindow types, use the window_map for translating windows into objects for event handling (only one lookup now) and remove the old maps (client_map, menu_map).
2501 * openbox/client.c, openbox/menu.c, openbox/moveresize.c, openbox/popup.c, openbox/slit.c, openbox/stacking.c, openbox/stacking.h:
2502 add anotehr stacking_add function.
2503 make stacking_add take care of raising also.
2504 make new windows that dont get focus also not raise above the focused window.
2506 * openbox/event.c: movnig shit around
2508 2003-05-14 Ben Jansens <xor@zed.orodu.net>
2510 * openbox/menu.c: watch out for not loading the timed_menu plugin
2512 * openbox/client.c: pass teh correct values for config notify events
2514 2003-05-14 woodblock <woodblock@zed>
2516 * openbox/event.c, openbox/event.h, openbox/menu.c:
2517 Added a menu to read from a pipe.
2518 File descriptors added to the event loop.
2520 2003-05-12 woodblock <woodblock@zed>
2522 * openbox/event.c, openbox/event.h, openbox/menu.c:
2523 woodblock's failed attempt at making pipes work
2525 2003-05-11 Ben Jansens <xor@zed.orodu.net>
2527 * data/rc3, openbox/config.c, openbox/config.h, openbox/moveresize.c:
2528 add opaque move/resize to the rc3
2530 * openbox/stacking.c:
2531 was using the frame window in the stacking list hint
2533 * openbox/event.c, openbox/menu.c, openbox/moveresize.c, openbox/popup.c, openbox/stacking.c, openbox/window.c, openbox/window.h:
2534 add internal popups n shit to the stacking list.
2535 some cleanups for the stacking order hint.
2536 add non-opaque move/resize. cant toggle it yet.
2538 * openbox/menu.c: rm comment for shit i fixed
2540 * TODO: updated... it sucks tho anyways
2543 not everything in the stacking_list is a client anymore
2545 * openbox/event.c, openbox/menu.c:
2546 Menus put themselves into the stacking list.
2547 Clicking on the menu (but not on an entry) will raise it.
2549 * openbox/Makefile.am, openbox/action.c, openbox/client.c, openbox/client.h, openbox/config.h, openbox/event.c, openbox/focus.c, openbox/menu.c, openbox/menu.h, openbox/openbox.c, openbox/slit.c, openbox/slit.h, openbox/stacking.c, openbox/stacking.h, openbox/window.c, openbox/window.h:
2550 Clients Menus and Slits are all 'ObWindow's now.
2551 Stacking is done with ObWindows.
2552 Slits add themselves to the stacking order, as do clients of course.
2553 Added some macros for adding/removing to the stacking order.
2556 garb press events so they dont break bindings... X sucks
2559 grab button events on the slit so they dont go through to root
2561 * openbox/client.c, openbox/slit.c, openbox/slit.h:
2562 use the size of the icon window for slit apps, not the client window
2564 * openbox/event.c, openbox/grab.c, openbox/grab.h, openbox/slit.c, openbox/slit.h:
2565 can drag slit-apps around in the slit
2567 2003-05-10 Ben Jansens <xor@zed.orodu.net>
2569 * openbox/event.c, openbox/slit.c, openbox/slit.h, openbox/timer.h:
2570 add autohiding to the slit
2572 * openbox/event.c, openbox/slit.c, openbox/slit.h:
2573 some slit fixes, support resizing slitapps
2575 * Makefile.am, configure.ac: rm the tools dir
2577 * tools/Makefile.am: rm this garbage...
2579 * openbox/Makefile.am, openbox/client.c, openbox/event.c, openbox/frame.c, openbox/openbox.c, openbox/screen.c, openbox/slit.c, openbox/slit.h:
2580 add a slit to the kernel
2582 * doc/.cvsignore: add the sgml dir
2584 * openbox/menu.c: make the client menu not have a title
2587 be more careful about ignoring focusin/out event pairs
2589 2003-05-10 woodblock <woodblock@zed>
2591 * openbox/menu.c: Turn off timed_menu by default
2593 * openbox/menu.c, openbox/menu.h:
2594 Timed menu that reads output from a process while the window is hidden
2596 * openbox/event.c, openbox/menu_render.c: whitespace
2598 2003-05-09 Ben Jansens <xor@zed.orodu.net>
2600 * configure.ac: nice merge
2602 2003-05-09 woodblock <woodblock@zed>
2604 * configure.ac, openbox/event.c, openbox/menu.c, openbox/menu.h, openbox/menu_render.c, openbox/plugin.c, openbox/plugin.h, openbox/timer.c:
2606 Since we have no menu parser see menu_startup() to customize
2608 2003-05-09 Ben Jansens <xor@zed.orodu.net>
2610 * openbox/client.c, openbox/client.h, openbox/event.c, openbox/focus.c:
2611 add a client_activate function, use it for net_wm_active mesgs and for focus cycling.
2613 * openbox/focus.c: unshade windows when you cycle focus to them
2615 * openbox/openbox.c, openbox/popup.c, openbox/popup.h, tools/Makefile.am:
2616 add shit that i made in the last week!
2618 * HACKING, Makefile.am, configure.ac, data/rc3, m4/x11.m4, openbox/Makefile.am, openbox/client.c, openbox/client.h, openbox/config.c, openbox/config.h, openbox/event.c, openbox/extensions.c, openbox/extensions.h, openbox/focus.c, openbox/framerender.c, openbox/framerender.h, openbox/menu.c, openbox/moveresize.c, openbox/moveresize.h, openbox/openbox.c, openbox/parse.h, openbox/parse.l, openbox/parse.y, openbox/screen.c, openbox/screen.h, openbox/stacking.c, render/font.c, render/image.c, render/render.c, render/render.h, render/theme.c, render/theme.h:
2619 all my changes while i was offline.
2620 better alt-tabbing. better transient handling. i dont even know. lots of fucking cool shit so WATCH the FUCK OUT.
2622 2003-04-28 Ben Jansens <xor@zed.orodu.net>
2625 move windows before calcing struts. watch for windows on DESKTOP_ALL when removeing a desktop
2627 2003-04-27 Ben Jansens <xor@zed.orodu.net>
2629 * openbox/client.c, openbox/stacking.c:
2630 a more correct for the missing frame problem. don't restack windows when changing the window's layer while it is being managed.
2632 * openbox/stacking.c:
2633 watch for windows without frames, they can be in the transient order before they get fully managed
2635 * doc/themerc.txt: no longer pertinent
2637 * render/image.c, render/image.h, render/render.c:
2638 fix window icon rendering, was using incorrect size.
2640 * render/color.h: its G_BYTE_ORDER not G_ENDIAN.
2642 2003-04-26 Ben Jansens <xor@zed.orodu.net>
2644 * openbox/moveresize.c:
2645 show the move coords for where the window will actually be
2647 2003-04-25 Ben Jansens <xor@zed.orodu.net>
2649 * openbox/client.c: only focus on startup if focus_new is true
2651 * openbox/Makefile.am, openbox/client.c, openbox/openbox.c, openbox/screen.c, openbox/startup.c, openbox/startup.h:
2652 restore the desktop and focused window on restarts if possible
2654 * openbox/action.c, openbox/client.c, openbox/client.h, openbox/focus.c, openbox/focus.h:
2655 add helper functions for manipulating the focus_order list.
2656 move the focus popup into focus.c, out of action.c
2657 allow cycling to iconic windows, which are kept at the bottom of the focus_order lists.
2659 * openbox/event.c, openbox/focus.c, openbox/frame.c, openbox/frame.h, openbox/framerender.c:
2660 let the frame hold a focus state so that it can lie.
2661 dont focus windows while cycling, just highlight them as if they are focused
2663 * openbox/framerender.c: icons are not at +1 anymore
2665 2003-04-24 Ben Jansens <xor@zed.orodu.net>
2668 some more checks for transients looping on eachother when they are transients of a group
2670 2003-04-22 Ben Jansens <xor@zed.orodu.net>
2673 client side shit ISNT 32 bits on 64 bit platforms, its 64 bits. fuck X so hard.
2675 2003-04-22 woodblock <woodblock@zed>
2677 * CHANGELOG: NLS update
2679 2003-04-22 Ben Jansens <xor@zed.orodu.net>
2682 even better checks for when to focus new windows. focus dialogs when they are the only member of their group
2684 2003-04-22 woodblock <woodblock@zed>
2686 * openbox/menu.c, openbox/menu.h, openbox/menu_render.c:
2687 More menu changes to facilitate plugins.
2689 * openbox/Makefile.am, openbox/menu.c, openbox/menu.h, openbox/menu_render.c:
2690 Render menus only when they are invalid.
2692 2003-04-21 Ben Jansens <xor@zed.orodu.net>
2694 * README.CVS: add automake
2696 * data/rc3: focus on press onm the titlebar buttons
2699 yet more changes to choosing to focus windows when they mapp
2701 * openbox/parse.h, openbox/parse.y:
2702 try avoid cicular includes with the bison shit
2704 2003-04-20 woodblock <woodblock@zed>
2708 2003-04-20 Ben Jansens <xor@zed.orodu.net>
2710 * openbox/frame.c, openbox/framerender.c:
2711 make the icon larger than the buttons by one pixel in each direction, this makes it as tall as the label and lets it fit more image in
2713 * openbox/client.c: new focus-new rules
2715 2003-04-20 woodblock <woodblock@zed>
2717 * CHANGELOG: Update log
2719 2003-04-19 Ben Jansens <xor@zed.orodu.net>
2721 * openbox/client.c: i lied.. fuck @ those gnome dialogs
2723 * openbox/client.c: lighten up a bit on the focus new windows criteria
2725 * openbox/event.c: rm invalid comment
2727 * openbox/event.c: only look for FocusOut events on the same window
2730 convert STRING properties from "ISO-8859-1" instead of from the current locale, since this is what they apparently are, according to gdk.
2732 * openbox/prop.c: check the string not the pointer to it
2734 2003-04-18 Ben Jansens <xor@zed.orodu.net>
2736 * openbox/event.c: the mouse grab screws that up
2738 * openbox/event.c: dispatch presses and releases during a move/resize
2740 * openbox/event.c: kill the debug prints for now
2742 * openbox/event.c: nm cant do it.. damn
2745 ignore another type of crossing event, caused when leaving gtk popup menus
2747 * openbox/focus.c: just formatting
2750 yet MORE changes to how focusin/out's are handled. more edge case fixing, this time with focus fallback when unmapping a window in sloppy focus mode.
2753 adjust choosing to focus new windows, make it more strict.
2754 eat all Enter events when unmapping a window so focus fallback can be more smarter..
2756 * openbox/screen.c: dont need to sync
2758 * openbox/focus.c: check for client_normal before focusing
2761 when unfocusing a window (e.g. unmanaging) try fallback to transient relations, if that fails, try group relations, then fallback to other window.
2764 try focus other transients of the parent window when a transient falls back before focusing the parent
2766 * openbox/moveresize.c: unset it AFTER using it...
2768 * openbox/moveresize.c: unset the client when done moveresizing
2770 * openbox/openbox.c:
2771 don't wait(), the glib function does that for us woot.
2774 more strict rules on what will be focused by the focusNew option in the rc3. only strictly NORMAL windows will be focused, not dialogs or anything else when they are mapped.
2776 * openbox/focus.h: comment typo
2778 * openbox/client.c, openbox/moveresize.c, openbox/moveresize.h:
2779 watch out when unmanaging a window, that it is not being move/resized
2781 2003-04-17 Ben Jansens <xor@zed.orodu.net>
2784 a) put transient windows on the same desktop as their parent
2785 b) if a window is attempted to be focused but it is not on the current desktop,
2786 then move it to the top of the focus order on its desktop
2789 distribute focus when entering/leaving show-the-desktop mode
2791 * openbox/event.c: remove debug print
2793 * openbox/moveresize.c, openbox/openbox.c, openbox/openbox.h:
2794 add the left/right/top/bottom direction arrows and use them for resizing those ways
2796 * openbox/event.c: dont ignore all Virtual pointer events
2798 * openbox/action.c: 02:33 (@xor) omg yes
2799 02:33 (@xor) grid workspace cycling of d3th
2801 * openbox/action.c: fix grip workspace cycling
2803 * openbox/event.c, openbox/grab.c, openbox/grab.h, openbox/moveresize.c, openbox/moveresize.h:
2804 fix up support for moveresize. make keyboard grabs Async so that i can hit escape to cancel a moveresize process.
2806 * openbox/openbox.c: do not shadow parameter pls
2808 * openbox/moveresize.c: initialize start_x/y
2810 * openbox/focus.c, openbox/moveresize.c, openbox/moveresize.h, openbox/openbox.c, openbox/openbox.h:
2811 add support for interactive/keyboard move/resize
2813 * openbox/event.c, openbox/prop.c, openbox/prop.h, openbox/screen.c:
2814 add support for net_moveresize_window and net_wm_moveresize
2816 * openbox/frame.c: use the new cursor defn's
2818 * openbox/screen.c: use the new ptr cursor defn
2820 * openbox/Makefile.am, openbox/action.c, openbox/action.h, openbox/event.c, openbox/moveresize.c, openbox/moveresize.h, openbox/prop.c, openbox/prop.h:
2821 move the move/resize functionality into moveresize.c, for use with the netwm atoms. use it from teh plugins. combine the two actions.
2823 * openbox/framerender.c: put text centered in the popup dialog properly
2825 * data/rc3: make alt-middle the default resize binding
2827 * openbox/openbox.c, openbox/openbox.h:
2828 add more cursors for move/resizing, and use the arrows not the angle brackets
2831 grab pointer during cycling to remove focus screwups from focus-follows-mouse.
2832 grab during move/resize and assign a cursor while doing the move/resize too!
2834 * openbox/event.c: ignore virtual crossing events..
2836 * openbox/focus.c: that was dumb, it was metacity's fault
2838 * openbox/focus.c: only cycle to visible windows
2840 2003-04-16 Ben Jansens <xor@zed.orodu.net>
2842 * openbox/event.c: dont send menu events to plugins
2844 * data/rc3: show the root menu on right click
2846 * openbox/event.c, openbox/grab.c, openbox/grab.h, openbox/menu.c, openbox/menu.h:
2847 menus works on some level. add a built-in root menu
2849 * openbox/client.c: code cleanup
2851 * openbox/client.c: when flags are not set assume bette defaults
2853 * openbox/event.c, openbox/focus.c, openbox/menu.c, openbox/menu.h, openbox/openbox.c, openbox/stacking.c, openbox/stacking.h:
2854 raise menus above clients.
2855 hilight menu entries as the cursor passes over them.
2857 * openbox/menu.c, openbox/menu.h:
2858 save the window ids in a map for the menus
2860 * openbox/client.c: only change the group info if the group flag is set
2862 * openbox/client.c: only add transients if we are IN a group
2864 * openbox/client.c: oops nm
2866 * openbox/client.c: less ()s cleanup
2869 remove transients before removing ourlselves from teh group
2872 set the group to null when removeing ourselves from it
2874 2003-04-15 Ben Jansens <xor@zed.orodu.net>
2876 * openbox/action.c: watch out for missing a name
2878 * render/theme.c: make menu font smaller and !bold for now
2880 * openbox/action.c, openbox/action.h, openbox/framerender.c, openbox/menu.c, openbox/menu.h, openbox/openbox.c:
2881 start of showing/rendering menus. woot!
2883 * render/theme.c, render/theme.h: load menu style stuff
2885 * render/render.c, render/render.h:
2886 make minsize take int*'s not a Size*
2889 remove transients of the group from teh window when it leaves the group
2891 * openbox/client.c: add group transients when setting up the group
2893 * openbox/client.c: bug in the search for transient_for's
2895 * data/rc3: update the theme stuff
2897 2003-04-15 manmower <manmower@zed>
2899 * render/gradient.c: PYRAMID PARTY PART 2!!!
2901 * render/gradient.c, render/gradient.h: PYRAMID PARTY!!!
2903 2003-04-15 Ben Jansens <xor@zed.orodu.net>
2905 * openbox/screen.c: remove debug print
2907 2003-04-14 Ben Jansens <xor@zed.orodu.net>
2909 * openbox/client.c, openbox/prop.c, openbox/screen.c:
2910 fixes for handling char**s
2912 * render/font.c: indenting oopsie
2915 dont get a null at the end of the data, so use strndup
2917 * openbox/screen.c: fix a seg from ignoreing PROP_GETSS failure
2919 * openbox/screen.c: more fixes for working with char**s
2921 * openbox/screen.c: nullify the ends of the char**
2923 * openbox/client.c, openbox/prop.h, openbox/screen.c:
2924 remove casts from PROP defines. use proper vars and cast elsewhere if needed.
2926 * render/font.c: text justification
2929 shrink the area that the textures are rendered into by the bevels/borders
2931 * openbox/client.c, openbox/prop.c, openbox/prop.h, openbox/screen.c, openbox/screen.h, openbox/stacking.c:
2932 rip the prop code i wrote in cwmcc out and make it all 64bit friendly (i think!). stop using gulong for values from the xserver, using guint32 instead.
2934 * openbox/menu.c, openbox/menu.h:
2935 these menus should not be removed, they are good and will be used.
2937 * openbox/event.c: clean up this mess of crap a lot
2939 * openbox/prop.c, openbox/prop.h:
2940 do not commit bad char* foo that breaks on !32 bit platforms
2942 2003-04-14 woodblock <woodblock@zed>
2944 * openbox/menu.c, openbox/menu.h: *** empty log message ***
2946 2003-04-14 Ben Jansens <xor@zed.orodu.net>
2948 * openbox/parse.l: allow _'s in identifiers
2950 * openbox/stacking.c: raise and lower all transients along with parents
2953 apply layers to all transients. only raise once on the highest window who's layer changed after applying layers to them all
2955 2003-04-13 Ben Jansens <xor@zed.orodu.net>
2957 * openbox/client.c: ifdef not ifndef
2959 * openbox/stacking.c: keep all transient windows above their parents
2961 * openbox/client.c: simple cleanups for the client_iconify function.
2962 also dont follow into other groups when searching up the transient_for tree
2964 * openbox/client.c: rm the unused vars
2966 * openbox/client.c: onyl focus 'normal' windows on map
2969 only keep fullscreen windows on top while they are focused
2971 * openbox/client.c, openbox/client.h:
2972 make fullscreen decorations and functions be calculated by the setup_decor_and_functions func
2974 * openbox/group.c: rm the group debug prints
2976 * openbox/client.c: only print that when debuggin focus
2978 * .cvsignore, openbox/.cvsignore, render/.cvsignore:
2979 ignore the remaining new shit from automaking everything again
2981 * .cvsignore, INSTALL, Makefile.am, Makefile.in, bootstrap, configure.ac, data/.cvsignore, data/Makefile.am, openbox/.cvsignore, openbox/Makefile, openbox/Makefile.am, po/.cvsignore, render/.cvsignore, render/Makefile, render/Makefile.am, tests/Makefile, themes/.cvsignore, themes/Makefile.am:
2984 * AUTHORS: shrimpx above miklos?
2986 * openbox/event.c, openbox/frame.c, openbox/frame.h:
2987 pass the Client for frame_context cuz the client might be NULL
2989 * themes/ebox: comment properly
2991 * render/theme.c: load the font shadow stuff from the old ob2 shitz
2993 * openbox/config.c, openbox/config.h, openbox/openbox.c:
2994 let specify theme in the rc3 file. rm the other old engine options
2996 * Makefile.in: break on errors
2998 * Makefile.in, openbox/.cvsignore, openbox/action.c, openbox/client.c, openbox/config.h, openbox/engine.c, openbox/engine.h, openbox/event.c, openbox/focus.c, openbox/frame.c, openbox/frame.h, openbox/framerender.c, openbox/framerender.h, openbox/openbox.c, openbox/parse.l, openbox/parse.y, openbox/screen.c, render/.cvsignore, render/font.h, render/mask.h, render/render.h, render/theme.c, render/theme.h:
2999 move the openbox engine into librender and the kernel. the theme is loaded and stored inside librender. the frame is decorated and managed inside the kernel.
3001 * themes/ob20, themes/operation, themes/outcomes, themes/bbs, themes/bluebox, themes/cthulhain, themes/deep, themes/ebox, themes/fieron, themes/fieron2, themes/flux, themes/frobozz, themes/frobust, themes/mbdtex, themes/miklos, themes/nyz, themes/nyzclone, themes/paper, themes/purplehaaze, themes/shade, themes/steelblue, themes/steelblue2, themes/the_orange, themes/trisb, themes/twice, themes/warp-xp:
3004 * render/render.c: allow freeing NULL appearances
3006 * render/font.c: allow closing NULL fonts
3008 * render/mask.c: allow freeing NULL pixmap masks
3010 * render/color.c: dont fux self in color_free if the color is NULL
3012 2003-04-12 Ben Jansens <xor@zed.orodu.net>
3014 * tests/fullscreen.c: set the right mask for the client msg!
3016 2003-04-12 woodblock <woodblock@zed>
3018 * CHANGELOG: Fixed another damned focus bug. Pray.
3020 2003-04-11 Ben Jansens <xor@zed.orodu.net>
3022 * data/rc3: add right click in client focuses
3024 * openbox/client.c: make utility windows able to be resized
3026 * Makefile.in: rm the main Makefile in a distclean
3028 2003-04-10 Ben Jansens <xor@zed.orodu.net>
3031 deiconify transient parents when a child is deiconified.
3033 * openbox/client.h: no fuck that it was working fine
3035 * openbox/client.h: make the TRAN_GROUP an unsigned long
3037 * openbox/event.c: add MapRequest print
3040 some smarter rules for focusing new window when focus_new is not set
3042 2003-04-09 Ben Jansens <xor@zed.orodu.net>
3044 * Makefile.in, render/.cvsignore: add libcwmcc and libobcl
3046 * HACKING: describe the code subdirs
3049 dont show the focus popup when theres no target client
3051 2003-04-08 Ben Jansens <xor@zed.orodu.net>
3053 * openbox/event.c: rm debug print
3055 * tests/.cvsignore: add override
3057 * tests/override.c: add a test that maps an override redirect window
3059 * openbox/client.c, openbox/config.c, openbox/config.h, openbox/engine.c, openbox/engine.h, openbox/event.c, openbox/focus.c, openbox/focus.h, openbox/openbox.c, openbox/prop.c, openbox/screen.c:
3060 move config option loading for the kernel into config.c/h
3061 add options for the number of desktops and the names of the desktops
3063 * data/rc3: add the desktops options
3065 * data/rc3: better clickfocus friendliness
3067 * openbox/client.c: check for focus before unfocusing
3069 * openbox/client.c, openbox/event.c, openbox/focus.c, openbox/focus.h, openbox/screen.c:
3070 add more options for focus fallback, use an enum for all the types of fallbacks.
3072 * openbox/focus.c: only cycle focus to normal windows
3074 * data/rc3: make stacked cycling the default
3076 * openbox/action.c: show a popup with the focus target while cycling
3078 * openbox/focus.c, openbox/focus.h:
3079 fallback to transients' parents when possible.
3080 return the Client* which was focused from focus_cycle
3082 * openbox/client.c: fallback focus while unmanaging the window
3084 2003-04-07 Ben Jansens <xor@zed.orodu.net>
3086 * data/rc3: FocusRaise to be more clickfocus friendly too
3088 * data/rc3, openbox/focus.c, openbox/focus.h:
3089 add focusLast and focusLastOnDesktop options in the [focus] section of the rc3. allows more customizaton of the focus model. default to click-focus style. add handling for focus cycling when nothing on the desktop is focused.
3091 * openbox/event.c: ignore inferior enternotifies
3092 add anotehr focusdebug print
3094 * openbox/client.c: check for new windows always being onscreen.
3095 rename the client pointer to self in teh manage unmanage functions for consistancy
3097 * openbox/grab.c: rm debug prints
3099 2003-04-07 woodblock <woodblock@zed>
3101 * configure.in: bump version string
3103 2003-04-07 Ben Jansens <xor@zed.orodu.net>
3105 * HACKING: add comment about the two different area Rects
3107 * HACKING: add new HACKING!
3108 warn about Client.transient_for
3110 * openbox/client.h, openbox/stacking.c, openbox/client.c:
3111 support for transients of groups
3113 * openbox/event.c: missed one
3115 * openbox/event.c: put focus messages in ifdefs
3117 * openbox/focus.c: remove debug print
3119 * openbox/client.c, openbox/client.h, openbox/group.c, openbox/group.h, openbox/openbox.c:
3121 iconify all its transients when a window is iconified
3123 * openbox/action.c, openbox/client.c, openbox/client.h, openbox/focus.c, openbox/focus.h:
3124 put focus_cycle into focus.c, use it there in the action. improved it as well to handle odd cases like modal windows. added functions to client.c which are needed by the focus cycling routine.
3126 * openbox/grab.c: grab the other device in Sync for button/key grabs
3128 2003-04-06 Ben Jansens <xor@zed.orodu.net>
3130 * render/render.c: ifndef NOT IFNDEF GAH
3132 * openbox/action.c: dont toggle when no client was passed to teh action
3134 * openbox/event.c: nm that, pointless...
3137 disable keyboard and mouse input while ob is starting or exiting
3139 2003-04-06 manmower <manmower@zed>
3141 * render/color.c, render/render.c:
3142 Fix reduce color depth to not use original data
3143 (and break parentrel)
3145 2003-04-06 Ben Jansens <xor@zed.orodu.net>
3147 * openbox/engine.c: print the error when the engine cant load
3149 * render/render.c: add stdlib.h for exit()
3151 * .cvsignore, configure.ac, install-sh:
3152 stop using build/ dir configure shits all over itself for other people
3154 * m4/x11.m4, m4/openbox.m4:
3155 build fixes for finding Xlibs and for setting vars based on found Xlib info and Xinerama info
3157 * configure.ac: more build system fixups
3159 * .cvsignore, Makefile, Makefile.in, configure.ac, install-sh, m4/openbox.m4, render/.cvsignore:
3160 fixes for build system. add themes to the install process. use the build/ dir for configures trash dump
3162 * openbox/engine.c: clean up the module if load() fails
3164 * render/render.c, render/render.h:
3165 add function to give the minimum size of an appearance to fully render it's data
3167 * openbox/action.c: add a coords popup for moving and resizing
3169 * openbox/geom.h: add ()'s to the macros for more safety
3171 * openbox/engine.c, openbox/engine.h:
3172 add the ability to render and size text labels for non-window-decorations
3174 2003-04-06 woodblock <woodblock@zed>
3176 * bootstrap: Remove woodblock's local changes :P
3178 * bootstrap: Moved to DESIGN/
3180 * DESIGN/menu-thoughts.txt: some thoughts on menu stuff
3182 2003-04-06 manmower <manmower@zed>
3184 * render/gradient.c: remove asserts pending sanity check.
3186 * render/gradient.c:
3187 added flakey parentrel for solids and some mean spirited asserts
3189 * render/color.c, render/color.h, render/render.c, render/render.h:
3190 added superb pseudo-color (8bpp) support
3192 2003-04-06 Ben Jansens <xor@zed.orodu.net>
3194 * data/rc3, openbox/engine.c: make NLIMC the default titlebar layout
3196 2003-04-06 woodblock <woodblock@zed>
3198 * configure.in: Huge i18n patch from Mike Fabian.
3199 We use utf8 everywhere now.
3201 2003-04-05 Ben Jansens <xor@zed.orodu.net>
3203 * openbox/action.c, openbox/focus.c, openbox/focus.h:
3204 allow specifying that some focus events should be ignored for the focus order list
3206 * openbox/action.c: stacked and linear cycling
3208 * openbox/action.c, openbox/action.h: linear focus cycling of the gods
3210 * openbox/client.c: typo
3212 * openbox/client.c: put it back
3214 * openbox/client.c: make unfocus really unfocus everything
3216 * data/rc3: add linear cycling for now
3218 * data/rc3: rm the [foo] section
3220 * data/rc3: update teh rc3 to reflect how the code works now
3222 * openbox/engine.c: dont default to NULL for the engine name
3224 * openbox/engine.c: add engine options to the new rc file
3226 * Makefile, openbox/focus.c, openbox/openbox.c, openbox/parse.c:
3227 add focus options to the new rc file
3229 * openbox/action.c, openbox/action.h, openbox/client.c, openbox/client.h, openbox/config.c, openbox/config.h, openbox/engine.c, openbox/engine.h, openbox/event.c, openbox/focus.c, openbox/focus.h, openbox/openbox.c, openbox/parse.c, openbox/parse.h, openbox/parse.l, openbox/parse.y, openbox/screen.c:
3230 change how rc parsing will work. a=b will be parsed in any [section] and given to a separate parsing callback. no more general config infrastructure needed/
3232 * render/render.h: make tint signed
3236 * Makefile, data/rc3: add an rc3 which gets installed
3238 * Makefile: make love
3240 * openbox/frame.c, openbox/frame.h:
3241 use a context enum instead of quarks
3243 2003-04-04 Ben Jansens <xor@zed.orodu.net>
3245 * openbox/openbox.c:
3246 reorder startup so that grabs are set up before parsing teh rc
3248 * openbox/parse.c, openbox/parse.y:
3249 add the keyboard plugin into the build systems
3250 keyboard bindings are parsed from the rc file
3252 * configure.ac: clean up output
3254 * configure.ac: properly
3256 * configure.ac: add -DENABLE_NLS
3258 * openbox/parse.c: more using of new token struct
3260 * openbox/parse.c: use new token structs. free token lists.
3262 * openbox/parse.c, openbox/parse.h, openbox/parse.y:
3263 attempting to parse lists
3265 * README.CVS: reflect the current requirements for building/using cvs
3267 2003-04-03 Ben Jansens <xor@zed.orodu.net>
3269 * openbox/parse.l: allow '-' in identifiers
3271 * Makefile: engine builds
3273 * Makefile: build the resistance/placement plugins
3275 * openbox/parse.h: use the values from the yacc parser
3277 * Makefile, openbox/.cvsignore, openbox/parse.y:
3278 more build fixes, calling the other makefiles instead of including them
3280 * openbox/parse.y: try accomidate more versions of bison
3282 * .cvsignore, Makefile, openbox/.cvsignore: more build fixes
3284 * configure.ac: use PACKAGE_FOO vars
3286 * openbox/action.c: double break statements :) oops
3288 * .cvsignore: add stuff that should be ignored at the toplevel
3290 * bootstrap, install-sh: some build fixes
3292 * .cvsignore, Makefile, Makefile.am, bootstrap, configure.ac, doc/.cvsignore, doc/Makefile.am, doc/doxygen/.cvsignore, doc/doxygen/Makefile.am, m4/openbox.m4, openbox/.cvsignore, openbox/Makefile, openbox/Makefile.am, openbox/openbox.c, openbox/parse.h, po/.cvsignore, render/.cvsignore, render/Makefile, render/Makefile.am, themes/.cvsignore, themes/Makefile.am:
3293 new build system without automake
3295 * data/.cvsignore, data/Makefile.am, data/README, data/README.menu, data/README.style, data/menu.in:
3298 2003-04-02 Ben Jansens <xor@zed.orodu.net>
3300 * openbox/Makefile.am: BLEF HATE DIE
3302 * openbox/Makefile.am: bison doesnt use y.tab.*
3304 * configure.ac: use bison not yacc
3306 * openbox/Makefile.am, openbox/parse.y, openbox/parse.yacc:
3307 rename the parse.yacc to parse.y
3309 * openbox/Makefile.am: make parse.h depend on y.tab.h
3311 * openbox/parse.h, openbox/parse.l: this should seriously work
3313 * openbox/parse.h, openbox/parse.yacc: undo that
3315 * openbox/.cvsignore: ignore new lex/yacc gen'd files
3317 * openbox/parse.h, openbox/parse.yacc:
3318 don't include the y.tab.h inside the yacc file
3320 * openbox/Makefile.am: add y.tab.h to the headers so the yacc shit runs
3322 * openbox/Makefile.am: rm the generated files on clean
3324 * openbox/Makefile.am: wrong .h for the make rule
3326 * openbox/Makefile.am: deps the lex h on the c
3328 * openbox/Makefile.am, openbox/config.c, openbox/config.h, openbox/cparse.l, openbox/openbox.c, openbox/parse.c, openbox/parse.h, openbox/parse.l, openbox/parse.yacc:
3329 create a generic tokenizer/sectionizer for the config file. pass off the token to functions registered for each section to parse them further. some fixes for the engine irt font shadows, and fixed a bug with rendering the iconify button when it was not in the layout
3331 * render/font.c: whitespace
3333 * render/font.c: kill debug print
3335 * render/font.c: use the tint properly for the shadow
3337 * openbox/client.c: rm debug print
3339 * render/render.c: will seg again
3341 * render/render.c: stop copying. still segfault?
3344 find the right offset in the source data for parent relative
3346 2003-04-02 manmower <manmower@zed>
3348 * render/render.c: let there be parentrelative
3350 2003-04-01 Ben Jansens <xor@zed.orodu.net>
3352 * TODO: more updates to current status
3354 2003-03-31 Ben Jansens <xor@zed.orodu.net>
3356 * openbox/client.c, openbox/client.h: add a shaded button
3358 * TODO: add some current states
3361 only disallow shading when the function is not enabled, dont disallow unshading
3363 * openbox/action.c: disallow resizing of windows which are shaded
3366 use the frame's position in the maximize function since they're converted to the client coords before getting to client_configure
3369 was not using the pointer properly. leaving the value untouched
3372 set fullscreen and max positions properly for all gravities
3374 * openbox/focus.c: rm a no-longer-valid comment
3377 yet more haxes to make focus events work the way i want. this is rough shit.
3379 2003-03-30 Ben Jansens <xor@zed.orodu.net>
3381 * render/font.c: use 'sans' as the fallback font instead of 'fixed'
3383 * openbox/event.c, openbox/focus.c:
3384 yet more focus fixings. RevertToPointerRoot could mess things up focusing a client and us ignoring the FocusIn of Pointer type. this is all handled now.
3386 2003-03-29 Ben Jansens <xor@zed.orodu.net>
3388 * openbox/action.c, openbox/action.h:
3389 make SendToDesktop action work right, give the option of following
3391 * render/mask.c, render/mask.h, render/render.h:
3392 add pixmap_mask_copy, and add the data to the mask struct, since it is needed for allowing copies
3394 * openbox/action.c, openbox/action.h: rm a redundant actiondata struct
3396 * openbox/menu.c: no //'s plz
3398 * openbox/action.c: translate sendtodesktop actions
3400 * openbox/openbox.c:
3401 create the dirs for themes in ~/.openbox on startup
3403 2003-03-29 woodblock <woodblock@zed>
3405 * tests/Makefile: Add include path
3407 * openbox/Makefile.am, openbox/action.c, openbox/action.h, openbox/menu.c, openbox/menu.h:
3408 Menu data structures basically completed.
3409 Need the engine support still, parser, and controllers.
3411 2003-03-29 Ben Jansens <xor@zed.orodu.net>
3413 * openbox/action.c, openbox/action.h:
3414 add unshaderaise and shadelower actions from Mikachu
3416 * openbox/xerror.c, openbox/xerror.h: add a var to track errors
3418 * openbox/grab.c: don't die when someone else has a key grabbed
3420 2003-03-28 Ben Jansens <xor@zed.orodu.net>
3422 * openbox/action.c, openbox/client.c, openbox/client.h:
3423 rm client_disable_decorations.. it already had an action.
3424 add the action to the action_from_string func
3426 * openbox/client.c, openbox/client.h: add client_disable_decorations
3429 onlt raise the window when sending to a desktop it wasnt already on
3432 FocusOut's are NOT ignored. thats bullshit. fixing comment.
3435 focus... works...? i have all cases of mozilla working, with RevertToPointerRoot sucking ass but.. working now.
3438 RevertToPointerRoot is the worse error case, so use it always
3440 * openbox/event.c: comment why NotifyAncestor is not ignored
3443 yet MORE focus events reworkings. mozilla behaves now too. woot
3445 * openbox/client.c: make the value boolean
3448 more focus cleanups. ignored focusin's were not working right recursively.
3449 also, when the focusin coming later is not for a valid window the fallback would not be called. both fixed.
3451 * openbox/action.c, openbox/dispatch.c, openbox/dispatch.h:
3455 was not moving the window between desktop focus lists sometimes. bad news. now i always do. yay!
3457 * openbox/focus.c: killa debug print
3460 handle better the case of choosing the window to focus but it is already focused when switching desktops
3462 * openbox/client.h: comment the new parameter
3464 * openbox/action.c, openbox/client.c, openbox/client.h, openbox/event.c, openbox/screen.c:
3465 let a window be 'moved' to a new desktop without actually show/hiding it. useful for sending a window when following it, so theres no flash/flicker
3467 * openbox/stacking.c: oops that worked before i borked it bad
3469 * openbox/stacking.c: frame is a pointer
3471 * openbox/stacking.c:
3472 dont die if a non-visible window is raised/lowered
3474 * openbox/geom.h: make better?
3476 * openbox/focus.c: sync after focusing
3478 * openbox/geom.h: make these things one 'command' without braces
3480 2003-03-28 manmower <manmower@zed>
3482 * render/render.c, render/render.h, render/test.c:
3483 moved paint's arguments into the appearance struct
3485 2003-03-28 Ben Jansens <xor@zed.orodu.net>
3487 * openbox/stacking.c: dont lower below lower layers
3490 use the struts to size the window correctly for maximized windows
3492 * openbox/client.c: read struts properly
3494 2003-03-28 manmower <manmower@zed>
3496 * render/render.c, render/render.h: fix draw order in x_paint
3498 * render/render.c: black. not white. oops
3500 * render/render.c: black for parentrelative so we can test icons
3502 2003-03-28 Ben Jansens <xor@zed.orodu.net>
3504 * openbox/plugin.c: skip better
3506 * openbox/plugin.c: skip comments and empty lines
3509 only use the initial_state shit when NOT starting and when managing the window
3512 rm a bunch of prints. make switching to an empty desktop not kill focus
3514 * openbox/event.c: dont focus !normal windows on enter events
3516 * openbox/client.c: mor fabulous focus fixings.
3517 RevertToNone so that when the fallback stuff goes the window wont already have focus cuz it has the pointer in to
3519 * openbox/event.c: fallback focus in superior fashion
3521 * openbox/focus.c: better var naming
3524 dont rm focus when i actually found something to fall back to with the pointer
3526 2003-03-27 Ben Jansens <xor@zed.orodu.net>
3528 * openbox/event.c: watch for FocusIn's for unknown clients
3530 * openbox/plugin.c: rm the focus plugin
3532 2003-03-27 manmower <manmower@zed>
3534 * render/render.h: prep for parentrelative
3536 2003-03-27 Ben Jansens <xor@zed.orodu.net>
3538 * openbox/event.c: missed the end of a comment
3540 * openbox/client.c, openbox/client.h, openbox/event.c, openbox/event.h:
3541 handle focus in the kernel, no more plugin
3543 * openbox/focus.c, openbox/focus.h: add code to fallback focus
3545 * openbox/screen.c: focus a window on desktop switch
3547 * openbox/config.c: add focus options
3550 set the last time to CurrentTime for events that don't have time stamps
3552 * openbox/client.c: rm debug print
3554 2003-03-26 Ben Jansens <xor@zed.orodu.net>
3556 * openbox/client.c, openbox/event.c, openbox/event.h, openbox/focus.c, openbox/grab.c, openbox/keyboard.c, openbox/keyboard.h, openbox/pointer.c, openbox/pointer.h:
3557 not using CurrentTime anywhere
3559 * openbox/grab.c: use CurrentTime again?
3561 * openbox/grab.c: ungrab with currenttime
3564 use the last event timestamp when focusing the focus_backup
3567 comment that the relative move/resize amounts need to be set
3569 * openbox/action.c, openbox/action.h:
3570 split up the relative move/resize actions into horz/vert
3572 * openbox/action.c, openbox/action.h: create actions from string names
3574 * openbox/action.c: let a be null for action_free
3576 * openbox/cparse.l: use g_warning not printf
3578 * openbox/client.c: kill the prints again for now
3580 * openbox/xerror.c: dont print bad window errors
3582 * openbox/client.c, openbox/grab.c: put back map/unmap msgs
3584 * configure.ac: look for yacc
3586 * openbox/event.c: dont let you got to numdesktops+1
3588 * openbox/screen.c: rm the debug print
3590 * openbox/event.c: kill debug prints
3592 * openbox/client.c: oops
3594 * openbox/client.c: rm some debug prints
3596 * openbox/event.c: use ungrab enter events
3598 2003-03-26 manmower <manmower@zed>
3600 * render/render.c: add rgba icon support
3602 * render/image.c, render/image.h: rgba icon rendering
3604 * render/Makefile.am: add image.c to the build process
3606 2003-03-26 Ben Jansens <xor@zed.orodu.net>
3608 * openbox/client.c, openbox/client.h: use rgba icons for clients
3610 2003-03-26 manmower <manmower@zed>
3612 * render/render.h: added "NoTexture" type
3614 2003-03-26 Ben Jansens <xor@zed.orodu.net>
3616 * openbox/action.c: check for no client
3618 2003-03-26 manmower <manmower@zed>
3620 * render/render.h: filled out rgba
3622 2003-03-26 Ben Jansens <xor@zed.orodu.net>
3624 * openbox/.cvsignore: new output file from flex
3626 * .cvsignore: wrong place
3628 * .cvsignore, openbox/Makefile.am, openbox/cparse.l:
3629 usnig flex directly, renaming symbols so that theres no clash with other lexers
3631 * configure.ac: look for flex
3633 * openbox/action.c: free the string for action_restart too
3635 2003-03-26 manmower <manmower@zed>
3637 * render/font.c, render/font.h, render/mask.c, render/mask.h, render/render.c:
3638 add a Rect to the textures for positioning them
3640 2003-03-26 Ben Jansens <xor@zed.orodu.net>
3642 * openbox/plugin.c: print a warning when a module fails to open
3644 2003-03-26 manmower <manmower@zed>
3646 * render/render.h: include appropriate header file for Rect
3648 * render/render.h: added position to the textures
3650 2003-03-25 Ben Jansens <xor@zed.orodu.net>
3652 * openbox/event.c: dont change desktop when its out of range
3654 * render/font.c: bettr font alignment, i think
3656 * openbox/event.c: typo
3658 * openbox/event.c: dont accept MapRequest's for !iconic windows
3661 clarify using stacking_lower for restoring the stacking order
3663 * openbox/client.c: free the startup stacking order after using it
3666 read in the stacking order on startup, and use it to restore windows back to the order they were in before
3668 * openbox/stacking.c:
3669 dont change the stacking order hint while shuting down
3671 2003-03-24 Ben Jansens <xor@zed.orodu.net>
3673 * openbox/menu.h: add action.h for menu entries
3675 * openbox/menu.h: you cant reference yourself as a type
3677 * openbox/client.c, openbox/event.c: use g_hash_table properly
3679 2003-03-24 woodblock <woodblock@zed>
3681 * openbox/menu.c, openbox/menu.h: Added some menu structure.
3683 2003-03-24 Ben Jansens <xor@zed.orodu.net>
3686 make sure the ConfigureNotify is propogated even when there is no change
3689 always send the event on a final configure even if there was no real move
3692 make sure windows which cant be moved or resized also can't be fullscreened
3694 * openbox/client.c: only configure the engine if something changed
3696 * openbox/client.c, openbox/event.c:
3697 only perform the actions necessary when performing an engine_adjust_area. pass whether the client has moved or resized
3699 * openbox/event.c: double ptrs suck! yay shape!
3701 * openbox/event.c: handle shape events
3703 * openbox/action.c: dont move/resize !normal windows
3705 * openbox/event.c: kill debug prints
3707 * openbox/client.c: kill debug print
3709 * openbox/client.c, openbox/client.h, openbox/dispatch.h, openbox/event.c, openbox/focus.c:
3710 more focus improvements. everything seems to work!
3712 * openbox/event.h: Time is declared in Xlib.h
3714 * openbox/openbox.c: not.
3716 * openbox/openbox.c: focus seems to work when not remote too now
3718 * openbox/event.c, openbox/openbox.c:
3719 more focus fixes. i wish this could end.
3721 * openbox/client.c: no \n in g_message
3723 * openbox/action.c, openbox/action.h: add restart and exit actions
3725 2003-03-23 Ben Jansens <xor@zed.orodu.net>
3727 * openbox/client.c, openbox/client.h, openbox/event.c:
3728 yet more improvements to focus handling
3730 * render/test.c: gl aint used yet
3732 * render/font.c: seems to be better text placement than ever
3735 found what seems to be a better vertical offset for the fonts
3737 * openbox/stacking.c: compare it to null like i do elsewhere
3739 * openbox/client.c: code optimization
3742 when adjusting the trasient lists, set them, dont leave them hanging into space
3744 * openbox/client.c: whitespace
3746 * openbox/dispatch.c: use gnew0 to make life easy
3748 * openbox/plugin.c: use the plugins' plugin_setup_config function
3750 * render/gradient.c: dont render gradients that are missing
3752 * openbox/event.c: kill debug print
3754 * openbox/event.c: handle multiple maprequests graciously
3756 * openbox/screen.c: oops
3759 move windows when the number of desktops changes and they arent on a desktop anymore
3762 set focus_order back to null on shutdown so g_renew would work
3764 * render/render.c: add more size checks
3766 2003-03-23 woodblock <woodblock@zed>
3769 Fix a bug that would put duplicate windows in the workspace menu.
3771 2003-03-23 Ben Jansens <xor@zed.orodu.net>
3773 * openbox/openbox.c, openbox/themerc.c, openbox/themerc.h:
3774 rm the themerc stuff
3776 * openbox/Makefile.am: rm themerc.[ch]
3778 * openbox/config.c, openbox/cparse.l: better parsing errors
3780 * openbox/config.c, openbox/config.h: add booleans
3782 * openbox/cparse.l: properly parse comments!
3785 * render/gradient.c: no \n in g_message
3787 * openbox/config.c, openbox/config.h:
3788 add descriptive names and long descriptions to config var def'ns. set these for the kernel config options.
3790 2003-03-22 Ben Jansens <xor@zed.orodu.net>
3792 * openbox/config.c, openbox/engine.c, openbox/openbox.c, openbox/plugin.c, openbox/plugin.h:
3793 make the openbox engine use the new config shit instead of the themerc shit.
3794 order te startup so that plugins can set up their config shit before parsing the config, then the config is parsed, engine is loaded, and finally the plugins are officially started.
3796 * openbox/config.c: only load the system rc if the user rc didnt load
3798 * openbox/config.c, openbox/engine.c, openbox/engine.h, openbox/openbox.c:
3799 load the engine out of the config shit. tho the ordering is fucked atm
3801 * openbox/cparse.l: parse lines that start with '#' as comments
3803 * openbox/cparse.l: let identifiers have '.' in them
3805 * openbox/config.c, openbox/cparse.l:
3806 give the filename to the parser for errors
3808 * openbox/cparse.l: remove debug print
3810 * openbox/config.c: yah. fuck
3812 * openbox/config.c: add a check for adding the same exact def'n twice
3814 * openbox/Makefile.am, openbox/config.c, openbox/config.h:
3815 config system fleshed out. many thanks to woodlbock for his code! yay!
3817 * configure.ac: add const and inline checks for the compiler
3819 * openbox/.cvsignore: ignore cparse.c
3821 * openbox/cparse.c: didnt belong
3823 * openbox/Makefile.am, openbox/config.c, openbox/config.h, openbox/cparse.c, openbox/cparse.l, openbox/openbox.c:
3824 start the config system, add the config file parser
3826 * configure.ac: check for stdio.h
3828 * openbox/client.c: asserts in unmanage to try track a crash
3830 * openbox/screen.c: blef
3832 * openbox/action.c, openbox/action.h, openbox/client.c, openbox/client.h:
3833 add the client_kill function, and the kill action, and bind it to the middle mouse button on the close button.
3835 * configure.ac: look for sys/stat.h
3837 * openbox/openbox.c: make the ~/.openbox dir on startup
3839 2003-03-22 woodblock <woodblock@zed>
3841 * CHANGELOG: Bug fixes from 2_4. Merge point tag 2_4-to-2_3-03-21-2003.
3843 2003-03-22 Ben Jansens <xor@zed.orodu.net>
3845 * openbox/client.c, openbox/client.h:
3846 rename the res_name and res_class members to name and class
3848 2003-03-22 woodblock <woodblock@zed>
3851 Fixed some more menu lamity, and the infamous xmms focus crash. wunf.
3853 2003-03-21 Ben Jansens <xor@zed.orodu.net>
3855 * data/Makefile.am, data/menu.in: use $(datadir)
3857 * data/Makefile.am: install the menu in $(datadir)
3858 build from $(srcdir)/menu.in
3860 * data/Makefile.am: use the SED command
3862 * m4/openbox.m4, openbox/event.c, openbox/openbox.c, openbox/plugin.c, openbox/timer.c, render/color.c, render/font.c, render/mask.c, render/render.c, render/test.c:
3863 add strict ansi compliance
3865 * configure.ac: find sed
3867 * configure.ac: clean up configure.ac a bit
3869 * configure.ac: rm the c/Makefile
3871 * configure.ac: look for kernel/openbox.c instead of src/main.cc
3873 * render/font.c: include gettext.h from the right place
3875 * openbox/.cvsignore: ignore the openbox3 binary
3877 * openbox/Makefile.am: build 'openbox3' instead of 'ob3'
3879 * openbox/Makefile.am: build the binary called 'openbox3'
3881 * tools/.cvsignore, tools/Makefile.am, tools/obsetroot.cc:
3882 rm the obsetroot tool and the wrap shit from swig
3884 * openbox/client.c, openbox/engine.c, openbox/engine.h:
3885 always adjust the frames size and position together, so there is no more weird resizing before moving and edge flickering when resizing from the top/left
3888 dont focus anything in the kernel from showing-the-desktop mode
3890 * openbox/dispatch.h: better comment for Event_Client_Moving
3892 * openbox/openbox.c: choke on invalid options on the cmd line
3894 * openbox/client.c: dont check for != NULL before freeing. pointless.
3896 * openbox/screen.c: don't check for != NULL before freeing. pointless
3898 * openbox/screen.c: defn vars at the top of funcs
3900 * openbox/client.c, openbox/client.h:
3901 add the client_set_focused function.
3902 make focus state be changed internally immediately after calling the X functions to make it so, basically, assume their success. this elimiates races all over the place with our state vs the server's state.
3905 use the client_set_focused function when getting FocusIn/Out events
3907 * openbox/focus.c: init the focus_client ptr in startup
3910 dont use the client's colormap if it is set to None!
3912 * openbox/Makefile.am, openbox/action.c, openbox/dispatch.c, openbox/dispatch.h, openbox/openbox.c, openbox/snap.c, openbox/snap.h:
3913 add a dispatched event for interactively moving a window.
3914 move window snapping/resistance out of the kernel.
3915 make the action_move dispatch the new event.
3917 * openbox/snap.c: snap window-to-window
3919 * openbox/event.c: rm debug print
3921 * openbox/client.c: rm debug prints
3923 * openbox/client.c, openbox/client.h:
3924 rm the focused member from the client struct, it was redundant with the focus_client variable around
3926 * openbox/event.c: update engine last for focus events
3928 * openbox/openbox.c:
3929 dont set the restart path to "", load the placement plugin
3931 * .cvsignore, configure.ac, openbox/openbox.c:
3932 add a window placement plugin
3934 2003-03-21 woodblock <woodblock@zed>
3936 * CHANGELOG: Document unexpandTilde()
3938 * CHANGELOG: Support _NET_WM_STATE_FULLSCREEN
3940 * CHANGELOG: We'll call it 2.4, I guess.
3942 * CHANGELOG: Display titles in the workspace menu as UTF8.
3944 2003-03-20 Ben Jansens <xor@zed.orodu.net>
3946 * openbox/screen.c: show windows before hiding when switching desktops
3948 * openbox/openbox.c, openbox/openbox.h:
3949 add -help -version -sync and -rc cmd line options
3951 * openbox/Makefile.am: add the binary and urls to the Makefile and -D's
3953 * openbox/geom.h: add RECT_CONTAINS
3955 * openbox/client.c, openbox/client.h:
3956 save decor and functions per client for fullscreening!
3959 lock the size/position of maximized and fullscreen clients
3961 * openbox/client.c: lock the position/size of maximized windows
3963 * openbox/openbox.c: restart and catch errors appropriately
3965 * openbox/action.c: init the GError to NULL
3967 * openbox/openbox.c: can restart now
3969 2003-03-19 manmower <manmower@zed>
3971 * render/color.c, render/color.h, render/render.c, render/render.h:
3972 added depth reduction and startup for true color visuals
3973 16bpp should now work
3975 2003-03-19 Ben Jansens <xor@zed.orodu.net>
3977 * openbox/openbox.c: restart will work soon
3979 * openbox/client.c: no \n in g_messages
3981 * openbox/event.c: MapRequest needs to activate the window
3983 * openbox/action.c: snap windows when moving them
3985 * openbox/Makefile.am, openbox/snap.c, openbox/snap.h:
3986 add code for snapping windows to screen edges
3988 * openbox/grab.h: add funcs to grab buttons and keys
3990 * openbox/event.h: export the NumLock and ScrollLock masks
3992 * openbox/event.c: dont need a mask_list here
3994 * openbox/grab.c: grab all lock keys
3996 * openbox/event.c: break, dont return
3998 * openbox/event.c: add code to make net_active_window events work
4000 * openbox/action.c, openbox/action.h: add focusraise
4002 * openbox/screen.c: put the comment where it belongs
4005 on shutdown: destroy the net support window. clear a few more properties we dont want across restart. select NoEventMask on root.
4007 * openbox/focus.c: oops
4009 * openbox/focus.c: destroy the focus_backup
4012 erase the openbox_pid hint on the root window when we shutdown
4014 * openbox/event.c: ignore !normal crossing events
4016 * render/render.c: free the right pixel data yay!
4018 * render/render.c: free the pixel data
4021 start with 0 desktops, so the focus_order stuff all gets initialized properly
4024 the focus_order shit is init'd by the screen_startup setting the number of desktops
4026 * openbox/openbox.c: shutdown everything before closing the display
4028 * render/render.c: can fit on one line
4031 initialize texture to NULL if theres no textures. use g_memdup to copy it
4033 * openbox/dispatch.c: comment what funcs is
4035 * openbox/themerc.c: close the channel by unref'ing it
4038 kill the const, use g_new instead of malloc, g_free the font in font_close()
4040 * render/font.h: kill the const
4042 * render/font.c: clean up comments regarding alpha
4045 rm the comments pointer bindings stuff, thats in a plugin now
4047 * openbox/client.c: add new windows to the back of the focus order list
4049 * openbox/client.c, openbox/dispatch.h, openbox/focus.c, openbox/focus.h, openbox/openbox.c, openbox/screen.c:
4050 move the focus_order lists into the kernel
4052 * openbox/action.c, openbox/action.h: add focus actions
4054 * openbox/action.c, openbox/action.h, openbox/grab.c:
4055 mouse and key bindings plugins work. segfault somewhere still on shutdown
4057 * openbox/openbox.c: reset focus to root before exiting
4059 2003-03-18 Ben Jansens <xor@zed.orodu.net>
4061 * configure.ac: add the mouse plugin
4063 * openbox/client.c, openbox/grab.c, openbox/grab.h:
4064 add 'grab_server' for grabbing .. the .. server!
4066 * openbox/Makefile.am, openbox/grab.c, openbox/grab.h, openbox/openbox.c:
4067 provide functions for grabbing and ungrabbing the keyboard and pointer
4069 * openbox/focus.c: kill some whitespace
4071 * openbox/focus.c: kill a comment
4073 * openbox/event.c: dont set the focused client if it's already set
4075 * openbox/focus.c: send the right client for unfocus events
4077 * openbox/focus.c: send unfocus events after focus events
4079 * openbox/Makefile.am, openbox/action.c, openbox/action.h, openbox/client.c, openbox/keyboard.c, openbox/openbox.c, openbox/screen.h:
4080 add actions for key/mouse bindings etc
4082 * configure.ac: dont need process.h, yay glib
4084 * configure.ac: add process.h
4086 * configure.ac, openbox/client.c, openbox/client.h, openbox/dispatch.c, openbox/dispatch.h, openbox/engine.c, openbox/focus.c, openbox/openbox.c, openbox/plugin.c, openbox/screen.c:
4087 add a keyboard plugin
4089 * openbox/Makefile.am, openbox/dispatch.c, openbox/dispatch.h, openbox/engine.c, openbox/engine.h, openbox/openbox.c, openbox/plugin.c, openbox/plugin.h:
4091 start a focus plugin.
4093 2003-03-17 Ben Jansens <xor@zed.orodu.net>
4095 * render/font.c: dont put \n's at the end of g_message
4097 * openbox/dispatch.c:
4098 make sure theres always a client for client events
4100 * openbox/dispatch.h: oops missing a */
4102 * openbox/dispatch.h: fix comments
4104 * openbox/clientwrap.c, openbox/clientwrap.h, openbox/configwrap.c, openbox/configwrap.h, openbox/hooks.c, openbox/hooks.h, openbox/openboxwrap.c, openbox/openboxwrap.h, openbox/python.c, openbox/python.h:
4105 rming almost all the old python stuffs
4107 * openbox/client.c, openbox/dispatch.c, openbox/dispatch.h, openbox/event.c, openbox/focus.c, openbox/openbox.c, openbox/screen.c:
4108 all events are dispatched
4110 * render/font.c: kill the debug print
4112 * Makefile.am, configure.ac, openbox/Makefile.am, openbox/client.c, openbox/client.h, openbox/dispatch.c, openbox/dispatch.h, openbox/event.c, openbox/focus.c, openbox/openbox.c:
4113 stop using python internally. add an event dispatcher
4115 * DESIGN/plugins_vs_scripting.txt: kill the timestamps
4117 * DESIGN/plugins_vs_scripting.txt: my rant..
4119 * render/font.c, render/font.h, render/render.c:
4120 pass the x,y,w,h to font_draw.
4121 draw the text in the "right" place for now.. no justification yet
4123 * render/font.c, render/render.h:
4124 measure the font's height instead of listening to Xft
4126 * openbox/event.c: dont skip ungrab corssing events
4128 2003-03-17 manmower <manmower@zed>
4130 * render/gradient.c, render/gradient.h, render/render.c:
4131 solids should now work with offsets
4133 * render/render.c: more random pokery
4135 * render/render.c: either offsets work, or I've broken lots of things.
4137 * render/render.h, render/test.c:
4138 more changes wrt passing x, y, w, h to render
4140 * render/color.c, render/render.c, render/render.h:
4141 paint gets more parameters
4143 * render/render.h: apparently my variable names were too verbose.
4145 * render/render.h: offsets in planar surfaces
4147 2003-03-17 Ben Jansens <xor@zed.orodu.net>
4149 * openbox/hooks.c: declare variables first!
4151 * render/color.c: decalre variables before code!
4153 * openbox/client.c, openbox/client.h:
4154 make client_showhide a static function
4156 * openbox/client.c, openbox/client.h, openbox/screen.c:
4157 speed up workspace switching by causing the minimal number of expose events (none for the hiding windows!)
4159 * openbox/engine.c, openbox/engine.h, openbox/event.c:
4160 give engines mouse event notifications. make the openbox engine display pressed buttons
4162 2003-03-17 manmower <manmower@zed>
4164 * render/render.h: added justification to textureText
4166 2003-03-17 Ben Jansens <xor@zed.orodu.net>
4168 * openbox/themerc.c: pixmap button masks work (hardcoded)
4170 * render/mask.h: dont need those includes no more
4172 2003-03-17 manmower <manmower@zed>
4174 * render/mask.c, render/mask.h, render/render.c:
4175 in keeping with my tradition of committing untested code, here is the
4176 pixmap mask rendering code ported from the old otk dirs
4178 * render/mask.c, render/mask.h, render/render.h:
4179 move pixmap_mask typedef
4180 add stub for draw_mask
4182 2003-03-17 Ben Jansens <xor@zed.orodu.net>
4184 * render/mask.c, render/mask.h: add funcs to create/free pixmap_masks
4186 * render/mask.h: add glib.h for guint
4188 * render/mask.h: include Xlib.h for Pixmap
4190 * render/Makefile.am: add mask.[ch]
4192 * render/mask.c, render/mask.h, render/render.h:
4193 add a struct for pixmap masks
4195 2003-03-17 manmower <manmower@zed>
4197 * render/render.c: hack so text shows up
4199 2003-03-17 Ben Jansens <xor@zed.orodu.net>
4202 dont delete the pixmap until after changeing the visible one
4204 2003-03-17 manmower <manmower@zed>
4206 * render/render.c: add missing include, pass right args to font_draw
4208 2003-03-16 manmower <manmower@zed>
4210 * render/render.c: malloc. yeah.
4212 2003-03-16 Ben Jansens <xor@zed.orodu.net>
4214 * openbox/openbox.c: will draw fonts when stop segging
4216 2003-03-16 manmower <manmower@zed>
4218 * render/render.c: copy textures in appearance_copy
4220 * render/render.c: try to render fonts
4221 destroy pixmaps and xftdraws in appearance_delete
4223 * render/render.h: font changes
4225 * render/gradient.c: remove printf and stdio.h
4227 * render/font.c: add font_draw
4229 * render/font.h: add font_draw
4230 move font def'n to render.h
4232 2003-03-16 Ben Jansens <xor@zed.orodu.net>
4234 * openbox/Makefile.am, openbox/configwrap.c, openbox/configwrap.h, openbox/openbox.c, openbox/pointer.c:
4235 pointer's variables are config vars
4237 2003-03-16 manmower <manmower@zed>
4239 * render/Makefile.am: font.h and font.c
4241 * openbox/openbox.c: added font_startup
4243 * render/render.h: filled out font texture
4245 * render/font.c, render/font.h: added some font stuff
4247 2003-03-16 Ben Jansens <xor@zed.orodu.net>
4249 * themes/.cvsignore, themes/Makefile.am, Makefile.am, README.CVS, bootstrap, configure.ac, doc/Makefile.am, doc/bsetbg.1, doc/bsetroot.1, doc/openbox.1.in, doc/themerc.txt, m4/openbox.m4, m4/swig.m4, openbox/.cvsignore, openbox/Makefile.am, openbox/client.c, openbox/client.h, openbox/clientwrap.c, openbox/clientwrap.h, openbox/engine.c, openbox/engine.h, openbox/event.c, openbox/event.h, openbox/extensions.c, openbox/extensions.h, openbox/focus.c, openbox/focus.h, openbox/frame.c, openbox/frame.h, openbox/geom.h, openbox/gettext.h, openbox/hooks.c, openbox/hooks.h, openbox/keyboard.c, openbox/keyboard.h, openbox/openbox.c, openbox/openbox.h, openbox/openboxwrap.c, openbox/openboxwrap.h, openbox/pointer.c, openbox/pointer.h, openbox/prop.c, openbox/prop.h, openbox/python.c, openbox/python.h, openbox/screen.c, openbox/screen.h, openbox/stacking.c, openbox/stacking.h, openbox/themerc.c, openbox/themerc.h, openbox/timer.c, openbox/timer.h, openbox/xerror.c, openbox/xerror.h, render/.cvsignore, render/Makefile.am, render/color.c, render/color.h, render/font.c, render/gradient.c, render/gradient.h, render/render.c, render/render.h, render/test.c:
4250 merge the C branch into HEAD
4252 * openbox/openboxwrap.c: add functions for next/previous workspace
4254 * openbox/pointer.c: no segfault with the cleaner code
4256 * openbox/pointer.c: clean up pointer_event a little
4258 2003-03-12 Ben Jansens <xor@zed.orodu.net>
4260 * openbox/keyboard.c, render/render.c: blef
4262 2003-03-11 Ben Jansens <xor@zed.orodu.net>
4264 * openbox/pointer.c:
4265 fire off pointer events and grabbed events, make work withthe new bindings model
4267 2003-03-08 Ben Jansens <xor@zed.orodu.net>
4269 * openbox/keyboard.c: use glib TRUE/FALSE
4271 * openbox/keyboard.c: new keyboard model (the old old one basically..)
4273 * openbox/clientwrap.c: compare 2 clients properly
4275 * openbox/clientwrap.c:
4276 return False when comparing a client to another object type
4278 * openbox/keyboard.c: pass a KeyboardData instead of just the chain
4280 * openbox/keyboard.c: typo in the port to C
4282 * openbox/clientwrap.c: add __eq__ to Client
4284 * openbox/openboxwrap.c: check for desktops out of range
4287 OMG KILL ME PLZ THAT WAS SO FUCKING STUPID YA LETS USE TRUE AS THE INDEX FUCK YES THATS SO FUCKING BRILLIANT I THINK A MUTINY IS IN ORDER NOW
4289 * openbox/openbox.c: must use a tuple for the argument list
4291 * openbox/clientwrap.c: add the maximized() setMaximized() funcs
4293 * openbox/pointer.c: add the drag threshold
4295 * openbox/clientwrap.c: add Client.close()
4297 * openbox/client.c: keep clients in the right range of desktops
4299 * openbox/client.c: kill debug prints
4301 * openbox/client.c: client_validate should return TRUE sometimes@!(
4303 * openbox/event.c: *** empty log message ***
4306 position the maximized window so that its client's left edge is at the edge of the screen
4309 dont resize the client window unless its size changed
4311 * openbox/client.c: dont resize the frame when not needed
4313 2003-03-08 manmower <manmower@zed>
4315 * render/render.c, render/test.c: solid.
4317 2003-03-08 Ben Jansens <xor@zed.orodu.net>
4319 * openbox/openbox.c: start render before the engine
4321 2003-03-08 manmower <manmower@zed>
4323 * render/gradient.c, render/render.c, render/render.h:
4324 hopefuly pixmap management is improved.
4326 * render/render.c: appearance_copy needs to copy the whole appearance.
4328 * render/render.c: copy the original. ugh
4330 * render/gradient.c, render/render.c:
4331 fix appearance_copy (check for null colors)
4333 * render/gradient.c, render/render.c, render/render.h:
4334 removed interlace_color
4335 added appearance_copy
4337 * render/gradient.c, render/gradient.h, render/render.c, render/render.h, render/test.c:
4338 removed w,h from surface struct
4339 it is now passed with paint()
4341 2003-03-08 Ben Jansens <xor@zed.orodu.net>
4343 * openbox/geom.h: kill an assert.h include
4345 2003-03-07 manmower <manmower@zed>
4347 * render/render.c: only free it if I allocated it!
4349 * render/render.c: still retarded
4351 * render/render.c, render/test.c: I hate being retarded
4354 color_rgb now reflects the actually color, not requested
4356 * render/color.c, render/color.h:
4357 allocate colors on creation, added .pixel to color_rgb
4359 * render/color.c, render/color.h, render/render.c, render/test.c:
4360 added color_free, made appearance_free use it
4362 2003-03-07 Ben Jansens <xor@zed.orodu.net>
4364 * render/color.h: add include for GC
4366 * openbox/Makefile.am: use librender.a
4368 * render/Makefile.am: make a librender.a
4370 2003-03-07 manmower <manmower@zed>
4372 * render/color.c, render/color.h, render/gradient.c, render/render.c, render/render.h, render/test.c:
4373 added color new/destroy
4374 made color_rgbs in appearance into pointers
4375 updated the rest to follow
4377 2003-03-07 Ben Jansens <xor@zed.orodu.net>
4379 * configure.ac: look for ctype.h for toupper
4381 * openbox/themerc.c: use g_build_filename!
4383 * openbox/themerc.c: dont need to check for path being set now
4385 * openbox/engine.c, openbox/openbox.c, openbox/python.c, openbox/themerc.c:
4386 use g_build_filename properly, gotta pass a NULL at the end
4389 wait for the time until the next timer if there is a timer pending
4391 * openbox/timer.c: if a callback fires, set the wait time to 0
4393 * openbox/Makefile.am: add the render/color.o
4395 * openbox/timer.c: oops stupid c++ iterators messing with me
4397 * openbox/timer.c, openbox/timer.h: New file.
4399 * openbox/Makefile.am, openbox/timer.c, openbox/timer.h: add timers
4401 * openbox/themerc.c: fucked up an error message
4403 2003-03-07 manmower <manmower@zed>
4405 * render/render.c: XDestroyImage, not Xfree. stop memleak
4407 2003-03-07 Ben Jansens <xor@zed.orodu.net>
4409 * configure.ac: check for sys/time.h
4411 2003-03-07 manmower <manmower@zed>
4413 * render/color.c, render/color.h, render/font.c: New file.
4415 * render/Makefile.am, render/color.c, render/color.h, render/font.c, render/gradient.c, render/gradient.h, render/render.c, render/render.h, render/test.c:
4416 it was broken before, it is broken now.
4418 2003-03-07 Ben Jansens <xor@zed.orodu.net>
4420 * openbox/engine.c, openbox/python.c, openbox/themerc.c:
4421 build paths properly, and get the home dir properly
4423 * render/test.c: enum changed
4425 2003-03-07 manmower <manmower@zed>
4427 * render/render.c, render/render.h: added appearance_new/free
4428 changed assert to g_assert
4429 changed enum and struct names to be friendlier
4431 2003-03-07 Ben Jansens <xor@zed.orodu.net>
4433 * doc/themerc.txt: add a full example
4435 * doc/themerc.txt: New file.
4437 * doc/themerc.txt: add a doc for the themerc file
4439 * openbox/engine.c, openbox/engine.h, openbox/openbox.c, openbox/themerc.c, openbox/themerc.h:
4440 load the font and titlebarlayout from the themerc
4442 * configure.ac, m4/openbox.m4, m4/swig.m4:
4443 kill old swig shit for the build system. rm the endian check, glib does this
4445 * m4/openbox.m4: dont set crazy mipspro flags.. this is C not C++!
4447 * openbox/themerc.c: read home dir in the right order n shi
4449 * openbox/themerc.c: read the file out of the homedir first
4451 * openbox/themerc.c: print warnings for redefines in the themerc
4453 * openbox/openbox.c, openbox/themerc.c, openbox/themerc.h:
4456 * openbox/themerc.c, openbox/themerc.h: New file.
4458 * openbox/Makefile.am, openbox/engine.c, openbox/engine.h, openbox/openbox.c, openbox/python.c, openbox/themerc.c, openbox/themerc.h:
4459 load the engine before the python
4461 * openbox/client.c: fire the visible hook when requested
4463 * openbox/engine.c, openbox/engine.h, openbox/openbox.c:
4464 rm the engine interface from the python
4466 * openbox/pointer.c: dont let invalid contexts through
4468 * Makefile.am: build render before kernel
4470 2003-03-07 manmower <manmower@zed>
4472 * render/render.c, render/render.h, render/test.c:
4473 removed a bunch of stuff that the rest of ob3 already does for us
4474 renamed a couple of functions to match the rest of ob3's style
4476 2003-03-07 Ben Jansens <xor@zed.orodu.net>
4478 * openbox/client.c: map withdrawn/dock apps
4480 * openbox/Makefile.am: link the .o's instead of building them again
4482 2003-03-06 Ben Jansens <xor@zed.orodu.net>
4484 * openbox/openbox.c: startup/shutdown the render stuff
4486 * openbox/Makefile.am: build in the render/ sources
4488 * themes/.cvsignore: New file.
4490 * themes/.cvsignore: ignore new shit
4492 * configure.ac: openbox engine loads a style, well, opens one
4494 * openbox/event.c: catch xkb bell events, fire the hook
4496 * themes/Makefile.am: New file.
4498 * Makefile.am, configure.ac, themes/Makefile.am:
4499 add themes for the openbox engine
4501 * openbox/engine.c: clean up messages
4503 * openbox/engine.c: dont save the internal char*'s
4505 * openbox/pointer.c: allow any context
4507 * render/Makefile.am: render/ doesnt need the locale or script dir
4509 * render/Makefile.am: link in xft and find its headers
4511 * openbox/Makefile.am: link in Xft
4513 * openbox/client.c, openbox/client.h, openbox/screen.c, openbox/stacking.h:
4514 show and hide windows in the order to cause the least expose events
4516 * configure.ac, openbox/Makefile.am, openbox/client.c, openbox/clientwrap.c, openbox/engine.c, openbox/engine.h, openbox/event.c, openbox/frame.c, openbox/frame.h, openbox/pointer.c, openbox/stacking.c:
4517 openbox engine works, fuck this tabs shit
4519 2003-03-05 Ben Jansens <xor@zed.orodu.net>
4521 * openbox/pointer.c: kill bad return
4523 * openbox/client.c, openbox/clientwrap.c, openbox/frame.c, openbox/frame.h, openbox/pointer.c, openbox/stacking.c:
4527 staticify these vars.. they were causing a SIGILL..???!!? i blame gcc..
4529 2003-03-04 Ben Jansens <xor@zed.orodu.net>
4531 * openbox/client.c, openbox/engine.c, openbox/engine.h, openbox/event.c, openbox/frame.h, openbox/pointer.c, openbox/stacking.c:
4532 allow a frame to have multiple top-level windows. provide functions for getting a clients parent, and all of a frames top-level windows.
4534 * openbox/engine.c, openbox/engine.h: New file.
4536 * configure.ac, openbox/Makefile.am, openbox/client.c, openbox/clientwrap.c, openbox/engine.c, openbox/engine.h, openbox/event.c, openbox/frame.c, openbox/frame.h, openbox/openbox.c, openbox/pointer.c:
4537 make the pwm engine "work", however we have a race on startup..
4539 * openbox/Makefile.am: add the enginedir
4541 * openbox/pointer.c: generate release events for client clicks
4543 * openbox/pointer.c:
4544 XAllowEvents when we get one with the client context
4546 * openbox/frame.c: plate is the client context
4548 * openbox/pointer.c: dont let 3 clicks be 2 double clicks
4550 * openbox/hooks.c: kill debug prints
4552 * Makefile.am, configure.ac: add dirs for engines
4554 * configure.ac: kill these dirs not using them
4556 2003-03-04 manmower <manmower@zed>
4558 * render/.cvsignore: New file.
4560 * render/.cvsignore:
4561 THIS IS MY LOG FILE ENTRY. THERE ARE MANY LIKE IT BUT THIS ONE IS MINE.
4563 * Makefile.am: added render dir
4565 * configure.ac: Added the render directory
4567 2003-03-04 Ben Jansens <xor@zed.orodu.net>
4569 * openbox/frame.c: kill debug prints
4571 2003-03-04 manmower <manmower@zed>
4573 * render/Makefile.am, render/gradient.c, render/gradient.h, render/render.c, render/render.h, render/test.c:
4576 * render/Makefile.am, render/gradient.c, render/gradient.h, render/render.c, render/render.h, render/test.c:
4577 the beginning of the new rendering stuff.
4579 2003-03-04 Ben Jansens <xor@zed.orodu.net>
4581 * openbox/frame.c: highlight the focused window
4583 * openbox/pointer.c: cleanuo
4585 * openbox/hooks.c: let hook functions remove themselves
4587 * README.CVS: no mor swig, using C, etc.
4589 * openbox/pointer.c:
4590 some cleanups/reordering. get those events going right.
4592 2003-03-03 Ben Jansens <xor@zed.orodu.net>
4594 * openbox/pointer.c: grab all the requested grabs
4596 * openbox/pointer.c: pass along the client's area including the frame!
4598 * openbox/clientwrap.c, openbox/pointer.c: pointer events work for real
4600 * openbox/event.c, openbox/pointer.c, openbox/pointer.h:
4601 pointer events should work
4603 * openbox/keyboard.c, openbox/keyboard.h, openbox/pointer.c, openbox/pointer.h:
4606 * openbox/Makefile.am, openbox/client.c, openbox/event.c, openbox/hooks.c, openbox/hooks.h, openbox/kbind.c, openbox/kbind.h, openbox/keyboard.c, openbox/keyboard.h, openbox/mbind.c, openbox/mbind.h, openbox/openbox.c, openbox/pointer.c, openbox/pointer.h:
4607 keyboard events work
4609 * openbox/python.c: create the 'input' module
4611 * openbox/clientwrap.c, openbox/openboxwrap.c: add the constants
4613 * openbox/openbox.c, openbox/prop.c, openbox/prop.h:
4614 s/prop_init/prop_startup/
4616 * openbox/Makefile.am, openbox/client.c, openbox/client.h, openbox/clientwrap.c, openbox/clientwrap.h, openbox/event.c, openbox/focus.c, openbox/frame.c, openbox/hooks.c, openbox/hooks.h, openbox/openbox.c, openbox/openbox.h, openbox/openboxwrap.c, openbox/openboxwrap.h, openbox/prop.c, openbox/prop.h, openbox/python.c:
4617 Client and Openbox python objects "done"
4619 * openbox/clientwrap.c, openbox/clientwrap.h, openbox/openboxwrap.c, openbox/openboxwrap.h:
4622 2003-03-02 Ben Jansens <xor@zed.orodu.net>
4624 * openbox/client.c: typecast to get the proper aspect ratio
4626 2003-02-28 Ben Jansens <xor@zed.orodu.net>
4628 * openbox/Makefile.am: New file.
4630 * Makefile.am, openbox/.cvsignore, openbox/Makefile.am:
4631 add shit that was missing
4633 2003-02-27 Ben Jansens <xor@zed.orodu.net>
4635 * openbox/.cvsignore: New file.
4637 * openbox/.cvsignore: add the cvsignore
4639 * openbox/client.c, openbox/client.h, openbox/event.c, openbox/event.h, openbox/extensions.c, openbox/extensions.h, openbox/focus.c, openbox/focus.h, openbox/frame.c, openbox/frame.h, openbox/geom.h, openbox/gettext.h, openbox/hooks.c, openbox/hooks.h, openbox/kbind.c, openbox/kbind.h, openbox/mbind.c, openbox/mbind.h, openbox/openbox.c, openbox/openbox.h, openbox/prop.c, openbox/prop.h, openbox/python.c, openbox/python.h, openbox/screen.c, openbox/screen.h, openbox/stacking.c, openbox/stacking.h, openbox/xerror.c, openbox/xerror.h:
4642 * openbox/client.c, openbox/client.h, openbox/event.c, openbox/event.h, openbox/extensions.c, openbox/extensions.h, openbox/focus.c, openbox/focus.h, openbox/frame.c, openbox/frame.h, openbox/geom.h, openbox/gettext.h, openbox/hooks.c, openbox/hooks.h, openbox/kbind.c, openbox/kbind.h, openbox/mbind.c, openbox/mbind.h, openbox/openbox.c, openbox/openbox.h, openbox/prop.c, openbox/prop.h, openbox/python.c, openbox/python.h, openbox/screen.c, openbox/screen.h, openbox/stacking.c, openbox/stacking.h, openbox/xerror.c, openbox/xerror.h:
4643 add the 'kernel' based on what's in c/. improved the Hook class for the hooks python module.
4645 * Makefile.am, bootstrap, configure.ac, doc/Makefile.am:
4646 updated interface completed hooks and keyboard/pointer
4648 2003-02-24 Ben Jansens <xor@zed.orodu.net>
4650 * doc/bsetbg.1, doc/bsetroot.1, doc/openbox.1.in: old out-of-date files
4652 2003-02-22 Ben Jansens <xor@zed.orodu.net>
4654 * configure.ac: rm the swig shit
4656 * configure.ac: fixups
4658 * m4/openbox.m4: got my warnings i want
4661 python events en masse!! also, make it look for GCC not GXX now..
4663 2003-02-21 Ben Jansens <xor@zed.orodu.net>
4665 * configure.ac, m4/openbox.m4: new smarts for swig
4667 * Makefile.am, configure.ac, m4/openbox.m4:
4668 setup autotools build for C shit
4670 2003-02-19 Ben Jansens <xor@zed.orodu.net>
4672 * AUTHORS: nick's no longer the site designer
4674 * README: add mention of being OSI Certified Open Source Software
4676 * CHANGELOG: add mention of the new es_AR translations
4678 2003-02-16 Ben Jansens <xor@zed.orodu.net>
4680 * CHANGELOG: add the new german translations
4682 * tools/obsetroot.cc: rm the warnings for now
4684 2003-02-14 Ben Jansens <xor@zed.orodu.net>
4686 * tools/Makefile.am, tools/obsetroot.cc, Makefile.am, configure.ac, tools/.cvsignore:
4687 Add the "obsetroot" tool. Use it to set the root background.
4689 * configure.in: call CHECK_FUNCS in C mode
4691 2003-02-11 Ben Jansens <xor@zed.orodu.net>
4693 * .cvsignore: add ABOUT-NLS
4695 * tests/.cvsignore: add the icons app
4697 * tests/icons.c, tests/icons.cpp: make the icons program a C app.
4699 * tests/icons.cpp: add an app to display the icons for a window
4701 2003-02-10 Ben Jansens <xor@zed.orodu.net>
4703 * configure.in: require autoconf 2.5x
4705 2003-02-09 Ben Jansens <xor@zed.orodu.net>
4707 * README.CVS: mention that 2.9x is not supported
4709 * configure.ac: use the c++ std cheaders
4711 2003-02-06 Ben Jansens <xor@zed.orodu.net>
4713 * AUTHORS: move marius from active developers to contributors :\
4715 * Makefile.am, data/Makefile.am:
4716 make "make dist" work, compiler flags cleanups
4718 2003-02-06 woodblock <woodblock@zed>
4720 * configure.in: Back port fixes from TESTING branch
4722 * CHANGELOG: Updated changelog for 2.2.4 release
4724 2003-02-05 Ben Jansens <xor@zed.orodu.net>
4726 * ABOUT-NLS, INSTALL, Makefile.am: rm this thing
4728 * configure.ac, data/Makefile.am, doc/Makefile.am, m4/swig.m4, m4/x11.m4:
4729 new swig build system. much better. yay.
4731 * README.CVS: you need swig at least 1.3.14
4733 * README.CVS: require automake 1.7.1 for py-compile
4735 * Makefile.am, configure.ac: dont make wrap a subdir of otk
4737 * m4/openbox.m4: give output when building a cvs release
4739 * configure.ac, m4/python.m4:
4740 move the otk swig module into its own lib/directory
4742 * .cvsignore: add py-compile
4744 * doc/doxygen/.cvsignore: ignore the latex dir
4746 * README.CVS: mention the swig wrapper warnings
4748 * doc/doxygen/Makefile.am, doc/doxygen/comments, doc/doxygen/doxygen.conf.in:
4749 add latex to the doc build process. fix namespace comments again.
4751 * doc/doxygen/comments: fix up the otk description
4753 * CHANGELOG.Blackbox, CHANGELOG.bsetbg, README.bbtools, README.bsetbg:
4754 remove docs from old blackbox
4756 * doc/doxygen/doxygen.conf.in: ignore the wrappers
4758 * doc/doxygen/doxygen.conf: not needed, the .in is commited
4760 2003-02-04 woodblock <woodblock@zed>
4762 * CHANGELOG: updated changelog
4764 2003-02-03 woodblock <woodblock@zed>
4766 * doc/openbox.1.in: documentation update
4768 * doc/openbox.1.in: update documentation
4770 * CHANGELOG, configure.in: Version bump
4772 2003-02-03 Ben Jansens <xor@zed.orodu.net>
4774 * tests/.cvsignore: ignore the bins
4776 * tests/Makefile, tests/aspect.c, tests/fullscreen.c, tests/grav.c, tests/modal.c, tests/modal2.c, tests/modal3.c, tests/urgent.c:
4779 2003-02-03 woodblock <woodblock@zed>
4781 * CHANGELOG: Updated changelog for shaded window bug fix
4783 2003-02-01 Ben Jansens <xor@zed.orodu.net>
4785 * README.CVS: add comment for configuration
4787 2003-02-01 woodblock <woodblock@zed>
4789 * CHANGELOG: Fixed the image cache when dealing with borders.
4791 2003-02-01 Ben Jansens <xor@zed.orodu.net>
4793 * README.CVS: note about automake
4795 2003-01-29 Ben Jansens <xor@zed.orodu.net>
4797 * configure.ac: check for endian order
4799 * po/POTFILES.in: update the list of src files with translations.
4801 * data/Makefile.am: include shit in the dist
4803 * doc/Makefile.am: include the openbox.1.in in the dist
4805 * Makefile.am: remove LICENSE from the dist files
4807 * doc/doxygen/Makefile.am: make the echo more noticable
4809 * doc/doxygen/Makefile.am: make pwd work
4811 * doc/doxygen/Makefile.am:
4812 echo a message about where to find the generated docs
4814 * doc/doxygen/doxygen.conf: add the doxygen configuration
4816 * README.CVS: give the debian pkg names
4818 2003-01-28 Ben Jansens <xor@zed.orodu.net>
4820 * README.CVS: add version for automake
4822 2003-01-27 Ben Jansens <xor@zed.orodu.net>
4824 * README.CVS: use a built-in module to replace libswigpy
4826 2003-01-24 Ben Jansens <xor@zed.orodu.net>
4829 add some design ideas for a glue layer between the wm and the scripts
4831 * README.CVS: add all teh steps
4833 * README.CVS: add instructions for CVS compiling
4835 2003-01-22 Ben Jansens <xor@zed.orodu.net>
4837 * m4/openbox.m4: REMOVE -fno-rtti. we use that!
4839 * m4/openbox.m4: -fno-rtti as in cxxflags too!
4841 * m4/openbox.m4: fix the stupid spelling
4843 * m4/openbox.m4: add -fno-check-new -fno-execptions to the g++ cxxflags
4845 2003-01-20 Ben Jansens <xor@zed.orodu.net>
4847 * DESIGN/render.dia: remove the XImage from Surface
4849 * AUTHORS: new authors. this is how we dooo iiiit...
4851 2003-01-18 Ben Jansens <xor@zed.orodu.net>
4853 * DESIGN/ob3arch.png, DESIGN/render.dia, DESIGN/roadmap, DESIGN/thoughts:
4854 add DESIGN from the openbox3 repository. add to that the render.dia, a design diagram for the new render code
4856 2003-01-17 Ben Jansens <xor@zed.orodu.net>
4858 * README: state the license. killall the old readme data
4860 2003-01-16 Ben Jansens <xor@zed.orodu.net>
4862 * m4/python.m4: use -export-dynamic when linking libpython.a
4864 2003-01-14 Ben Jansens <xor@zed.orodu.net>
4866 * m4/x11.m4: add comment
4868 * m4/x11.m4: check for XftGetVersion
4870 * configure.ac: rm the util directory
4872 2003-01-13 Ben Jansens <xor@zed.orodu.net>
4874 * m4/openbox.m4: keep the asserts for !debug builds..
4876 * configure.ac: begin conversion to ustring. add some more members.
4878 2003-01-12 Ben Jansens <xor@zed.orodu.net>
4880 * LICENSE: omg im relicensing this shit as gpl. nobody hurt me.
4882 * m4/python.m4: dont show find errors
4884 * CHANGELOG: my utf shit for the titlebars and toolbar
4886 2003-01-11 Ben Jansens <xor@zed.orodu.net>
4888 * configure.ac: rm a blank line at the end
4890 * configure.ac: add some more AC stuff
4892 * m4/python.m4: used old vars
4894 * m4/openbox.m4: caps
4896 * configure.ac, m4/openbox.m4:
4897 caps for giving the build target. show it at the end
4899 * configure.ac: better ordering.. define te version before using it
4901 * m4/openbox.m4: check for cvs in the version properly
4903 * configure.ac: no caps in the package name!
4905 * m4/openbox.m4: cvs builds are always debug
4907 * m4/python.m4: use the right lib
4909 * m4/openbox.m4, m4/python.m4, m4/x11.m4:
4910 my newer better autoconf functions. woowoo
4912 * m4/.cvsignore: adding my autoconf functions. woowoo
4914 * .cvsignore, bootstrap, configure.ac, version.h.in:
4915 new autoconf shit woowoo
4917 * m4/x11.m4: add X_DEVEL and XFT_DEVEL m4 functions
4919 * m4/openbox.m4: create OB_DEBUG and OB_COMPILER_FLAGS m4 functionc
4921 * m4/python.m4: check for the python cflags and libs
4923 2003-01-09 Ben Jansens <xor@zed.orodu.net>
4925 * configure.ac: use default prefix.
4926 better python library checks.
4928 2003-01-04 Ben Jansens <xor@zed.orodu.net>
4930 * Makefile.am, configure.ac, data/Makefile.am, doc/Makefile.am:
4931 add buttons to the tree.rm stupid comments in Makefile.ams
4933 * doc/Makefile.am, doc/xftlsfonts.1: rm the xftlsfonts manpage
4935 * CHANGELOG: add proper whitespace
4937 * configure.ac: line up text in --help
4939 2003-01-04 manmower <manmower@zed>
4941 * configure.ac: Check for XKB extension
4943 2003-01-01 woodblock <woodblock@zed>
4945 * CHANGELOG: Documented sendToWorkspace addition
4947 2002-12-28 Ben Jansens <xor@zed.orodu.net>
4949 * bootstrap: add --force for autopoint
4951 2002-12-26 Ben Jansens <xor@zed.orodu.net>
4953 * .cvsignore, po/.cvsignore: add newish stuff
4955 * Makefile.am, bootstrap, configure.ac: better support for gettext
4957 * config.rpath: removing generated file
4959 * bootstrap: add gettextize here
4961 * po/Makevars: readd Makevars
4963 * po/LINGUAS, po/Makefile.in.in, po/Makevars, po/Makevars.template, po/Rules-quot, po/boldquot.sed, po/en@boldquot.header, po/en@quot.header, po/insert-header.sin, po/quot.sed, po/remove-potcdate.sin:
4964 remove shit generated by gettextize
4966 * m4/.cvsignore, m4/Makefile.am, m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4, m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, m4/progtest.m4, m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4:
4967 make bootstrap generate this shit
4969 2002-12-25 Ben Jansens <xor@zed.orodu.net>
4971 * configure.ac: conflicts with python too :\
4974 no -pedantic :\ it fucks up on the python headers. sigh.
4976 * configure.ac: set CXXFLAGS better
4978 * Makefile.am, configure.ac:
4979 global python scripts. client motion/resizing is all done via python now
4981 2002-12-24 Ben Jansens <xor@zed.orodu.net>
4983 * configure.ac: python. no more guile. python.
4985 * CHANGELOG: add changelog for the netwm iconic windows bugfix
4987 * configure.in: up version for next release
4989 2002-12-23 Ben Jansens <xor@zed.orodu.net>
4991 * configure.ac: using python and swig for now.
4993 2002-12-19 Ben Jansens <xor@zed.orodu.net>
4995 * configure.ac: python has begun!
4997 * configure.ac: check for python. not for guile.
4999 2002-12-18 Ben Jansens <xor@zed.orodu.net>
5001 * configure.ac: guileize
5003 * .cvsignore: add stuff i rm'd from cvs
5005 * doc/doxygen/comments: erm
5007 2002-12-13 Ben Jansens <xor@zed.orodu.net>
5009 * Makefile.am: dist the bootstrap file for package maintainers
5011 2002-12-11 Ben Jansens <xor@zed.orodu.net>
5013 * mkinstalldirs: autogenned
5015 * bootstrap: add --copy
5017 * install-sh, missing: autogenned
5019 * install-sh, missing, mkinstalldirs: this is genned bya automake
5021 2002-12-10 Ben Jansens <xor@zed.orodu.net>
5023 * CHANGELOG: fix for installation of pl locale
5025 * configure.in: up the version
5027 2002-12-09 Ben Jansens <xor@zed.orodu.net>
5029 * CHANGELOG: work when strftime is not found
5031 2002-12-08 Ben Jansens <xor@zed.orodu.net>
5034 dont install the xftlsfonts manpage if we didnt build xftlsfonts
5036 2002-12-07 Ben Jansens <xor@zed.orodu.net>
5038 * .cvsignore: add depcomp
5040 * Makefile.am: include depcomp in make dist
5042 * bootstrap: copy, dont link
5044 * configure.in: 2.2.2 release
5046 2002-12-03 Ben Jansens <xor@zed.orodu.net>
5048 * configure.ac: better xft checks. require xft version 2
5050 * configure.in: reset the xft flags if it fails
5052 * configure.in: link in xft only where appropriate
5054 * configure.in: restore the CXXFLAGS/LIBS
5056 * configure.in: more verbose, and better checks for Xft version 2/1
5059 better checks for Xft version 2/1 and more verbose warning if it fails
5061 * po/POTFILES.in: xft2 works. and works good.
5063 2002-11-28 Ben Jansens <xor@zed.orodu.net>
5065 * CHANGELOG: change grammar or somesuch..
5067 2002-11-28 woodblock <woodblock@zed>
5070 Added an option to disable the window raise on alt-click. fonk.
5072 2002-11-26 Ben Jansens <xor@zed.orodu.net>
5074 * configure.in: had an extra ; that snuck in. i blame the commies
5076 2002-11-20 Ben Jansens <xor@zed.orodu.net>
5079 addd more stuff to EXTRA_DIST. all the headers for instance
5081 * Makefile.am, doc/Makefile.am:
5082 add EXTRA_DIST tags all over to make 'make dist' possible
5084 * CHANGELOG: doc the change in configure for xft2
5086 * CHANGELOG, configure.in, data/Makefile.am:
5087 add bitmap buttons, and put support for them in all the default styles
5089 * configure.in: fix the []'s in the outputs
5091 * CHANGELOG: fix menu redraw bug for real
5093 * CHANGELOG: fix the mozilla crash from the default premax being 0
5095 2002-11-19 Ben Jansens <xor@zed.orodu.net>
5097 * .cvsignore: more ignore fodder
5099 2002-11-15 Ben Jansens <xor@zed.orodu.net>
5101 * configure.in: cleaner
5103 2002-11-14 Ben Jansens <xor@zed.orodu.net>
5105 * bootstrap: add libtoolize
5107 2002-11-13 Ben Jansens <xor@zed.orodu.net>
5109 * CHANGELOG: fix for windows changing from non-resizable to resizable
5111 * CHANGELOG: add fix for clients making themselves resizable
5113 2002-11-11 Ben Jansens <xor@zed.orodu.net>
5115 * configure.ac: mad wicked xft checks
5117 * configure.ac: look for xft
5119 * configure.in: do tests using c++
5121 * configure.in: dont build xftlsfonts when no xft found or xft2 found
5123 * configure.in: support for Xft2!
5125 2002-11-10 Ben Jansens <xor@zed.orodu.net>
5127 * po/POTFILES.in: cleanups.
5128 OBScreen almost ready for some action
5130 * configure.ac: support for the shape extension works!
5132 2002-11-07 Ben Jansens <xor@zed.orodu.net>
5134 * bootstrap: reverse the automake/autoconf order.. for fun
5136 2002-11-06 Ben Jansens <xor@zed.orodu.net>
5138 * doc/openbox.1.in: s/@VERSION@/@version@/
5140 * doc/openbox.1.in: s/@VERSION@/@version/
5142 * po/POTFILES.in: moving strut into its own .hh. adding OBClient class
5144 2002-11-05 Ben Jansens <xor@zed.orodu.net>
5146 * doc/doxygen/Makefile.am, doc/doxygen/comments, doc/doxygen/doxygen.conf.in:
5147 updated doxygen documentation
5149 * doc/openbox.1.in: make urls bold
5152 fixes for menu doc. we dont have a menuFile in the rc anymore!
5155 * doc/openbox.1.in: fix so url shows up
5158 we dont have menuFormat in the resource file anymore
5160 2002-11-04 Ben Jansens <xor@zed.orodu.net>
5162 * doc/doxygen/doxygen.conf.in: make doxygen skip stuff inside
5163 #ifndef DOXYGEN_IGNORE
5167 * doc/doxygen/doxygen.conf.in: documenting classes!
5169 * doc/doxygen/doxygen.conf.in, doc/doxygen/style.css:
5170 not using a custom stlyesheet anymore
5172 * Makefile.am, TODO, configure.ac, doc/Makefile.am, doc/doxygen/.cvsignore, doc/doxygen/Makefile.am, doc/doxygen/doxygen.conf.in, doc/doxygen/style.css:
5173 add doxygen to the project. 'make doc' builds the doxygen stuff. you need doxygen and graphviz installed to generate it properly
5175 2002-11-03 Ben Jansens <xor@zed.orodu.net>
5177 * CHANGELOG, configure.in:
5178 stop using the Utf8 functions for drawing Xft fonts
5180 * CHANGELOG, configure.in:
5181 stop using the Xft Utf8 functions. They break the non-english locales.
5183 * CHANGELOG: typo-typo
5188 new timer infrastructure. takes a function pointer for the timeout, with a void* parameter (useful for holding a class instance!)
5191 WE DONT USE BASE DISPLAY FOR ANYTHING ANY MORE!!@^!*@*!! YAY
5193 2002-11-02 Ben Jansens <xor@zed.orodu.net>
5195 * TODO: updated with goals for 3.0
5197 * Makefile.am: not using admin/ dir anymore
5199 * mkinstalldirs, po/.cvsignore: stupid stuff
5201 2002-11-01 Ben Jansens <xor@zed.orodu.net>
5203 * configure.ac: put 'cvs' in the version tag
5205 * m4/.cvsignore, po/.cvsignore: add cvs ignores for the new dirs
5207 * m4/Makefile, m4/Makefile.in, Makefile.am, configure.ac, mkinstalldirs:
5208 make gettext better. updates for autoconf
5210 * m4/Makefile, po/LINGUAS: dont have any languages yet
5212 * ABOUT-NLS, COPYING, configure.ac: add some text files..
5213 dont have our own libintl
5215 * Makefile.am, config.rpath, configure.ac, m4/Makefile, m4/Makefile.am, m4/Makefile.in, m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4, m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, m4/progtest.m4, m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4, mkinstalldirs, po/LINGUAS, po/Makefile.in.in, po/Makevars, po/Makevars.template, po/POTFILES.in, po/Rules-quot, po/boldquot.sed, po/en@boldquot.header, po/en@quot.header, po/insert-header.sin, po/quot.sed, po/remove-potcdate.sin:
5217 change CXXFLAGS back to CPPFLAGS in the .am's
5219 * configure.ac: update configure.ac to newer rules
5221 * .cvsignore: libtool stuff
5223 2002-11-01 marius <marius@zed>
5225 * configure.ac: toolkit addition
5227 * Makefile.am: changed for toolkit
5229 2002-11-01 Ben Jansens <xor@zed.orodu.net>
5231 * install-sh, missing, mkinstalldirs:
5232 these files are generated by bootstrap
5234 * CHANGELOG, configure.in: merge in changes in the 2_1 branch
5236 * CHANGELOG, configure.in: make multibyte fonts the right size
5238 2002-10-31 Ben Jansens <xor@zed.orodu.net>
5240 * configure.ac: look for a CC to make automake happy
5242 * configure.ac, configure.in: configure script changed to .ac
5244 * Makefile.am: compiles now. uses xft2
5245 remove the nls remainders
5247 2002-10-19 woodblock <woodblock@zed>
5249 * configure.in: bumped up version
5251 2002-10-05 Ben Jansens <xor@zed.orodu.net>
5253 * CHANGELOG: changes for openbox 2.1.2
5255 2002-10-04 woodblock <woodblock@zed>
5259 * CHANGELOG: documentation for 2.2
5261 * CHANGELOG: updated changelog for 2.2 release
5264 added documentation for the pressed focus/unfocus and fixed some minor
5267 2002-10-01 woodblock <woodblock@zed>
5269 * AUTHORS, CHANGELOG, CHANGELOG.Blackbox, configure.in:
5270 merged with 2_1-merged-to-HEAD-2002-09-30
5272 2002-09-24 Ben Jansens <xor@zed.orodu.net>
5274 * configure.in: up the version for the next future release
5276 2002-09-23 Ben Jansens <xor@zed.orodu.net>
5279 look for XftDrawStringUtf8 in libXft.so and set a configure variable based on whether it exists in the library (it doesnt on redhat 7.1)
5281 2002-09-22 Ben Jansens <xor@zed.orodu.net>
5283 * CHANGELOG: capitals
5285 * configure.in: up version for the release
5287 * CHANGELOG: add 2.1.1 changes
5289 2002-09-17 woodblock <woodblock@zed>
5291 * doc/openbox.1.in: Added titlebar layout documentation
5293 2002-09-16 Ben Jansens <xor@zed.orodu.net>
5295 * AUTHORS, CHANGELOG.Blackbox, configure.in: sync with bb 65-pre2
5297 2002-09-16 woodblock <woodblock@zed>
5299 * configure.in: fixed tyop
5301 2002-09-15 woodblock <woodblock@zed>
5303 * doc/openbox.1.in: Documented bitmap buttons in manpage
5305 2002-09-14 woodblock <woodblock@zed>
5308 added a configure flag for enabling/disabling bitmap buttons
5310 * CHANGELOG, configure.in: bumped up version number after bitmap merge
5312 * CHANGELOG: merged bitmap buttons
5314 2002-09-11 woodblock <woodblock@zed>
5316 * .cvsignore, CHANGELOG: sync with HEAD
5317 added checkmark bitmaps with menu.selected.mask:
5319 2002-09-11 Ben Jansens <xor@zed.orodu.net>
5321 * CHANGELOG: alt-rightclick resizing fix
5323 2002-09-09 Ben Jansens <xor@zed.orodu.net>
5325 * .cvsignore: add autom4te.cache
5327 2002-09-09 woodblock <woodblock@zed>
5329 * CHANGELOG: merged with HEAD
5331 2002-09-09 Ben Jansens <xor@zed.orodu.net>
5333 * CHANGELOG: add drop shadows
5335 2002-09-05 Ben Jansens <xor@zed.orodu.net>
5337 * CHANGELOG: state gnome 2 support
5339 2002-09-04 Ben Jansens <xor@zed.orodu.net>
5341 * CHANGELOG: gnoem2 fixes for taskbar
5343 * CHANGELOG: new border code
5345 2002-09-03 Ben Jansens <xor@zed.orodu.net>
5347 * CHANGELOG: add woodblock's sticky button shit
5349 2002-08-31 Ben Jansens <xor@zed.orodu.net>
5351 * AUTHORS, configure.in, doc/bsetbg.1: sync with the 2.0 branch
5353 * AUTHORS, CHANGELOG, CHANGELOG.Blackbox, configure.in, doc/bsetbg.1, version.h.in:
5356 2002-08-27 Ben Jansens <xor@zed.orodu.net>
5358 * CHANGELOG: systray windows fix
5360 * CHANGELOG: latest changessssshape changes, give vR credit
5362 2002-08-26 Ben Jansens <xor@zed.orodu.net>
5364 * AUTHORS, CHANGELOG.Blackbox, configure.in: sync with bb-cvs
5366 2002-08-25 Ben Jansens <xor@zed.orodu.net>
5368 * CHANGELOG: config request with only resize honors window's gravity
5370 * CHANGELOG: add recent fixes
5372 2002-08-22 Ben Jansens <xor@zed.orodu.net>
5374 * version.h.in: s/__openbox_version/OPENBOX_VERSION
5376 * AUTHORS, CHANGELOG.Blackbox, configure.in: sync with bb-cvs
5378 * configure.in: 2.1.0 is our next target
5380 2002-08-21 Ben Jansens <xor@zed.orodu.net>
5382 * CHANGELOG: warping is ruling!
5384 2002-08-20 Ben Jansens <xor@zed.orodu.net>
5386 * CHANGELOG: Fix send to menu, having deleted workspaces in it.
5387 Fix workspace warping, move the mouse and window the same amount.
5388 Fix workspace switching. Put old code back that worked better.
5390 2002-08-16 Ben Jansens <xor@zed.orodu.net>
5392 * AUTHORS: fix indenting and caps
5394 * doc/openbox.1.in: mention epist with bbkeys
5396 * doc/openbox.1.in: add epist and xftlsfonts in teh see also.
5399 * doc/xftlsfonts.1, doc/Makefile.am:
5400 add manpages for epist and for xftlsfonts
5402 2002-08-15 Ben Jansens <xor@zed.orodu.net>
5404 * AUTHORS: authors updates
5408 * data/README.menu: s/black/open
5410 * AUTHORS: new 2.0 authors/contributors
5412 * CHANGELOG: add all the changes made for 2.0.0 to the changelog
5414 * CHANGELOG.Blackbox, CHANGELOG.bsetbg: sync with bb-cvs
5416 2002-08-02 Ben Jansens <xor@zed.orodu.net>
5418 * bootstrap: try make bootstrap work in one pass for other people..
5420 * configure.in: make xft support default on
5422 2002-07-26 Ben Jansens <xor@zed.orodu.net>
5424 * configure.in: sync with bb-cvs
5426 2002-07-21 Ben Jansens <xor@zed.orodu.net>
5429 add Xft-build-support and Xinerama-build-support to the -help output
5430 add --enable-xinerama to configure
5432 * configure.in: sync with bb-cvs.
5433 Add option in config menu for disabling mouse input with scroll lock.
5434 Remove compile-time flag for event clobbering since this solves that problem for now.
5436 2002-07-20 Ben Jansens <xor@zed.orodu.net>
5438 * .cvsignore: add some cvsignore's
5440 * configure.in: add no_NO and ro_RO translations
5442 2002-07-18 Ben Jansens <xor@zed.orodu.net>
5445 updated todo. took out things we have done. added new goal for 3.0.
5447 2002-07-16 Ben Jansens <xor@zed.orodu.net>
5449 * TODO: adjust goals for 2.0
5451 * configure.in: screw that change. the next releaase will be 2.0.0!
5454 change the version number back a bit. preparing for a testing release.
5456 2002-07-11 Ben Jansens <xor@zed.orodu.net>
5458 * configure.in: adding epist!
5460 * configure.in: -fno-inline when compiling in debug mode
5462 2002-07-10 Ben Jansens <xor@zed.orodu.net>
5464 * config.h.in, aclocal.m4: regerenated fiels
5466 2002-07-08 Ben Jansens <xor@zed.orodu.net>
5468 * configure.in: add the korean translation dir to configure
5470 2002-07-07 Ben Jansens <xor@zed.orodu.net>
5472 * configure.in: make the Xft check actually work
5474 * configure.in: make Xft default to off, you have ot --enable-xft now
5476 2002-07-03 Ben Jansens <xor@zed.orodu.net>
5478 * configure.in: look for the rigt function in the libxft
5480 * configure.in: add BFont class, with Xft support
5482 2002-06-22 Ben Jansens <xor@zed.orodu.net>
5485 fix resizing bug where windows would be resized smaller than they were supposed to be
5487 * doc/Makefile.in, data/Makefile.in, CHANGELOG, Makefile.in, config.h.in:
5488 add changelog entry for resize bug fix
5490 2002-06-20 Ben Jansens <xor@zed.orodu.net>
5492 * CHANGELOG: fix redraw problem when resizing a window
5494 2002-06-14 Ben Jansens <xor@zed.orodu.net>
5496 * CHANGELOG: add numbers for next version
5498 * configure.in, configure: increment the version for next release
5500 2002-06-08 Ben Jansens <xor@zed.orodu.net>
5502 * configure.in, configure: add -fno-inline for debug builds!
5504 * CHANGELOG: dont let setState() screw with the window mapping process.
5506 2002-06-07 Ben Jansens <xor@zed.orodu.net>
5509 windows which requested to be iconic + sticky/maximized at startup would randomly not be iconified when they were mapped because the current_state variable was left uninitialzied. Initiailizing it to WithdrawnState (0) fixes this problem.
5511 * configure: update the version number by running autoconf
5513 2002-06-06 Ben Jansens <xor@zed.orodu.net>
5515 * CHANGELOG: add window-to-window and window-corner snapping.
5518 more sticky windows fix. bbkeys ended up thinkng an extra window was left when removing a sticky window. fixed! AT LAST
5520 2002-06-05 Ben Jansens <xor@zed.orodu.net>
5523 last two changes: windows starting sticky. focus te root window, not PointerRoot.
5525 * configure.in: increment version for next release
5528 reset cascade when a workspace has no non-sticky windows left on it.
5529 ignore fully maximized windows while placing.
5531 * doc/Makefile.am, data/Makefile.am, Makefile.am:
5532 syching with bb-cvs. rm .\#* on make dist-clean. nls updates.
5534 2002-06-04 Ben Jansens <xor@zed.orodu.net>
5536 * data/README, README: documentation fixups
5538 * data/README, README: documentation fixes
5540 * CHANGELOG: GIVING UP ON STICKY FUCKING CHRIST AARRGGH
5542 2002-06-03 Ben Jansens <xor@zed.orodu.net>
5545 change cascade behavior so it resets when the workspace is emptied and so it starts in 1 placement.
5547 * CHANGELOG: add fix for bsetroot's support of the esetroot atom
5550 save the current root menu position to an unlimited depth instead of the current 1.
5552 2002-06-02 Ben Jansens <xor@zed.orodu.net>
5554 * CHANGELOG: last 2 buig fixes
5556 * CHANGELOG: fix crash when mapping an iconified window
5558 2002-05-29 Ben Jansens <xor@zed.orodu.net>
5560 * doc/openbox.1.in: put webpage in the man page. Also, a couple fixes.
5562 2002-05-28 Ben Jansens <xor@zed.orodu.net>
5564 * configure.in: updated nls to use openbox.cat
5566 * doc/.cvsignore, data/.cvsignore, .cvsignore:
5567 adding .cvsignore files to the repository to clean up the output whenever you commit some sort of cvs action
5570 use config.h for configuration options instead of a bunch of -D's on the compile command lines
5572 2002-05-26 cvs <cvs@zed>
5574 * configure, configure.in: increment version for next release
5576 * doc/Makefile.in, data/Makefile.in, configure.in, Makefile.in, configure:
5577 incrementing version for next release
5579 * CHANGELOG: better description of chages to sticky windows
5581 2002-05-25 Ben Jansens <xor@zed.orodu.net>
5583 * bootstrap, configure.ac, configure.in:
5584 using configure.ac causes problems. switching back to configure.in
5586 2002-05-24 Ben Jansens <xor@zed.orodu.net>
5588 * configure.in, stamp-h.in, BUGS, CodingStyle, Makefile.am, bootstrap, config.h.in, configure.ac:
5589 new root dir based on bb-cvs
5591 2002-05-23 Ben Jansens <xor@zed.orodu.net>
5593 * CHANGELOG: fix for compiling with --disable-nls
5595 * CHANGELOG: fix compiling with --disable-slit and --disable-nls
5597 * CHANGELOG: fix compliling with --disable-slit
5599 * CHANGELOG: merge the sticky window fix from 1.2.
5601 * TODO: updated goals
5603 * CHANGELOG: fixed sticky windows!
5605 2002-05-16 Ben Jansens <xor@zed.orodu.net>
5607 * CHANGELOG, configure.in: change next target version to 2.0.0!
5610 removing pendantic. thats just crazy. -Wall -W will suffice.
5612 * bootstrap: adding --add-missing to automake call
5615 adding bootstrap which generates all the auto* files such as configure
5617 * doc/Makefile.in, data/Makefile.in, configure, Makefile.in, aclocal.m4:
5618 removing auto-generated stuff from cvs
5620 * BUGS: removed the fixed bug!
5622 * doc/Makefile.in, data/Makefile.in, Makefile.in:
5623 using automake --foreign -i
5626 make a new autoRaiseDelay value take effect without having to restart
5628 * CHANGELOG: make a new autoRaiseDelay value take effect on reconfigure
5630 * CHANGELOG: fix loading autoRaiseDelay
5632 * configure.in, configure: increment version for next release
5634 * CHANGELOG: make autoRaiseDelay load
5636 * configure.in, configure: increment version for next release
5638 * ChangeLog, CHANGELOG: fix off-by-one window resizing bug
5642 * aclocal.m4: readding aclocal. autoconf needs this thing
5646 * CHANGELOG: fix for slit direction menu not reconfiguring properly
5648 * doc/Makefile.in, data/Makefile.in, Makefile.in, aclocal.m4:
5649 *** empty log message ***
5651 2002-05-15 Ben Jansens <xor@zed.orodu.net>
5653 * CHANGELOG: moved menu from a rc file option to a command line option
5655 * TODO: spelling error
5657 * TODO: added future release goals to the TODO
5659 2002-05-14 Ben Jansens <xor@zed.orodu.net>
5661 * CHANGELOG: update changelog.
5662 removed a redundant var from BaseDisplay.
5664 * configure.in, configure:
5665 compile with -Wall -W -pendantic when --enable-debug is set.
5667 * CHANGELOG: fix creating/destroying the titlebar buttons
5670 fix titlebar button code so theyre created/destroyed properly
5672 2002-05-13 Ben Jansens <xor@zed.orodu.net>
5674 * CHANGELOG: fix segfaut from uninitialized focused_screen pointer
5676 * CHANGELOG, TODO: fix multiple-screen segfault.
5678 2002-05-11 Ben Jansens <xor@zed.orodu.net>
5680 * CHANGELOG: make image dithering value load correctly
5682 * configure.in, configure: increment version for next release
5684 * CHANGELOG: make image dithering value load correctly
5686 2002-05-10 Ben Jansens <xor@zed.orodu.net>
5688 * CHANGELOG, configure, configure.in:
5689 increment version for next release
5691 * configure.in, CHANGELOG, configure:
5692 fixed problems introduced in the attempt to be gcc 3 compatible. also, better solution for gcc3.
5694 * configure.in, configure:
5695 better gcc3 compat. using ostrstream again. and using namespace std;
5696 some focus changes. workspace contains a focused window instead of openbox class. this fixes a seg
5698 2002-05-07 Ben Jansens <xor@zed.orodu.net>
5700 * configure.in, configure: increment version for the next release
5702 * configure.in, configure: increment the version for the next release
5704 * configure.in, configure: changed the version number
5706 * configure: ran autoconf to regen configure
5708 * doc/Makefile.in, data/Makefile.in, configure.in, Makefile.in, config.h.in, configure, CHANGELOG:
5709 gcc 3 compatibility, converted strstreams to stringstreams
5711 * CHANGELOG: converted ostrstreams into ostringstreams
5713 * configure: removed check for strstream
5715 * configure.in, config.h.in:
5716 gcc3 compatibility. uses ostringstream instead of ostrstream
5718 * doc/Makefile.in, data/Makefile.in, configure.in, configure, Makefile.in:
5719 check for sstream and strstream in configure
5721 2002-04-30 Ben Jansens <xor@zed.orodu.net>
5723 * ChangeLog.bsetbg, ChangeLog-Blackbox, ChangeLog:
5724 removing old files that got merged in
5726 * CHANGELOG: save the titlebarLayout in the default config
5728 * CHANGELOG: save the titlebarLayout in the default config file
5730 2002-04-29 Ben Jansens <xor@zed.orodu.net>
5732 * ChangeLog.bsetbg, configure.in, ChangeLog, ChangeLog-Blackbox, CHANGELOG:
5735 * configure.in, ChangeLog.bsetbg, ChangeLog-Blackbox, CHANGELOG, ChangeLog:
5736 addded changelog entries for fixes
5738 * ChangeLog, CHANGELOG: fix positioning of the window menu
5741 better logic when changing a window's decoration level, for choosing what elements of decoration get placed on the window.
5743 * CHANGELOG: improved logic for redecorating windows
5745 * ChangeLog: improved logic when redecorating a window
5747 2002-04-28 Ben Jansens <xor@zed.orodu.net>
5749 * CHANGELOG: bsetroot supports transparent apps with root property
5751 * CHANGELOG: added ClickMouse window placement policy
5753 * CHANGELOG: added UnderMouse windwo placement.
5755 2002-04-21 Ben Jansens <xor@zed.orodu.net>
5757 * ChangeLog: typo in Changelog
5759 * data/Makefile.am, data/Makefile.in: fixed some uninstall issues
5761 * data/Makefile.am, data/Makefile.in: fixed some uninstall problems
5763 2002-04-21 woodblock <woodblock@zed>
5765 * CHANGELOG.bsetbg: *** empty log message ***
5769 2002-04-20 Ben Jansens <xor@zed.orodu.net>
5772 added Changelog entry for the improved maximize-window code.
5774 2002-04-19 Ben Jansens <xor@zed.orodu.net>
5776 * TODO: updated TODO to match current cvs status. yay progress!
5778 2002-04-19 woodblock <woodblock@zed>
5780 * doc/bsetbg.1: added bsetbg makefile
5782 2002-04-18 woodblock <woodblock@zed>
5784 * Makefile.in, data/Makefile.in, doc/Makefile.am, doc/Makefile.in:
5785 added new bsetbg manpage
5787 2002-04-17 Ben Jansens <xor@zed.orodu.net>
5789 * CHANGELOG: configuration changes "done"!!
5791 on start, the config file is read entirely off the disc, and missing values are assigned defaults.
5792 the config file is immediately written back to the disk to populate missing defaults in the file.
5793 any time a config option is changed the control, the config file is re-written with the change.
5794 choosing reconfig will reload the current config file on the disc.
5795 on shutdown, nothing is written to the config file.
5797 2002-04-16 woodblock <woodblock@zed>
5799 * TODO: need translations for Hide Toolbar
5802 Added a runtime option for hiding the toolbar totally. Will be cleaner
5805 2002-04-16 Ben Jansens <xor@zed.orodu.net>
5807 * CHANGELOG, CHANGELOG.Blackbox, CHANGELOG.bsetbg, ChangeLog, ChangeLog-Blackbox, ChangeLog.bsetbg:
5808 renamed the Changelog files
5809 get the latest version of bsetbg from the blackbox cvs
5811 * TODO, configure, configure.in:
5812 get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use checks for individual headers instead
5814 2002-04-15 Ben Jansens <xor@zed.orodu.net>
5816 * Makefile.in, data/Makefile.in, doc/Makefile.in:
5817 apparently there were compiling problems with automake/autoconf. This should make those go away.
5819 2002-04-14 colophon <colophon@zed>
5821 * README: added some missing punctuation
5823 2002-04-14 Ben Jansens <xor@zed.orodu.net>
5825 * configure.in: changed version number to 0.99.1
5827 * configure, configure.in:
5828 changed version number to 1.0.0. fixed a warning in BaseMenu from pointer->reference conversion
5831 made shaded windows snap properly at their bottom, using their shaded height.
5832 window.getHeight() now returns the different/correct value when a window is shaded.
5835 merged the changelog from the 0.99.0 (stable) branch (the code was previously merged)
5837 * ChangeLog: added entry for new BestFit placement type
5839 * AUTHORS: added first revision of the BestFit placement type.
5840 moved RowSmart placement type out of placeWindow() to its own function like bestFit. Will continue moving other placement types into their own functions.
5842 2002-04-12 woodblock <woodblock@zed>
5844 * ChangeLog: added close redraw
5846 2002-04-11 Ben Jansens <xor@zed.orodu.net>
5848 * CodingStyle: adding rules on how to code this project.
5850 * data/Makefile.am, data/Makefile.in, data/README, data/README.menu, data/README.style, data/menu.in:
5853 * data/Makefile.am, data/Makefile.in, data/README, data/README.menu, data/README.style, data/menu.in:
5854 initial import. ready for the 0.99.0 stable branch.
5856 * AUTHORS, BUGS, ChangeLog, ChangeLog-Blackbox, ChangeLog.bsetbg, INSTALL, LICENSE, Makefile.am, Makefile.in, README, README.bbtools, README.bsetbg, TODO, aclocal.m4, config.h.in, configure, configure.in, doc/Makefile.am, doc/Makefile.in, doc/bsetroot.1, doc/openbox.1.in, install-sh, missing, mkinstalldirs, stamp-h.in, version.h.in:
5859 * AUTHORS, BUGS, ChangeLog, ChangeLog-Blackbox, ChangeLog.bsetbg, INSTALL, LICENSE, Makefile.am, Makefile.in, README, README.bbtools, README.bsetbg, TODO, aclocal.m4, config.h.in, configure, configure.in, doc/Makefile.am, doc/Makefile.in, doc/bsetroot.1, doc/openbox.1.in, install-sh, missing, mkinstalldirs, stamp-h.in, version.h.in:
5860 initial import. ready for the 0.99.0 stable branch.