1 2003-08-31 Ben Jansens <xor@zed.orodu.net>
3 * openbox/action.c, openbox/action.h, openbox/screen.c, openbox/screen.h:
4 add the DesktopLast action, props to marius nita for this one
6 * openbox/event.c: remove debug print
8 * openbox/client_list_menu.c:
9 add a separator in the client-list-menus above iconic windows
11 * openbox/menuframe.c:
12 dont lose the menu selection while puttin the mouse over a separator (properly)
14 * openbox/event.c: compress events properly
16 * openbox/menuframe.c:
17 only hide menus if theyre supposed to when executing
19 * openbox/action.c, openbox/action.h:
20 make directional focusing an interactive action
22 * data/rc3: the <interactive> tags are no longer needed
25 make desktop cycling work properly when non-interactive
27 * openbox/keyboard.c, openbox/mouse.c:
28 when no modifiers are in a binding, then make it non-interactive
30 * openbox/focus.c, openbox/focus.h:
31 make focus cycling work when not interactive
32 add focus_directional_cycle
34 * AUTHORS: tore did some more actions :)
37 ungrab keys before grabbnig keys at the next chain level
40 grab the pointer Async for key grabs, lets key bindings like <execute>xkill</execute> work
42 * openbox/menuframe.c, openbox/menuframe.h: draw menu separators
44 * render/render.c, render/render.h: add RrColorGC
45 add a LineArt texture type for drawing a line, this is used for drawing the menu separators
47 * render/gradient.c, render/mask.c: use RrColorGC
49 * render/color.c: add RrColorGC
51 * openbox/stacking.c: kill a warning
54 move_onscreen was supposed to go away.. :) thanks mikachu
56 2003-08-30 woodblock <woodblock@zed>
58 * AUTHORS: *** empty log message ***
60 2003-08-30 Ben Jansens <xor@zed.orodu.net>
62 * openbox/client_menu.c:
63 add masks from the titlebar buttons to the client menu's options
65 * openbox/menu.h, openbox/menuframe.c, openbox/menuframe.h:
66 add suppot for showing pixmap masks in menus where the rgba icons go too
68 * openbox/client.c: use the nwe theme's show_handle value
70 * render/theme.c, render/theme.h:
71 allow handlewidth of 0, which sets show_handle to false
73 * openbox/event.c: compress motion events
75 * render/theme.c: bugz, wrong vars
77 * openbox/menuframe.c: add padding in the menu title too
79 * openbox/client.c, openbox/client.h, openbox/menu.c, openbox/moveresize.c:
80 add destructor functions for clients that you acn subscribe with, and use these instead of hardcoding special cases in the unmanage code
82 * 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:
83 make interactive actions a type and not special cases.
84 add the <interactive> option to them to turn off interactivity
86 * openbox/grab.c: remove debug print
88 * 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:
89 using the ObMainLoop, which rulz the planet
91 * data/rc3: put debian menu file first
93 * openbox/menu.c, openbox/menu.h: add pipe-menus
95 * openbox/menuframe.c: fix grabbing and not releasing with menus
97 2003-08-29 Ben Jansens <xor@zed.orodu.net>
99 * openbox/menuframe.c: dont ungrab twice when hiding menus
102 properly select the first menu item in the child menu when using the 'right' keycode
104 * openbox/menuframe.c: dont keyboard nav onto disabled menu items
107 missing break would be bad in future if added more cases
109 * Makefile.am, configure.ac: dont need gmodule anymore
111 * openbox/event.c, openbox/menu.c, openbox/menuframe.c, openbox/menuframe.h:
112 ultra-keyboard-controlled-menus
114 * openbox/translate.c, openbox/client_list_menu.c, openbox/client_menu.c:
117 * po/POTFILES.in: update which files have translatable strings
119 * Makefile.am, configure.ac: the kernel/ dir has been moved to openbox/
121 * openbox/openbox.c: remove the plugin stuffs
123 * openbox/resist.c: remove a dispatch.h
125 * openbox/action.c, openbox/menu.c, openbox/menu.h:
126 remove plugins from the menu parsing
128 * Makefile.am, data/menu, data/rc3, openbox/client_list_menu.c, openbox/client_list_menu.h, openbox/client_menu.c, openbox/client_menu.h:
129 move the client and client-list menus into the 'kernel'
131 * 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:
132 remove the event dispatcher
135 typo, reading from the wrong member of the actiondata union
137 * Makefile.am, openbox/place.c, openbox/place.h:
138 add window placement routines to the kernel
140 * openbox/menuframe.c:
141 place submenus with their borders over the parent's
143 * render/theme.c: nicer default bullets
145 2003-08-28 Ben Jansens <xor@zed.orodu.net>
148 only left-justify menus, remove the menu.frame.justify option
150 * openbox/menu.c, openbox/menuframe.c, openbox/openbox.c, openbox/prop.c, openbox/screen.c, render/color.c, render/font.c, render/theme.c:
151 fix a bunch of memleaks from valgrind and stuff
153 * render/render.c: free rgba texture caches
155 * openbox/menuframe.c: only execute enabled items
157 * data/rc3, openbox/config.h, openbox/event.c, openbox/event.h, openbox/menu.c, openbox/menu.h:
158 new method for loading menu files etc
160 * openbox/config.c: fix crash bug is parsing menu section of the rc3
162 * openbox/menuframe.c: missed one thing, using invalid mem still
164 * openbox/menu.c, openbox/menu.h, openbox/menuframe.c:
165 fix for using freed memory to exec stuff
167 * openbox/menuframe.c: free the menu entry frames
169 * openbox/action.c: rm double ;;
171 * openbox/menu.h, openbox/menuframe.c:
172 add icons to the client-list-menu
174 * data/menu, data/rc3: load the plugins in the rc3 for the menus
176 * openbox/menu.c, openbox/menu.h, openbox/menuframe.c:
177 make submenus not require the menu to exist when they are created, not until they are shown.
178 crash fix in client_menu
180 * 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:
181 make client-list-menu work too
184 * 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:
185 load menu plugins automatically from whats in the menu file
187 move enabled into the 'normal menu item' specific data stuff
189 * 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:
190 change the menu plugin interface, no need for the create/destroy functions any more.
191 redo the client-menu plugin to work with the new menu api
193 * openbox/action.c, openbox/action.h:
194 add follow option back for sendto actions
196 * data/menu: split the menus out so they aren't nested in the example
198 * 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:
199 half way through the changes to new menu code/design. hot shit. static menus work, on to plugins next.
201 2003-08-27 Ben Jansens <xor@zed.orodu.net>
203 * openbox/geom.h: oooops RECT_SET_POINT was broken
205 * openbox/event.c: more typo :)
207 * openbox/event.c: typo :)
209 * openbox/client.c, openbox/event.c:
210 dont be rude to non-normal windows with keeping them onscreen
212 * openbox/frame.c: fix border on shaded maximized windows
214 * openbox/event.c: double deref, props to 'mmj' for spotting this
216 2003-08-25 Ben Jansens <xor@zed.orodu.net>
219 remove the last of the cool stuff thanks to GTK fuck fuck. no more not focusing windows in groups that arent focused on map
221 * openbox/session.c: blef
223 * openbox/session.c: type change
225 * openbox/session.c: make --disable-session-management work i think
227 * openbox/focus.c: dont force fallbacks within groups
229 * openbox/client.c, openbox/frame.c, openbox/frame.h:
230 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
232 * openbox/geom.h: add STRUT_EQUAL
235 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
237 * openbox/client.c, openbox/client.h:
238 restore the stacking order of a saved session
240 * openbox/session.c, openbox/session.h:
241 save the stacking order of the windows, and sort the saved session data based on stacking when it is loaded. make the list public.
244 dont put #define values into the supported atoms list
246 * openbox/stacking.h: clarify that stacking_below sucks
248 * openbox/stacking.c, openbox/stacking.h:
249 add stacking_below which moves a window to immediately below another window. use with care it doesn't enforce transient shit etc..
251 2003-08-23 Ben Jansens <xor@zed.orodu.net>
253 * openbox/keyboard.c: better handling of multiple niteractive actions
255 * m4/x11.m4: better ac macro usage
257 * configure.ac: alpha6
259 * ChangeLog: recent changes
261 * openbox/keyboard.c:
262 end the other action when starting a new interactive action while one was in place
264 * render/render.c: formatting
266 * render/render.c: 80 cols
268 * render/render.c: stupid function name die
270 2003-08-23 Ben Jansens <xor@zed.orodu.net>
272 * ChangeLog: recent changes
275 end the other action when starting a new interactive action while one was in place
277 * render/render.c: formatting
279 * render/render.c: 80 cols
281 * render/render.c: stupid function name die
283 2003-08-22 Ben Jansens <xor@zed.orodu.net>
285 * render/theme.c: nevermind
288 default font size one smaller to make default bitmaps fit better
290 * themes/Light-Industry/themerc: offset of 1 is default
292 * themes/Light-Industry/themerc:
293 shrink font by a pixel to make the button bitmaps line up nice
295 * kernel/action.c: only use visible windows when calcing for raiselower
297 * kernel/action.c: maybe smarter
299 * kernel/action.c: make the raiselower action smarter
301 * render/theme.c, render/theme.h, themes/BBstylE/themerc, themes/I-merry/themerc, themes/Light-Industry-big/themerc, themes/Light-Industry/themerc, themes/greenz/themerc, themes/om4ob/themerc, themes/planton/themerc, themes/thebear/themerc:
302 make focus and unfocus fonts for window titles. change 'xftfont' to 'font' in the themes.
304 2003-08-20 Ben Jansens <xor@zed.orodu.net>
306 * ChangeLog: recent changes
309 better handling of starting a new interactive grab while one is in progress
311 * data/rc3, kernel/frame.c, kernel/frame.h, kernel/mouse.c:
312 rename the 'root' context to 'desktop'
314 * kernel/action.c, kernel/action.h:
315 add the 'raiselower' action for raising obscured windows and lowering fully visible ones
317 * kernel/event.c, kernel/frame.c, kernel/frame.h:
318 add an obscured flag that tracks if the frame is at all obscured
320 * themes/Light-Industry-big/themerc, themes/Light-Industry/themerc:
323 * kernel/mouse.c: use the result from XGetGeometry correctly
325 * kernel/mouse.c: handle the XGetGeomtry failing for button releases
328 dont grab client context stuff on desktop windows. check that clint is non-null
330 * kernel/frame.c, kernel/mouse.c:
331 grab root mouse bindings on desktop windows also, since they are conceptually the desktop.
334 reset first to TRUE properly when the desktop popup is off
336 * kernel/moveresize.c:
337 move the pointer while doing a keyboard move/resize
339 2003-08-16 Ben Jansens <xor@zed.orodu.net>
341 * kernel/keyboard.c: fix whitespace
343 2003-08-14 Ben Jansens <xor@zed.orodu.net>
346 was reading the menu bullet color into the wrong place
349 skip windows in the alt-tabbing which have the SKIP_TASKBAR hint set on them
351 * README.CVS: add the gettext version
353 * ChangeLog: recent changes
355 * kernel/menu.c: fix the offsets used to keep the menus on screen
357 * kernel/menu_render.c:
358 dont show titles on submenus. kill the extra 1px at the top of titleless menus
361 make putting plugin menus in a menu closer to working..
363 * data/menu: rename root to root-menu
365 * data/rc3: add the client-list-menu
367 * Makefile.am, kernel/plugin.c, plugins/menu/.cvsignore, plugins/menu/client_list_menu.c:
368 add the client_list_menu plugin
370 * plugins/menu/client_menu.c: add the destructor for menus
372 * kernel/menu.c, kernel/menu.h: add a menu destructor callback.
373 fix a possible crasher where a callback was called with a different menu.
375 * kernel/stacking.c: 80 cols
377 * kernel/openbox.c: shutdown the menus before the plugins are unloaded
379 * kernel/focus.c, kernel/event.c, kernel/client.c, kernel/client.h:
380 make activate take a here parameter
382 * kernel/action.c: parse <here>true</here> for the activate action
384 * kernel/action.c, kernel/action.h:
385 make the activate action have a 'here' parameter
387 * kernel/action.c, kernel/action.h: add an 'activate' action
389 2003-08-12 Ben Jansens <xor@zed.orodu.net>
391 * Makefile.am, kernel/config.c, kernel/config.h, kernel/moveresize.c, kernel/plugin.c, kernel/resist.c, kernel/resist.h:
392 move the resistance plugin into the kernel. dont resist when move/resizing with the keyboard, only when doing it with the mouse.
394 * kernel/client.c: oops i fucked up tore's patch. better.
396 * kernel/action.c, kernel/client.c:
397 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.
399 * Makefile.am, data/menu, data/rc3, kernel/config.c, kernel/config.h, kernel/menu.c, kernel/menu.h, kernel/mouse.c, kernel/openbox.c, kernel/plugin.c, kernel/plugin.h, plugins/interface.h, plugins/menu/fifo_menu.c, plugins/menu/include_menu.c, plugins/menu/timed_menu.c, plugins/placement/placement.c:
400 adjust for changes to the parsing api.
401 split the menu into its own file.
403 * parser/parse.c, parser/parse.h:
404 create ObParseInst structuer which can be then used to parse more than one file/memory thing at a time.
405 add function to parse memory block.
407 * kernel/config.c, kernel/mouse.c, kernel/mouse.h:
408 prefix/capitalize the mouse actions enum
410 * kernel/config.c: oops read the mouse cnofig vars into the right place
412 * data/rc3, kernel/config.c, kernel/config.h, kernel/keyboard.c:
413 add the chainQuitKey option to teh <keyboard> section of the rc3
415 * render/font.h, render/render.h, render/test.c:
416 add Xutil includes for these badboys on older X versions/solaris
419 make all the masks unsigned chars for consistancy woot
421 * render/theme.c: kill some warnings
423 * kernel/extensions.h: include Xutil for shape.h on old X versions
425 * kernel/menu_render.c, render/theme.c:
426 rendering fixups for submenu bullets
428 * data/rc3: add the cyclingDialog option
431 remove the scrolling on root without alt since that fucks up with the dialog since there are no modifiers
433 * kernel/config.c, kernel/config.h, kernel/mouse.c, kernel/screen.c:
434 add an option for if the popup is used for desktop cycling. defaults on.
436 * kernel/client.c: dont move windows when starting
438 * ChangeLog: recent changes
440 * configure.ac: alpha5
442 * kernel/screen.c: when cancelling return the first desktop
444 * kernel/action.c, kernel/action.h:
445 use the new client_directional_edge_search for the movetoedge actions.
446 add new growtoedge actions.
448 * kernel/client.c, kernel/client.h:
449 small bugfix to the directional focus code.
450 add the client_directional_edge_search function.
453 only do shit with the grabbed_* when a grab is in place
455 * kernel/action.c, kernel/mouse.c, kernel/screen.c:
456 remove debug printings
458 * ChangeLog, Makefile.am, kernel/.cvsignore, kernel/action.c, kernel/action.h, kernel/client.c, kernel/config.c, kernel/config.h, kernel/event.c, kernel/focus.c, kernel/keyboard.c, kernel/keyboard.h, kernel/keytree.c, kernel/keytree.h, kernel/menu.c, kernel/menu.h, kernel/mouse.c, kernel/mouse.h, kernel/openbox.c, kernel/plugin.c, kernel/screen.c, kernel/screen.h, kernel/translate.c, kernel/translate.h, plugins/menu/client_menu.c:
459 move the keyboard and mouse plugins into the kernel for mucho sexiness.
460 make workspace changing a grabbed/interactive process like focus cycling is, with the popup and all.
461 this is some hot shit.
464 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.
466 2003-08-11 woodblock <woodblock@zed>
468 * kernel/menu.c, kernel/menu.h, kernel/menu_render.c, plugins/menu/fifo_menu.c, plugins/menu/timed_menu.c, render/theme.c, render/theme.h:
469 Some fixes and new bugs. Someone else can do the menus because it is
470 clear no one gives a fuck what I think and no one else wants a window
471 manager that doesn't suck the same balls as every other window manager.
473 2003-08-10 Ben Jansens <xor@zed.orodu.net>
476 save the frame decorations in client_configure_full before causing the fake frame adjust, since that loses its old value.
478 * kernel/framerender.c:
479 clear the window after setting the background color, this isnt implicit
481 2003-08-09 Ben Jansens <xor@zed.orodu.net>
483 * kernel/focus.c, kernel/popup.c, kernel/popup.h, kernel/screen.c, kernel/timer.c, kernel/timer.h, plugins/menu/timed_menu.c:
484 changes to the timer api, pass the timer to the callback function.
485 add a desktop-switch popup with the desktop's name
487 2003-08-08 Ben Jansens <xor@zed.orodu.net>
489 * render/render.h: include Xlib.h for other platforms
491 2003-08-07 woodblock <woodblock@zed>
494 Fix lock up when not using a session manager and doing fd management.
496 2003-08-06 Ben Jansens <xor@zed.orodu.net>
499 remove the <windows> option from the resistance plugin since window and edge resistance have been separated, a 0 value will work now
501 * plugins/menu/client_menu.c:
502 disable the current desktop in the send-to menu
504 2003-08-05 Ben Jansens <xor@zed.orodu.net>
506 * kernel/screen.c: dont ignore topleft layouts
508 * plugins/placement/placement.c: missed prefix of define
510 * plugins/placement/placement.c:
511 pick the xinerama head of the parent if possible
513 * plugins/placement/placement.c:
514 center parentless dialogs on the screen
517 dont map the tl/tr invisible grips when the grip decors are turned off
519 * render/gradient.c: split the increment into a separate macro
521 * kernel/client.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c:
522 a couple frame layout bugfixes hidden inside all this.. wee
523 fixes for maximizing windows:
524 - 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.
525 - 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.
526 - when maxed horizontally and vertically, remove the handle from the decorations
529 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
531 * kernel/moveresize.c:
532 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
534 2003-08-03 Ben Jansens <xor@zed.orodu.net>
536 * tools/obconf/main.c: add more widgets to the main window
538 * ChangeLog: recent changes
540 * data/rc3, kernel/client.c, kernel/config.c, kernel/config.h, kernel/moveresize.c:
541 kill non-opaque move/resize
542 add an option for redrawing/resizing the client window while resizing, when disabled the client is not touched until the resize is complete.
544 * kernel/framerender.c:
545 give the plate the same background color as its border
547 2003-08-02 Ben Jansens <xor@zed.orodu.net>
549 * tools/obconf/main.c: has a pane and list and workarea
551 * tools/obconf/main.c: has a menu and a treeview
553 * kernel/client.c, kernel/event.c:
554 use the frame size not the client size when figuring out if stuff fits on the screen
556 * plugins/placement/placement.c:
557 let transients go where they requested :( fuck xmms
559 * themes/om4ob/themerc: add disabled button styles (from miklos)
561 * tools/kdetrayproxy/kdetrayproxy.c: missing sys/time.h
563 * configure.ac: alpha4
565 * ChangeLog: recent changes
567 * 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:
570 * ChangeLog: recent changes
572 * render/theme.c: oops indenting
575 look in theme dirs first, use the theme as the path as a last attempt only!
577 * kernel/frame.c: the grips go below the titlebar buttons
579 * plugins/placement/placement.c: place transients better
581 * kernel/client.h, kernel/dock.c, kernel/dock.h, kernel/geom.h, kernel/prop.c, kernel/prop.h:
582 add partial struts tho they arent useful eyt
584 * data/rc3, kernel/frame.c, kernel/frame.h, kernel/framerender.c, render/theme.h:
585 invisible resizing areas/grips in the top corners of the window
587 * render/theme.c: use the toggled mask for shade and desk buttons
589 * kernel/client.c: that line ended up in teh if somehow...
591 2003-08-01 Ben Jansens <xor@zed.orodu.net>
593 * kernel/grab.c: oops buttons not keycodes
596 if a dock app has a button grabbed already then dont die
598 * render/theme.c: look for masks only where the themerc was read from
600 * themes/BBstylE/desk.xbm, themes/BBstylE/desk_toggled.xbm, themes/BBstylE/stick.xbm, themes/BBstylE/stick_toggled.xbm, themes/planton/desk.xbm, themes/planton/desk_toggled.xbm, themes/planton/stick.xbm, themes/planton/stick_toggled.xbm:
601 rename stick bitmaps to desk
603 * Makefile.am: rename stick buttons to desk
605 * render/theme.c, render/theme.h:
606 add pressed bitmaps. rename stick bitmaps to desk
608 * kernel/framerender.c, render/theme.c, render/theme.h:
609 add toggled textuers for titlebar buttons
611 * Makefile.am: make obconf_interface.h belong to the obconf sources
613 * data/openbox.desktop, kernel/openbox.desktop, render/gradient.c, render/render.c, render/render.h:
614 move the dekstop file to data/
616 * Makefile.am: install the .desktop file again
618 * themes/I-merry/themerc, themes/Light-Industry-big/themerc, themes/Light-Industry/themerc, themes/planton/themerc, themes/thebear/themerc:
621 * Makefile.am: install greenz theme
623 * Makefile.am: s/_t.xbm/_toggled.xbm/
625 * render/theme.c, render/theme.h, themes/BBstylE/max_t.xbm, themes/BBstylE/max_toggled.xbm, themes/BBstylE/shade_t.xbm, themes/BBstylE/shade_toggled.xbm, themes/BBstylE/stick_t.xbm, themes/BBstylE/stick_toggled.xbm, themes/planton/max_t.xbm, themes/planton/max_toggled.xbm, themes/planton/shade_t.xbm, themes/planton/shade_toggled.xbm, themes/planton/stick_t.xbm, themes/planton/stick_toggled.xbm:
626 renamed the _t bitmaps, and added disabled and hover bitmaps
628 * Makefile.am, render/theme.c, themes/BBstylE/close.xbm, themes/BBstylE/iconify.xbm, themes/BBstylE/max.xbm, themes/BBstylE/max_t.xbm, themes/BBstylE/shade.xbm, themes/BBstylE/shade_t.xbm, themes/BBstylE/stick.xbm, themes/BBstylE/stick_t.xbm, themes/BBstylE/themerc, themes/I-merry/close.xbm, themes/I-merry/iconify.xbm, themes/I-merry/max.xbm, themes/I-merry/themerc, themes/Light-Industry-big/close.xbm, themes/Light-Industry-big/iconify.xbm, themes/Light-Industry-big/max.xbm, themes/Light-Industry-big/themerc, themes/Light-Industry/close.xbm, themes/Light-Industry/iconify.xbm, themes/Light-Industry/max.xbm, themes/Light-Industry/themerc, themes/artwiz, themes/bbs, themes/bluebox, themes/cthulhain, themes/deep, themes/ebox, themes/fieron, themes/fieron2, themes/flux, themes/frobozz, themes/frobust, themes/greenz/themerc, themes/mbdtex, themes/miklos, themes/nyz, themes/nyzclone, themes/ob20, themes/operation, themes/outcomes, themes/paper, themes/planton/close.xbm, themes/planton/iconify.xbm, themes/planton/max.xbm, themes/planton/max_t.xbm, themes/planton/shade.xbm, themes/planton/shade_t.xbm, themes/planton/stick.xbm, themes/planton/stick_t.xbm, themes/planton/themerc, themes/purplehaaze, themes/shade, themes/steelblue, themes/steelblue2, themes/the_orange, themes/thebear/themerc, themes/trisb, themes/twice, themes/warp-xp:
629 make themes inside a directory
631 * Makefile.am, tools/kdetrayproxy/.cvsignore, tools/kdetrayproxy/Makefile, tools/kdetrayproxy/kdetrayproxy.c:
632 add the kdetrayproxy tool
634 * kernel/screen.c: configre teh dock after finding the new screen sizes
636 * kernel/session.c: compile fixes
638 * render/theme.c: add missing includes
640 2003-07-31 Ben Jansens <xor@zed.orodu.net>
642 * ChangeLog: recent changes
644 * configure.ac: alpha3
646 * kernel/frame.c: fix a long-lurknig gravity bug
648 * tools/obconf/main.c: dont inlcude these headers they arent needed yet
650 * ChangeLog: recent changes
652 * kernel/openbox.c: oops missed one
654 * kernel/openbox.c, kernel/openbox.h: expose exit_with_error
656 * plugins/placement/history.c: kill warnings
658 * kernel/session.c: kill some output
661 only load the session from file if a file was provided
663 * render/font.c: missing a header
665 * README.CVS: remove shit i no longer use
667 * parser/parse.c: always return a string from parse_string
670 set the desktop hint if the desktop is changed by the session code
673 set the desktop hint after everything is read/setup even session stuff
676 add the window to the lists before setting the client list hint
679 declare functions that are needed when built without session support
682 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.
684 * kernel/client.c, kernel/client.h:
685 add a function to retrieve the sm_client_id value
687 * plugins/placement/history.c:
688 dont save/load history. its slow and its stupid.
690 2003-07-30 Ben Jansens <xor@zed.orodu.net>
692 * kernel/client.c, kernel/prop.c, kernel/prop.h, kernel/session.c, kernel/session.h:
693 restore saved session data for applications
695 * plugins/placement/placement.c: center transients
697 * data/rc3, kernel/config.c, kernel/config.h, kernel/frame.c, render/theme.c, render/theme.h:
698 move the titlebar layout from the theme to the rc file
700 * kernel/client.c: attemp #3
702 * kernel/client.c: attempt #2 at better logical size values
704 * kernel/client.c: include the base size in the logical size
706 * ChangeLog: recent changes
708 * kernel/client.c: the size can be 0 when there is a base size
710 * kernel/client.c, kernel/client.h, kernel/event.c:
711 improved ICCCM compliance!
712 a) send ConfigureNotify back to the client as required by the ICCCM in all sitatuations.
713 b) send the corrent coords in the ConfigureNotify, including the border width
714 c) remove the WM_STATE property when unmanaging a window
716 * kernel/frame.c: code cleaning
718 * kernel/menu.c: only ignore wheel buttons
720 2003-07-29 Ben Jansens <xor@zed.orodu.net>
722 * kernel/event.c: i am the king of copy/paste errors
724 2003-07-29 woodblock <woodblock@zed>
726 * kernel/event.c: more menu fixes.
729 * kernel/menu.c: Clear current_menu when hiding menus.
731 * kernel/event.c, kernel/menu.c: Close menu properly on unbound keys.
733 * kernel/menu.c: Fix some keyboard control issues.
735 2003-07-28 Ben Jansens <xor@zed.orodu.net>
737 * kernel/client.c, kernel/event.c:
738 base rudeness on if they have a strut even smarter!
740 * kernel/client.c, kernel/event.c:
741 base rudeness on if they have a strut or not
743 * kernel/client.c, kernel/event.c, kernel/screen.c:
744 make the new placement restrictions not affect !normal windows like panels
746 * kernel/menu.c: use plugin_open_reopen not plugin_open_full
748 * render/theme.c: typo thanks merry
750 * kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c:
751 hover theme elements for window titlebar buttons
753 * kernel/client.c, kernel/client.h, kernel/event.c, kernel/screen.c:
754 make those apps stay/map on screen!! fuck stupid apps. thats right im talking to you mozilla and you too java.
756 * kernel/event.c: make things compile again. hover does not work yet.
758 * kernel/client.c: use the macro
760 * kernel/client.c, kernel/event.c:
761 keep apps from moving/maping their titlebar underneath left/top panels
763 * kernel/session.c: set teh clone comamnd
766 use char not a long, since we're telling the SM that its 1 byte lone
768 * kernel/session.c: save the commands on startup
770 * kernel/session.c: use the path properly for the session file
772 * kernel/session.c: use teh save file not the session id
774 2003-07-28 woodblock <woodblock@zed>
776 * kernel/menu.c: demand load plugins from the menu
778 * kernel/event.c, kernel/menu.c, plugins/menu/client_menu.c:
782 2003-07-27 Ben Jansens <xor@zed.orodu.net>
784 * render/theme.c, render/theme.h: fix mem leaks/crashes
786 * render/theme.c, render/theme.h: add pressed colors for buttons
788 2003-07-26 woodblock <woodblock@zed>
790 * kernel/event.c: Close menu on click if outside the menu.
791 I think, haven't tested.
793 * kernel/menu.c: more fixes
795 2003-07-26 Ben Jansens <xor@zed.orodu.net>
797 * tools/obconf/main.c: make errors non-modal
799 * Makefile.am, configure.ac, tools/obconf/.cvsignore, tools/obconf/Makefile, tools/obconf/main.c:
800 restarting work on obconf
802 * ChangeLog: recent changes
805 split resistance strengths for screen edges and windows. also a fix for parsing changes,
807 * kernel/stacking.c: dont stack groups together
809 * plugins/placement/placement.c:
810 the parsing shit changed but this didnt yet
812 2003-07-26 woodblock <woodblock@zed>
814 * kernel/event.c, kernel/menu.c, kernel/menu.h: Some menu updates.
815 Don't talk to me about menus.
817 2003-07-25 Ben Jansens <xor@zed.orodu.net>
819 * kernel/client.c, kernel/client.h:
820 add client_search_transient which searches the tree from a client down for a client
822 * render/theme.c: dont allow parentrelative on top-level appearances
824 * kernel/stacking.c: stacking fixes
826 2003-07-24 Ben Jansens <xor@zed.orodu.net>
828 * Makefile.am, kernel/openbox.c, kernel/openbox.h, kernel/session.c, kernel/session.h:
829 save and load the session save file, though its data is not used yet!
831 2003-07-24 woodblock <woodblock@zed>
833 * kernel/event.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, plugins/menu/client_menu.c:
834 I had a commit message but my commit got stepped on so fuck it.
835 No one cares what I think anyway.
836 If the menu navigation isn't EXACTLY FUCKING RIGHT I WILL REMOVE IT
837 AND SOME OTHER POOR FUCK CAN PUT UP WITH ALL THE FUCKING BULLSHIT.
839 2003-07-24 Ben Jansens <xor@zed.orodu.net>
841 * ChangeLog: updates to changelog
844 dont display the build type at the end its already in the output
846 * configure.ac, kernel/action.c, kernel/client.c, kernel/debug.h, kernel/dock.c, kernel/event.c, kernel/focus.c, kernel/menu.c, kernel/menu_render.c, kernel/openbox.c, kernel/screen.c, parser/parse.c, plugins/menu/client_menu.c, plugins/placement/history.c, render/color.c, render/gradient.c, render/instance.c, render/theme.c, tools/obconf/main.c:
847 use ob_debug for any debug printing and only display the output when its a debug build or when --debug is passed to it
850 draw the bevel stuff in the pixel data buffer so parent-relative stuff can use it.
852 * render/render.c: space
854 2003-07-23 Ben Jansens <xor@zed.orodu.net>
857 init the parent shit in the surface when making a copy
859 * Makefile.am: use rm -f
861 * plugins/menu/include_menu.c: declare vars at top
863 * plugins/menu/timed_menu.c:
864 i already fixed this once :) var declarations go first
866 * Makefile.am: include obconf_interface.h in the dist
868 * Makefile.am: remove headers that dont exist
870 * plugins/menu/.cvsignore: add the include menu plugin
872 * m4/Makefile.am: add the new m4s
874 2003-07-23 woodblock <woodblock@zed>
876 * plugins/menu/timed_menu.c: Timed menu updates. Still needs work.
878 * plugins/menu/client_menu.c:
879 Better placement of the client window. Might need some tweaking.
881 2003-07-23 Ben Jansens <xor@zed.orodu.net>
883 * kernel/menu.c: unhilite the entry for the submenu when it is closed
885 * configure.ac: alpha2
887 * DESIGN/themes.txt: add hover
889 2003-07-23 woodblock <woodblock@zed>
891 * Makefile.am, plugins/menu/include_menu.c:
892 Added include_menu.c as an example of how one could write a plugin.
894 * kernel/config.c, kernel/menu.c, parser/parse.c, plugins/menu/fifo_menu.c, plugins/placement/history.c:
895 * Change xml parsing to pass the parent node, rather than the first
897 * Add x,y co-ordinates on showmenu action so we can place menus on keypress.
899 2003-07-22 Ben Jansens <xor@zed.orodu.net>
901 * kernel/event.c, kernel/openbox.c, kernel/openbox.h, kernel/screen.c:
902 add the --replace command line option, and support for the WM_Sn selection
904 * kernel/prop.c, kernel/prop.h: add the MANAGER atom.
905 allow prop_message to be used with a user-defined mask instead of only with the NetWM mask
907 * kernel/client.c: stop shownig the desktop when a new window maps
909 * kernel/menu.c: add a func to find a menu entry from a submenu.
910 keep menu entries highlighted while they have their submenu open
912 * kernel/menu.h: add a func to find a menu entry from a submenu
914 * plugins/menu/fifo_menu.c: declare vars at the top of the block
916 * kernel/menu.c, render/theme.c, render/theme.h:
917 add a menuOverlap property to themes, and use it in the submenu placement
919 * configure.ac: update to new version of gettext
921 * m4/.cvsignore, po/.cvsignore: more stuff to ignore
923 2003-07-21 woodblock <woodblock@zed>
925 * kernel/event.c, kernel/menu.c, kernel/menu.h:
926 Keyboard navigatable menus
928 2003-07-19 woodblock <woodblock@zed>
930 * kernel/action.c, kernel/menu.c: Fix a couple memory leaks.
932 * plugins/menu/fifo_menu.c:
933 If there is a pid="true" attribute in the <menu plugin="fifo_menu">
934 tag, append .pid to the fifo files. This allows for more than one
935 openbox to be run by the same user and use fifo menus.
937 2003-07-17 woodblock <woodblock@zed>
939 * kernel/menu.c, kernel/menu.h, kernel/plugin.c, kernel/plugin.h, plugins/menu/fifo_menu.c:
940 Menu parsing updates for plugins.
942 FIFO menus are the only plugin that takes advantage of this.
944 <menu id="root" label="Openbox 3">
945 <menu id="fonk" label="fonk" plugin="fifo_menu">
949 This creates a FIFO ~/.openbox/fifo_menu/fonk to which you can send
950 menus to. The menus sent to it must be like
956 I think. If my memory serves me right.
958 It is all hideous, but I just wanted to experiment and see if it was
961 2003-07-12 Ben Jansens <xor@zed.orodu.net>
963 * render/theme.c: useless code move
965 * kernel/client.c: simple code cleanup
967 2003-07-11 Ben Jansens <xor@zed.orodu.net>
969 * render/color.c, render/render.c:
970 removed the RrEndian so using LSBFirst always now. hopefully this works!
973 when a transient maps on another desktop, give it focus when it deserves it
975 * render/render.h: same default offsets for all endian machines
977 * DESIGN/themes.txt: some input from woobie and changed the menu stuff
979 * DESIGN/themes.txt: extra menu tag
981 * kernel/openbox.c: add --g-fatal-warnings
984 fix a seggie i introduced, going too far in the dockapps list
986 * DESIGN/themes.txt: attempt #2
988 * DESIGN/themes.txt: oops extra menu_layout
990 * DESIGN/themes.txt: a full style defn..
992 * kernel/client.c: move to the desktop of the activated window
994 2003-07-10 Ben Jansens <xor@zed.orodu.net>
996 * kernel/action.c, kernel/client.c, kernel/client.h, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/openbox.c, render/theme.c, render/theme.h, tests/.cvsignore, tests/noresize.c:
997 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.
999 when a window cant be resized, its handle is not removed but its grips are.
1001 change allowing the user to disable individual decorations as that is overkill,
1002 instead allow a toggle through the client.decorate boolean.
1004 * tests/Makefile: readd the Makefile
1006 * kernel/focus.c: simply startup/shutdown
1008 * AUTHORS: add some more contributors
1010 * kernel/openbox.c: sync is in unistd.h
1012 * kernel/client.c, kernel/event.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, kernel/window.c, kernel/window.h, plugins/menu/client_menu.c, plugins/menu/fifo_menu.c, plugins/menu/timed_menu.c:
1013 prefix and capitalize ObMenu ObMenuEntry and ObMenuEntryRenderType
1014 make the ObMenuEntryRenderType a standard enum instead bitflags
1016 * kernel/focus.c, kernel/openbox.c, kernel/openbox.h, kernel/screen.c, kernel/screen.h:
1017 move ob_pointer_pos to screen_pointer_pos
1019 * kernel/client.c, kernel/dock.c, kernel/event.c, kernel/focus.c, kernel/frame.c, kernel/openbox.c, kernel/openbox.h, kernel/screen.c, kernel/stacking.c, plugins/placement/history.c, plugins/placement/placement.c:
1020 make ob_state a function so it cant be changed outside of openbox.c
1022 * kernel/client.c, kernel/dock.c, kernel/event.c, kernel/focus.c, kernel/frame.c, kernel/grab.c, kernel/menu.c, kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h, kernel/popup.c, kernel/prop.c, kernel/screen.c, kernel/stacking.c, kernel/startup.c:
1023 remove the ob_root var, its redundant of what Xlib already provides
1025 * kernel/openbox.c, kernel/openbox.h: use gint
1027 * kernel/openbox.c, kernel/openbox.h:
1028 ob_remote has been killed, remove ob_sync from the public header, its only used internally
1030 * kernel/openbox.c, kernel/openbox.h:
1031 the --rc arg and rc_path var wasnt even being used so just rm it
1033 * kernel/action.c, kernel/event.c, kernel/openbox.c, kernel/openbox.h:
1034 make the ob_restart/shutdown stuff static vars and expose them only through functions ob_restart_other(), ob_restart() and ob_exit()
1036 * kernel/stacking.c: remove useless include
1038 * kernel/focus.c, kernel/focus.h, kernel/screen.c, kernel/screen.h, kernel/stacking.c:
1039 replace the focus_backup with the screen_support_win, we dont need 2 offscreen windows.
1042 use the xerror stuff to trap errors instead of dupliacted the effort here
1044 * kernel/dock.c, kernel/dock.h, kernel/screen.c, kernel/timer.c, kernel/timer.h, plugins/menu/timed_menu.c:
1045 prefix the Timer->ObTimer and TimeoutHandler->ObTimeoutHandler shitz
1047 * kernel/action.h, kernel/client.c, kernel/client.h, kernel/config.c, kernel/config.h, kernel/dispatch.c, kernel/dispatch.h, kernel/dock.c, kernel/event.c, kernel/extensions.h, kernel/framerender.c, kernel/framerender.h, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, kernel/moveresize.c, kernel/popup.h, kernel/screen.h, kernel/stacking.c, kernel/stacking.h, kernel/window.c, kernel/window.h:
1048 prefixing and capitalizing the StackLayer -> ObStackingLayer enum.
1049 less includes in headers for less rebuilding on changes
1051 * kernel/client.c, kernel/event.c, kernel/focus.c, kernel/focus.h, kernel/screen.c:
1052 prefix and capitalize the ObFocusFallbackType enum
1054 * kernel/config.c, kernel/config.h, kernel/dock.c:
1055 use the ObOrientation enum instead of a horz bool for configuring the dock's orientation
1057 * kernel/config.c, kernel/config.h, kernel/dock.c, kernel/dock.h, kernel/event.c, kernel/window.c, kernel/window.h:
1058 prefixing for the dock. use ObDirection instead of dupliacting it in another enum for the dock's placement
1060 * kernel/popup.c, kernel/popup.h:
1061 prefixing for the Popup->ObPopup struct
1063 * kernel/moveresize.h: dont need client.h in this header
1065 * kernel/client.h, kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/framerender.h, kernel/popup.c:
1066 prefixing and capitalization for the Frame->ObFrame struct and the Context->ObFrameContext enum and its constants.
1068 * kernel/client.h, kernel/group.c, kernel/group.h:
1069 prefix Group to ObGroup
1071 * kernel/client.c, kernel/client.h, kernel/focus.c, kernel/stacking.c:
1072 prefix TRAN_GROUP to OB_TRAN_GROUP
1074 * kernel/action.c, kernel/client.c, kernel/client.h, kernel/frame.h, kernel/screen.c:
1075 prefix and capitalize some more constants/enums in client.h (Function -> ObFunctions and WindowType -> ObClientType)
1077 * plugins/menu/client_menu.c, plugins/menu/fifo_menu.c, plugins/menu/timed_menu.c:
1080 * kernel/action.c, kernel/action.h, kernel/client.c, kernel/client.h, kernel/dispatch.c, kernel/dispatch.h, kernel/event.c, kernel/focus.c, kernel/focus.h, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/group.c, kernel/group.h, kernel/menu.c, kernel/menu.h, kernel/moveresize.c, kernel/moveresize.h, kernel/popup.c, kernel/popup.h, kernel/screen.c, kernel/screen.h, kernel/stacking.c, kernel/window.c, kernel/window.h, plugins/placement/history.c, plugins/placement/history.h, plugins/placement/placement.c:
1081 rename the Client struct to ObClient
1083 * Makefile.am: add the new misc.h and mwm.h to the kernel sources
1085 * kernel/client.c, kernel/client.h, kernel/mwm.h:
1086 add a mwm.h for the mwm hint structure and flags.
1087 use proper prefixing and capitalization for the new mwm stuff.
1089 * kernel/action.c, kernel/action.h, kernel/client.c, kernel/client.h, kernel/dispatch.c, kernel/dispatch.h, kernel/dock.c, kernel/event.c, kernel/focus.c, kernel/frame.c, kernel/grab.c, kernel/grab.h, kernel/misc.h, kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h, kernel/screen.c, kernel/screen.h, kernel/stacking.c, plugins/placement/history.c, plugins/placement/placement.c:
1090 add misc.h with some standard enumerations with proper prefixing and capitalizations.
1092 use the new enums throughout.
1094 provide keycodes and cursors through ob_cursor and ob_keycode functions, which use the new misc.h enums for picking the cursor and keycode.
1096 * kernel/client.c, kernel/client.h, kernel/event.c, kernel/extensions.c, kernel/focus.c, kernel/menu.c, kernel/moveresize.c, kernel/screen.c, kernel/screen.h, plugins/menu/client_menu.c, plugins/placement/placement.c:
1097 rename 'xinerama' stuff to 'monitors' to be more generic and descriptive.
1099 * kernel/stacking.c: speed up pick_group_windows too
1101 * kernel/stacking.c: make pick_windows waaaay faster
1104 remove the use of the BINARY define. kill a compiler warning.
1106 * kernel/stacking.c: allow restacking of transients above one another
1109 put the transient's title before the parent's in the focus popup
1111 * kernel/extensions.c, kernel/extensions.h:
1112 remove the xinerama active boolean, just count the extension as not present if it is not active
1114 * kernel/client.c, kernel/client.h: add client_search_top_transient.
1115 keep transients all on the same desktop together. use client_search_top_transient where possible in client.c
1117 * kernel/debug.c, kernel/debug.h:
1118 add ob_debug for printing stuff only when debug is enabled
1120 * 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:
1121 remove rependancy on geom.h from the kernel, provide what is used in its own geom.h
1123 * Makefile.am, configure.ac, data/.cvsignore, data/Makefile, data/Makefile.am, kernel/.cvsignore, kernel/Makefile, kernel/Makefile.am, parser/.cvsignore, parser/Makefile, parser/Makefile.am, plugins/.cvsignore, plugins/Makefile.am, plugins/menu/.cvsignore, plugins/menu/Makefile, plugins/menu/Makefile.am, plugins/placement/.cvsignore, plugins/placement/Makefile, plugins/placement/Makefile.am, render/.cvsignore, render/Makefile, render/Makefile.am, themes/.cvsignore, themes/Makefile, themes/Makefile.am, tools/Makefile.am, tools/obconf/Makefile.am:
1124 update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah!
1126 * gettext.h, kernel/gettext.h:
1127 move the gettext header out to the root source dir
1129 2003-07-07 Ben Jansens <xor@zed.orodu.net>
1131 * render/font.c: include stdlib for exit()
1133 2003-07-06 Ben Jansens <xor@zed.orodu.net>
1135 * bootstrap: add ACLOCAL_FLAGS to the aclocal call.
1137 2003-07-05 Ben Jansens <xor@zed.orodu.net>
1139 * kernel/openbox.c: use --foo instead of -foo for cmd line arguments
1141 * render/color.c, render/render.h:
1142 try some better default offsets for big endian machines.
1143 print what the conversion is so i can see what it should be if im wrong though
1146 used RrColorShift when RrColorOffset was what we wanted
1148 * configure.ac, kernel/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:
1149 use the gdk-pixbuf-xlib library to render with
1151 * configure.ac: coment the USE_LIBSN defined variable
1153 2003-07-02 Ben Jansens <xor@zed.orodu.net>
1155 * kernel/stacking.c:
1156 rename the raise and lower functions. raise is claimed by signal.h already
1158 2003-06-30 Ben Jansens <xor@zed.orodu.net>
1160 * kernel/dock.c: set te strut smaller when autohide is on
1162 2003-06-30 woodblock <woodblock@zed>
1165 Makes a simple click not so accidently annoying by making it not
1166 execute a menu action if nothing is highlighted.
1168 2003-06-30 Ben Jansens <xor@zed.orodu.net>
1170 * kernel/extensions.c:
1171 messed up the indexes while finding the combined size of all xineerama heads
1173 * kernel/extensions.c: oops, i want the max edges to find the full area
1175 * CHANGELOG, ChangeLog: using a changelog generated off of CVS
1177 2003-06-30 woodblock <woodblock@zed>
1179 * plugins/menu/Makefile.am:
1180 Remove menu plugins because they are stupid and don't work.
1182 2003-06-29 Ben Jansens <xor@zed.orodu.net>
1185 the prop_get_strings_locale function looked for a utf8 typed property
1187 * kernel/focus.c, kernel/openbox.c, kernel/stacking.c:
1188 add some comments and asserts to make sure I don't ever add this bug again
1191 create the popup's window before adding it to the stacking list, so that it is stacked properly and doesnt wreck everything
1193 * Makefile.am, configure.ac, data/Makefile.am, kernel/Makefile.am, parser/Makefile.am, plugins/Makefile.am, plugins/menu/Makefile.am, plugins/placement/Makefile.am, render/Makefile.am, themes/Makefile.am, tools/obconf/Makefile.am:
1194 prepare for alpha1 release.
1195 make 'make dist' work.
1197 * m4/.cvsignore, m4/Makefile.am:
1198 add a makefile so i can put stuff into the make dist
1200 * m4/python.m4: python support is gone
1203 we dont really have any translatable stuff yet but this was pointing at old cpp shit
1205 * plugins/placement/history.c:
1206 use strcmp instead of collate, since collate is slower and we're only doing an == check
1208 * render/gradient.c:
1209 missed setting 'current' at the end of the pyramid gradient
1211 * kernel/stacking.c:
1212 waste of energy in stacking_add, and it even caused bugs. woops.
1214 2003-06-29 woodblock <woodblock@zed>
1216 * plugins/menu/client_menu.c:
1217 Update the send-to window only if the workspaces have changed.
1219 * kernel/menu.c, kernel/menu_render.c:
1220 Handle menu events a little better: don't bother updating a submenu on
1221 mouseover if it is already open, and call update on menus, even if
1222 they aren't marked as invalid.
1224 2003-06-28 Ben Jansens <xor@zed.orodu.net>
1227 use fprintf not g_message in the signal handler. no mallocing allowed.
1229 * render/font.c: remove debug print
1231 * kernel/prop.c: set the values of the array at teh right indexes
1233 * kernel/prop.c: fix memory bugs
1235 * data/rc3: remove the switch to... menu
1238 don't destroy font patterns, i think this is a double free
1240 * kernel/stacking.c:
1241 put group members above the window when lowering it
1243 * kernel/stacking.c: set the stacking list when stacking changes
1246 add the themes path to the struct. make the name never include a path
1248 * configure.ac, themes/Makefile.am:
1249 adjust the themes with buttons to match how they are read now
1251 * AUTHORS: simplify this shit
1253 * render/theme.c: hardcode the button names for themes
1255 * kernel/popup.c: dont need to raise after adding
1257 * render/theme.c: rename the button_dir var to data_dir.. pointless :>
1259 2003-06-27 Ben Jansens <xor@zed.orodu.net>
1261 * kernel/Makefile.am: build 'openbox' instead of 'openbox3'.
1262 add the openbox.desktop file for gnome compat.
1264 * kernel/screen.c: set "Openbox" as the name no "Openbox3"
1266 * kernel/openbox.desktop:
1267 add a .desktop file which gets installed for gnome
1269 * kernel/.cvsignore: add the openbox binary
1271 * kernel/openbox.c: add a call to g_set_prgname
1273 * kernel/stacking.c:
1274 stacking changes, its more like the old code without being shitty and with support for raising groups at a time.
1276 * kernel/stacking.c: core when the list gets out of order
1278 * kernel/client.c, kernel/client.h, kernel/dock.c, kernel/extensions.c, kernel/extensions.h, kernel/focus.c, kernel/geom.h, kernel/menu.c, kernel/menu.h, kernel/moveresize.c, kernel/screen.c, kernel/screen.h, plugins/menu/client_menu.c, plugins/placement/placement.c:
1281 * data/rc3: root menu on right click
1283 * kernel/event.c: 4 space indents
1285 2003-06-26 Ben Jansens <xor@zed.orodu.net>
1288 return true when ungrabbing so that it can ungrab them all on shutdown
1291 set ret to true when grabbing and we alerady have it grabbed
1294 dont destroy the match pattern, it seems that Xft holds onto the pointer
1297 check that extensions_vidmode is set before trying to use the vidmode functions
1299 * kernel/grab.c, kernel/grab.h: return FALSE if a grab fails
1302 set the desktop hint when the window already has a hint but its out of range
1304 * kernel/event.c: clear the over item in the menu when executing shit
1306 * kernel/stacking.h:
1307 add NUM_STACKLAYER, fix some comments that dont apply
1309 * kernel/menu.c: remove unused variable
1312 remove/add instead of raising to put a window into a new layer
1314 * kernel/stacking.c:
1315 new stacking code that doesnt suck ass to look at, woot
1318 use the minsize to keep the stuff ni the dock off of the bevel edges etc
1320 * render/theme.c: add comment
1322 * render/font.c, render/font.h, render/render.c, render/render.h, render/theme.c, render/theme.h:
1323 read fonts and titlebar layout from theme files
1325 2003-06-25 Ben Jansens <xor@zed.orodu.net>
1327 * data/rc3: add right click on icon to open the client menu
1329 * render/font.c: set teh X so it gets used right
1332 keep a small space on the sides of windows between the edge and the text
1334 * kernel/event.c: only render if there was an over existing
1336 * kernel/event.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c:
1337 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
1339 * data/rc3: show the client meun on "press" on the icon
1341 * plugins/menu/client_menu.c:
1342 use the stock shownig method for the client menu for now, makes it pop up under the cursor so a click-release works like expected
1344 * kernel/grab.c: grab all motion events for pointer grabs
1346 2003-06-24 Ben Jansens <xor@zed.orodu.net>
1348 * kernel/menu.c: position submenus correctly horizontally
1350 * kernel/menu_render.c: menus were too short by a border width
1353 check to make sure the window is on screen *after* positioning it
1355 * render/gradient.c: do horz grads without any multipliaction
1357 * render/gradient.c, render/render.h, render/test.c, render/theme.c:
1358 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.
1360 * render/gradient.c, render/test.c:
1361 integer math for gradients. horz vert and diags and pipecross work so far.
1363 2003-06-22 Ben Jansens <xor@zed.orodu.net>
1365 * kernel/menu.c, kernel/menu_render.c: add a simple menu parser.
1366 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.
1368 * kernel/openbox.c: reorder startup so menu goes before config parsing
1370 * data/rc3: add a root menu
1372 2003-06-21 Ben Jansens <xor@zed.orodu.net>
1374 * kernel/client.c, kernel/frame.c, kernel/frame.h:
1375 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.
1378 make client_reconfigure a non-user-type client_configure
1381 strdup the exec path cuz it gets freed by the time we restart otherwise
1383 * kernel/event.c: moveresize messages are not user-requests
1385 * kernel/client.c: remove debug print
1388 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.
1391 always create the bg pixmap, X seems to not like it if i dont?
1394 always use the session id from the session manager when setting the restart property
1396 * kernel/openbox.c: add -sm-disable option
1399 only show -sm-client-id in the help when session management is build in
1402 session management works, and it can resume with its old ID, so it works with gnome-session
1404 * configure.ac, kernel/Makefile.am, kernel/event.c, kernel/openbox.c, m4/x11.m4:
1405 make session management optional
1408 set the required properties so that session managers see openbox
1410 * render/font.c, render/theme.c:
1411 don't exit in the render lib, rather return a NULL font/theme on failure
1413 * kernel/event.c, kernel/openbox.c:
1414 add libSM *client* support, so we should work with gnome-session now!
1416 * render/instance.c, render/render.c: more namespacing with Rr*
1418 * render/color.c: use the pseudo shit in the instance now
1420 * render/gradient.c, render/gradient.h, render/render.c, render/color.c, render/color.h, render/image.c, render/image.h, kernel/client.c, kernel/screen.c, render/font.c, render/render.h, render/theme.h:
1421 more namespacing with Rr*
1423 * kernel/menu.h, kernel/menu.c: kill a warning
1425 * kernel/openbox.c, render/font.c, render/font.h, render/render.c, render/render.h, render/theme.c, render/theme.h:
1426 more namespacing to Rr*
1428 * kernel/menu.c: fix a warning
1430 * kernel/client.c, kernel/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:
1431 rename pixel32/16 to RrPixel32/16
1433 * render/color.c, render/color.h, render/render.h, render/theme.c, render/theme.h:
1434 rename color_rgb to RrColor
1436 * kernel/dock.c, kernel/frame.c, kernel/framerender.c, kernel/menu.c, kernel/menu_render.c, kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h, kernel/popup.c, plugins/menu/client_menu.c, render/font.c, render/font.h, render/theme.c, render/theme.h:
1437 put the render theme into a struct
1439 * kernel/client.c, kernel/dock.c, kernel/dock.h, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h, kernel/popup.c, kernel/screen.c:
1440 fixed to accomodate the changes to the render/ API.
1442 2003-06-20 Ben Jansens <xor@zed.orodu.net>
1444 * 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:
1445 this is going to break the kernel/ building.
1447 lots of modifications to the render API, prefixing everything, making proper
1448 names for everything. the structures are not hidden/opaque yet, but the naming scheme of the public API works much better now.
1450 * render/font.c: oops typo
1453 take the bevel width into account for the width available
1455 * plugins/menu/client_menu.c: position the client menu right
1457 * kernel/dock.c, kernel/frame.c, kernel/framerender.c, kernel/menu_render.c, kernel/popup.c, plugins/menu/client_menu.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:
1458 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.
1460 * AUTHORS: miklos does themes like mad
1462 * render/gradient.c:
1463 slight optimizations, and make the last 4 gradients work properly
1466 center text vertically. use the font's height because all that space is needed for some charcters
1468 * kernel/frame.c, kernel/framerender.c, kernel/menu_render.c, kernel/popup.c, kernel/screen.c, render/gradient.c, render/render.c, render/render.h, render/test.c, render/theme.c:
1469 remove non-planar surfaces
1471 2003-06-19 Ben Jansens <xor@zed.orodu.net>
1473 * configure.ac, m4/gl.m4: remove --enable-gl
1476 fix for how base-size is used to comply with the icccm
1478 2003-06-18 Ben Jansens <xor@zed.orodu.net>
1480 * kernel/framerender.c: copy the frame's surface from the prototype
1482 2003-06-17 Ben Jansens <xor@zed.orodu.net>
1484 * bootstrap: export the WANT_AUTOMAKE var before running acloacl
1486 2003-06-17 manmower <manmower@zed>
1488 * kernel/client.c: wake up old icon grabbing code
1490 * render/color.c: remove unneeded/uncompiled junk
1492 2003-06-09 manmower <manmower@zed>
1494 * kernel/client.c: try swapping bytes on textures
1496 * kernel/client.c: | != &
1498 * kernel/client.c: fix? color on icons
1500 * kernel/client.c: remove bogus byte permutations in icon code
1502 2003-06-08 Ben Jansens <xor@zed.orodu.net>
1505 remove an extra useless call to focus_set_client(NULL)
1507 * kernel/client.c: describe the complicated if a bit :)
1509 * kernel/client.c: more checks for when to do an XResizeWindow
1512 send the configure notify for resizes too, just to be a little more safe
1515 onlt send configurenotify if the client actually moved, to work around emacs, hopefully :)
1518 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.
1520 * kernel/client.c: from icccm:
1521 If a base size is not provided, the minimum size is to be used in its place and vice versa.
1523 Added support for this.
1525 * kernel/frame.c: missing another bwidth
1527 * kernel/frame.c: position titlebars better, was missing a bwidth
1529 * kernel/client.c: i was backwards
1531 * kernel/event.c: this cnofigure is FINAL!
1534 don't resize the client itself while doing a resize if its not final when config_opaque_resize is not on
1536 2003-06-04 Ben Jansens <xor@zed.orodu.net>
1539 better VIDMODE support, handle the cases where the functions fail
1542 size fullscreen applications to the resolution with the VIDMODE extension
1544 * kernel/client.c, kernel/client.h, kernel/screen.c:
1545 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.
1547 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.
1548 call client_reconfigure when uniconifying a window, so that fullscreen windows are put at the point of the view port.
1551 remove that fancy new leftHanded option, it should be done via xmodmap instead
1554 add a leftHanded option for mouse bindings, reverses the left/right keywords
1556 * kernel/grab.c, kernel/grab.h:
1557 make key grabbing per window instead of always root
1559 * kernel/focus.c: allow cycling to iconic windows
1562 use client_can_focus from client_focus to always get the same result
1564 * kernel/client.c, kernel/client.h, kernel/focus.c:
1565 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
1568 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
1571 dont try change focus while looping thru the focus list
1573 * kernel/client.c, kernel/client.h, kernel/focus.c:
1574 allow focus_fallback to query if a client can be focused without changing the focus order on it
1576 2003-06-03 Ben Jansens <xor@zed.orodu.net>
1578 * kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/popup.c:
1579 modifications to keep up with libobrender2
1581 * kernel/popup.c: use theme stuff for the gfx/font
1583 * kernel/frame.c: layout fixes
1585 * kernel/frame.c: position the grips
1587 * kernel/framerender.c: fix some theme colors/display
1589 * kernel/Makefile.am, kernel/client.c, kernel/client.h, kernel/dock.c, kernel/dock.h, kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h, kernel/popup.c, kernel/screen.c, kernel/window.c, m4/gl.m4, plugins/menu/client_menu.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:
1590 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.
1592 * kernel/stacking.c: remove debug print
1595 more unique error for unhandles image bit depths, remove debug prints
1597 * render/color.c: handle increase_depth on 1bpp images
1600 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.
1602 * kernel/client.c: rm g_messages.. ones that segfault.. :>
1604 2003-06-02 Ben Jansens <xor@zed.orodu.net>
1606 * kernel/client.c: also dont increment the nicons if the w*h is 0
1608 * kernel/client.c: watch out for 0x0 icons, and skip them
1610 * kernel/menu_render.c, kernel/popup.c:
1611 create some temporary fonts to use for rendering text
1613 * kernel/frame.c, kernel/menu_render.c, kernel/popup.c:
1616 * kernel/frame.c, kernel/popup.c:
1617 adjust for some api extensions in render2
1619 * bootstrap: add env var to get automake 1.7
1621 2003-06-01 Ben Jansens <xor@zed.orodu.net>
1623 * COPYING, COPYING.FDL, COPYING.GPL, COPYING.LGPL, Makefile.am, README, configure.ac, kernel/Makefile.am, kernel/client.c, kernel/client.h, kernel/dock.c, kernel/dock.h, kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h, kernel/popup.c, kernel/screen.c, kernel/window.c, kernel/window.h, m4/gl.m4, plugins/menu/client_menu.c, 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:
1624 Merging in th gl2 branch. Adding a --enable-gl option to the configure script, which defaults off.
1626 2003-05-30 manmower <manmower@zed>
1628 * kernel/frame.c: adjust title bar text
1630 2003-05-30 Ben Jansens <xor@zed.orodu.net>
1633 adjust what gets raised on map a bit, a little less selective.
1635 2003-05-30 manmower <manmower@zed>
1637 * kernel/frame.c: add some test cases for the font crap
1639 2003-05-29 Ben Jansens <xor@zed.orodu.net>
1641 * m4/openbox.m4: better alpha/beta check :)
1643 * m4/openbox.m4: look for 'alpha' and 'beta' releases also
1645 * kernel/stacking.c:
1646 only add non-nonintrusively when both windows share a stacking layer
1648 * data/rc3: raise on client clicks
1650 2003-05-28 Ben Jansens <xor@zed.orodu.net>
1652 * COPYING: remove the generic COPYING
1654 * COPYING.FDL, COPYING.GPL, COPYING.LGPL: New file.
1656 * COPYING.FDL, COPYING.GPL, COPYING.LGPL, README:
1657 specify different licenses for different directories
1659 * kernel/action.c, kernel/action.h:
1660 rm the 'focusraise' action, it is redundant.
1662 * kernel/frame.c: use the new shape API from the render libs
1665 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
1668 no button mask on the plate, and some cleanups with redundant if's
1670 2003-05-28 manmower <manmower@zed>
1672 * kernel/frame.c: slightly improved theme
1674 2003-05-28 Ben Jansens <xor@zed.orodu.net>
1676 * kernel/popup.c: proper centering of the text in popups without icons
1678 2003-05-27 manmower <manmower@zed>
1680 * kernel/frame.c, kernel/frame.h: fixed the flicker in shape
1681 (we use a shapewindow now. it rules, I rule, fuck X, blah blah MOOOOOOO)
1683 2003-05-27 Ben Jansens <xor@zed.orodu.net>
1685 * kernel/frame.c: and typod
1687 * kernel/frame.c, kernel/frame.h:
1688 some cleanups, got rid of the border shit
1690 * kernel/event.c: toss out expose events to render
1692 * kernel/popup.c: no more seg
1694 * kernel/frame.c, kernel/frame.h: some cleanups
1696 2003-05-27 manmower <manmower@zed>
1698 * kernel/frame.c: free decor when removing frame
1700 * kernel/frame.c: HOW DO YOU LIKE MY SEXY NEW DECOR?!?
1702 * kernel/frame.c: I get my events on decor again
1703 and probably ruined exposure for some weird case. bwa ha ha
1705 * kernel/frame.c, kernel/frame.h: how about some UGLY decor!
1707 2003-05-27 Ben Jansens <xor@zed.orodu.net>
1709 * kernel/popup.c: paints are now recursive
1711 2003-05-27 manmower <manmower@zed>
1713 * kernel/frame.h: surface pointer please
1715 2003-05-27 Ben Jansens <xor@zed.orodu.net>
1717 * kernel/popup.c: proper layout
1719 * kernel/popup.c: i suck so much
1721 * kernel/event.c, kernel/menu.c, kernel/popup.c: DRAWS!!
1723 2003-05-27 manmower <manmower@zed>
1725 * kernel/frame.c, kernel/frame.h: added shape support for decor
1727 2003-05-27 Ben Jansens <xor@zed.orodu.net>
1729 * kernel/popup.c: dont try use an icon when where isnt one
1731 * kernel/client.c, kernel/client.h, kernel/dock.c, kernel/dock.h, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h, kernel/popup.c, kernel/screen.c, kernel/window.c, plugins/menu/client_menu.c:
1732 port to the new render stuff.. but this isnt complte since we don't have themes yet.
1734 * 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:
1735 removing the old render stuffs
1737 2003-05-27 manmower <manmower@zed>
1739 * kernel/frame.c, kernel/frame.h: added % based decoration sizes
1741 * kernel/frame.c, kernel/frame.h: fixed right decor anchors properly
1743 * kernel/frame.c: fix right anchor point offsets
1745 * kernel/frame.c: position windows for all anchor types
1747 * kernel/frame.c: all decor anchors supported
1749 * kernel/event.c, kernel/frame.c:
1750 change event.c to use a frame pointer instead of client pointer in framedecor
1751 frame.c now supports more decor anchors
1753 yay for 1 to many commit logs
1755 2003-05-26 Ben Jansens <xor@zed.orodu.net>
1757 * kernel/Makefile.am: link render version 2
1759 2003-05-26 manmower <manmower@zed>
1761 * kernel/frame.c, kernel/frame.h:
1762 frame pointer in framedecor instead of client pointer
1764 2003-05-26 Ben Jansens <xor@zed.orodu.net>
1766 * kernel/event.c, kernel/window.c: add case for Window_Decoration
1768 2003-05-26 manmower <manmower@zed>
1770 * kernel/frame.c, kernel/frame.h: client pointer in framedecor
1772 * kernel/frame.c: crap
1774 * kernel/frame.c, kernel/frame.h:
1775 I can now map arbitrarily sized invalid space above my windows!
1779 we now have no decor at all, but are otherwise functional
1781 2003-05-26 Ben Jansens <xor@zed.orodu.net>
1784 use frame->visible, not the desktop number, other states exist too, like show_desktop
1786 * plugins/menu/client_menu.c, kernel/dock.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/menu.c, kernel/popup.c, kernel/screen.c, kernel/window.h:
1787 merge in the changes made in the gl branch
1789 * Makefile.am, configure.ac:
1790 create the glft library. it will be using freetype and fontconfig to render fonts in GL.
1791 flesh out render2 a bit more.. actually just in comments
1793 * Makefile.am, configure.ac:
1794 add a new render2 lib, which has a proper API and uses only OpenGL to render.
1796 * render/render.c: remove GL from the old render lib for now
1798 * configure.ac, m4/gl.m4:
1799 gl support in configure, fontconfig instead of xft
1801 2003-05-26 manmower <manmower@zed>
1803 * kernel/frame.c: add back some frame adjust stuff
1805 * kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/window.h, plugins/menu/client_menu.c:
1806 complete destruction of all current frame functionality.
1809 2003-05-25 manmower <manmower@zed>
1811 * render/gradient.c, render/mask.c, render/render.c, render/render.h, render/test.c, render/theme.c, render/theme.h, kernel/dock.c, kernel/frame.c, kernel/framerender.c, kernel/menu.c, kernel/popup.c, kernel/screen.c, render/color.c, render/color.h:
1812 everything compiles. everything is broken.
1814 rendertest works, yay.
1816 * render/render.c: now it even links.
1818 * render/font.c, render/font.h, render/gradient.c, render/gradient.h, render/render.c, render/render.h:
1819 once again it compiles.
1821 no, it does not work
1823 much has been removed.
1825 2003-05-25 Ben Jansens <xor@zed.orodu.net>
1827 * configure.ac, m4/gl.m4:
1828 right branch. no more xft. fontconfig. gl. woot.
1830 * configure.ac, m4/gl.m4: omg wrong branch!
1832 * configure.ac, m4/gl.m4: always gl. fontconfig instead of xft.
1834 2003-05-25 manmower <manmower@zed>
1836 * render/gradient.c: gl.h shouldn't be required when not enabling gl
1838 2003-05-25 Ben Jansens <xor@zed.orodu.net>
1840 * README.CVS: add the glade/gtk deps for debian
1842 2003-05-25 manmower <manmower@zed>
1844 * render/gradient.c, render/test.c: all grads done
1846 * render/gradient.c, render/test.c: pipecross
1848 * render/gradient.c, render/test.c: rectangle and diagonal grads yay
1852 2003-05-25 Ben Jansens <xor@zed.orodu.net>
1854 * data/rc3: Shade not Shaded
1856 * README.CVS: add debian package list
1858 * README.CVS: automake 1.7
1860 * README.CVS: mention glib, xml, gtk and glade
1863 make autoconf 2.54 required. makes automake1.6 get used on some systems
1865 2003-05-25 manmower <manmower@zed>
1867 * render/gradient.c, render/gradient.h, render/render.c, render/render.h, render/test.c:
1868 gl is starting. it's gonna get really ugly really fast, folks
1870 2003-05-24 Ben Jansens <xor@zed.orodu.net>
1872 * Makefile.am, configure.ac, kernel/Makefile.am, kernel/action.c, kernel/action.h, kernel/config.c, kernel/focus.c, kernel/openbox.c, kernel/parse.c, kernel/parse.h, kernel/plugin.c, parser/.cvsignore, parser/Makefile.am, parser/parse.c, parser/parse.h, plugins/Makefile.am, plugins/interface.h, plugins/menu/Makefile.am, plugins/obconf_interface.h, plugins/placement/history.c, plugins/placement/placement.c, plugins/resistance.c, 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:
1873 this is a big one! im putting stats in here just cuz!
1874 59 files changed, 1691 insertions(+), 607 deletions(-)
1875 Adding the beginings of ObConf. Adding a resistance-config plugin for ObConf.
1876 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)
1878 * kernel/action.c: convert shit from utf8 to filename before execing it
1880 * configure.ac, data/rc3, kernel/Makefile.am, kernel/config.c, kernel/openbox.c, kernel/parse.c, kernel/parse.h, kernel/parse.l, kernel/parse.y, plugins/Makefile.am, plugins/placement/Makefile.am, plugins/placement/history.c, plugins/placement/history.h, plugins/placement/placement.c, plugins/resistance.c:
1883 * plugins/menu/client_menu.c:
1884 let the client menu open below the top of the window, just limit it at the titlebar
1886 * kernel/action.c, kernel/action.h: add actions for showing the desktop
1888 * kernel/action.c, kernel/action.h: soem changes to desktop actions.
1889 instead of having *wrap actions, just default to having wrap on, and let it be optionally placed into the rc to disable it.
1890 instead of next/prev desktop, just have actions for desktop to the right/left/up/down. this applies to sendtodesktop actions too.
1892 * kernel/focus.c: add a DEBUG_FOCUS print
1895 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.
1897 * kernel/client.c: use the user friendly desktop number
1899 * kernel/focus.c: clarify comment
1901 2003-05-23 Ben Jansens <xor@zed.orodu.net>
1904 dont refocus the focused window, that just causes so many problems (with alt-tab :)
1906 * kernel/prop.c: validate utf8 strings before using them
1908 2003-05-23 woodblock <woodblock@zed>
1910 * plugins/menu/fifo_menu.c: Fixed missing includes
1912 2003-05-23 Ben Jansens <xor@zed.orodu.net>
1914 * configure.ac, kernel/Makefile.am, m4/gl.m4, plugins/Makefile.am, plugins/placement/Makefile.am, render/Makefile.am:
1915 add --enable-gl support, and put the flags/libs in the appropriate makefiles
1917 * kernel/focus.c: remove a todo item that seems to be.. done!
1920 missed a case of using the stacking list and assuming that its all clients still. fixed that assumption now.
1923 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.
1925 2003-05-23 woodblock <woodblock@zed>
1927 * plugins/menu/client_menu.c: Add toggle decor action to client menu
1929 2003-05-22 manmower <manmower@zed>
1931 * render/test.c: fix cut'n'paste bug
1933 2003-05-22 Ben Jansens <xor@zed.orodu.net>
1935 * kernel/event.c: only button 1 can use menu items
1937 * plugins/menu/client_menu.c: watch out for border widths
1939 2003-05-22 manmower <manmower@zed>
1941 * render/render.c: removed a piece of code I suspect has never been run
1942 this is for XServers that report less than 8 bpp default visual and support
1943 8bpp or higher visuals
1945 hopefully nothing is really that stupid. we'll see.
1947 * render/render.h, render/render.c:
1948 keep XVisualInfo around in preparation for opengl stuff
1950 2003-05-22 Ben Jansens <xor@zed.orodu.net>
1952 * plugins/menu/.cvsignore: add the client_menu stuff
1955 remove shit for my own makefiles that i dont need no more
1957 * kernel/event.c: a missing break!
1959 2003-05-22 woodblock <woodblock@zed>
1961 * kernel/menu.c, plugins/menu/client_menu.c: layers submenu on client
1963 2003-05-22 Ben Jansens <xor@zed.orodu.net>
1965 * kernel/action.c, kernel/action.h, kernel/client.c, kernel/client.h:
1966 add actions for changing client layers to abov/below/normal
1968 * kernel/client.c: typo
1970 * kernel/plugin.c: load the client_menu by default for nowc
1972 2003-05-21 woodblock <woodblock@zed>
1974 * data/rc3, kernel/client.c, kernel/event.c, kernel/menu.c, kernel/menu.h, plugins/menu/Makefile.am, plugins/menu/client_menu.c:
1976 Add "client_menu" to pluginrc to use.
1978 2003-05-21 Ben Jansens <xor@zed.orodu.net>
1980 * render/font.c: optimize it a bit
1983 pass the number of bytes, not characters to the xft draw functions
1985 * kernel/action.c, kernel/action.h: add 'movetoedge' actions
1987 * kernel/screen.c: add xerror.h
1990 Openbox3 in the WM name, FUCK OFF XINE, YA YOU HEARD ME.
1992 * render/gradient.c: allocate the border_color's gc
1994 2003-05-20 Ben Jansens <xor@zed.orodu.net>
1996 * render/color.c, render/render.c:
1997 put the devation back how it used to be, it aws definately no better..
1999 2003-05-20 manmower <manmower@zed>
2001 * render/gradient.c:
2002 of by one error in pyramid, rectangle, and crosspipe
2004 2003-05-20 Ben Jansens <xor@zed.orodu.net>
2006 * render/gradient.c: remove debug prints
2008 * render/gradient.c: reindent the file....
2009 but while i'm at it:
2010 - add support for bevels/borders on solid textures.
2011 - reverse the colors in the rectangle gradient, the pipecross and pyramid
2012 ones may need to be reversed as well.
2014 * render/render.c, render/render.h: remove the elliptic gradient type.
2015 add bevel light/dark colors for solid textures with bevels
2018 use the rectangle gradient when the theme asks for elipse
2020 * m4/openbox.m4: argh put it back right!*(
2022 * m4/openbox.m4: fuck it, put it back
2024 * m4/openbox.m4: smarter default debug value :)
2026 * m4/openbox.m4: default debug off (for non-cvs builds!)
2029 ignore errors when playing with application defined colormaps
2031 2003-05-19 Ben Jansens <xor@zed.orodu.net>
2033 * kernel/dock.c: get the size for all the apps before positioning them
2036 set teh dock sizes before the app uses it for positioning
2038 * kernel/dock.c: center dock apps
2040 * plugins/menu/.cvsignore: add fifo_menu shit
2042 * kernel/action.c: use the resize increment when resizing relative
2044 * kernel/action.c, kernel/action.h, kernel/client.c, kernel/client.h:
2046 a) directional focus actions
2047 b) action system changes i.e. use structs/arrays for convertings strings to actions instead of gross if-else chains
2049 2003-05-18 woodblock <woodblock@zed>
2051 * kernel/menu.c, plugins/menu/Makefile.am, plugins/menu/fifo_menu.c, plugins/menu/fifo_menu.h:
2052 Added a fifo_menu plugin
2054 2003-05-18 manmower <manmower@zed>
2056 * render/gradient.c, render/test.c: PipeCross
2058 * render/gradient.c: there's the rect grad. now stop bugging me :(
2060 * render/gradient.c: is that a rectangle grad? damned if I know
2062 2003-05-18 Ben Jansens <xor@zed.orodu.net>
2064 * kernel/client.c, kernel/client.h, render/color.c, render/color.h, render/image.c, render/render.c, render/render.h:
2065 make icons use pixel32 data, and image_draw takes pixel32 data.
2066 client.c gets pixmap icons as a backup to netwm ones, and they are converted into pixel32 data.
2068 * kernel/focus.c: include grab.h
2070 2003-05-18 manmower <manmower@zed>
2072 * render/test.c: whatever, it's a junk file.
2074 * render/gradient.c: change badly named offsets
2075 add stubs for rectangle and pipecross
2077 * render/image.c: rename poorly named offsets
2079 * render/gradient.h: add stubs for pipecross and rectangle
2081 * render/color.h: fix poor naming of default offset
2083 * render/color.c: fix poor naming of the default offset
2085 2003-05-18 woodblock <woodblock@zed>
2088 this is actually xor :) - fixing the focus search function to not return NULL if no valid group members exist to be a transient for
2090 2003-05-18 Ben Jansens <xor@zed.orodu.net>
2092 * kernel/stacking.c:
2093 proper check to see if something was raised, the it==NULL would cause it to always return, incorrectly.
2095 * kernel/client.c, kernel/client.h, kernel/event.c, kernel/stacking.c, render/render.c, render/render.h:
2098 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).
2100 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.
2102 2003-05-18 woodblock <woodblock@zed>
2104 * HACKING: Indentation stuff
2106 2003-05-18 Ben Jansens <xor@zed.orodu.net>
2108 * configure.ac: actually optional now.
2110 * configure.ac: make LIBSN optional
2113 grab the mouse during focus cycling. this removes the bug of focusing following the mouse when the popup disappears and fuck up your cycling.
2115 * render/Makefile.am: need the libsn flags
2117 * plugins/Makefile.am, plugins/menu/Makefile.am, plugins/placement/Makefile.am:
2118 needs the libsn flags to use openbox.h now
2120 2003-05-18 woodblock <woodblock@zed>
2122 * plugins/menu/timed_menu.c: Clean up on destroy.
2124 2003-05-18 Ben Jansens <xor@zed.orodu.net>
2126 * configure.ac, kernel/Makefile.am, kernel/event.c, kernel/openbox.c, kernel/openbox.h, kernel/screen.c:
2127 add (optional) support for showing a busy cursor via startup notification
2129 2003-05-18 woodblock <woodblock@zed>
2131 * plugins/menu/timed_menu.c: Added stat() based timed menu update.
2132 Needs parser before it is useful.
2134 2003-05-17 Ben Jansens <xor@zed.orodu.net>
2136 * kernel/event.c: disallow drag events on title buttons.
2137 dont redraw title button when the wheel buttons are used on them.
2139 2003-05-16 Ben Jansens <xor@zed.orodu.net>
2141 * kernel/client.c: print the class not the name
2143 * kernel/prop.c: get all the strings!
2145 * kernel/client.c, kernel/dock.c, kernel/dock.h:
2146 save the dock's class/name for future evil purposes!
2147 also print names of windows being managed/unmanaged
2149 * data/rc3: discourage floating a bit, capitalize better.
2151 * kernel/dock.c: FUCK dock is not an array anymore!
2153 * kernel/dock.c, kernel/dock.h, kernel/screen.c:
2154 give the dock a strut and use it
2156 2003-05-16 woodblock <woodblock@zed>
2158 * plugins/menu/timed_menu.c: Fixed child wait.
2160 2003-05-16 Ben Jansens <xor@zed.orodu.net>
2162 * kernel/event.c: remove debug prints
2164 * kernel/dock.c, kernel/dock.h, kernel/event.c:
2165 dockapps are ObWindows now.
2166 set the type when creating new dockapps.
2168 * plugins/menu/timed_menu.c: add stdio.h
2170 * data/rc3, kernel/Makefile.am, kernel/client.c, kernel/client.h, kernel/config.c, kernel/config.h, kernel/dock.c, kernel/dock.h, kernel/event.c, kernel/frame.c, kernel/menu.c, kernel/menu.h, kernel/openbox.c, kernel/screen.c, kernel/slit.c, kernel/slit.h, kernel/window.c, kernel/window.h:
2171 rename "Slit" to "Dock".
2172 add config options to the rc3 for the dock.
2173 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).
2175 * kernel/client.c, kernel/menu.c, kernel/moveresize.c, kernel/popup.c, kernel/slit.c, kernel/stacking.c, kernel/stacking.h:
2176 add anotehr stacking_add function.
2177 make stacking_add take care of raising also.
2178 make new windows that dont get focus also not raise above the focused window.
2180 * kernel/event.c: movnig shit around
2182 2003-05-14 Ben Jansens <xor@zed.orodu.net>
2184 * kernel/menu.c: watch out for not loading the timed_menu plugin
2186 * kernel/client.c: pass teh correct values for config notify events
2188 2003-05-14 woodblock <woodblock@zed>
2190 * kernel/event.c, kernel/event.h, kernel/menu.c, plugins/menu/timed_menu.c:
2191 Added a menu to read from a pipe.
2192 File descriptors added to the event loop.
2194 2003-05-12 woodblock <woodblock@zed>
2196 * kernel/event.c, kernel/event.h, kernel/menu.c, plugins/menu/timed_menu.c:
2197 woodblock's failed attempt at making pipes work
2199 2003-05-11 Ben Jansens <xor@zed.orodu.net>
2201 * plugins/resistance.c: watch out for stacking_list
2203 * data/rc3, kernel/config.c, kernel/config.h, kernel/moveresize.c:
2204 add opaque move/resize to the rc3
2206 * kernel/stacking.c:
2207 was using the frame window in the stacking list hint
2209 * kernel/event.c, kernel/menu.c, kernel/moveresize.c, kernel/popup.c, kernel/stacking.c, kernel/window.c, kernel/window.h:
2210 add internal popups n shit to the stacking list.
2211 some cleanups for the stacking order hint.
2212 add non-opaque move/resize. cant toggle it yet.
2214 * kernel/menu.c: rm comment for shit i fixed
2216 * TODO: updated... it sucks tho anyways
2219 not everything in the stacking_list is a client anymore
2221 * kernel/event.c, kernel/menu.c:
2222 Menus put themselves into the stacking list.
2223 Clicking on the menu (but not on an entry) will raise it.
2225 * kernel/Makefile.am, kernel/action.c, kernel/client.c, kernel/client.h, kernel/config.h, kernel/event.c, kernel/focus.c, kernel/menu.c, kernel/menu.h, kernel/openbox.c, kernel/slit.c, kernel/slit.h, kernel/stacking.c, kernel/stacking.h, kernel/window.c, kernel/window.h, plugins/resistance.c:
2226 Clients Menus and Slits are all 'ObWindow's now.
2227 Stacking is done with ObWindows.
2228 Slits add themselves to the stacking order, as do clients of course.
2229 Added some macros for adding/removing to the stacking order.
2232 garb press events so they dont break bindings... X sucks
2235 grab button events on the slit so they dont go through to root
2237 * kernel/client.c, kernel/slit.c, kernel/slit.h:
2238 use the size of the icon window for slit apps, not the client window
2240 * plugins/menu/timed_menu.h: cleanups
2242 * kernel/event.c, kernel/grab.c, kernel/grab.h, kernel/slit.c, kernel/slit.h:
2243 can drag slit-apps around in the slit
2245 2003-05-10 Ben Jansens <xor@zed.orodu.net>
2247 * kernel/event.c, kernel/slit.c, kernel/slit.h, kernel/timer.h:
2248 add autohiding to the slit
2250 * kernel/event.c, kernel/slit.c, kernel/slit.h:
2251 some slit fixes, support resizing slitapps
2253 * Makefile.am, configure.ac: rm the tools dir
2255 * tools/Makefile.am: rm this garbage...
2257 * kernel/Makefile.am, kernel/client.c, kernel/event.c, kernel/frame.c, kernel/openbox.c, kernel/screen.c, kernel/slit.c, kernel/slit.h:
2258 add a slit to the kernel
2260 * plugins/menu/.cvsignore: ignore the build shit
2262 * doc/.cvsignore: add the sgml dir
2264 * kernel/menu.c: make the client menu not have a title
2267 be more careful about ignoring focusin/out event pairs
2269 2003-05-10 woodblock <woodblock@zed>
2271 * plugins/Makefile.am: tyop
2273 * kernel/menu.c, plugins/menu/timed_menu.c:
2274 Turn off timed_menu by default
2276 * kernel/menu.c, kernel/menu.h, plugins/menu/timed_menu.c:
2277 Timed menu that reads output from a process while the window is hidden
2279 * kernel/event.c, kernel/menu_render.c: whitespace
2281 2003-05-09 woodblock <woodblock@zed>
2283 * plugins/menu/Makefile.am, plugins/menu/Makefile.in: fixor
2285 2003-05-09 Ben Jansens <xor@zed.orodu.net>
2287 * configure.ac: nice merge
2289 2003-05-09 woodblock <woodblock@zed>
2291 * configure.ac, kernel/event.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, kernel/plugin.c, kernel/plugin.h, kernel/timer.c, plugins/Makefile.am, plugins/menu/Makefile.in, plugins/menu/timed_menu.c, plugins/menu/timed_menu.h:
2293 Since we have no menu parser see menu_startup() to customize
2295 2003-05-09 Ben Jansens <xor@zed.orodu.net>
2297 * kernel/client.c, kernel/client.h, kernel/event.c, kernel/focus.c:
2298 add a client_activate function, use it for net_wm_active mesgs and for focus cycling.
2300 * kernel/focus.c: unshade windows when you cycle focus to them
2302 * kernel/openbox.c, kernel/popup.c, kernel/popup.h, tools/Makefile.am:
2303 add shit that i made in the last week!
2305 * HACKING, Makefile.am, configure.ac, data/rc3, kernel/Makefile.am, kernel/client.c, kernel/client.h, kernel/config.c, kernel/config.h, kernel/event.c, kernel/extensions.c, kernel/extensions.h, kernel/focus.c, kernel/framerender.c, kernel/framerender.h, kernel/menu.c, kernel/moveresize.c, kernel/moveresize.h, kernel/openbox.c, kernel/parse.h, kernel/parse.l, kernel/parse.y, kernel/screen.c, kernel/screen.h, kernel/stacking.c, m4/x11.m4, render/font.c, render/image.c, render/render.c, render/render.h, render/theme.c, render/theme.h:
2306 all my changes while i was offline.
2307 better alt-tabbing. better transient handling. i dont even know. lots of fucking cool shit so WATCH the FUCK OUT.
2309 2003-04-28 Ben Jansens <xor@zed.orodu.net>
2312 move windows before calcing struts. watch for windows on DESKTOP_ALL when removeing a desktop
2314 2003-04-27 Ben Jansens <xor@zed.orodu.net>
2316 * kernel/client.c, kernel/stacking.c:
2317 a more correct for the missing frame problem. don't restack windows when changing the window's layer while it is being managed.
2319 * kernel/stacking.c:
2320 watch for windows without frames, they can be in the transient order before they get fully managed
2322 * doc/themerc.txt: no longer pertinent
2324 * render/image.c, render/image.h, render/render.c:
2325 fix window icon rendering, was using incorrect size.
2327 * render/color.h: its G_BYTE_ORDER not G_ENDIAN.
2329 2003-04-26 Ben Jansens <xor@zed.orodu.net>
2331 * kernel/moveresize.c:
2332 show the move coords for where the window will actually be
2334 2003-04-25 Ben Jansens <xor@zed.orodu.net>
2336 * kernel/client.c: only focus on startup if focus_new is true
2338 * kernel/Makefile.am, kernel/client.c, kernel/openbox.c, kernel/screen.c, kernel/startup.c, kernel/startup.h:
2339 restore the desktop and focused window on restarts if possible
2341 * kernel/action.c, kernel/client.c, kernel/client.h, kernel/focus.c, kernel/focus.h:
2342 add helper functions for manipulating the focus_order list.
2343 move the focus popup into focus.c, out of action.c
2344 allow cycling to iconic windows, which are kept at the bottom of the focus_order lists.
2346 * kernel/event.c, kernel/focus.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c:
2347 let the frame hold a focus state so that it can lie.
2348 dont focus windows while cycling, just highlight them as if they are focused
2350 * kernel/framerender.c: icons are not at +1 anymore
2352 2003-04-24 Ben Jansens <xor@zed.orodu.net>
2355 some more checks for transients looping on eachother when they are transients of a group
2357 2003-04-22 Ben Jansens <xor@zed.orodu.net>
2360 client side shit ISNT 32 bits on 64 bit platforms, its 64 bits. fuck X so hard.
2362 2003-04-22 woodblock <woodblock@zed>
2364 * CHANGELOG: NLS update
2366 2003-04-22 Ben Jansens <xor@zed.orodu.net>
2369 even better checks for when to focus new windows. focus dialogs when they are the only member of their group
2371 2003-04-22 woodblock <woodblock@zed>
2373 * kernel/menu.c, kernel/menu.h, kernel/menu_render.c:
2374 More menu changes to facilitate plugins.
2376 * kernel/Makefile.am, kernel/menu.c, kernel/menu.h, kernel/menu_render.c:
2377 Render menus only when they are invalid.
2379 2003-04-21 Ben Jansens <xor@zed.orodu.net>
2381 * README.CVS: add automake
2383 * data/rc3: focus on press onm the titlebar buttons
2386 yet more changes to choosing to focus windows when they mapp
2388 * kernel/parse.h, kernel/parse.y:
2389 try avoid cicular includes with the bison shit
2391 2003-04-20 woodblock <woodblock@zed>
2395 2003-04-20 Ben Jansens <xor@zed.orodu.net>
2397 * kernel/frame.c, kernel/framerender.c:
2398 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
2400 * kernel/client.c: new focus-new rules
2402 2003-04-20 woodblock <woodblock@zed>
2404 * CHANGELOG: Update log
2406 2003-04-19 Ben Jansens <xor@zed.orodu.net>
2408 * kernel/client.c: i lied.. fuck @ those gnome dialogs
2410 * kernel/client.c: lighten up a bit on the focus new windows criteria
2412 * kernel/event.c: rm invalid comment
2414 * kernel/event.c: only look for FocusOut events on the same window
2417 convert STRING properties from "ISO-8859-1" instead of from the current locale, since this is what they apparently are, according to gdk.
2419 * kernel/prop.c: check the string not the pointer to it
2421 2003-04-18 Ben Jansens <xor@zed.orodu.net>
2423 * kernel/event.c: the mouse grab screws that up
2425 * kernel/event.c: dispatch presses and releases during a move/resize
2427 * kernel/event.c: kill the debug prints for now
2429 * kernel/event.c: nm cant do it.. damn
2432 ignore another type of crossing event, caused when leaving gtk popup menus
2434 * kernel/focus.c: just formatting
2437 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.
2440 adjust choosing to focus new windows, make it more strict.
2441 eat all Enter events when unmapping a window so focus fallback can be more smarter..
2443 * kernel/screen.c: dont need to sync
2445 * kernel/focus.c: check for client_normal before focusing
2448 when unfocusing a window (e.g. unmanaging) try fallback to transient relations, if that fails, try group relations, then fallback to other window.
2451 try focus other transients of the parent window when a transient falls back before focusing the parent
2453 * kernel/moveresize.c: unset it AFTER using it...
2455 * kernel/moveresize.c: unset the client when done moveresizing
2458 don't wait(), the glib function does that for us woot.
2461 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.
2463 * kernel/focus.h: comment typo
2465 * kernel/client.c, kernel/moveresize.c, kernel/moveresize.h:
2466 watch out when unmanaging a window, that it is not being move/resized
2468 2003-04-17 Ben Jansens <xor@zed.orodu.net>
2471 a) put transient windows on the same desktop as their parent
2472 b) if a window is attempted to be focused but it is not on the current desktop,
2473 then move it to the top of the focus order on its desktop
2476 distribute focus when entering/leaving show-the-desktop mode
2478 * kernel/event.c: remove debug print
2480 * kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h:
2481 add the left/right/top/bottom direction arrows and use them for resizing those ways
2483 * kernel/event.c: dont ignore all Virtual pointer events
2485 * kernel/action.c: 02:33 (@xor) omg yes
2486 02:33 (@xor) grid workspace cycling of d3th
2488 * kernel/action.c: fix grip workspace cycling
2490 * kernel/event.c, kernel/grab.c, kernel/grab.h, kernel/moveresize.c, kernel/moveresize.h:
2491 fix up support for moveresize. make keyboard grabs Async so that i can hit escape to cancel a moveresize process.
2493 * kernel/openbox.c: do not shadow parameter pls
2495 * kernel/moveresize.c: initialize start_x/y
2497 * kernel/focus.c, kernel/moveresize.c, kernel/moveresize.h, kernel/openbox.c, kernel/openbox.h:
2498 add support for interactive/keyboard move/resize
2500 * kernel/event.c, kernel/prop.c, kernel/prop.h, kernel/screen.c:
2501 add support for net_moveresize_window and net_wm_moveresize
2503 * kernel/frame.c: use the new cursor defn's
2505 * kernel/screen.c: use the new ptr cursor defn
2507 * kernel/Makefile.am, kernel/action.c, kernel/action.h, kernel/event.c, kernel/moveresize.c, kernel/moveresize.h, kernel/prop.c, kernel/prop.h:
2508 move the move/resize functionality into moveresize.c, for use with the netwm atoms. use it from teh plugins. combine the two actions.
2510 * kernel/framerender.c: put text centered in the popup dialog properly
2512 * data/rc3: make alt-middle the default resize binding
2514 * kernel/openbox.c, kernel/openbox.h:
2515 add more cursors for move/resizing, and use the arrows not the angle brackets
2518 grab pointer during cycling to remove focus screwups from focus-follows-mouse.
2519 grab during move/resize and assign a cursor while doing the move/resize too!
2521 * kernel/event.c: ignore virtual crossing events..
2523 * kernel/focus.c: that was dumb, it was metacity's fault
2525 * kernel/focus.c: only cycle to visible windows
2527 2003-04-16 Ben Jansens <xor@zed.orodu.net>
2529 * kernel/event.c: dont send menu events to plugins
2531 * data/rc3: show the root menu on right click
2533 * kernel/event.c, kernel/grab.c, kernel/grab.h, kernel/menu.c, kernel/menu.h:
2534 menus works on some level. add a built-in root menu
2536 * kernel/client.c: code cleanup
2538 * kernel/client.c: when flags are not set assume bette defaults
2540 * kernel/event.c, kernel/focus.c, kernel/menu.c, kernel/menu.h, kernel/openbox.c, kernel/stacking.c, kernel/stacking.h:
2541 raise menus above clients.
2542 hilight menu entries as the cursor passes over them.
2544 * kernel/menu.c, kernel/menu.h:
2545 save the window ids in a map for the menus
2547 * kernel/client.c: only change the group info if the group flag is set
2549 * kernel/client.c: only add transients if we are IN a group
2551 * kernel/client.c: oops nm
2553 * kernel/client.c: less ()s cleanup
2556 remove transients before removing ourlselves from teh group
2559 set the group to null when removeing ourselves from it
2561 2003-04-15 Ben Jansens <xor@zed.orodu.net>
2563 * kernel/action.c: watch out for missing a name
2565 * render/theme.c: make menu font smaller and !bold for now
2567 * kernel/action.c, kernel/action.h, kernel/framerender.c, kernel/menu.c, kernel/menu.h, kernel/openbox.c:
2568 start of showing/rendering menus. woot!
2570 * render/theme.c, render/theme.h: load menu style stuff
2572 * render/render.c, render/render.h:
2573 make minsize take int*'s not a Size*
2576 remove transients of the group from teh window when it leaves the group
2578 * kernel/client.c: add group transients when setting up the group
2580 * kernel/client.c: bug in the search for transient_for's
2582 * data/rc3: update the theme stuff
2584 2003-04-15 manmower <manmower@zed>
2586 * render/gradient.c: PYRAMID PARTY PART 2!!!
2588 * render/gradient.c, render/gradient.h: PYRAMID PARTY!!!
2590 2003-04-15 Ben Jansens <xor@zed.orodu.net>
2592 * kernel/screen.c: remove debug print
2594 2003-04-14 Ben Jansens <xor@zed.orodu.net>
2596 * kernel/client.c, kernel/prop.c, kernel/screen.c:
2597 fixes for handling char**s
2599 * render/font.c: indenting oopsie
2601 * kernel/prop.c: dont get a null at the end of the data, so use strndup
2603 * kernel/screen.c: fix a seg from ignoreing PROP_GETSS failure
2605 * kernel/screen.c: more fixes for working with char**s
2607 * kernel/screen.c: nullify the ends of the char**
2609 * kernel/client.c, kernel/prop.h, kernel/screen.c:
2610 remove casts from PROP defines. use proper vars and cast elsewhere if needed.
2612 * render/font.c: text justification
2615 shrink the area that the textures are rendered into by the bevels/borders
2617 * kernel/client.c, kernel/prop.c, kernel/prop.h, kernel/screen.c, kernel/screen.h, kernel/stacking.c:
2618 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.
2620 * kernel/menu.c, kernel/menu.h:
2621 these menus should not be removed, they are good and will be used.
2623 * kernel/event.c: clean up this mess of crap a lot
2625 * kernel/prop.c, kernel/prop.h:
2626 do not commit bad char* foo that breaks on !32 bit platforms
2628 2003-04-14 woodblock <woodblock@zed>
2630 * kernel/menu.c, kernel/menu.h: *** empty log message ***
2632 2003-04-14 Ben Jansens <xor@zed.orodu.net>
2634 * kernel/parse.l: allow _'s in identifiers
2636 * kernel/stacking.c: raise and lower all transients along with parents
2639 apply layers to all transients. only raise once on the highest window who's layer changed after applying layers to them all
2641 2003-04-13 Ben Jansens <xor@zed.orodu.net>
2643 * kernel/client.c: ifdef not ifndef
2645 * kernel/stacking.c: keep all transient windows above their parents
2647 * kernel/client.c: simple cleanups for the client_iconify function.
2648 also dont follow into other groups when searching up the transient_for tree
2650 * kernel/client.c: rm the unused vars
2652 * kernel/client.c: onyl focus 'normal' windows on map
2655 only keep fullscreen windows on top while they are focused
2657 * kernel/client.c, kernel/client.h:
2658 make fullscreen decorations and functions be calculated by the setup_decor_and_functions func
2660 * kernel/group.c: rm the group debug prints
2662 * kernel/client.c: only print that when debuggin focus
2664 * .cvsignore, kernel/.cvsignore, plugins/.cvsignore, plugins/placement/.cvsignore, render/.cvsignore:
2665 ignore the remaining new shit from automaking everything again
2667 * .cvsignore, INSTALL, Makefile.am, Makefile.in, bootstrap, configure.ac, data/.cvsignore, data/Makefile.am, kernel/.cvsignore, kernel/Makefile, kernel/Makefile.am, plugins/.cvsignore, plugins/Makefile, plugins/Makefile.am, plugins/placement/.cvsignore, plugins/placement/Makefile, plugins/placement/Makefile.am, po/.cvsignore, render/.cvsignore, render/Makefile, render/Makefile.am, tests/Makefile, themes/.cvsignore, themes/Makefile.am:
2670 * AUTHORS: shrimpx above miklos?
2672 * kernel/event.c, kernel/frame.c, kernel/frame.h:
2673 pass the Client for frame_context cuz the client might be NULL
2675 * themes/ebox: comment properly
2677 * render/theme.c: load the font shadow stuff from the old ob2 shitz
2679 * kernel/config.c, kernel/config.h, kernel/openbox.c:
2680 let specify theme in the rc3 file. rm the other old engine options
2682 * Makefile.in: break on errors
2684 * Makefile.in, kernel/.cvsignore, kernel/action.c, kernel/client.c, kernel/config.h, kernel/engine.c, kernel/engine.h, kernel/event.c, kernel/focus.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/framerender.h, kernel/openbox.c, kernel/parse.l, kernel/parse.y, kernel/screen.c, render/.cvsignore, render/font.h, render/mask.h, render/render.h, render/theme.c, render/theme.h:
2685 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.
2687 * themes/ob20, themes/operation, themes/outcomes, themes/artwiz, 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:
2690 * render/render.c: allow freeing NULL appearances
2692 * render/font.c: allow closing NULL fonts
2694 * render/mask.c: allow freeing NULL pixmap masks
2696 * render/color.c: dont fux self in color_free if the color is NULL
2698 2003-04-12 Ben Jansens <xor@zed.orodu.net>
2700 * tests/fullscreen.c: set the right mask for the client msg!
2702 2003-04-12 woodblock <woodblock@zed>
2704 * CHANGELOG: Fixed another damned focus bug. Pray.
2706 2003-04-11 Ben Jansens <xor@zed.orodu.net>
2708 * data/rc3: add right click in client focuses
2710 * kernel/client.c: make utility windows able to be resized
2712 * Makefile.in: rm the main Makefile in a distclean
2714 2003-04-10 Ben Jansens <xor@zed.orodu.net>
2717 deiconify transient parents when a child is deiconified.
2719 * kernel/client.h: no fuck that it was working fine
2721 * kernel/client.h: make the TRAN_GROUP an unsigned long
2723 * kernel/event.c: add MapRequest print
2726 some smarter rules for focusing new window when focus_new is not set
2728 2003-04-09 Ben Jansens <xor@zed.orodu.net>
2730 * Makefile.in, render/.cvsignore: add libcwmcc and libobcl
2732 * HACKING: describe the code subdirs
2735 dont show the focus popup when theres no target client
2737 2003-04-08 Ben Jansens <xor@zed.orodu.net>
2739 * kernel/event.c: rm debug print
2741 * tests/.cvsignore: add override
2743 * tests/override.c: add a test that maps an override redirect window
2745 * kernel/client.c, kernel/config.c, kernel/config.h, kernel/engine.c, kernel/engine.h, kernel/event.c, kernel/focus.c, kernel/focus.h, kernel/openbox.c, kernel/prop.c, kernel/screen.c:
2746 move config option loading for the kernel into config.c/h
2747 add options for the number of desktops and the names of the desktops
2749 * data/rc3: add the desktops options
2751 * data/rc3: better clickfocus friendliness
2753 * kernel/client.c: check for focus before unfocusing
2755 * kernel/client.c, kernel/event.c, kernel/focus.c, kernel/focus.h, kernel/screen.c:
2756 add more options for focus fallback, use an enum for all the types of fallbacks.
2758 * kernel/focus.c: only cycle focus to normal windows
2760 * data/rc3: make stacked cycling the default
2762 * kernel/action.c: show a popup with the focus target while cycling
2764 * kernel/focus.c, kernel/focus.h:
2765 fallback to transients' parents when possible.
2766 return the Client* which was focused from focus_cycle
2768 * kernel/client.c: fallback focus while unmanaging the window
2770 2003-04-07 Ben Jansens <xor@zed.orodu.net>
2772 * data/rc3: FocusRaise to be more clickfocus friendly too
2774 * data/rc3, kernel/focus.c, kernel/focus.h:
2775 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.
2777 * kernel/event.c: ignore inferior enternotifies
2778 add anotehr focusdebug print
2780 * kernel/client.c: check for new windows always being onscreen.
2781 rename the client pointer to self in teh manage unmanage functions for consistancy
2783 * kernel/grab.c: rm debug prints
2785 2003-04-07 woodblock <woodblock@zed>
2787 * configure.in: bump version string
2789 2003-04-07 Ben Jansens <xor@zed.orodu.net>
2791 * plugins/placement/history.c:
2792 dont check to make sure the window is on screen here
2794 * HACKING: add comment about the two different area Rects
2796 * HACKING: add new HACKING!
2797 warn about Client.transient_for
2799 * kernel/client.h, kernel/stacking.c, kernel/client.c:
2800 support for transients of groups
2802 * kernel/event.c: missed one
2804 * kernel/event.c: put focus messages in ifdefs
2806 * kernel/focus.c: remove debug print
2808 * kernel/client.c, kernel/client.h, kernel/group.c, kernel/group.h, kernel/openbox.c:
2810 iconify all its transients when a window is iconified
2812 * kernel/action.c, kernel/client.c, kernel/client.h, kernel/focus.c, kernel/focus.h:
2813 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.
2815 * kernel/grab.c: grab the other device in Sync for button/key grabs
2817 2003-04-06 Ben Jansens <xor@zed.orodu.net>
2819 * plugins/placement/history.c: dont let windows be placed offscreen
2821 * render/render.c: ifndef NOT IFNDEF GAH
2823 * kernel/action.c: dont toggle when no client was passed to teh action
2825 * kernel/event.c: nm that, pointless...
2828 disable keyboard and mouse input while ob is starting or exiting
2830 2003-04-06 manmower <manmower@zed>
2832 * render/color.c, render/render.c:
2833 Fix reduce color depth to not use original data
2834 (and break parentrel)
2836 2003-04-06 Ben Jansens <xor@zed.orodu.net>
2838 * kernel/engine.c: print the error when the engine cant load
2840 * render/render.c: add stdlib.h for exit()
2842 * .cvsignore, configure.ac, install-sh:
2843 stop using build/ dir configure shits all over itself for other people
2845 * m4/x11.m4, m4/openbox.m4:
2846 build fixes for finding Xlibs and for setting vars based on found Xlib info and Xinerama info
2848 * configure.ac: more build system fixups
2850 * .cvsignore, Makefile, Makefile.in, configure.ac, install-sh, m4/openbox.m4, render/.cvsignore:
2851 fixes for build system. add themes to the install process. use the build/ dir for configures trash dump
2853 * kernel/engine.c: clean up the module if load() fails
2855 * render/render.c, render/render.h:
2856 add function to give the minimum size of an appearance to fully render it's data
2858 * kernel/action.c: add a coords popup for moving and resizing
2860 * kernel/geom.h: add ()'s to the macros for more safety
2862 * kernel/engine.c, kernel/engine.h:
2863 add the ability to render and size text labels for non-window-decorations
2865 2003-04-06 woodblock <woodblock@zed>
2867 * bootstrap: Remove woodblock's local changes :P
2869 * bootstrap: Moved to DESIGN/
2871 * DESIGN/menu-thoughts.txt: some thoughts on menu stuff
2873 2003-04-06 manmower <manmower@zed>
2875 * render/gradient.c: remove asserts pending sanity check.
2877 * render/gradient.c:
2878 added flakey parentrel for solids and some mean spirited asserts
2880 * render/color.c, render/color.h, render/render.c, render/render.h:
2881 added superb pseudo-color (8bpp) support
2883 2003-04-06 Ben Jansens <xor@zed.orodu.net>
2885 * plugins/resistance.c: dont resize snap windows with size increments
2887 * data/rc3, kernel/engine.c: make NLIMC the default titlebar layout
2889 2003-04-06 woodblock <woodblock@zed>
2891 * configure.in: Huge i18n patch from Mike Fabian.
2892 We use utf8 everywhere now.
2894 2003-04-05 Ben Jansens <xor@zed.orodu.net>
2896 * kernel/action.c, kernel/focus.c, kernel/focus.h:
2897 allow specifying that some focus events should be ignored for the focus order list
2899 * kernel/action.c: stacked and linear cycling
2901 * kernel/action.c, kernel/action.h: linear focus cycling of the gods
2903 * kernel/client.c: typo
2905 * kernel/client.c: put it back
2907 * kernel/client.c: make unfocus really unfocus everything
2909 * data/rc3: add linear cycling for now
2911 * data/rc3: rm the [foo] section
2913 * data/rc3: update teh rc3 to reflect how the code works now
2915 * kernel/engine.c: dont default to NULL for the engine name
2917 * kernel/engine.c: add engine options to the new rc file
2919 * Makefile, kernel/focus.c, kernel/openbox.c, kernel/parse.c:
2920 add focus options to the new rc file
2922 * kernel/action.c, kernel/action.h, kernel/client.c, kernel/client.h, kernel/config.c, kernel/config.h, kernel/engine.c, kernel/engine.h, kernel/event.c, kernel/focus.c, kernel/focus.h, kernel/openbox.c, kernel/parse.c, kernel/parse.h, kernel/parse.l, kernel/parse.y, kernel/screen.c, plugins/placement/history.c, plugins/placement/placement.c, plugins/resistance.c:
2923 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/
2925 * render/render.h: make tint signed
2929 * Makefile, data/rc3: add an rc3 which gets installed
2931 * Makefile: make love
2933 * kernel/frame.c, kernel/frame.h: use a context enum instead of quarks
2935 2003-04-04 Ben Jansens <xor@zed.orodu.net>
2938 reorder startup so that grabs are set up before parsing teh rc
2940 * kernel/parse.c, kernel/parse.y:
2941 add the keyboard plugin into the build systems
2942 keyboard bindings are parsed from the rc file
2944 * configure.ac: clean up output
2946 * configure.ac: properly
2948 * configure.ac: add -DENABLE_NLS
2950 * kernel/parse.c: more using of new token struct
2952 * kernel/parse.c: use new token structs. free token lists.
2954 * kernel/parse.c, kernel/parse.h, kernel/parse.y:
2955 attempting to parse lists
2957 * README.CVS: reflect the current requirements for building/using cvs
2959 2003-04-03 Ben Jansens <xor@zed.orodu.net>
2961 * kernel/parse.l: allow '-' in identifiers
2963 * Makefile: engine builds
2965 * Makefile: build the resistance/placement plugins
2967 * kernel/parse.h: use the values from the yacc parser
2969 * Makefile, kernel/.cvsignore, kernel/parse.y:
2970 more build fixes, calling the other makefiles instead of including them
2972 * kernel/parse.y: try accomidate more versions of bison
2974 * .cvsignore, Makefile, kernel/.cvsignore, plugins/.cvsignore, plugins/placement/.cvsignore:
2977 * configure.ac: use PACKAGE_FOO vars
2979 * kernel/action.c: double break statements :) oops
2981 * .cvsignore: add stuff that should be ignored at the toplevel
2983 * bootstrap, install-sh: some build fixes
2985 * .cvsignore, Makefile, Makefile.am, bootstrap, configure.ac, doc/.cvsignore, doc/Makefile.am, doc/doxygen/.cvsignore, doc/doxygen/Makefile.am, kernel/.cvsignore, kernel/Makefile, kernel/Makefile.am, kernel/openbox.c, kernel/parse.h, m4/openbox.m4, plugins/.cvsignore, plugins/Makefile, plugins/Makefile.am, plugins/placement/.cvsignore, plugins/placement/Makefile, plugins/placement/Makefile.am, po/.cvsignore, render/.cvsignore, render/Makefile, render/Makefile.am, themes/.cvsignore, themes/Makefile.am:
2986 new build system without automake
2988 * data/.cvsignore, data/Makefile.am, data/README, data/README.menu, data/README.style, data/menu.in:
2991 2003-04-02 Ben Jansens <xor@zed.orodu.net>
2993 * kernel/Makefile.am: BLEF HATE DIE
2995 * kernel/Makefile.am: bison doesnt use y.tab.*
2997 * configure.ac: use bison not yacc
2999 * kernel/Makefile.am, kernel/parse.y, kernel/parse.yacc:
3000 rename the parse.yacc to parse.y
3002 * kernel/Makefile.am: make parse.h depend on y.tab.h
3004 * kernel/parse.h, kernel/parse.l: this should seriously work
3006 * kernel/parse.h, kernel/parse.yacc: undo that
3008 * kernel/.cvsignore: ignore new lex/yacc gen'd files
3010 * kernel/parse.h, kernel/parse.yacc:
3011 don't include the y.tab.h inside the yacc file
3013 * kernel/Makefile.am: add y.tab.h to the headers so the yacc shit runs
3015 * kernel/Makefile.am: rm the generated files on clean
3017 * kernel/Makefile.am: wrong .h for the make rule
3019 * kernel/Makefile.am: deps the lex h on the c
3021 * kernel/Makefile.am, kernel/config.c, kernel/config.h, kernel/cparse.l, kernel/openbox.c, kernel/parse.c, kernel/parse.h, kernel/parse.l, kernel/parse.yacc:
3022 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
3024 * render/font.c: whitespace
3026 * render/font.c: kill debug print
3028 * render/font.c: use the tint properly for the shadow
3030 * kernel/client.c: rm debug print
3032 * render/render.c: will seg again
3034 * render/render.c: stop copying. still segfault?
3037 find the right offset in the source data for parent relative
3039 2003-04-02 manmower <manmower@zed>
3041 * render/render.c: let there be parentrelative
3043 2003-04-01 Ben Jansens <xor@zed.orodu.net>
3045 * TODO: more updates to current status
3047 2003-03-31 Ben Jansens <xor@zed.orodu.net>
3049 * kernel/client.c, kernel/client.h: add a shaded button
3051 * TODO: add some current states
3053 * plugins/resistance.c: dont resist to windows which we're not touching
3056 only disallow shading when the function is not enabled, dont disallow unshading
3058 * kernel/action.c: disallow resizing of windows which are shaded
3061 use the frame's position in the maximize function since they're converted to the client coords before getting to client_configure
3064 was not using the pointer properly. leaving the value untouched
3067 set fullscreen and max positions properly for all gravities
3069 * kernel/focus.c: rm a no-longer-valid comment
3072 yet more haxes to make focus events work the way i want. this is rough shit.
3074 * plugins/resistance.c:
3075 extraneous ! causing resistance to be snapping in one case. rm a debug print
3077 2003-03-30 Ben Jansens <xor@zed.orodu.net>
3079 * render/font.c: use 'sans' as the fallback font instead of 'fixed'
3081 * kernel/event.c, kernel/focus.c:
3082 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.
3084 2003-03-29 Ben Jansens <xor@zed.orodu.net>
3086 * kernel/action.c, kernel/action.h:
3087 make SendToDesktop action work right, give the option of following
3089 * render/mask.c, render/mask.h, render/render.h:
3090 add pixmap_mask_copy, and add the data to the mask struct, since it is needed for allowing copies
3092 * kernel/action.c, kernel/action.h: rm a redundant actiondata struct
3094 * kernel/menu.c: no //'s plz
3096 * kernel/action.c: translate sendtodesktop actions
3098 * plugins/resistance.c: use the top when snapping to the top
3100 * kernel/openbox.c: create the dirs for themes in ~/.openbox on startup
3102 2003-03-29 woodblock <woodblock@zed>
3104 * tests/Makefile: Add include path
3106 2003-03-29 Ben Jansens <xor@zed.orodu.net>
3108 * plugins/resistance.c:
3109 use the bottom of the screen for botom snapping! :)
3111 2003-03-29 woodblock <woodblock@zed>
3113 * kernel/Makefile.am, kernel/action.c, kernel/action.h, kernel/menu.c, kernel/menu.h:
3114 Menu data structures basically completed.
3115 Need the engine support still, parser, and controllers.
3117 2003-03-29 Ben Jansens <xor@zed.orodu.net>
3119 * kernel/action.c, kernel/action.h:
3120 add unshaderaise and shadelower actions from Mikachu
3122 * kernel/xerror.c, kernel/xerror.h: add a var to track errors
3124 * kernel/grab.c: don't die when someone else has a key grabbed
3126 2003-03-28 Ben Jansens <xor@zed.orodu.net>
3128 * kernel/action.c, kernel/client.c, kernel/client.h:
3129 rm client_disable_decorations.. it already had an action.
3130 add the action to the action_from_string func
3132 * kernel/client.c, kernel/client.h: add client_disable_decorations
3135 onlt raise the window when sending to a desktop it wasnt already on
3138 FocusOut's are NOT ignored. thats bullshit. fixing comment.
3141 focus... works...? i have all cases of mozilla working, with RevertToPointerRoot sucking ass but.. working now.
3144 RevertToPointerRoot is the worse error case, so use it always
3146 * kernel/event.c: comment why NotifyAncestor is not ignored
3149 yet MORE focus events reworkings. mozilla behaves now too. woot
3151 * kernel/client.c: make the value boolean
3154 more focus cleanups. ignored focusin's were not working right recursively.
3155 also, when the focusin coming later is not for a valid window the fallback would not be called. both fixed.
3157 * plugins/resistance.c: round down for size increments
3159 * kernel/action.c, kernel/dispatch.c, kernel/dispatch.h:
3162 * plugins/resistance.c:
3163 resize resistance. size incs will fuck with it yet though.
3166 was not moving the window between desktop focus lists sometimes. bad news. now i always do. yay!
3168 * kernel/focus.c: killa debug print
3171 handle better the case of choosing the window to focus but it is already focused when switching desktops
3173 * kernel/client.h: comment the new parameter
3175 * kernel/action.c, kernel/client.c, kernel/client.h, kernel/event.c, kernel/screen.c:
3176 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
3178 * kernel/stacking.c: oops that worked before i borked it bad
3180 * kernel/stacking.c: frame is a pointer
3182 * kernel/stacking.c: dont die if a non-visible window is raised/lowered
3184 * kernel/geom.h: make better?
3186 * kernel/focus.c: sync after focusing
3188 * kernel/geom.h: make these things one 'command' without braces
3190 2003-03-28 manmower <manmower@zed>
3192 * render/render.c, render/render.h, render/test.c:
3193 moved paint's arguments into the appearance struct
3195 2003-03-28 Ben Jansens <xor@zed.orodu.net>
3197 * kernel/stacking.c: dont lower below lower layers
3200 use the struts to size the window correctly for maximized windows
3202 * kernel/client.c: read struts properly
3204 2003-03-28 manmower <manmower@zed>
3206 * render/render.c, render/render.h: fix draw order in x_paint
3208 * render/render.c: black. not white. oops
3210 * render/render.c: black for parentrelative so we can test icons
3212 2003-03-28 Ben Jansens <xor@zed.orodu.net>
3214 * kernel/plugin.c: skip better
3216 * kernel/plugin.c: skip comments and empty lines
3219 only use the initial_state shit when NOT starting and when managing the window
3222 rm a bunch of prints. make switching to an empty desktop not kill focus
3224 * kernel/event.c: dont focus !normal windows on enter events
3226 * plugins/Makefile.am: focus plugin is gone
3228 * kernel/client.c: mor fabulous focus fixings.
3229 RevertToNone so that when the fallback stuff goes the window wont already have focus cuz it has the pointer in to
3231 * kernel/event.c: fallback focus in superior fashion
3233 * kernel/focus.c: better var naming
3236 dont rm focus when i actually found something to fall back to with the pointer
3238 2003-03-27 Ben Jansens <xor@zed.orodu.net>
3240 * kernel/event.c: watch for FocusIn's for unknown clients
3242 * kernel/plugin.c: rm the focus plugin
3244 2003-03-27 manmower <manmower@zed>
3246 * render/render.h: prep for parentrelative
3248 2003-03-27 Ben Jansens <xor@zed.orodu.net>
3250 * kernel/event.c: missed the end of a comment
3252 * kernel/client.c, kernel/client.h, kernel/event.c, kernel/event.h:
3253 handle focus in the kernel, no more plugin
3255 * kernel/focus.c, kernel/focus.h: add code to fallback focus
3257 * kernel/screen.c: focus a window on desktop switch
3259 * plugins/Makefile.am, plugins/focus.c: rm the focus plugin
3261 * kernel/config.c: add focus options
3264 set the last time to CurrentTime for events that don't have time stamps
3266 * kernel/client.c: rm debug print
3268 2003-03-26 Ben Jansens <xor@zed.orodu.net>
3270 * kernel/client.c, kernel/event.c, kernel/event.h, kernel/focus.c, kernel/grab.c, kernel/keyboard.c, kernel/keyboard.h, kernel/pointer.c, kernel/pointer.h:
3271 not using CurrentTime anywhere
3273 * kernel/grab.c: use CurrentTime again?
3275 * kernel/grab.c: ungrab with currenttime
3278 use the last event timestamp when focusing the focus_backup
3281 comment that the relative move/resize amounts need to be set
3283 * kernel/action.c, kernel/action.h:
3284 split up the relative move/resize actions into horz/vert
3286 * kernel/action.c, kernel/action.h: create actions from string names
3288 * kernel/action.c: let a be null for action_free
3290 * kernel/cparse.l: use g_warning not printf
3292 * kernel/client.c: kill the prints again for now
3294 * kernel/xerror.c: dont print bad window errors
3296 * kernel/client.c, kernel/grab.c: put back map/unmap msgs
3298 * configure.ac: look for yacc
3300 * kernel/event.c: dont let you got to numdesktops+1
3302 * kernel/screen.c: rm the debug print
3304 * kernel/event.c: kill debug prints
3306 * kernel/client.c: oops
3308 * kernel/client.c: rm some debug prints
3310 * kernel/event.c: use ungrab enter events
3312 2003-03-26 manmower <manmower@zed>
3314 * render/render.c: add rgba icon support
3316 * render/image.c, render/image.h: rgba icon rendering
3318 * render/Makefile.am: add image.c to the build process
3320 2003-03-26 Ben Jansens <xor@zed.orodu.net>
3322 * kernel/client.c, kernel/client.h: use rgba icons for clients
3324 2003-03-26 manmower <manmower@zed>
3326 * render/render.h: added "NoTexture" type
3328 2003-03-26 Ben Jansens <xor@zed.orodu.net>
3330 * kernel/action.c: check for no client
3332 2003-03-26 manmower <manmower@zed>
3334 * render/render.h: filled out rgba
3336 2003-03-26 Ben Jansens <xor@zed.orodu.net>
3338 * kernel/.cvsignore: new output file from flex
3340 * .cvsignore: wrong place
3342 * .cvsignore, kernel/Makefile.am, kernel/cparse.l:
3343 usnig flex directly, renaming symbols so that theres no clash with other lexers
3345 * configure.ac: look for flex
3347 * kernel/action.c: free the string for action_restart too
3349 2003-03-26 manmower <manmower@zed>
3351 * render/font.c, render/font.h, render/mask.c, render/mask.h, render/render.c:
3352 add a Rect to the textures for positioning them
3354 2003-03-26 Ben Jansens <xor@zed.orodu.net>
3356 * kernel/plugin.c: print a warning when a module fails to open
3358 2003-03-26 manmower <manmower@zed>
3360 * render/render.h: include appropriate header file for Rect
3362 * render/render.h: added position to the textures
3364 2003-03-25 Ben Jansens <xor@zed.orodu.net>
3366 * kernel/event.c: dont change desktop when its out of range
3368 * render/font.c: bettr font alignment, i think
3370 * plugins/resistance.c: add 'corner snapping' resistance
3372 * kernel/event.c: typo
3374 * kernel/event.c: dont accept MapRequest's for !iconic windows
3377 clarify using stacking_lower for restoring the stacking order
3379 * kernel/client.c: free the startup stacking order after using it
3382 read in the stacking order on startup, and use it to restore windows back to the order they were in before
3384 * kernel/stacking.c:
3385 dont change the stacking order hint while shuting down
3387 2003-03-24 Ben Jansens <xor@zed.orodu.net>
3389 * kernel/menu.h: add action.h for menu entries
3391 * kernel/menu.h: you cant reference yourself as a type
3393 * kernel/client.c, kernel/event.c: use g_hash_table properly
3395 2003-03-24 woodblock <woodblock@zed>
3397 * kernel/menu.c, kernel/menu.h: Added some menu structure.
3399 2003-03-24 Ben Jansens <xor@zed.orodu.net>
3402 make sure the ConfigureNotify is propogated even when there is no change
3405 always send the event on a final configure even if there was no real move
3408 make sure windows which cant be moved or resized also can't be fullscreened
3410 * kernel/client.c: only configure the engine if something changed
3412 * kernel/client.c, kernel/event.c:
3413 only perform the actions necessary when performing an engine_adjust_area. pass whether the client has moved or resized
3415 * kernel/event.c: double ptrs suck! yay shape!
3417 * kernel/event.c: handle shape events
3419 * kernel/action.c: dont move/resize !normal windows
3421 * kernel/event.c: kill debug prints
3423 * kernel/client.c: kill debug print
3425 * kernel/client.c, kernel/client.h, kernel/dispatch.h, kernel/event.c, kernel/focus.c:
3426 more focus improvements. everything seems to work!
3428 * kernel/event.h: Time is declared in Xlib.h
3430 * kernel/openbox.c: not.
3432 * kernel/openbox.c: focus seems to work when not remote too now
3434 * kernel/event.c, kernel/openbox.c:
3435 more focus fixes. i wish this could end.
3437 * kernel/client.c: no \n in g_message
3439 * kernel/action.c, kernel/action.h: add restart and exit actions
3441 2003-03-23 Ben Jansens <xor@zed.orodu.net>
3443 * kernel/client.c, kernel/client.h, kernel/event.c:
3444 yet more improvements to focus handling
3446 * render/test.c: gl aint used yet
3448 * plugins/resistance.c: export config values
3450 * plugins/focus.c, plugins/placement/placement.c: dont need the bool
3452 * plugins/focus.c: typo
3454 * plugins/placement/placement.c: make history placement optional
3456 * plugins/focus.c: export its options and use them from the rc file
3458 * plugins/focus.c: export focus options to the rc file
3460 * render/font.c: seems to be better text placement than ever
3463 found what seems to be a better vertical offset for the fonts
3465 * kernel/stacking.c: compare it to null like i do elsewhere
3467 * kernel/client.c: code optimization
3470 when adjusting the trasient lists, set them, dont leave them hanging into space
3472 * kernel/client.c: whitespace
3474 * kernel/dispatch.c: use gnew0 to make life easy
3476 * kernel/plugin.c: use the plugins' plugin_setup_config function
3478 * render/gradient.c: dont render gradients that are missing
3480 * plugins/focus.c, plugins/placement/placement.c, plugins/resistance.c:
3481 add the plugin_setup_config function
3483 * kernel/event.c: kill debug print
3485 * kernel/event.c: handle multiple maprequests graciously
3487 * kernel/screen.c: oops
3490 move windows when the number of desktops changes and they arent on a desktop anymore
3493 set focus_order back to null on shutdown so g_renew would work
3495 * render/render.c: add more size checks
3497 2003-03-23 woodblock <woodblock@zed>
3500 Fix a bug that would put duplicate windows in the workspace menu.
3502 2003-03-23 Ben Jansens <xor@zed.orodu.net>
3504 * kernel/openbox.c, kernel/themerc.c, kernel/themerc.h:
3505 rm the themerc stuff
3507 * kernel/Makefile.am: rm themerc.[ch]
3509 * kernel/config.c, kernel/cparse.l: better parsing errors
3511 * kernel/config.c, kernel/config.h: add booleans
3513 * kernel/cparse.l: properly parse comments!
3516 * render/gradient.c: no \n in g_message
3518 * kernel/config.c, kernel/config.h:
3519 add descriptive names and long descriptions to config var def'ns. set these for the kernel config options.
3521 2003-03-22 Ben Jansens <xor@zed.orodu.net>
3523 * kernel/config.c, kernel/engine.c, kernel/openbox.c, kernel/plugin.c, kernel/plugin.h:
3524 make the openbox engine use the new config shit instead of the themerc shit.
3525 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.
3527 * kernel/config.c: only load the system rc if the user rc didnt load
3529 * kernel/config.c, kernel/engine.c, kernel/engine.h, kernel/openbox.c:
3530 load the engine out of the config shit. tho the ordering is fucked atm
3532 * kernel/cparse.l: parse lines that start with '#' as comments
3534 * kernel/cparse.l: let identifiers have '.' in them
3536 * kernel/config.c, kernel/cparse.l:
3537 give the filename to the parser for errors
3539 * kernel/cparse.l: remove debug print
3541 * kernel/config.c: yah. fuck
3543 * kernel/config.c: add a check for adding the same exact def'n twice
3545 * kernel/Makefile.am, kernel/config.c, kernel/config.h:
3546 config system fleshed out. many thanks to woodlbock for his code! yay!
3548 * configure.ac: add const and inline checks for the compiler
3550 * kernel/.cvsignore: ignore cparse.c
3552 * kernel/cparse.c: didnt belong
3554 * kernel/Makefile.am, kernel/config.c, kernel/config.h, kernel/cparse.c, kernel/cparse.l, kernel/openbox.c:
3555 start the config system, add the config file parser
3557 * configure.ac: check for stdio.h
3559 * kernel/client.c: asserts in unmanage to try track a crash
3561 * kernel/screen.c: blef
3563 * kernel/action.c, kernel/action.h, kernel/client.c, kernel/client.h:
3564 add the client_kill function, and the kill action, and bind it to the middle mouse button on the close button.
3566 * plugins/placement/history.c, plugins/placement/placement.c:
3567 history placement works. loads. saves. woot.
3569 * configure.ac: look for sys/stat.h
3571 * kernel/openbox.c: make the ~/.openbox dir on startup
3573 2003-03-22 woodblock <woodblock@zed>
3575 * CHANGELOG: Bug fixes from 2_4. Merge point tag 2_4-to-2_3-03-21-2003.
3577 2003-03-22 Ben Jansens <xor@zed.orodu.net>
3579 * kernel/client.c, kernel/client.h:
3580 rename the res_name and res_class members to name and class
3582 2003-03-22 woodblock <woodblock@zed>
3585 Fixed some more menu lamity, and the infamous xmms focus crash. wunf.
3587 2003-03-21 Ben Jansens <xor@zed.orodu.net>
3589 * data/Makefile.am, data/menu.in: use $(datadir)
3591 * data/Makefile.am: install the menu in $(datadir)
3592 build from $(srcdir)/menu.in
3594 * data/Makefile.am: use the SED command
3596 * kernel/event.c, kernel/openbox.c, kernel/plugin.c, kernel/timer.c, m4/openbox.m4, render/color.c, render/font.c, render/mask.c, render/render.c, render/test.c:
3597 add strict ansi compliance
3599 * configure.ac: find sed
3601 * configure.ac: clean up configure.ac a bit
3603 * configure.ac: rm the c/Makefile
3605 * configure.ac: look for kernel/openbox.c instead of src/main.cc
3607 * render/font.c: include gettext.h from the right place
3609 * kernel/.cvsignore: ignore the openbox3 binary
3611 * kernel/Makefile.am: build 'openbox3' instead of 'ob3'
3613 * kernel/Makefile.am: build the binary called 'openbox3'
3615 * tools/.cvsignore, tools/Makefile.am, tools/obsetroot.cc:
3616 rm the obsetroot tool and the wrap shit from swig
3618 * kernel/client.c, kernel/engine.c, kernel/engine.h:
3619 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
3622 dont focus anything in the kernel from showing-the-desktop mode
3625 focus windows when entering/leaving enter-the-desktop mode
3627 * kernel/dispatch.h: better comment for Event_Client_Moving
3629 * kernel/openbox.c: choke on invalid options on the cmd line
3631 * kernel/client.c: dont check for != NULL before freeing. pointless.
3633 * kernel/screen.c: don't check for != NULL before freeing. pointless
3635 * kernel/screen.c: defn vars at the top of funcs
3637 * plugins/placement/placement.c:
3638 dont reposition windows who know what they want
3640 * kernel/client.c, kernel/client.h:
3641 add the client_set_focused function.
3642 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.
3645 use the client_set_focused function when getting FocusIn/Out events
3647 * kernel/focus.c: init the focus_client ptr in startup
3649 * plugins/focus.c: dont focus !normal clients under the mouse
3651 * kernel/screen.c: dont use the client's colormap if it is set to None!
3653 * kernel/Makefile.am, kernel/action.c, kernel/dispatch.c, kernel/dispatch.h, kernel/openbox.c, kernel/snap.c, kernel/snap.h:
3654 add a dispatched event for interactively moving a window.
3655 move window snapping/resistance out of the kernel.
3656 make the action_move dispatch the new event.
3658 * plugins/resistance.c: rm debug print
3660 * plugins/resistance.c: optimization!
3662 * plugins/resistance.c: syntax error!
3664 * plugins/resistance.c: don't snap to non-visibles
3666 * plugins/resistance.c: dont snap to self
3668 * plugins/resistance.c:
3669 rm the edge_resistance option.. just dont load the plugin!
3671 * plugins/focus.c, plugins/placement/placement.c:
3672 make the event function static!
3674 * plugins/Makefile.am, plugins/.cvsignore, plugins/resistance.c:
3675 add a window resistance plugin
3677 * plugins/placement/placement.c: rename event() to place_event()
3679 * kernel/snap.c: snap window-to-window
3681 * plugins/focus.c: focus new windows
3683 * plugins/focus.c: rm debug prints
3685 * kernel/event.c: rm debug print
3687 * kernel/client.c: rm debug prints
3689 * kernel/client.c, kernel/client.h, plugins/focus.c:
3690 rm the focused member from the client struct, it was redundant with the focus_client variable around
3692 * kernel/event.c: update engine last for focus events
3694 * plugins/placement/.cvsignore, plugins/placement/Makefile.am, plugins/placement/history.c, plugins/placement/history.h:
3695 set up the history place stuff's files
3697 * plugins/placement/placement.c: start and stop the history plugin
3700 dont set the restart path to "", load the placement plugin
3702 * plugins/focus.c: dont skip enter events
3704 * .cvsignore, configure.ac, kernel/openbox.c, plugins/Makefile.am, plugins/placement/.cvsignore, plugins/placement/Makefile.am, plugins/placement/placement.c:
3705 add a window placement plugin
3707 2003-03-21 woodblock <woodblock@zed>
3709 * CHANGELOG: Document unexpandTilde()
3711 * CHANGELOG: Support _NET_WM_STATE_FULLSCREEN
3713 * CHANGELOG: We'll call it 2.4, I guess.
3715 * CHANGELOG: Display titles in the workspace menu as UTF8.
3717 2003-03-20 Ben Jansens <xor@zed.orodu.net>
3719 * plugins/focus.c: disable warping on desk switch
3721 * plugins/focus.c: skip events more smarter
3723 * plugins/focus.c: kill all enter events on a desktop switch
3725 * kernel/screen.c: show windows before hiding when switching desktops
3727 * plugins/focus.c: skipping the right number of enters now i think
3730 skip all enter events for now.. need a clever tactic for this..
3732 * kernel/openbox.c, kernel/openbox.h:
3733 add -help -version -sync and -rc cmd line options
3735 * kernel/Makefile.am: add the binary and urls to the Makefile and -D's
3737 * kernel/geom.h: add RECT_CONTAINS
3739 * kernel/client.c, kernel/client.h:
3740 save decor and functions per client for fullscreening!
3743 lock the size/position of maximized and fullscreen clients
3746 fallback super intelligently with focus when the focused
3748 * kernel/client.c: lock the position/size of maximized windows
3750 * kernel/openbox.c: restart and catch errors appropriately
3752 * kernel/action.c: init the GError to NULL
3754 * kernel/openbox.c: can restart now
3756 2003-03-19 manmower <manmower@zed>
3758 * render/color.c, render/color.h, render/render.c, render/render.h:
3759 added depth reduction and startup for true color visuals
3760 16bpp should now work
3762 2003-03-19 Ben Jansens <xor@zed.orodu.net>
3764 * kernel/openbox.c: restart will work soon
3766 * kernel/client.c: no \n in g_messages
3768 * kernel/event.c: MapRequest needs to activate the window
3770 * kernel/action.c: snap windows when moving them
3772 * kernel/Makefile.am, kernel/snap.c, kernel/snap.h:
3773 add code for snapping windows to screen edges
3775 * kernel/grab.h: add funcs to grab buttons and keys
3777 * kernel/event.h: export the NumLock and ScrollLock masks
3779 * kernel/event.c: dont need a mask_list here
3781 * kernel/grab.c: grab all lock keys
3783 * kernel/event.c: break, dont return
3785 * kernel/event.c: add code to make net_active_window events work
3787 * kernel/action.c, kernel/action.h: add focusraise
3789 * kernel/screen.c: put the comment where it belongs
3792 on shutdown: destroy the net support window. clear a few more properties we dont want across restart. select NoEventMask on root.
3794 * kernel/focus.c: oops
3796 * kernel/focus.c: destroy the focus_backup
3799 erase the openbox_pid hint on the root window when we shutdown
3801 * plugins/focus.c: all the old ob2 mouse bindings are workin
3803 * kernel/event.c: ignore !normal crossing events
3805 * plugins/focus.c: simply out the events we dont need no more
3807 * render/render.c: free the right pixel data yay!
3809 * render/render.c: free the pixel data
3812 start with 0 desktops, so the focus_order stuff all gets initialized properly
3815 the focus_order shit is init'd by the screen_startup setting the number of desktops
3817 * kernel/openbox.c: shutdown everything before closing the display
3819 * render/render.c: can fit on one line
3822 initialize texture to NULL if theres no textures. use g_memdup to copy it
3824 * kernel/dispatch.c: comment what funcs is
3826 * kernel/themerc.c: close the channel by unref'ing it
3829 kill the const, use g_new instead of malloc, g_free the font in font_close()
3831 * render/font.h: kill the const
3833 * render/font.c: clean up comments regarding alpha
3836 rm the comments pointer bindings stuff, thats in a plugin now
3838 * kernel/client.c: add new windows to the back of the focus order list
3840 * kernel/client.c, kernel/dispatch.h, kernel/focus.c, kernel/focus.h, kernel/openbox.c, kernel/screen.c, plugins/focus.c:
3841 move the focus_order lists into the kernel
3843 * kernel/action.c, kernel/action.h: add focus actions
3845 * plugins/focus.c: add sloppy focus
3847 * kernel/action.c, kernel/action.h, kernel/grab.c:
3848 mouse and key bindings plugins work. segfault somewhere still on shutdown
3850 * kernel/openbox.c: reset focus to root before exiting
3852 2003-03-18 Ben Jansens <xor@zed.orodu.net>
3854 * plugins/.cvsignore: ignore shit
3856 * configure.ac: add the mouse plugin
3858 * kernel/client.c, kernel/grab.c, kernel/grab.h:
3859 add 'grab_server' for grabbing .. the .. server!
3861 * kernel/Makefile.am, kernel/grab.c, kernel/grab.h, kernel/openbox.c:
3862 provide functions for grabbing and ungrabbing the keyboard and pointer
3864 * plugins/Makefile.am: set the log domain for each plugin properly
3867 warp the pointer on a workspace change to the focused window
3869 * kernel/focus.c: kill some whitespace
3871 * kernel/focus.c: kill a comment
3873 * plugins/focus.c: focus fallback works when nothing is focused
3875 * kernel/event.c: dont set the focused client if it's already set
3877 * kernel/focus.c: send the right client for unfocus events
3879 * kernel/focus.c: send unfocus events after focus events
3881 * plugins/Makefile.am: generic domain
3883 * kernel/Makefile.am, kernel/action.c, kernel/action.h, kernel/client.c, kernel/keyboard.c, kernel/openbox.c, kernel/screen.h:
3884 add actions for key/mouse bindings etc
3886 * configure.ac: dont need process.h, yay glib
3888 * configure.ac: add process.h
3890 * plugins/.cvsignore: add cvsignores
3892 * configure.ac, kernel/client.c, kernel/client.h, kernel/dispatch.c, kernel/dispatch.h, kernel/engine.c, kernel/focus.c, kernel/openbox.c, kernel/plugin.c, kernel/screen.c, plugins/Makefile.am:
3893 add a keyboard plugin
3896 focus new windows and focus windows on workspace change
3898 * kernel/Makefile.am, kernel/dispatch.c, kernel/dispatch.h, kernel/engine.c, kernel/engine.h, kernel/openbox.c, kernel/plugin.c, kernel/plugin.h, plugins/Makefile.am, plugins/focus.c:
3900 start a focus plugin.
3902 2003-03-17 Ben Jansens <xor@zed.orodu.net>
3904 * render/font.c: dont put \n's at the end of g_message
3906 * kernel/dispatch.c: make sure theres always a client for client events
3908 * kernel/dispatch.h: oops missing a */
3910 * kernel/dispatch.h: fix comments
3912 * kernel/clientwrap.c, kernel/clientwrap.h, kernel/configwrap.c, kernel/configwrap.h, kernel/hooks.c, kernel/hooks.h, kernel/openboxwrap.c, kernel/openboxwrap.h, kernel/python.c, kernel/python.h:
3913 rming almost all the old python stuffs
3915 * kernel/client.c, kernel/dispatch.c, kernel/dispatch.h, kernel/event.c, kernel/focus.c, kernel/openbox.c, kernel/screen.c:
3916 all events are dispatched
3918 * render/font.c: kill the debug print
3920 * plugins/Makefile.am: add the plugins dir
3922 * Makefile.am, configure.ac, kernel/Makefile.am, kernel/client.c, kernel/client.h, kernel/dispatch.c, kernel/dispatch.h, kernel/event.c, kernel/focus.c, kernel/openbox.c:
3923 stop using python internally. add an event dispatcher
3925 * DESIGN/plugins_vs_scripting.txt: kill the timestamps
3927 * DESIGN/plugins_vs_scripting.txt: my rant..
3929 * render/font.c, render/font.h, render/render.c:
3930 pass the x,y,w,h to font_draw.
3931 draw the text in the "right" place for now.. no justification yet
3933 * render/font.c, render/render.h:
3934 measure the font's height instead of listening to Xft
3936 * kernel/event.c: dont skip ungrab corssing events
3938 2003-03-17 manmower <manmower@zed>
3940 * render/gradient.c, render/gradient.h, render/render.c:
3941 solids should now work with offsets
3943 * render/render.c: more random pokery
3945 * render/render.c: either offsets work, or I've broken lots of things.
3947 * render/render.h, render/test.c:
3948 more changes wrt passing x, y, w, h to render
3950 * render/color.c, render/render.c, render/render.h:
3951 paint gets more parameters
3953 * render/render.h: apparently my variable names were too verbose.
3955 * render/render.h: offsets in planar surfaces
3957 2003-03-17 Ben Jansens <xor@zed.orodu.net>
3959 * kernel/hooks.c: declare variables first!
3961 * render/color.c: decalre variables before code!
3963 * kernel/client.c, kernel/client.h:
3964 make client_showhide a static function
3966 * kernel/client.c, kernel/client.h, kernel/screen.c:
3967 speed up workspace switching by causing the minimal number of expose events (none for the hiding windows!)
3969 * kernel/engine.c, kernel/engine.h, kernel/event.c:
3970 give engines mouse event notifications. make the openbox engine display pressed buttons
3972 2003-03-17 manmower <manmower@zed>
3974 * render/render.h: added justification to textureText
3976 2003-03-17 Ben Jansens <xor@zed.orodu.net>
3978 * kernel/themerc.c: pixmap button masks work (hardcoded)
3980 * render/mask.h: dont need those includes no more
3982 2003-03-17 manmower <manmower@zed>
3984 * render/mask.c, render/mask.h, render/render.c:
3985 in keeping with my tradition of committing untested code, here is the
3986 pixmap mask rendering code ported from the old otk dirs
3988 * render/mask.c, render/mask.h, render/render.h:
3989 move pixmap_mask typedef
3990 add stub for draw_mask
3992 2003-03-17 Ben Jansens <xor@zed.orodu.net>
3994 * render/mask.c, render/mask.h: add funcs to create/free pixmap_masks
3996 * render/mask.h: add glib.h for guint
3998 * render/mask.h: include Xlib.h for Pixmap
4000 * render/Makefile.am: add mask.[ch]
4002 * render/mask.c, render/mask.h, render/render.h:
4003 add a struct for pixmap masks
4005 2003-03-17 manmower <manmower@zed>
4007 * render/render.c: hack so text shows up
4009 2003-03-17 Ben Jansens <xor@zed.orodu.net>
4012 dont delete the pixmap until after changeing the visible one
4014 2003-03-17 manmower <manmower@zed>
4016 * render/render.c: add missing include, pass right args to font_draw
4018 2003-03-16 manmower <manmower@zed>
4020 * render/render.c: malloc. yeah.
4022 2003-03-16 Ben Jansens <xor@zed.orodu.net>
4024 * kernel/openbox.c: will draw fonts when stop segging
4026 2003-03-16 manmower <manmower@zed>
4028 * render/render.c: copy textures in appearance_copy
4030 * render/render.c: try to render fonts
4031 destroy pixmaps and xftdraws in appearance_delete
4033 * render/render.h: font changes
4035 * render/gradient.c: remove printf and stdio.h
4037 * render/font.c: add font_draw
4039 * render/font.h: add font_draw
4040 move font def'n to render.h
4042 2003-03-16 Ben Jansens <xor@zed.orodu.net>
4044 * kernel/Makefile.am, kernel/configwrap.c, kernel/configwrap.h, kernel/openbox.c, kernel/pointer.c:
4045 pointer's variables are config vars
4047 2003-03-16 manmower <manmower@zed>
4049 * render/Makefile.am: font.h and font.c
4051 * kernel/openbox.c: added font_startup
4053 * render/render.h: filled out font texture
4055 * render/font.c, render/font.h: added some font stuff
4057 2003-03-16 Ben Jansens <xor@zed.orodu.net>
4059 * 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, kernel/.cvsignore, kernel/Makefile.am, kernel/client.c, kernel/client.h, kernel/clientwrap.c, kernel/clientwrap.h, kernel/engine.c, kernel/engine.h, kernel/event.c, kernel/event.h, kernel/extensions.c, kernel/extensions.h, kernel/focus.c, kernel/focus.h, kernel/frame.c, kernel/frame.h, kernel/geom.h, kernel/gettext.h, kernel/hooks.c, kernel/hooks.h, kernel/keyboard.c, kernel/keyboard.h, kernel/openbox.c, kernel/openbox.h, kernel/openboxwrap.c, kernel/openboxwrap.h, kernel/pointer.c, kernel/pointer.h, kernel/prop.c, kernel/prop.h, kernel/python.c, kernel/python.h, kernel/screen.c, kernel/screen.h, kernel/stacking.c, kernel/stacking.h, kernel/themerc.c, kernel/themerc.h, kernel/timer.c, kernel/timer.h, kernel/xerror.c, kernel/xerror.h, m4/openbox.m4, m4/swig.m4, 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:
4060 merge the C branch into HEAD
4062 * kernel/openboxwrap.c: add functions for next/previous workspace
4064 * kernel/pointer.c: no segfault with the cleaner code
4066 * kernel/pointer.c: clean up pointer_event a little
4068 2003-03-12 Ben Jansens <xor@zed.orodu.net>
4070 * kernel/keyboard.c, render/render.c: blef
4072 2003-03-11 Ben Jansens <xor@zed.orodu.net>
4075 fire off pointer events and grabbed events, make work withthe new bindings model
4077 2003-03-08 Ben Jansens <xor@zed.orodu.net>
4079 * kernel/keyboard.c: use glib TRUE/FALSE
4081 * kernel/keyboard.c: new keyboard model (the old old one basically..)
4083 * kernel/clientwrap.c: compare 2 clients properly
4085 * kernel/clientwrap.c:
4086 return False when comparing a client to another object type
4088 * kernel/keyboard.c: pass a KeyboardData instead of just the chain
4090 * kernel/keyboard.c: typo in the port to C
4092 * kernel/clientwrap.c: add __eq__ to Client
4094 * kernel/openboxwrap.c: check for desktops out of range
4097 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
4099 * kernel/openbox.c: must use a tuple for the argument list
4101 * kernel/clientwrap.c: add the maximized() setMaximized() funcs
4103 * kernel/pointer.c: add the drag threshold
4105 * kernel/clientwrap.c: add Client.close()
4107 * kernel/client.c: keep clients in the right range of desktops
4109 * kernel/client.c: kill debug prints
4111 * kernel/client.c: client_validate should return TRUE sometimes@!(
4113 * kernel/event.c: *** empty log message ***
4116 position the maximized window so that its client's left edge is at the edge of the screen
4119 dont resize the client window unless its size changed
4121 * kernel/client.c: dont resize the frame when not needed
4123 2003-03-08 manmower <manmower@zed>
4125 * render/render.c, render/test.c: solid.
4127 2003-03-08 Ben Jansens <xor@zed.orodu.net>
4129 * kernel/openbox.c: start render before the engine
4131 2003-03-08 manmower <manmower@zed>
4133 * render/gradient.c, render/render.c, render/render.h:
4134 hopefuly pixmap management is improved.
4136 * render/render.c: appearance_copy needs to copy the whole appearance.
4138 * render/render.c: copy the original. ugh
4140 * render/gradient.c, render/render.c:
4141 fix appearance_copy (check for null colors)
4143 * render/gradient.c, render/render.c, render/render.h:
4144 removed interlace_color
4145 added appearance_copy
4147 * render/gradient.c, render/gradient.h, render/render.c, render/render.h, render/test.c:
4148 removed w,h from surface struct
4149 it is now passed with paint()
4151 2003-03-08 Ben Jansens <xor@zed.orodu.net>
4153 * kernel/geom.h: kill an assert.h include
4155 2003-03-07 manmower <manmower@zed>
4157 * render/render.c: only free it if I allocated it!
4159 * render/render.c: still retarded
4161 * render/render.c, render/test.c: I hate being retarded
4164 color_rgb now reflects the actually color, not requested
4166 * render/color.c, render/color.h:
4167 allocate colors on creation, added .pixel to color_rgb
4169 * render/color.c, render/color.h, render/render.c, render/test.c:
4170 added color_free, made appearance_free use it
4172 2003-03-07 Ben Jansens <xor@zed.orodu.net>
4174 * render/color.h: add include for GC
4176 * kernel/Makefile.am: use librender.a
4178 * render/Makefile.am: make a librender.a
4180 2003-03-07 manmower <manmower@zed>
4182 * render/color.c, render/color.h, render/gradient.c, render/render.c, render/render.h, render/test.c:
4183 added color new/destroy
4184 made color_rgbs in appearance into pointers
4185 updated the rest to follow
4187 2003-03-07 Ben Jansens <xor@zed.orodu.net>
4189 * configure.ac: look for ctype.h for toupper
4191 * kernel/themerc.c: use g_build_filename!
4193 * kernel/themerc.c: dont need to check for path being set now
4195 * kernel/engine.c, kernel/openbox.c, kernel/python.c, kernel/themerc.c:
4196 use g_build_filename properly, gotta pass a NULL at the end
4199 wait for the time until the next timer if there is a timer pending
4201 * kernel/timer.c: if a callback fires, set the wait time to 0
4203 * kernel/Makefile.am: add the render/color.o
4205 * kernel/timer.c: oops stupid c++ iterators messing with me
4207 * kernel/timer.c, kernel/timer.h: New file.
4209 * kernel/Makefile.am, kernel/timer.c, kernel/timer.h: add timers
4211 * kernel/themerc.c: fucked up an error message
4213 2003-03-07 manmower <manmower@zed>
4215 * render/render.c: XDestroyImage, not Xfree. stop memleak
4217 2003-03-07 Ben Jansens <xor@zed.orodu.net>
4219 * configure.ac: check for sys/time.h
4221 2003-03-07 manmower <manmower@zed>
4223 * render/color.c, render/color.h, render/font.c: New file.
4225 * 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:
4226 it was broken before, it is broken now.
4228 2003-03-07 Ben Jansens <xor@zed.orodu.net>
4230 * kernel/engine.c, kernel/python.c, kernel/themerc.c:
4231 build paths properly, and get the home dir properly
4233 * render/test.c: enum changed
4235 2003-03-07 manmower <manmower@zed>
4237 * render/render.c, render/render.h: added appearance_new/free
4238 changed assert to g_assert
4239 changed enum and struct names to be friendlier
4241 2003-03-07 Ben Jansens <xor@zed.orodu.net>
4243 * doc/themerc.txt: add a full example
4245 * doc/themerc.txt: New file.
4247 * doc/themerc.txt: add a doc for the themerc file
4249 * kernel/engine.c, kernel/engine.h, kernel/openbox.c, kernel/themerc.c, kernel/themerc.h:
4250 load the font and titlebarlayout from the themerc
4252 * configure.ac, m4/openbox.m4, m4/swig.m4:
4253 kill old swig shit for the build system. rm the endian check, glib does this
4255 * m4/openbox.m4: dont set crazy mipspro flags.. this is C not C++!
4257 * kernel/themerc.c: read home dir in the right order n shi
4259 * kernel/themerc.c: read the file out of the homedir first
4261 * kernel/themerc.c: print warnings for redefines in the themerc
4263 * kernel/openbox.c, kernel/themerc.c, kernel/themerc.h:
4266 * kernel/themerc.c, kernel/themerc.h: New file.
4268 * kernel/Makefile.am, kernel/engine.c, kernel/engine.h, kernel/openbox.c, kernel/python.c, kernel/themerc.c, kernel/themerc.h:
4269 load the engine before the python
4271 * kernel/client.c: fire the visible hook when requested
4273 * kernel/engine.c, kernel/engine.h, kernel/openbox.c:
4274 rm the engine interface from the python
4276 * kernel/pointer.c: dont let invalid contexts through
4278 * Makefile.am: build render before kernel
4280 2003-03-07 manmower <manmower@zed>
4282 * render/render.c, render/render.h, render/test.c:
4283 removed a bunch of stuff that the rest of ob3 already does for us
4284 renamed a couple of functions to match the rest of ob3's style
4286 2003-03-07 Ben Jansens <xor@zed.orodu.net>
4288 * kernel/client.c: map withdrawn/dock apps
4290 * kernel/Makefile.am: link the .o's instead of building them again
4292 2003-03-06 Ben Jansens <xor@zed.orodu.net>
4294 * kernel/openbox.c: startup/shutdown the render stuff
4296 * kernel/Makefile.am: build in the render/ sources
4298 * themes/.cvsignore: New file.
4300 * themes/.cvsignore: ignore new shit
4302 * configure.ac: openbox engine loads a style, well, opens one
4304 * kernel/event.c: catch xkb bell events, fire the hook
4306 * themes/Makefile.am: New file.
4308 * Makefile.am, configure.ac, themes/Makefile.am:
4309 add themes for the openbox engine
4311 * kernel/engine.c: clean up messages
4313 * kernel/engine.c: dont save the internal char*'s
4315 * kernel/pointer.c: allow any context
4317 * render/Makefile.am: render/ doesnt need the locale or script dir
4319 * render/Makefile.am: link in xft and find its headers
4321 * kernel/Makefile.am: link in Xft
4323 * kernel/client.c, kernel/client.h, kernel/screen.c, kernel/stacking.h:
4324 show and hide windows in the order to cause the least expose events
4326 * configure.ac, kernel/Makefile.am, kernel/client.c, kernel/clientwrap.c, kernel/engine.c, kernel/engine.h, kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/pointer.c, kernel/stacking.c:
4327 openbox engine works, fuck this tabs shit
4329 2003-03-05 Ben Jansens <xor@zed.orodu.net>
4331 * kernel/pointer.c: kill bad return
4333 * kernel/client.c, kernel/clientwrap.c, kernel/frame.c, kernel/frame.h, kernel/pointer.c, kernel/stacking.c:
4337 staticify these vars.. they were causing a SIGILL..???!!? i blame gcc..
4339 2003-03-04 Ben Jansens <xor@zed.orodu.net>
4341 * kernel/client.c, kernel/engine.c, kernel/engine.h, kernel/event.c, kernel/frame.h, kernel/pointer.c, kernel/stacking.c:
4342 allow a frame to have multiple top-level windows. provide functions for getting a clients parent, and all of a frames top-level windows.
4344 * kernel/engine.c, kernel/engine.h: New file.
4346 * configure.ac, kernel/Makefile.am, kernel/client.c, kernel/clientwrap.c, kernel/engine.c, kernel/engine.h, kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/openbox.c, kernel/pointer.c:
4347 make the pwm engine "work", however we have a race on startup..
4349 * kernel/Makefile.am: add the enginedir
4351 * kernel/pointer.c: generate release events for client clicks
4354 XAllowEvents when we get one with the client context
4356 * kernel/frame.c: plate is the client context
4358 * kernel/pointer.c: dont let 3 clicks be 2 double clicks
4360 * kernel/hooks.c: kill debug prints
4362 * Makefile.am, configure.ac: add dirs for engines
4364 * configure.ac: kill these dirs not using them
4366 2003-03-04 manmower <manmower@zed>
4368 * render/.cvsignore: New file.
4370 * render/.cvsignore:
4371 THIS IS MY LOG FILE ENTRY. THERE ARE MANY LIKE IT BUT THIS ONE IS MINE.
4373 * Makefile.am: added render dir
4375 * configure.ac: Added the render directory
4377 2003-03-04 Ben Jansens <xor@zed.orodu.net>
4379 * kernel/frame.c: kill debug prints
4381 2003-03-04 manmower <manmower@zed>
4383 * render/Makefile.am, render/gradient.c, render/gradient.h, render/render.c, render/render.h, render/test.c:
4386 * render/Makefile.am, render/gradient.c, render/gradient.h, render/render.c, render/render.h, render/test.c:
4387 the beginning of the new rendering stuff.
4389 2003-03-04 Ben Jansens <xor@zed.orodu.net>
4391 * kernel/frame.c: highlight the focused window
4393 * kernel/pointer.c: cleanuo
4395 * kernel/hooks.c: let hook functions remove themselves
4397 * README.CVS: no mor swig, using C, etc.
4400 some cleanups/reordering. get those events going right.
4402 2003-03-03 Ben Jansens <xor@zed.orodu.net>
4404 * kernel/pointer.c: grab all the requested grabs
4406 * kernel/pointer.c: pass along the client's area including the frame!
4408 * kernel/clientwrap.c, kernel/pointer.c: pointer events work for real
4410 * kernel/event.c, kernel/pointer.c, kernel/pointer.h:
4411 pointer events should work
4413 * kernel/keyboard.c, kernel/keyboard.h, kernel/pointer.c, kernel/pointer.h:
4416 * kernel/Makefile.am, kernel/client.c, kernel/event.c, kernel/hooks.c, kernel/hooks.h, kernel/kbind.c, kernel/kbind.h, kernel/keyboard.c, kernel/keyboard.h, kernel/mbind.c, kernel/mbind.h, kernel/openbox.c, kernel/pointer.c, kernel/pointer.h:
4417 keyboard events work
4419 * kernel/python.c: create the 'input' module
4421 * kernel/clientwrap.c, kernel/openboxwrap.c: add the constants
4423 * kernel/openbox.c, kernel/prop.c, kernel/prop.h:
4424 s/prop_init/prop_startup/
4426 * kernel/Makefile.am, kernel/client.c, kernel/client.h, kernel/clientwrap.c, kernel/clientwrap.h, kernel/event.c, kernel/focus.c, kernel/frame.c, kernel/hooks.c, kernel/hooks.h, kernel/openbox.c, kernel/openbox.h, kernel/openboxwrap.c, kernel/openboxwrap.h, kernel/prop.c, kernel/prop.h, kernel/python.c:
4427 Client and Openbox python objects "done"
4429 * kernel/clientwrap.c, kernel/clientwrap.h, kernel/openboxwrap.c, kernel/openboxwrap.h:
4432 2003-03-02 Ben Jansens <xor@zed.orodu.net>
4434 * kernel/client.c: typecast to get the proper aspect ratio
4436 2003-02-28 Ben Jansens <xor@zed.orodu.net>
4438 * kernel/Makefile.am: New file.
4440 * Makefile.am, kernel/.cvsignore, kernel/Makefile.am:
4441 add shit that was missing
4443 2003-02-27 Ben Jansens <xor@zed.orodu.net>
4445 * kernel/.cvsignore: New file.
4447 * kernel/.cvsignore: add the cvsignore
4449 * kernel/client.c, kernel/client.h, kernel/event.c, kernel/event.h, kernel/extensions.c, kernel/extensions.h, kernel/focus.c, kernel/focus.h, kernel/frame.c, kernel/frame.h, kernel/geom.h, kernel/gettext.h, kernel/hooks.c, kernel/hooks.h, kernel/kbind.c, kernel/kbind.h, kernel/mbind.c, kernel/mbind.h, kernel/openbox.c, kernel/openbox.h, kernel/prop.c, kernel/prop.h, kernel/python.c, kernel/python.h, kernel/screen.c, kernel/screen.h, kernel/stacking.c, kernel/stacking.h, kernel/xerror.c, kernel/xerror.h:
4452 * kernel/client.c, kernel/client.h, kernel/event.c, kernel/event.h, kernel/extensions.c, kernel/extensions.h, kernel/focus.c, kernel/focus.h, kernel/frame.c, kernel/frame.h, kernel/geom.h, kernel/gettext.h, kernel/hooks.c, kernel/hooks.h, kernel/kbind.c, kernel/kbind.h, kernel/mbind.c, kernel/mbind.h, kernel/openbox.c, kernel/openbox.h, kernel/prop.c, kernel/prop.h, kernel/python.c, kernel/python.h, kernel/screen.c, kernel/screen.h, kernel/stacking.c, kernel/stacking.h, kernel/xerror.c, kernel/xerror.h:
4453 add the 'kernel' based on what's in c/. improved the Hook class for the hooks python module.
4455 * Makefile.am, bootstrap, configure.ac, doc/Makefile.am:
4456 updated interface completed hooks and keyboard/pointer
4458 2003-02-24 Ben Jansens <xor@zed.orodu.net>
4460 * doc/bsetbg.1, doc/bsetroot.1, doc/openbox.1.in: old out-of-date files
4462 2003-02-22 Ben Jansens <xor@zed.orodu.net>
4464 * configure.ac: rm the swig shit
4466 * configure.ac: fixups
4468 * m4/openbox.m4: got my warnings i want
4471 python events en masse!! also, make it look for GCC not GXX now..
4473 2003-02-21 Ben Jansens <xor@zed.orodu.net>
4475 * configure.ac, m4/openbox.m4: new smarts for swig
4477 * Makefile.am, configure.ac, m4/openbox.m4:
4478 setup autotools build for C shit
4480 2003-02-19 Ben Jansens <xor@zed.orodu.net>
4482 * AUTHORS: nick's no longer the site designer
4484 * README: add mention of being OSI Certified Open Source Software
4486 * CHANGELOG: add mention of the new es_AR translations
4488 2003-02-16 Ben Jansens <xor@zed.orodu.net>
4490 * CHANGELOG: add the new german translations
4492 * tools/obsetroot.cc: rm the warnings for now
4494 2003-02-14 Ben Jansens <xor@zed.orodu.net>
4496 * tools/Makefile.am, tools/obsetroot.cc, Makefile.am, configure.ac, tools/.cvsignore:
4497 Add the "obsetroot" tool. Use it to set the root background.
4499 * configure.in: call CHECK_FUNCS in C mode
4501 2003-02-11 Ben Jansens <xor@zed.orodu.net>
4503 * .cvsignore: add ABOUT-NLS
4505 * tests/.cvsignore: add the icons app
4507 * tests/icons.c, tests/icons.cpp: make the icons program a C app.
4509 * tests/icons.cpp: add an app to display the icons for a window
4511 2003-02-10 Ben Jansens <xor@zed.orodu.net>
4513 * configure.in: require autoconf 2.5x
4515 2003-02-09 Ben Jansens <xor@zed.orodu.net>
4517 * README.CVS: mention that 2.9x is not supported
4519 * configure.ac: use the c++ std cheaders
4521 2003-02-06 Ben Jansens <xor@zed.orodu.net>
4523 * AUTHORS: move marius from active developers to contributors :\
4525 * Makefile.am, data/Makefile.am:
4526 make "make dist" work, compiler flags cleanups
4528 2003-02-06 woodblock <woodblock@zed>
4530 * configure.in: Back port fixes from TESTING branch
4532 * CHANGELOG: Updated changelog for 2.2.4 release
4534 2003-02-05 Ben Jansens <xor@zed.orodu.net>
4536 * ABOUT-NLS, INSTALL, Makefile.am: rm this thing
4538 * configure.ac, data/Makefile.am, doc/Makefile.am, m4/swig.m4, m4/x11.m4:
4539 new swig build system. much better. yay.
4541 * README.CVS: you need swig at least 1.3.14
4543 * README.CVS: require automake 1.7.1 for py-compile
4545 * Makefile.am, configure.ac: dont make wrap a subdir of otk
4547 * m4/openbox.m4: give output when building a cvs release
4549 * configure.ac, m4/python.m4:
4550 move the otk swig module into its own lib/directory
4552 * .cvsignore: add py-compile
4554 * doc/doxygen/.cvsignore: ignore the latex dir
4556 * README.CVS: mention the swig wrapper warnings
4558 * doc/doxygen/Makefile.am, doc/doxygen/comments, doc/doxygen/doxygen.conf.in:
4559 add latex to the doc build process. fix namespace comments again.
4561 * doc/doxygen/comments: fix up the otk description
4563 * CHANGELOG.Blackbox, CHANGELOG.bsetbg, README.bbtools, README.bsetbg:
4564 remove docs from old blackbox
4566 * doc/doxygen/doxygen.conf.in: ignore the wrappers
4568 * doc/doxygen/doxygen.conf: not needed, the .in is commited
4570 2003-02-04 woodblock <woodblock@zed>
4572 * CHANGELOG: updated changelog
4574 2003-02-03 woodblock <woodblock@zed>
4576 * doc/openbox.1.in: documentation update
4578 * doc/openbox.1.in: update documentation
4580 * CHANGELOG, configure.in: Version bump
4582 2003-02-03 Ben Jansens <xor@zed.orodu.net>
4584 * tests/.cvsignore: ignore the bins
4586 * tests/Makefile, tests/aspect.c, tests/fullscreen.c, tests/grav.c, tests/modal.c, tests/modal2.c, tests/modal3.c, tests/urgent.c:
4589 2003-02-03 woodblock <woodblock@zed>
4591 * CHANGELOG: Updated changelog for shaded window bug fix
4593 2003-02-01 Ben Jansens <xor@zed.orodu.net>
4595 * README.CVS: add comment for configuration
4597 2003-02-01 woodblock <woodblock@zed>
4599 * CHANGELOG: Fixed the image cache when dealing with borders.
4601 2003-02-01 Ben Jansens <xor@zed.orodu.net>
4603 * README.CVS: note about automake
4605 2003-01-29 Ben Jansens <xor@zed.orodu.net>
4607 * configure.ac: check for endian order
4609 * po/POTFILES.in: update the list of src files with translations.
4611 * data/Makefile.am: include shit in the dist
4613 * doc/Makefile.am: include the openbox.1.in in the dist
4615 * Makefile.am: remove LICENSE from the dist files
4617 * doc/doxygen/Makefile.am: make the echo more noticable
4619 * doc/doxygen/Makefile.am: make pwd work
4621 * doc/doxygen/Makefile.am:
4622 echo a message about where to find the generated docs
4624 * doc/doxygen/doxygen.conf: add the doxygen configuration
4626 * README.CVS: give the debian pkg names
4628 2003-01-28 Ben Jansens <xor@zed.orodu.net>
4630 * README.CVS: add version for automake
4632 2003-01-27 Ben Jansens <xor@zed.orodu.net>
4634 * README.CVS: use a built-in module to replace libswigpy
4636 2003-01-24 Ben Jansens <xor@zed.orodu.net>
4639 add some design ideas for a glue layer between the wm and the scripts
4641 * README.CVS: add all teh steps
4643 * README.CVS: add instructions for CVS compiling
4645 2003-01-22 Ben Jansens <xor@zed.orodu.net>
4647 * m4/openbox.m4: REMOVE -fno-rtti. we use that!
4649 * m4/openbox.m4: -fno-rtti as in cxxflags too!
4651 * m4/openbox.m4: fix the stupid spelling
4653 * m4/openbox.m4: add -fno-check-new -fno-execptions to the g++ cxxflags
4655 2003-01-20 Ben Jansens <xor@zed.orodu.net>
4657 * DESIGN/render.dia: remove the XImage from Surface
4659 * AUTHORS: new authors. this is how we dooo iiiit...
4661 2003-01-18 Ben Jansens <xor@zed.orodu.net>
4663 * DESIGN/ob3arch.png, DESIGN/render.dia, DESIGN/roadmap, DESIGN/thoughts:
4664 add DESIGN from the openbox3 repository. add to that the render.dia, a design diagram for the new render code
4666 2003-01-17 Ben Jansens <xor@zed.orodu.net>
4668 * README: state the license. killall the old readme data
4670 2003-01-16 Ben Jansens <xor@zed.orodu.net>
4672 * m4/python.m4: use -export-dynamic when linking libpython.a
4674 2003-01-14 Ben Jansens <xor@zed.orodu.net>
4676 * m4/x11.m4: add comment
4678 * m4/x11.m4: check for XftGetVersion
4680 * configure.ac: rm the util directory
4682 2003-01-13 Ben Jansens <xor@zed.orodu.net>
4684 * m4/openbox.m4: keep the asserts for !debug builds..
4686 * configure.ac: begin conversion to ustring. add some more members.
4688 2003-01-12 Ben Jansens <xor@zed.orodu.net>
4690 * LICENSE: omg im relicensing this shit as gpl. nobody hurt me.
4692 * m4/python.m4: dont show find errors
4694 * CHANGELOG: my utf shit for the titlebars and toolbar
4696 2003-01-11 Ben Jansens <xor@zed.orodu.net>
4698 * configure.ac: rm a blank line at the end
4700 * configure.ac: add some more AC stuff
4702 * m4/python.m4: used old vars
4704 * m4/openbox.m4: caps
4706 * configure.ac, m4/openbox.m4:
4707 caps for giving the build target. show it at the end
4709 * configure.ac: better ordering.. define te version before using it
4711 * m4/openbox.m4: check for cvs in the version properly
4713 * configure.ac: no caps in the package name!
4715 * m4/openbox.m4: cvs builds are always debug
4717 * m4/python.m4: use the right lib
4719 * m4/openbox.m4, m4/python.m4, m4/x11.m4:
4720 my newer better autoconf functions. woowoo
4722 * m4/.cvsignore: adding my autoconf functions. woowoo
4724 * .cvsignore, bootstrap, configure.ac, version.h.in:
4725 new autoconf shit woowoo
4727 * m4/x11.m4: add X_DEVEL and XFT_DEVEL m4 functions
4729 * m4/openbox.m4: create OB_DEBUG and OB_COMPILER_FLAGS m4 functionc
4731 * m4/python.m4: check for the python cflags and libs
4733 2003-01-09 Ben Jansens <xor@zed.orodu.net>
4735 * configure.ac: use default prefix.
4736 better python library checks.
4738 2003-01-04 Ben Jansens <xor@zed.orodu.net>
4740 * Makefile.am, configure.ac, data/Makefile.am, doc/Makefile.am:
4741 add buttons to the tree.rm stupid comments in Makefile.ams
4743 * doc/Makefile.am, doc/xftlsfonts.1: rm the xftlsfonts manpage
4745 * CHANGELOG: add proper whitespace
4747 * configure.ac: line up text in --help
4749 2003-01-04 manmower <manmower@zed>
4751 * configure.ac: Check for XKB extension
4753 2003-01-01 woodblock <woodblock@zed>
4755 * CHANGELOG: Documented sendToWorkspace addition
4757 2002-12-28 Ben Jansens <xor@zed.orodu.net>
4759 * bootstrap: add --force for autopoint
4761 2002-12-26 Ben Jansens <xor@zed.orodu.net>
4763 * .cvsignore, po/.cvsignore: add newish stuff
4765 * Makefile.am, bootstrap, configure.ac: better support for gettext
4767 * config.rpath: removing generated file
4769 * bootstrap: add gettextize here
4771 * po/Makevars: readd Makevars
4773 * 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:
4774 remove shit generated by gettextize
4776 * 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:
4777 make bootstrap generate this shit
4779 2002-12-25 Ben Jansens <xor@zed.orodu.net>
4781 * configure.ac: conflicts with python too :\
4784 no -pedantic :\ it fucks up on the python headers. sigh.
4786 * configure.ac: set CXXFLAGS better
4788 * Makefile.am, configure.ac:
4789 global python scripts. client motion/resizing is all done via python now
4791 2002-12-24 Ben Jansens <xor@zed.orodu.net>
4793 * configure.ac: python. no more guile. python.
4795 * CHANGELOG: add changelog for the netwm iconic windows bugfix
4797 * configure.in: up version for next release
4799 2002-12-23 Ben Jansens <xor@zed.orodu.net>
4801 * configure.ac: using python and swig for now.
4803 2002-12-19 Ben Jansens <xor@zed.orodu.net>
4805 * configure.ac: python has begun!
4807 * configure.ac: check for python. not for guile.
4809 2002-12-18 Ben Jansens <xor@zed.orodu.net>
4811 * configure.ac: guileize
4813 * .cvsignore: add stuff i rm'd from cvs
4815 * doc/doxygen/comments: erm
4817 2002-12-13 Ben Jansens <xor@zed.orodu.net>
4819 * Makefile.am: dist the bootstrap file for package maintainers
4821 2002-12-11 Ben Jansens <xor@zed.orodu.net>
4823 * mkinstalldirs: autogenned
4825 * bootstrap: add --copy
4827 * install-sh, missing: autogenned
4829 * install-sh, missing, mkinstalldirs: this is genned bya automake
4831 2002-12-10 Ben Jansens <xor@zed.orodu.net>
4833 * CHANGELOG: fix for installation of pl locale
4835 * configure.in: up the version
4837 2002-12-09 Ben Jansens <xor@zed.orodu.net>
4839 * CHANGELOG: work when strftime is not found
4841 2002-12-08 Ben Jansens <xor@zed.orodu.net>
4844 dont install the xftlsfonts manpage if we didnt build xftlsfonts
4846 2002-12-07 Ben Jansens <xor@zed.orodu.net>
4848 * .cvsignore: add depcomp
4850 * Makefile.am: include depcomp in make dist
4852 * bootstrap: copy, dont link
4854 * configure.in: 2.2.2 release
4856 2002-12-03 Ben Jansens <xor@zed.orodu.net>
4858 * configure.ac: better xft checks. require xft version 2
4860 * configure.in: reset the xft flags if it fails
4862 * configure.in: link in xft only where appropriate
4864 * configure.in: restore the CXXFLAGS/LIBS
4866 * configure.in: more verbose, and better checks for Xft version 2/1
4869 better checks for Xft version 2/1 and more verbose warning if it fails
4871 * po/POTFILES.in: xft2 works. and works good.
4873 2002-11-28 Ben Jansens <xor@zed.orodu.net>
4875 * CHANGELOG: change grammar or somesuch..
4877 2002-11-28 woodblock <woodblock@zed>
4880 Added an option to disable the window raise on alt-click. fonk.
4882 2002-11-26 Ben Jansens <xor@zed.orodu.net>
4884 * configure.in: had an extra ; that snuck in. i blame the commies
4886 2002-11-20 Ben Jansens <xor@zed.orodu.net>
4889 addd more stuff to EXTRA_DIST. all the headers for instance
4891 * Makefile.am, doc/Makefile.am:
4892 add EXTRA_DIST tags all over to make 'make dist' possible
4894 * CHANGELOG: doc the change in configure for xft2
4896 * CHANGELOG, configure.in, data/Makefile.am:
4897 add bitmap buttons, and put support for them in all the default styles
4899 * configure.in: fix the []'s in the outputs
4901 * CHANGELOG: fix menu redraw bug for real
4903 * CHANGELOG: fix the mozilla crash from the default premax being 0
4905 2002-11-19 Ben Jansens <xor@zed.orodu.net>
4907 * .cvsignore: more ignore fodder
4909 2002-11-15 Ben Jansens <xor@zed.orodu.net>
4911 * configure.in: cleaner
4913 2002-11-14 Ben Jansens <xor@zed.orodu.net>
4915 * bootstrap: add libtoolize
4917 2002-11-13 Ben Jansens <xor@zed.orodu.net>
4919 * CHANGELOG: fix for windows changing from non-resizable to resizable
4921 * CHANGELOG: add fix for clients making themselves resizable
4923 2002-11-11 Ben Jansens <xor@zed.orodu.net>
4925 * configure.ac: mad wicked xft checks
4927 * configure.ac: look for xft
4929 * configure.in: do tests using c++
4931 * configure.in: dont build xftlsfonts when no xft found or xft2 found
4933 * configure.in: support for Xft2!
4935 2002-11-10 Ben Jansens <xor@zed.orodu.net>
4937 * po/POTFILES.in: cleanups.
4938 OBScreen almost ready for some action
4940 * configure.ac: support for the shape extension works!
4942 2002-11-07 Ben Jansens <xor@zed.orodu.net>
4944 * bootstrap: reverse the automake/autoconf order.. for fun
4946 2002-11-06 Ben Jansens <xor@zed.orodu.net>
4948 * doc/openbox.1.in: s/@VERSION@/@version@/
4950 * doc/openbox.1.in: s/@VERSION@/@version/
4952 * po/POTFILES.in: moving strut into its own .hh. adding OBClient class
4954 2002-11-05 Ben Jansens <xor@zed.orodu.net>
4956 * doc/doxygen/Makefile.am, doc/doxygen/comments, doc/doxygen/doxygen.conf.in:
4957 updated doxygen documentation
4959 * doc/openbox.1.in: make urls bold
4962 fixes for menu doc. we dont have a menuFile in the rc anymore!
4965 * doc/openbox.1.in: fix so url shows up
4968 we dont have menuFormat in the resource file anymore
4970 2002-11-04 Ben Jansens <xor@zed.orodu.net>
4972 * doc/doxygen/doxygen.conf.in: make doxygen skip stuff inside
4973 #ifndef DOXYGEN_IGNORE
4977 * doc/doxygen/doxygen.conf.in: documenting classes!
4979 * doc/doxygen/doxygen.conf.in, doc/doxygen/style.css:
4980 not using a custom stlyesheet anymore
4982 * Makefile.am, TODO, configure.ac, doc/Makefile.am, doc/doxygen/.cvsignore, doc/doxygen/Makefile.am, doc/doxygen/doxygen.conf.in, doc/doxygen/style.css:
4983 add doxygen to the project. 'make doc' builds the doxygen stuff. you need doxygen and graphviz installed to generate it properly
4985 2002-11-03 Ben Jansens <xor@zed.orodu.net>
4987 * CHANGELOG, configure.in:
4988 stop using the Utf8 functions for drawing Xft fonts
4990 * CHANGELOG, configure.in:
4991 stop using the Xft Utf8 functions. They break the non-english locales.
4993 * CHANGELOG: typo-typo
4998 new timer infrastructure. takes a function pointer for the timeout, with a void* parameter (useful for holding a class instance!)
5001 WE DONT USE BASE DISPLAY FOR ANYTHING ANY MORE!!@^!*@*!! YAY
5003 2002-11-02 Ben Jansens <xor@zed.orodu.net>
5005 * TODO: updated with goals for 3.0
5007 * Makefile.am: not using admin/ dir anymore
5009 * mkinstalldirs, po/.cvsignore: stupid stuff
5011 2002-11-01 Ben Jansens <xor@zed.orodu.net>
5013 * configure.ac: put 'cvs' in the version tag
5015 * m4/.cvsignore, po/.cvsignore: add cvs ignores for the new dirs
5017 * m4/Makefile, m4/Makefile.in, Makefile.am, configure.ac, mkinstalldirs:
5018 make gettext better. updates for autoconf
5020 * m4/Makefile, po/LINGUAS: dont have any languages yet
5022 * ABOUT-NLS, COPYING, configure.ac: add some text files..
5023 dont have our own libintl
5025 * 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:
5027 change CXXFLAGS back to CPPFLAGS in the .am's
5029 * configure.ac: update configure.ac to newer rules
5031 * .cvsignore: libtool stuff
5033 2002-11-01 marius <marius@zed>
5035 * configure.ac: toolkit addition
5037 * Makefile.am: changed for toolkit
5039 2002-11-01 Ben Jansens <xor@zed.orodu.net>
5041 * install-sh, missing, mkinstalldirs:
5042 these files are generated by bootstrap
5044 * CHANGELOG, configure.in: merge in changes in the 2_1 branch
5046 * CHANGELOG, configure.in: make multibyte fonts the right size
5048 2002-10-31 Ben Jansens <xor@zed.orodu.net>
5050 * configure.ac: look for a CC to make automake happy
5052 * configure.ac, configure.in: configure script changed to .ac
5054 * Makefile.am: compiles now. uses xft2
5055 remove the nls remainders
5057 2002-10-19 woodblock <woodblock@zed>
5059 * configure.in: bumped up version
5061 2002-10-05 Ben Jansens <xor@zed.orodu.net>
5063 * CHANGELOG: changes for openbox 2.1.2
5065 2002-10-04 woodblock <woodblock@zed>
5069 * CHANGELOG: documentation for 2.2
5071 * CHANGELOG: updated changelog for 2.2 release
5074 added documentation for the pressed focus/unfocus and fixed some minor
5077 2002-10-01 woodblock <woodblock@zed>
5079 * AUTHORS, CHANGELOG, CHANGELOG.Blackbox, configure.in:
5080 merged with 2_1-merged-to-HEAD-2002-09-30
5082 2002-09-24 Ben Jansens <xor@zed.orodu.net>
5084 * configure.in: up the version for the next future release
5086 2002-09-23 Ben Jansens <xor@zed.orodu.net>
5089 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)
5091 2002-09-22 Ben Jansens <xor@zed.orodu.net>
5093 * CHANGELOG: capitals
5095 * configure.in: up version for the release
5097 * CHANGELOG: add 2.1.1 changes
5099 2002-09-17 woodblock <woodblock@zed>
5101 * doc/openbox.1.in: Added titlebar layout documentation
5103 2002-09-16 Ben Jansens <xor@zed.orodu.net>
5105 * AUTHORS, CHANGELOG.Blackbox, configure.in: sync with bb 65-pre2
5107 2002-09-16 woodblock <woodblock@zed>
5109 * configure.in: fixed tyop
5111 2002-09-15 woodblock <woodblock@zed>
5113 * doc/openbox.1.in: Documented bitmap buttons in manpage
5115 2002-09-14 woodblock <woodblock@zed>
5118 added a configure flag for enabling/disabling bitmap buttons
5120 * CHANGELOG, configure.in: bumped up version number after bitmap merge
5122 * CHANGELOG: merged bitmap buttons
5124 2002-09-11 woodblock <woodblock@zed>
5126 * .cvsignore, CHANGELOG: sync with HEAD
5127 added checkmark bitmaps with menu.selected.mask:
5129 2002-09-11 Ben Jansens <xor@zed.orodu.net>
5131 * CHANGELOG: alt-rightclick resizing fix
5133 2002-09-09 Ben Jansens <xor@zed.orodu.net>
5135 * .cvsignore: add autom4te.cache
5137 2002-09-09 woodblock <woodblock@zed>
5139 * CHANGELOG: merged with HEAD
5141 2002-09-09 Ben Jansens <xor@zed.orodu.net>
5143 * CHANGELOG: add drop shadows
5145 2002-09-05 Ben Jansens <xor@zed.orodu.net>
5147 * CHANGELOG: state gnome 2 support
5149 2002-09-04 Ben Jansens <xor@zed.orodu.net>
5151 * CHANGELOG: gnoem2 fixes for taskbar
5153 * CHANGELOG: new border code
5155 2002-09-03 Ben Jansens <xor@zed.orodu.net>
5157 * CHANGELOG: add woodblock's sticky button shit
5159 2002-08-31 Ben Jansens <xor@zed.orodu.net>
5161 * AUTHORS, configure.in, doc/bsetbg.1: sync with the 2.0 branch
5163 * AUTHORS, CHANGELOG, CHANGELOG.Blackbox, configure.in, doc/bsetbg.1, version.h.in:
5166 2002-08-27 Ben Jansens <xor@zed.orodu.net>
5168 * CHANGELOG: systray windows fix
5170 * CHANGELOG: latest changessssshape changes, give vR credit
5172 2002-08-26 Ben Jansens <xor@zed.orodu.net>
5174 * AUTHORS, CHANGELOG.Blackbox, configure.in: sync with bb-cvs
5176 2002-08-25 Ben Jansens <xor@zed.orodu.net>
5178 * CHANGELOG: config request with only resize honors window's gravity
5180 * CHANGELOG: add recent fixes
5182 2002-08-22 Ben Jansens <xor@zed.orodu.net>
5184 * version.h.in: s/__openbox_version/OPENBOX_VERSION
5186 * AUTHORS, CHANGELOG.Blackbox, configure.in: sync with bb-cvs
5188 * configure.in: 2.1.0 is our next target
5190 2002-08-21 Ben Jansens <xor@zed.orodu.net>
5192 * CHANGELOG: warping is ruling!
5194 2002-08-20 Ben Jansens <xor@zed.orodu.net>
5196 * CHANGELOG: Fix send to menu, having deleted workspaces in it.
5197 Fix workspace warping, move the mouse and window the same amount.
5198 Fix workspace switching. Put old code back that worked better.
5200 2002-08-16 Ben Jansens <xor@zed.orodu.net>
5202 * AUTHORS: fix indenting and caps
5204 * doc/openbox.1.in: mention epist with bbkeys
5206 * doc/openbox.1.in: add epist and xftlsfonts in teh see also.
5209 * doc/xftlsfonts.1, doc/Makefile.am:
5210 add manpages for epist and for xftlsfonts
5212 2002-08-15 Ben Jansens <xor@zed.orodu.net>
5214 * AUTHORS: authors updates
5218 * data/README.menu: s/black/open
5220 * AUTHORS: new 2.0 authors/contributors
5222 * CHANGELOG: add all the changes made for 2.0.0 to the changelog
5224 * CHANGELOG.Blackbox, CHANGELOG.bsetbg: sync with bb-cvs
5226 2002-08-02 Ben Jansens <xor@zed.orodu.net>
5228 * bootstrap: try make bootstrap work in one pass for other people..
5230 * configure.in: make xft support default on
5232 2002-07-26 Ben Jansens <xor@zed.orodu.net>
5234 * configure.in: sync with bb-cvs
5236 2002-07-21 Ben Jansens <xor@zed.orodu.net>
5239 add Xft-build-support and Xinerama-build-support to the -help output
5240 add --enable-xinerama to configure
5242 * configure.in: sync with bb-cvs.
5243 Add option in config menu for disabling mouse input with scroll lock.
5244 Remove compile-time flag for event clobbering since this solves that problem for now.
5246 2002-07-20 Ben Jansens <xor@zed.orodu.net>
5248 * .cvsignore: add some cvsignore's
5250 * configure.in: add no_NO and ro_RO translations
5252 2002-07-18 Ben Jansens <xor@zed.orodu.net>
5255 updated todo. took out things we have done. added new goal for 3.0.
5257 2002-07-16 Ben Jansens <xor@zed.orodu.net>
5259 * TODO: adjust goals for 2.0
5261 * configure.in: screw that change. the next releaase will be 2.0.0!
5264 change the version number back a bit. preparing for a testing release.
5266 2002-07-11 Ben Jansens <xor@zed.orodu.net>
5268 * configure.in: adding epist!
5270 * configure.in: -fno-inline when compiling in debug mode
5272 2002-07-10 Ben Jansens <xor@zed.orodu.net>
5274 * config.h.in, aclocal.m4: regerenated fiels
5276 2002-07-08 Ben Jansens <xor@zed.orodu.net>
5278 * configure.in: add the korean translation dir to configure
5280 2002-07-07 Ben Jansens <xor@zed.orodu.net>
5282 * configure.in: make the Xft check actually work
5284 * configure.in: make Xft default to off, you have ot --enable-xft now
5286 2002-07-03 Ben Jansens <xor@zed.orodu.net>
5288 * configure.in: look for the rigt function in the libxft
5290 * configure.in: add BFont class, with Xft support
5292 2002-06-22 Ben Jansens <xor@zed.orodu.net>
5295 fix resizing bug where windows would be resized smaller than they were supposed to be
5297 * doc/Makefile.in, data/Makefile.in, CHANGELOG, Makefile.in, config.h.in:
5298 add changelog entry for resize bug fix
5300 2002-06-20 Ben Jansens <xor@zed.orodu.net>
5302 * CHANGELOG: fix redraw problem when resizing a window
5304 2002-06-14 Ben Jansens <xor@zed.orodu.net>
5306 * CHANGELOG: add numbers for next version
5308 * configure.in, configure: increment the version for next release
5310 2002-06-08 Ben Jansens <xor@zed.orodu.net>
5312 * configure.in, configure: add -fno-inline for debug builds!
5314 * CHANGELOG: dont let setState() screw with the window mapping process.
5316 2002-06-07 Ben Jansens <xor@zed.orodu.net>
5319 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.
5321 * configure: update the version number by running autoconf
5323 2002-06-06 Ben Jansens <xor@zed.orodu.net>
5325 * CHANGELOG: add window-to-window and window-corner snapping.
5328 more sticky windows fix. bbkeys ended up thinkng an extra window was left when removing a sticky window. fixed! AT LAST
5330 2002-06-05 Ben Jansens <xor@zed.orodu.net>
5333 last two changes: windows starting sticky. focus te root window, not PointerRoot.
5335 * configure.in: increment version for next release
5338 reset cascade when a workspace has no non-sticky windows left on it.
5339 ignore fully maximized windows while placing.
5341 * doc/Makefile.am, data/Makefile.am, Makefile.am:
5342 syching with bb-cvs. rm .\#* on make dist-clean. nls updates.
5344 2002-06-04 Ben Jansens <xor@zed.orodu.net>
5346 * data/README, README: documentation fixups
5348 * data/README, README: documentation fixes
5350 * CHANGELOG: GIVING UP ON STICKY FUCKING CHRIST AARRGGH
5352 2002-06-03 Ben Jansens <xor@zed.orodu.net>
5355 change cascade behavior so it resets when the workspace is emptied and so it starts in 1 placement.
5357 * CHANGELOG: add fix for bsetroot's support of the esetroot atom
5360 save the current root menu position to an unlimited depth instead of the current 1.
5362 2002-06-02 Ben Jansens <xor@zed.orodu.net>
5364 * CHANGELOG: last 2 buig fixes
5366 * CHANGELOG: fix crash when mapping an iconified window
5368 2002-05-29 Ben Jansens <xor@zed.orodu.net>
5370 * doc/openbox.1.in: put webpage in the man page. Also, a couple fixes.
5372 2002-05-28 Ben Jansens <xor@zed.orodu.net>
5374 * configure.in: updated nls to use openbox.cat
5376 * doc/.cvsignore, data/.cvsignore, .cvsignore:
5377 adding .cvsignore files to the repository to clean up the output whenever you commit some sort of cvs action
5380 use config.h for configuration options instead of a bunch of -D's on the compile command lines
5382 2002-05-26 cvs <cvs@zed>
5384 * configure, configure.in: increment version for next release
5386 * doc/Makefile.in, data/Makefile.in, configure.in, Makefile.in, configure:
5387 incrementing version for next release
5389 * CHANGELOG: better description of chages to sticky windows
5391 2002-05-25 Ben Jansens <xor@zed.orodu.net>
5393 * bootstrap, configure.ac, configure.in:
5394 using configure.ac causes problems. switching back to configure.in
5396 2002-05-24 Ben Jansens <xor@zed.orodu.net>
5398 * configure.in, stamp-h.in, BUGS, CodingStyle, Makefile.am, bootstrap, config.h.in, configure.ac:
5399 new root dir based on bb-cvs
5401 2002-05-23 Ben Jansens <xor@zed.orodu.net>
5403 * CHANGELOG: fix for compiling with --disable-nls
5405 * CHANGELOG: fix compiling with --disable-slit and --disable-nls
5407 * CHANGELOG: fix compliling with --disable-slit
5409 * CHANGELOG: merge the sticky window fix from 1.2.
5411 * TODO: updated goals
5413 * CHANGELOG: fixed sticky windows!
5415 2002-05-16 Ben Jansens <xor@zed.orodu.net>
5417 * CHANGELOG, configure.in: change next target version to 2.0.0!
5420 removing pendantic. thats just crazy. -Wall -W will suffice.
5422 * bootstrap: adding --add-missing to automake call
5425 adding bootstrap which generates all the auto* files such as configure
5427 * doc/Makefile.in, data/Makefile.in, configure, Makefile.in, aclocal.m4:
5428 removing auto-generated stuff from cvs
5430 * BUGS: removed the fixed bug!
5432 * doc/Makefile.in, data/Makefile.in, Makefile.in:
5433 using automake --foreign -i
5436 make a new autoRaiseDelay value take effect without having to restart
5438 * CHANGELOG: make a new autoRaiseDelay value take effect on reconfigure
5440 * CHANGELOG: fix loading autoRaiseDelay
5442 * configure.in, configure: increment version for next release
5444 * CHANGELOG: make autoRaiseDelay load
5446 * configure.in, configure: increment version for next release
5448 * ChangeLog, CHANGELOG: fix off-by-one window resizing bug
5452 * aclocal.m4: readding aclocal. autoconf needs this thing
5456 * CHANGELOG: fix for slit direction menu not reconfiguring properly
5458 * doc/Makefile.in, data/Makefile.in, Makefile.in, aclocal.m4:
5459 *** empty log message ***
5461 2002-05-15 Ben Jansens <xor@zed.orodu.net>
5463 * CHANGELOG: moved menu from a rc file option to a command line option
5465 * TODO: spelling error
5467 * TODO: added future release goals to the TODO
5469 2002-05-14 Ben Jansens <xor@zed.orodu.net>
5471 * CHANGELOG: update changelog.
5472 removed a redundant var from BaseDisplay.
5474 * configure.in, configure:
5475 compile with -Wall -W -pendantic when --enable-debug is set.
5477 * CHANGELOG: fix creating/destroying the titlebar buttons
5480 fix titlebar button code so theyre created/destroyed properly
5482 2002-05-13 Ben Jansens <xor@zed.orodu.net>
5484 * CHANGELOG: fix segfaut from uninitialized focused_screen pointer
5486 * CHANGELOG, TODO: fix multiple-screen segfault.
5488 2002-05-11 Ben Jansens <xor@zed.orodu.net>
5490 * CHANGELOG: make image dithering value load correctly
5492 * configure.in, configure: increment version for next release
5494 * CHANGELOG: make image dithering value load correctly
5496 2002-05-10 Ben Jansens <xor@zed.orodu.net>
5498 * CHANGELOG, configure, configure.in:
5499 increment version for next release
5501 * configure.in, CHANGELOG, configure:
5502 fixed problems introduced in the attempt to be gcc 3 compatible. also, better solution for gcc3.
5504 * configure.in, configure:
5505 better gcc3 compat. using ostrstream again. and using namespace std;
5506 some focus changes. workspace contains a focused window instead of openbox class. this fixes a seg
5508 2002-05-07 Ben Jansens <xor@zed.orodu.net>
5510 * configure.in, configure: increment version for the next release
5512 * configure.in, configure: increment the version for the next release
5514 * configure.in, configure: changed the version number
5516 * configure: ran autoconf to regen configure
5518 * doc/Makefile.in, data/Makefile.in, configure.in, Makefile.in, config.h.in, configure, CHANGELOG:
5519 gcc 3 compatibility, converted strstreams to stringstreams
5521 * CHANGELOG: converted ostrstreams into ostringstreams
5523 * configure: removed check for strstream
5525 * configure.in, config.h.in:
5526 gcc3 compatibility. uses ostringstream instead of ostrstream
5528 * doc/Makefile.in, data/Makefile.in, configure.in, configure, Makefile.in:
5529 check for sstream and strstream in configure
5531 2002-04-30 Ben Jansens <xor@zed.orodu.net>
5533 * ChangeLog.bsetbg, ChangeLog-Blackbox, ChangeLog:
5534 removing old files that got merged in
5536 * CHANGELOG: save the titlebarLayout in the default config
5538 * CHANGELOG: save the titlebarLayout in the default config file
5540 2002-04-29 Ben Jansens <xor@zed.orodu.net>
5542 * ChangeLog.bsetbg, configure.in, ChangeLog, ChangeLog-Blackbox, CHANGELOG:
5545 * configure.in, ChangeLog.bsetbg, ChangeLog-Blackbox, CHANGELOG, ChangeLog:
5546 addded changelog entries for fixes
5548 * ChangeLog, CHANGELOG: fix positioning of the window menu
5551 better logic when changing a window's decoration level, for choosing what elements of decoration get placed on the window.
5553 * CHANGELOG: improved logic for redecorating windows
5555 * ChangeLog: improved logic when redecorating a window
5557 2002-04-28 Ben Jansens <xor@zed.orodu.net>
5559 * CHANGELOG: bsetroot supports transparent apps with root property
5561 * CHANGELOG: added ClickMouse window placement policy
5563 * CHANGELOG: added UnderMouse windwo placement.
5565 2002-04-21 Ben Jansens <xor@zed.orodu.net>
5567 * ChangeLog: typo in Changelog
5569 * data/Makefile.am, data/Makefile.in: fixed some uninstall issues
5571 * data/Makefile.am, data/Makefile.in: fixed some uninstall problems
5573 2002-04-21 woodblock <woodblock@zed>
5575 * CHANGELOG.bsetbg: *** empty log message ***
5579 2002-04-20 Ben Jansens <xor@zed.orodu.net>
5582 added Changelog entry for the improved maximize-window code.
5584 2002-04-19 Ben Jansens <xor@zed.orodu.net>
5586 * TODO: updated TODO to match current cvs status. yay progress!
5588 2002-04-19 woodblock <woodblock@zed>
5590 * doc/bsetbg.1: added bsetbg makefile
5592 2002-04-18 woodblock <woodblock@zed>
5594 * Makefile.in, data/Makefile.in, doc/Makefile.am, doc/Makefile.in:
5595 added new bsetbg manpage
5597 2002-04-17 Ben Jansens <xor@zed.orodu.net>
5599 * CHANGELOG: configuration changes "done"!!
5601 on start, the config file is read entirely off the disc, and missing values are assigned defaults.
5602 the config file is immediately written back to the disk to populate missing defaults in the file.
5603 any time a config option is changed the control, the config file is re-written with the change.
5604 choosing reconfig will reload the current config file on the disc.
5605 on shutdown, nothing is written to the config file.
5607 2002-04-16 woodblock <woodblock@zed>
5609 * TODO: need translations for Hide Toolbar
5612 Added a runtime option for hiding the toolbar totally. Will be cleaner
5615 2002-04-16 Ben Jansens <xor@zed.orodu.net>
5617 * CHANGELOG, CHANGELOG.Blackbox, CHANGELOG.bsetbg, ChangeLog, ChangeLog-Blackbox, ChangeLog.bsetbg:
5618 renamed the Changelog files
5619 get the latest version of bsetbg from the blackbox cvs
5621 * TODO, configure, configure.in:
5622 get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use checks for individual headers instead
5624 2002-04-15 Ben Jansens <xor@zed.orodu.net>
5626 * Makefile.in, data/Makefile.in, doc/Makefile.in:
5627 apparently there were compiling problems with automake/autoconf. This should make those go away.
5629 2002-04-14 colophon <colophon@zed>
5631 * README: added some missing punctuation
5633 2002-04-14 Ben Jansens <xor@zed.orodu.net>
5635 * configure.in: changed version number to 0.99.1
5637 * configure, configure.in:
5638 changed version number to 1.0.0. fixed a warning in BaseMenu from pointer->reference conversion
5641 made shaded windows snap properly at their bottom, using their shaded height.
5642 window.getHeight() now returns the different/correct value when a window is shaded.
5645 merged the changelog from the 0.99.0 (stable) branch (the code was previously merged)
5647 * ChangeLog: added entry for new BestFit placement type
5649 * AUTHORS: added first revision of the BestFit placement type.
5650 moved RowSmart placement type out of placeWindow() to its own function like bestFit. Will continue moving other placement types into their own functions.
5652 2002-04-12 woodblock <woodblock@zed>
5654 * ChangeLog: added close redraw
5656 2002-04-11 Ben Jansens <xor@zed.orodu.net>
5658 * CodingStyle: adding rules on how to code this project.
5660 * data/Makefile.am, data/Makefile.in, data/README, data/README.menu, data/README.style, data/menu.in:
5663 * data/Makefile.am, data/Makefile.in, data/README, data/README.menu, data/README.style, data/menu.in:
5664 initial import. ready for the 0.99.0 stable branch.
5666 * 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:
5669 * 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:
5670 initial import. ready for the 0.99.0 stable branch.