all repos — openbox @ 659c2c77109cb9b2bd78ad6d5b51c81f4bef7285

openbox fork - make it a bit more like ryudo

recent changes
Dana Jansens danakj@orodu.net
commit

659c2c77109cb9b2bd78ad6d5b51c81f4bef7285

parent

3871fc152d365eb6d227e7b81ce1b1691a3c84d9

1 files changed, 486 insertions(+), 892 deletions(-)

jump to
M ChangeLogChangeLog

@@ -11,108 +11,77 @@ * render/render.c: 80 cols

* render/render.c: stupid function name die -2003-08-23 Ben Jansens <xor@zed.orodu.net> - - * keyboard.c: - end the other action when starting a new interactive action while one was in place - 2003-08-22 Ben Jansens <xor@zed.orodu.net> - * action.c: only use visible windows when calcing for raiselower - - * action.c: maybe smarter - - * action.c: make the raiselower action smarter - -2003-08-20 Ben Jansens <xor@zed.orodu.net> - - * keyboard.c: - better handling of starting a new interactive grab while one is in progress + * render/theme.c: nevermind - * frame.c, frame.h, mouse.c: rename the 'root' context to 'desktop' - - * action.c, action.h: - add the 'raiselower' action for raising obscured windows and lowering fully visible ones - - * event.c, frame.c, frame.h: - add an obscured flag that tracks if the frame is at all obscured + * render/theme.c: + default font size one smaller to make default bitmaps fit better - * mouse.c: use the result from XGetGeometry correctly + * themes/Light-Industry/themerc: offset of 1 is default - * mouse.c: handle the XGetGeomtry failing for button releases + * themes/Light-Industry/themerc: + shrink font by a pixel to make the button bitmaps line up nice - * mouse.c: - dont grab client context stuff on desktop windows. check that clint is non-null + * kernel/action.c: only use visible windows when calcing for raiselower - * frame.c, mouse.c: - grab root mouse bindings on desktop windows also, since they are conceptually the desktop. + * kernel/action.c: maybe smarter - * screen.c: reset first to TRUE properly when the desktop popup is off + * kernel/action.c: make the raiselower action smarter - * moveresize.c: move the pointer while doing a keyboard move/resize + * 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: + make focus and unfocus fonts for window titles. change 'xftfont' to 'font' in the themes. 2003-08-20 Ben Jansens <xor@zed.orodu.net> - * keyboard.c: + * ChangeLog: recent changes + + * kernel/keyboard.c: better handling of starting a new interactive grab while one is in progress - * frame.c, frame.h, mouse.c: rename the 'root' context to 'desktop' + * data/rc3, kernel/frame.c, kernel/frame.h, kernel/mouse.c: + rename the 'root' context to 'desktop' - * action.c, action.h: + * kernel/action.c, kernel/action.h: add the 'raiselower' action for raising obscured windows and lowering fully visible ones - * event.c, frame.c, frame.h: + * kernel/event.c, kernel/frame.c, kernel/frame.h: add an obscured flag that tracks if the frame is at all obscured - * mouse.c: use the result from XGetGeometry correctly + * themes/Light-Industry-big/themerc, themes/Light-Industry/themerc: + shrink the handles - * mouse.c: handle the XGetGeomtry failing for button releases + * kernel/mouse.c: use the result from XGetGeometry correctly - * mouse.c: + * kernel/mouse.c: handle the XGetGeomtry failing for button releases + + * kernel/mouse.c: dont grab client context stuff on desktop windows. check that clint is non-null - * frame.c, mouse.c: + * kernel/frame.c, kernel/mouse.c: grab root mouse bindings on desktop windows also, since they are conceptually the desktop. - * screen.c: reset first to TRUE properly when the desktop popup is off + * kernel/screen.c: + reset first to TRUE properly when the desktop popup is off - * moveresize.c: move the pointer while doing a keyboard move/resize + * kernel/moveresize.c: + move the pointer while doing a keyboard move/resize 2003-08-16 Ben Jansens <xor@zed.orodu.net> - * keyboard.c: fix whitespace + * kernel/keyboard.c: fix whitespace 2003-08-14 Ben Jansens <xor@zed.orodu.net> - * focus.c: + * render/theme.c: + was reading the menu bullet color into the wrong place + + * kernel/focus.c: skip windows in the alt-tabbing which have the SKIP_TASKBAR hint set on them - * menu.c: fix the offsets used to keep the menus on screen + * README.CVS: add the gettext version - * menu_render.c: - dont show titles on submenus. kill the extra 1px at the top of titleless menus - - * menu.c: make putting plugin menus in a menu closer to working.. - - * plugin.c: add the client_list_menu plugin - - * menu.c, menu.h: add a menu destructor callback. - fix a possible crasher where a callback was called with a different menu. - - * stacking.c: 80 cols - - * openbox.c: shutdown the menus before the plugins are unloaded - - * focus.c, event.c, client.c, client.h: - make activate take a here parameter - - * action.c: parse <here>true</here> for the activate action - - * action.c, action.h: make the activate action have a 'here' parameter - - * action.c, action.h: add an 'activate' action - -2003-08-14 xor@zed.orodu.net <xor@zed> + * ChangeLog: recent changes * kernel/menu.c: fix the offsets used to keep the menus on screen

@@ -148,7 +117,7 @@ make the activate action have a 'here' parameter

* kernel/action.c, kernel/action.h: add an 'activate' action -2003-08-12 xor@zed.orodu.net <xor@zed> +2003-08-12 Ben Jansens <xor@zed.orodu.net> * Makefile.am, kernel/config.c, kernel/config.h, kernel/moveresize.c, kernel/plugin.c, kernel/resist.c, kernel/resist.h: move the resistance plugin into the kernel. dont resist when move/resizing with the keyboard, only when doing it with the mouse.

@@ -225,42 +194,6 @@

* kernel/event.c: 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. -2003-08-12 xor@zed.orodu.net <xor@zed> - - * configure.ac: alpha5 - - * kernel/screen.c: when cancelling return the first desktop - - * kernel/action.c, kernel/action.h: - use the new client_directional_edge_search for the movetoedge actions. - add new growtoedge actions. - - * kernel/client.c, kernel/client.h: - small bugfix to the directional focus code. - add the client_directional_edge_search function. - - * kernel/keyboard.c: - only do shit with the grabbed_* when a grab is in place - - * kernel/action.c, kernel/mouse.c, kernel/screen.c: - remove debug printings - - * plugins/keyboard/.cvsignore, plugins/keyboard/Makefile, plugins/keyboard/keyboard.c, plugins/keyboard/keyboard.h, plugins/keyboard/translate.c, plugins/keyboard/translate.h, plugins/keyboard/tree.c, plugins/keyboard/tree.h: - remove the keyboard plugin shit - - * 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: - move the keyboard and mouse plugins into the kernel for mucho sexiness. - make workspace changing a grabbed/interactive process like focus cycling is, with the popup and all. - this is some hot shit. - - * kernel/event.c: - 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. - -2003-08-12 xor@zed.orodu.net <xor@zed> - - * kernel/event.c: - 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. - 2003-08-11 woodblock <woodblock@zed> * 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:

@@ -268,56 +201,72 @@ Some fixes and new bugs. Someone else can do the menus because it is

clear no one gives a fuck what I think and no one else wants a window manager that doesn't suck the same balls as every other window manager. -2003-08-10 xor@zed.orodu.net <xor@zed> +2003-08-10 Ben Jansens <xor@zed.orodu.net> * kernel/client.c: save the frame decorations in client_configure_full before causing the fake frame adjust, since that loses its old value. -2003-08-10 xor@zed.orodu.net <xor@zed> - - * framerender.c: + * kernel/framerender.c: clear the window after setting the background color, this isnt implicit -2003-08-09 xor@zed.orodu.net <xor@zed> +2003-08-09 Ben Jansens <xor@zed.orodu.net> - * focus.c, popup.c, popup.h, screen.c, timer.c, timer.h: + * kernel/focus.c, kernel/popup.c, kernel/popup.h, kernel/screen.c, kernel/timer.c, kernel/timer.h, plugins/menu/timed_menu.c: changes to the timer api, pass the timer to the callback function. add a desktop-switch popup with the desktop's name +2003-08-08 Ben Jansens <xor@zed.orodu.net> + + * render/render.h: include Xlib.h for other platforms + 2003-08-07 woodblock <woodblock@zed> - * event.c: + * kernel/event.c: Fix lock up when not using a session manager and doing fd management. -2003-08-05 xor@zed.orodu.net <xor@zed> +2003-08-06 Ben Jansens <xor@zed.orodu.net> + + * data/rc3: + remove the <windows> option from the resistance plugin since window and edge resistance have been separated, a 0 value will work now + + * plugins/menu/client_menu.c: + disable the current desktop in the send-to menu + +2003-08-05 Ben Jansens <xor@zed.orodu.net> + + * kernel/screen.c: dont ignore topleft layouts + + * plugins/placement/placement.c: missed prefix of define + + * plugins/placement/placement.c: + pick the xinerama head of the parent if possible - * screen.c: dont ignore topleft layouts + * plugins/placement/placement.c: + center parentless dialogs on the screen - * frame.c: + * kernel/frame.c: dont map the tl/tr invisible grips when the grip decors are turned off - * client.c, frame.c, frame.h, framerender.c: + * render/gradient.c: split the increment into a separate macro + + * kernel/client.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c: a couple frame layout bugfixes hidden inside all this.. wee fixes for maximizing windows: - 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. - 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. - when maxed horizontally and vertically, remove the handle from the decorations - * client.c: + * kernel/client.c: 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 - * moveresize.c: + * kernel/moveresize.c: 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 -2003-08-03 xor@zed.orodu.net <xor@zed> +2003-08-03 Ben Jansens <xor@zed.orodu.net> - * client.c, config.c, config.h, moveresize.c: - kill non-opaque move/resize - add an option for redrawing/resizing the client window while resizing, when disabled the client is not touched until the resize is complete. + * tools/obconf/main.c: add more widgets to the main window - * framerender.c: give the plate the same background color as its border - -2003-08-03 xor@zed.orodu.net <xor@zed> + * ChangeLog: recent changes * data/rc3, kernel/client.c, kernel/config.c, kernel/config.h, kernel/moveresize.c: kill non-opaque move/resize

@@ -326,7 +275,7 @@

* kernel/framerender.c: give the plate the same background color as its border -2003-08-02 xor@zed.orodu.net <xor@zed> +2003-08-02 Ben Jansens <xor@zed.orodu.net> * tools/obconf/main.c: has a pane and list and workarea

@@ -366,109 +315,62 @@

* data/rc3, kernel/frame.c, kernel/frame.h, kernel/framerender.c, render/theme.h: invisible resizing areas/grips in the top corners of the window - * plugins/mouse/mouse.c: - omg i found the bug that would make the mouse cursor end up way far from where you started the drag. - * render/theme.c: use the toggled mask for shade and desk buttons * kernel/client.c: that line ended up in teh if somehow... -2003-08-02 xor@zed.orodu.net <xor@zed> - - * configure.ac: alpha4 - - * ChangeLog: recent changes - - * 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: - add the om4ob theme - - * ChangeLog: recent changes - - * render/theme.c: oops indenting - - * render/theme.c: - look in theme dirs first, use the theme as the path as a last attempt only! - - * kernel/frame.c: the grips go below the titlebar buttons - - * plugins/placement/placement.c: place transients better - - * kernel/client.h, kernel/dock.c, kernel/dock.h, kernel/geom.h, kernel/prop.c, kernel/prop.h: - add partial struts tho they arent useful eyt - - * data/rc3, kernel/frame.c, kernel/frame.h, kernel/framerender.c, render/theme.h: - invisible resizing areas/grips in the top corners of the window +2003-08-01 Ben Jansens <xor@zed.orodu.net> - * plugins/mouse/mouse.c: - omg i found the bug that would make the mouse cursor end up way far from where you started the drag. + * kernel/grab.c: oops buttons not keycodes - * render/theme.c: use the toggled mask for shade and desk buttons - - * kernel/client.c: that line ended up in teh if somehow... - -2003-08-02 xor@zed.orodu.net <xor@zed> + * kernel/grab.c: + if a dock app has a button grabbed already then dont die - * 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: - add the om4ob theme - - * ChangeLog: recent changes - - * render/theme.c: oops indenting - - * render/theme.c: - look in theme dirs first, use the theme as the path as a last attempt only! - - * kernel/frame.c: the grips go below the titlebar buttons - - * plugins/placement/placement.c: place transients better - - * kernel/client.h, kernel/dock.c, kernel/dock.h, kernel/geom.h, kernel/prop.c, kernel/prop.h: - add partial struts tho they arent useful eyt - - * data/rc3, kernel/frame.c, kernel/frame.h, kernel/framerender.c, render/theme.h: - invisible resizing areas/grips in the top corners of the window - - * plugins/mouse/mouse.c: - omg i found the bug that would make the mouse cursor end up way far from where you started the drag. + * render/theme.c: look for masks only where the themerc was read from - * render/theme.c: use the toggled mask for shade and desk buttons + * 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: + rename stick bitmaps to desk - * kernel/client.c: that line ended up in teh if somehow... + * Makefile.am: rename stick buttons to desk -2003-08-02 xor@zed.orodu.net <xor@zed> + * render/theme.c, render/theme.h: + add pressed bitmaps. rename stick bitmaps to desk - * theme.c: oops indenting + * kernel/framerender.c, render/theme.c, render/theme.h: + add toggled textuers for titlebar buttons - * theme.c: - look in theme dirs first, use the theme as the path as a last attempt only! + * Makefile.am: make obconf_interface.h belong to the obconf sources - * theme.h: - invisible resizing areas/grips in the top corners of the window + * data/openbox.desktop, kernel/openbox.desktop, render/gradient.c, render/render.c, render/render.h: + move the dekstop file to data/ - * theme.c: use the toggled mask for shade and desk buttons + * Makefile.am: install the .desktop file again -2003-08-01 xor@zed.orodu.net <xor@zed> + * themes/I-merry/themerc, themes/Light-Industry-big/themerc, themes/Light-Industry/themerc, themes/planton/themerc, themes/thebear/themerc: + remove old stuff - * theme.c: look for masks only where the themerc was read from + * Makefile.am: install greenz theme - * theme.c, theme.h: add pressed bitmaps. rename stick bitmaps to desk + * Makefile.am: s/_t.xbm/_toggled.xbm/ - * theme.c, theme.h: add toggled textuers for titlebar buttons + * 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: + renamed the _t bitmaps, and added disabled and hover bitmaps - * gradient.c, render.c, render.h: move the dekstop file to data/ + * 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: + make themes inside a directory - * theme.c, theme.h: - renamed the _t bitmaps, and added disabled and hover bitmaps + * Makefile.am, tools/kdetrayproxy/.cvsignore, tools/kdetrayproxy/Makefile, tools/kdetrayproxy/kdetrayproxy.c: + add the kdetrayproxy tool - * theme.c: make themes inside a directory + * kernel/screen.c: configre teh dock after finding the new screen sizes - * theme.c: add missing includes + * kernel/session.c: compile fixes -2003-07-31 xor@zed.orodu.net <xor@zed> + * render/theme.c: add missing includes - * font.c: missing a header +2003-07-31 Ben Jansens <xor@zed.orodu.net> -2003-07-31 xor@zed.orodu.net <xor@zed> + * ChangeLog: recent changes * configure.ac: alpha3

@@ -516,47 +418,7 @@

* plugins/placement/history.c: dont save/load history. its slow and its stupid. -2003-07-31 xor@zed.orodu.net <xor@zed> - - * kernel/openbox.c: oops missed one - - * kernel/openbox.c, kernel/openbox.h: expose exit_with_error - - * plugins/placement/history.c: kill warnings - - * kernel/session.c: kill some output - - * kernel/openbox.c: - only load the session from file if a file was provided - - * render/font.c: missing a header - - * README.CVS: remove shit i no longer use - - * parser/parse.c: always return a string from parse_string - - * kernel/client.c: - set the desktop hint if the desktop is changed by the session code - - * kernel/client.c: - set the desktop hint after everything is read/setup even session stuff - - * kernel/client.c: - add the window to the lists before setting the client list hint - - * kernel/session.c: - declare functions that are needed when built without session support - - * kernel/session.c: - 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. - - * kernel/client.c, kernel/client.h: - add a function to retrieve the sm_client_id value - - * plugins/placement/history.c: - dont save/load history. its slow and its stupid. - -2003-07-30 xor@zed.orodu.net <xor@zed> +2003-07-30 Ben Jansens <xor@zed.orodu.net> * kernel/client.c, kernel/prop.c, kernel/prop.h, kernel/session.c, kernel/session.h: restore saved session data for applications

@@ -586,133 +448,133 @@ * kernel/frame.c: code cleaning

* kernel/menu.c: only ignore wheel buttons -2003-07-30 xor@zed.orodu.net <xor@zed> +2003-07-29 Ben Jansens <xor@zed.orodu.net> - * client.c: the size can be 0 when there is a base size - - * client.c, client.h, event.c: improved ICCCM compliance! - a) send ConfigureNotify back to the client as required by the ICCCM in all sitatuations. - b) send the corrent coords in the ConfigureNotify, including the border width - c) remove the WM_STATE property when unmanaging a window - - * frame.c: code cleaning - - * menu.c: only ignore wheel buttons - -2003-07-29 xor@zed.orodu.net <xor@zed> - - * event.c: i am the king of copy/paste errors + * kernel/event.c: i am the king of copy/paste errors 2003-07-29 woodblock <woodblock@zed> - * event.c: more menu fixes. + * kernel/event.c: more menu fixes. I hate menus. - * menu.c: Clear current_menu when hiding menus. + * kernel/menu.c: Clear current_menu when hiding menus. - * event.c, menu.c: Close menu properly on unbound keys. + * kernel/event.c, kernel/menu.c: Close menu properly on unbound keys. - * menu.c: Fix some keyboard control issues. + * kernel/menu.c: Fix some keyboard control issues. -2003-07-28 xor@zed.orodu.net <xor@zed> +2003-07-28 Ben Jansens <xor@zed.orodu.net> - * client.c, event.c: + * kernel/client.c, kernel/event.c: base rudeness on if they have a strut even smarter! - * client.c, event.c: base rudeness on if they have a strut or not + * kernel/client.c, kernel/event.c: + base rudeness on if they have a strut or not - * client.c, event.c, screen.c: + * kernel/client.c, kernel/event.c, kernel/screen.c: make the new placement restrictions not affect !normal windows like panels - * menu.c: use plugin_open_reopen not plugin_open_full + * kernel/menu.c: use plugin_open_reopen not plugin_open_full - * event.c, frame.c, frame.h, framerender.c: + * render/theme.c: typo thanks merry + + * kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c: hover theme elements for window titlebar buttons - * client.c, client.h, event.c, screen.c: + * kernel/client.c, kernel/client.h, kernel/event.c, kernel/screen.c: make those apps stay/map on screen!! fuck stupid apps. thats right im talking to you mozilla and you too java. - * event.c: make things compile again. hover does not work yet. + * kernel/event.c: make things compile again. hover does not work yet. - * client.c: use the macro + * kernel/client.c: use the macro - * client.c, event.c: + * kernel/client.c, kernel/event.c: keep apps from moving/maping their titlebar underneath left/top panels - * session.c: set teh clone comamnd + * kernel/session.c: set teh clone comamnd - * session.c: + * kernel/session.c: use char not a long, since we're telling the SM that its 1 byte lone - * session.c: save the commands on startup + * kernel/session.c: save the commands on startup - * session.c: use the path properly for the session file + * kernel/session.c: use the path properly for the session file - * session.c: use teh save file not the session id + * kernel/session.c: use teh save file not the session id 2003-07-28 woodblock <woodblock@zed> - * menu.c: demand load plugins from the menu + * kernel/menu.c: demand load plugins from the menu - * event.c, menu.c: Menu stuff. + * kernel/event.c, kernel/menu.c, plugins/menu/client_menu.c: + Menu stuff. Testing may begin. +2003-07-27 Ben Jansens <xor@zed.orodu.net> + + * render/theme.c, render/theme.h: fix mem leaks/crashes + + * render/theme.c, render/theme.h: add pressed colors for buttons + 2003-07-26 woodblock <woodblock@zed> - * event.c: Close menu on click if outside the menu. + * kernel/event.c: Close menu on click if outside the menu. I think, haven't tested. - * menu.c: more fixes + * kernel/menu.c: more fixes -2003-07-26 xor@zed.orodu.net <xor@zed> +2003-07-26 Ben Jansens <xor@zed.orodu.net> - * stacking.c: dont stack groups together + * tools/obconf/main.c: make errors non-modal -2003-07-26 woodblock <woodblock@zed> + * Makefile.am, configure.ac, tools/obconf/.cvsignore, tools/obconf/Makefile, tools/obconf/main.c: + restarting work on obconf - * event.c, menu.c, menu.h: Some menu updates. - Don't talk to me about menus. + * ChangeLog: recent changes -2003-07-26 xor@zed.orodu.net <xor@zed> + * data/rc3: + split resistance strengths for screen edges and windows. also a fix for parsing changes, + + * kernel/stacking.c: dont stack groups together - * stacking.c: dont stack groups together + * plugins/placement/placement.c: + the parsing shit changed but this didnt yet 2003-07-26 woodblock <woodblock@zed> - * event.c, menu.c, menu.h: Some menu updates. + * kernel/event.c, kernel/menu.c, kernel/menu.h: Some menu updates. Don't talk to me about menus. -2003-07-25 xor@zed.orodu.net <xor@zed> +2003-07-25 Ben Jansens <xor@zed.orodu.net> - * client.c, client.h: + * kernel/client.c, kernel/client.h: add client_search_transient which searches the tree from a client down for a client - * stacking.c: stacking fixes + * render/theme.c: dont allow parentrelative on top-level appearances + + * kernel/stacking.c: stacking fixes -2003-07-24 xor@zed.orodu.net <xor@zed> +2003-07-24 Ben Jansens <xor@zed.orodu.net> - * openbox.c, openbox.h, session.c, session.h: + * Makefile.am, kernel/openbox.c, kernel/openbox.h, kernel/session.c, kernel/session.h: save and load the session save file, though its data is not used yet! 2003-07-24 woodblock <woodblock@zed> - * event.c, menu.c, menu.h, menu_render.c: + * kernel/event.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, plugins/menu/client_menu.c: I had a commit message but my commit got stepped on so fuck it. No one cares what I think anyway. If the menu navigation isn't EXACTLY FUCKING RIGHT I WILL REMOVE IT AND SOME OTHER POOR FUCK CAN PUT UP WITH ALL THE FUCKING BULLSHIT. -2003-07-24 xor@zed.orodu.net <xor@zed> +2003-07-24 Ben Jansens <xor@zed.orodu.net> - * action.c, client.c, debug.h, dock.c, event.c, focus.c, menu.c, menu_render.c, openbox.c, screen.c: - use ob_debug for any debug printing and only display the output when its a debug build or when --debug is passed to it - -2003-07-24 xor@zed.orodu.net <xor@zed> + * ChangeLog: updates to changelog * configure.ac: dont display the build type at the end its already in the output - * 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/keyboard/keyboard.c, plugins/keyboard/translate.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: + * 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: use ob_debug for any debug printing and only display the output when its a debug build or when --debug is passed to it * render/gradient.c:

@@ -720,7 +582,7 @@ draw the bevel stuff in the pixel data buffer so parent-relative stuff can use it.

* render/render.c: space -2003-07-23 xor@zed.orodu.net <xor@zed> +2003-07-23 Ben Jansens <xor@zed.orodu.net> * render/render.c: init the parent shit in the surface when making a copy

@@ -747,7 +609,7 @@

* plugins/menu/client_menu.c: Better placement of the client window. Might need some tweaking. -2003-07-23 xor@zed.orodu.net <xor@zed> +2003-07-23 Ben Jansens <xor@zed.orodu.net> * kernel/menu.c: unhilite the entry for the submenu when it is closed

@@ -760,12 +622,12 @@

* Makefile.am, plugins/menu/include_menu.c: Added include_menu.c as an example of how one could write a plugin. - * kernel/config.c, kernel/menu.c, parser/parse.c, plugins/keyboard/keyboard.c, plugins/menu/fifo_menu.c, plugins/mouse/mouse.c, plugins/placement/history.c: + * kernel/config.c, kernel/menu.c, parser/parse.c, plugins/menu/fifo_menu.c, plugins/placement/history.c: * Change xml parsing to pass the parent node, rather than the first child. * Add x,y co-ordinates on showmenu action so we can place menus on keypress. -2003-07-22 xor@zed.orodu.net <xor@zed> +2003-07-22 Ben Jansens <xor@zed.orodu.net> * kernel/event.c, kernel/openbox.c, kernel/openbox.h, kernel/screen.c: add the --replace command line option, and support for the WM_Sn selection

@@ -773,9 +635,6 @@

* kernel/prop.c, kernel/prop.h: add the MANAGER atom. allow prop_message to be used with a user-defined mask instead of only with the NetWM mask - * plugins/keyboard/keyboard.c: - set the x/y values in the moveresize struct for moveresize key actions - * kernel/client.c: stop shownig the desktop when a new window maps * kernel/menu.c: add a func to find a menu entry from a submenu.

@@ -830,13 +689,13 @@

It is all hideous, but I just wanted to experiment and see if it was possible. -2003-07-12 xor@zed.orodu.net <xor@zed> +2003-07-12 Ben Jansens <xor@zed.orodu.net> * render/theme.c: useless code move * kernel/client.c: simple code cleanup -2003-07-11 xor@zed.orodu.net <xor@zed> +2003-07-11 Ben Jansens <xor@zed.orodu.net> * render/color.c, render/render.c: removed the RrEndian so using LSBFirst always now. hopefully this works!

@@ -863,7 +722,7 @@ * DESIGN/themes.txt: a full style defn..

* kernel/client.c: move to the desktop of the activated window -2003-07-10 xor@zed.orodu.net <xor@zed> +2003-07-10 Ben Jansens <xor@zed.orodu.net> * 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: 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.

@@ -907,16 +766,16 @@ make the ob_restart/shutdown stuff static vars and expose them only through functions ob_restart_other(), ob_restart() and ob_exit()

* kernel/stacking.c: remove useless include - * kernel/focus.c, kernel/focus.h, kernel/screen.c, kernel/screen.h, kernel/stacking.c, plugins/keyboard/keyboard.c: + * kernel/focus.c, kernel/focus.h, kernel/screen.c, kernel/screen.h, kernel/stacking.c: replace the focus_backup with the screen_support_win, we dont need 2 offscreen windows. * kernel/screen.c: use the xerror stuff to trap errors instead of dupliacted the effort here - * kernel/dock.c, kernel/dock.h, kernel/screen.c, kernel/timer.c, kernel/timer.h, plugins/keyboard/keyboard.c, plugins/menu/timed_menu.c: + * kernel/dock.c, kernel/dock.h, kernel/screen.c, kernel/timer.c, kernel/timer.h, plugins/menu/timed_menu.c: prefix the Timer->ObTimer and TimeoutHandler->ObTimeoutHandler shitz - * 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, plugins/keyboard/keyboard.c: + * 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: prefixing and capitalizing the StackLayer -> ObStackingLayer enum. less includes in headers for less rebuilding on changes

@@ -934,7 +793,7 @@ prefixing for the Popup->ObPopup struct

* kernel/moveresize.h: dont need client.h in this header - * kernel/client.h, kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/framerender.h, kernel/popup.c, plugins/mouse/mouse.c: + * kernel/client.h, kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/framerender.h, kernel/popup.c: prefixing and capitalization for the Frame->ObFrame struct and the Context->ObFrameContext enum and its constants. * kernel/client.h, kernel/group.c, kernel/group.h:

@@ -949,7 +808,7 @@

* plugins/menu/client_menu.c, plugins/menu/fifo_menu.c, plugins/menu/timed_menu.c: kill warnings - * 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/keyboard/keyboard.c, plugins/mouse/mouse.c, plugins/placement/history.c, plugins/placement/history.h, plugins/placement/placement.c, plugins/resistance/resistance.c: + * 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: rename the Client struct to ObClient * Makefile.am: add the new misc.h and mwm.h to the kernel sources

@@ -958,14 +817,14 @@ * kernel/client.c, kernel/client.h, kernel/mwm.h:

add a mwm.h for the mwm hint structure and flags. use proper prefixing and capitalization for the new mwm stuff. - * 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/keyboard/keyboard.c, plugins/placement/history.c, plugins/placement/placement.c, plugins/resistance/resistance.c: + * 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: add misc.h with some standard enumerations with proper prefixing and capitalizations. use the new enums throughout. provide keycodes and cursors through ob_cursor and ob_keycode functions, which use the new misc.h enums for picking the cursor and keycode. - * 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, plugins/resistance/resistance.c: + * 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: rename 'xinerama' stuff to 'monitors' to be more generic and descriptive. * kernel/stacking.c: speed up pick_group_windows too

@@ -989,27 +848,24 @@

* kernel/debug.c, kernel/debug.h: add ob_debug for printing stuff only when debug is enabled - * plugins/mouse/mouseparse.c, plugins/mouse/mouseparse.h: - these havent been used for a long time.. ;) old parsing shit be gone - * 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: remove rependancy on geom.h from the kernel, provide what is used in its own geom.h - * 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/keyboard/.cvsignore, plugins/keyboard/Makefile, plugins/keyboard/Makefile.am, plugins/menu/.cvsignore, plugins/menu/Makefile, plugins/menu/Makefile.am, plugins/mouse/.cvsignore, plugins/mouse/Makefile, plugins/mouse/Makefile.am, plugins/placement/.cvsignore, plugins/placement/Makefile, plugins/placement/Makefile.am, plugins/resistance/.cvsignore, plugins/resistance/Makefile, plugins/resistance/Makefile.am, render/.cvsignore, render/Makefile, render/Makefile.am, themes/.cvsignore, themes/Makefile, themes/Makefile.am, themes/ebox_data/.cvsignore, themes/ebox_data/Makefile.am, themes/fieron2_data/.cvsignore, themes/fieron2_data/Makefile.am, themes/fieron_data/.cvsignore, themes/fieron_data/Makefile.am, tools/Makefile.am, tools/obconf/Makefile.am: + * 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: update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah! * gettext.h, kernel/gettext.h: move the gettext header out to the root source dir -2003-07-07 xor@zed.orodu.net <xor@zed> +2003-07-07 Ben Jansens <xor@zed.orodu.net> * render/font.c: include stdlib for exit() -2003-07-06 xor@zed.orodu.net <xor@zed> +2003-07-06 Ben Jansens <xor@zed.orodu.net> * bootstrap: add ACLOCAL_FLAGS to the aclocal call. -2003-07-05 xor@zed.orodu.net <xor@zed> +2003-07-05 Ben Jansens <xor@zed.orodu.net> * kernel/openbox.c: use --foo instead of -foo for cmd line arguments

@@ -1025,12 +881,12 @@ use the gdk-pixbuf-xlib library to render with

* configure.ac: coment the USE_LIBSN defined variable -2003-07-02 xor@zed.orodu.net <xor@zed> +2003-07-02 Ben Jansens <xor@zed.orodu.net> * kernel/stacking.c: rename the raise and lower functions. raise is claimed by signal.h already -2003-06-30 xor@zed.orodu.net <xor@zed> +2003-06-30 Ben Jansens <xor@zed.orodu.net> * kernel/dock.c: set te strut smaller when autohide is on

@@ -1040,7 +896,7 @@ * kernel/event.c:

Makes a simple click not so accidently annoying by making it not execute a menu action if nothing is highlighted. -2003-06-30 xor@zed.orodu.net <xor@zed> +2003-06-30 Ben Jansens <xor@zed.orodu.net> * kernel/extensions.c: messed up the indexes while finding the combined size of all xineerama heads

@@ -1054,7 +910,7 @@

* plugins/menu/Makefile.am: Remove menu plugins because they are stupid and don't work. -2003-06-29 xor@zed.orodu.net <xor@zed> +2003-06-29 Ben Jansens <xor@zed.orodu.net> * kernel/prop.c: the prop_get_strings_locale function looked for a utf8 typed property

@@ -1065,7 +921,7 @@

* kernel/popup.c: create the popup's window before adding it to the stacking list, so that it is stacked properly and doesnt wreck everything - * Makefile.am, configure.ac, data/Makefile.am, kernel/Makefile.am, parser/Makefile.am, plugins/Makefile.am, plugins/keyboard/Makefile.am, plugins/menu/Makefile.am, plugins/mouse/Makefile.am, plugins/placement/Makefile.am, plugins/resistance/Makefile.am, render/Makefile.am, themes/Makefile.am, themes/ebox_data/Makefile.am, themes/fieron2_data/Makefile.am, themes/fieron_data/Makefile.am, tools/obconf/Makefile.am: + * 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: prepare for alpha1 release. make 'make dist' work.

@@ -1080,20 +936,12 @@

* plugins/placement/history.c: use strcmp instead of collate, since collate is slower and we're only doing an == check - * plugins/keyboard/keyparse.c, plugins/keyboard/keyparse.h: - these are old and not used anymore - * render/gradient.c: missed setting 'current' at the end of the pyramid gradient * kernel/stacking.c: waste of energy in stacking_add, and it even caused bugs. woops. -2003-06-29 xor@zed <xor@zed> - - * kernel/stacking.c: - waste of energy in stacking_add, and it even caused bugs. woops. - 2003-06-29 woodblock <woodblock@zed> * plugins/menu/client_menu.c:

@@ -1104,7 +952,7 @@ Handle menu events a little better: don't bother updating a submenu on

mouseover if it is already open, and call update on menus, even if they aren't marked as invalid. -2003-06-28 xor@zed <xor@zed> +2003-06-28 Ben Jansens <xor@zed.orodu.net> * kernel/openbox.c: use fprintf not g_message in the signal handler. no mallocing allowed.

@@ -1125,16 +973,10 @@ put group members above the window when lowering it

* kernel/stacking.c: set the stacking list when stacking changes - * themes/ebox_data/.cvsignore, themes/fieron2_data/.cvsignore, themes/fieron_data/.cvsignore: - ignore the generated makefiles - - * themes/ebox_data/Makefile.am, themes/fieron2_data/Makefile.am, themes/fieron_data/Makefile.am: - add the makefiles for the themes' data dirs - * render/theme.h: add the themes path to the struct. make the name never include a path - * configure.ac, themes/Makefile.am, themes/ebox_data/close.xbm, themes/ebox_data/iconify.xbm, themes/ebox_data/max.xbm, themes/fieron2_data/close.xbm, themes/fieron2_data/iconify.xbm, themes/fieron2_data/max.xbm, themes/fieron2_data/stick.xbm, themes/fieron_data/close.xbm, themes/fieron_data/iconify.xbm, themes/fieron_data/max.xbm, themes/fieron_data/stick.xbm: + * configure.ac, themes/Makefile.am: adjust the themes with buttons to match how they are read now * AUTHORS: simplify this shit

@@ -1145,10 +987,7 @@ * kernel/popup.c: dont need to raise after adding

* render/theme.c: rename the button_dir var to data_dir.. pointless :> - * plugins/resistance/resistance.c: - snap to all heads the window is present on - -2003-06-27 xor@zed <xor@zed> +2003-06-27 Ben Jansens <xor@zed.orodu.net> * kernel/Makefile.am: build 'openbox' instead of 'openbox3'. add the openbox.desktop file for gnome compat.

@@ -1167,14 +1006,14 @@ stacking changes, its more like the old code without being shitty and with support for raising groups at a time.

* kernel/stacking.c: core when the list gets out of order - * 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, plugins/resistance/resistance.c: + * 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: xinerama support * data/rc3: root menu on right click * kernel/event.c: 4 space indents -2003-06-26 xor@zed <xor@zed> +2003-06-26 Ben Jansens <xor@zed.orodu.net> * kernel/grab.c: return true when ungrabbing so that it can ungrab them all on shutdown

@@ -1188,8 +1027,6 @@

* kernel/client.c: check that extensions_vidmode is set before trying to use the vidmode functions - * plugins/keyboard/keyboard.c: if grab fails dont set grabbed_key - * kernel/grab.c, kernel/grab.h: return FALSE if a grab fails * kernel/client.c:

@@ -1216,7 +1053,7 @@

* render/font.c, render/font.h, render/render.c, render/render.h, render/theme.c, render/theme.h: read fonts and titlebar layout from theme files -2003-06-25 xor@zed <xor@zed> +2003-06-25 Ben Jansens <xor@zed.orodu.net> * data/rc3: add right click on icon to open the client menu

@@ -1235,12 +1072,9 @@

* plugins/menu/client_menu.c: 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 - * plugins/mouse/mouse.c: - use the alst button press for clicks instead of teh fisrt. it make sno diff to me really and this makes it work when you grab the pointer on the click, without leaving the mouse plugin in a weird state. - * kernel/grab.c: grab all motion events for pointer grabs -2003-06-24 xor@zed <xor@zed> +2003-06-24 Ben Jansens <xor@zed.orodu.net> * kernel/menu.c: position submenus correctly horizontally

@@ -1257,7 +1091,7 @@

* render/gradient.c, render/test.c: integer math for gradients. horz vert and diags and pipecross work so far. -2003-06-22 xor@zed <xor@zed> +2003-06-22 Ben Jansens <xor@zed.orodu.net> * kernel/menu.c, kernel/menu_render.c: add a simple menu parser. 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.

@@ -1266,7 +1100,7 @@ * kernel/openbox.c: reorder startup so menu goes before config parsing

* data/rc3: add a root menu -2003-06-21 xor@zed <xor@zed> +2003-06-21 Ben Jansens <xor@zed.orodu.net> * kernel/client.c, kernel/frame.c, kernel/frame.h: 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.

@@ -1314,13 +1148,7 @@ * render/instance.c, render/render.c: more namespacing with Rr*

* render/color.c: use the pseudo shit in the instance now - * render/gradient.c, render/gradient.h, render/render.c, render/color.c, render/color.h: - more namespacing with Rr* - - * plugins/keyboard/translate.c, plugins/mouse/translate.c: - dont use .. in include paths - - * render/image.c, render/image.h, render/render.c, kernel/client.c, kernel/screen.c, render/color.c, render/color.h, render/font.c, render/gradient.c, render/render.h, render/theme.h: + * 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: more namespacing with Rr* * kernel/menu.h, kernel/menu.c: kill a warning

@@ -1342,7 +1170,7 @@

* 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: fixed to accomodate the changes to the render/ API. -2003-06-20 xor@zed <xor@zed> +2003-06-20 Ben Jansens <xor@zed.orodu.net> * 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: this is going to break the kernel/ building.

@@ -1371,18 +1199,18 @@

* 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: remove non-planar surfaces -2003-06-19 xor@zed <xor@zed> +2003-06-19 Ben Jansens <xor@zed.orodu.net> * configure.ac, m4/gl.m4: remove --enable-gl * kernel/client.c: fix for how base-size is used to comply with the icccm -2003-06-18 xor@zed <xor@zed> +2003-06-18 Ben Jansens <xor@zed.orodu.net> * kernel/framerender.c: copy the frame's surface from the prototype -2003-06-17 xor@zed <xor@zed> +2003-06-17 Ben Jansens <xor@zed.orodu.net> * bootstrap: export the WANT_AUTOMAKE var before running acloacl

@@ -1402,7 +1230,7 @@ * kernel/client.c: fix? color on icons

* kernel/client.c: remove bogus byte permutations in icon code -2003-06-08 xor@zed <xor@zed> +2003-06-08 Ben Jansens <xor@zed.orodu.net> * kernel/focus.c: remove an extra useless call to focus_set_client(NULL)

@@ -1436,7 +1264,7 @@

* kernel/client.c: don't resize the client itself while doing a resize if its not final when config_opaque_resize is not on -2003-06-04 xor@zed <xor@zed> +2003-06-04 Ben Jansens <xor@zed.orodu.net> * kernel/client.c: better VIDMODE support, handle the cases where the functions fail

@@ -1450,18 +1278,15 @@

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. call client_reconfigure when uniconifying a window, so that fullscreen windows are put at the point of the view port. - * data/rc3, plugins/mouse/mouse.c, plugins/mouse/mouse.h, plugins/mouse/translate.c: + * data/rc3: remove that fancy new leftHanded option, it should be done via xmodmap instead - * data/rc3, plugins/mouse/mouse.c, plugins/mouse/mouse.h, plugins/mouse/translate.c: + * data/rc3: add a leftHanded option for mouse bindings, reverses the left/right keywords * kernel/grab.c, kernel/grab.h: make key grabbing per window instead of always root - * plugins/keyboard/keyboard.c: - grab bindings on each client's frame (and the focus_backup) instead of on the root window - * kernel/focus.c: allow cycling to iconic windows * kernel/client.c:

@@ -1479,10 +1304,7 @@

* kernel/client.c, kernel/client.h, kernel/focus.c: allow focus_fallback to query if a client can be focused without changing the focus order on it - * plugins/keyboard/keyboard.c: - grab the keybaord before cycling focus for reduced latency - -2003-06-03 xor@zed <xor@zed> +2003-06-03 Ben Jansens <xor@zed.orodu.net> * kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/popup.c: modifications to keep up with libobrender2

@@ -1510,7 +1332,7 @@ 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.

* kernel/client.c: rm g_messages.. ones that segfault.. :> -2003-06-02 xor@zed <xor@zed> +2003-06-02 Ben Jansens <xor@zed.orodu.net> * kernel/client.c: also dont increment the nicons if the w*h is 0

@@ -1527,7 +1349,7 @@ adjust for some api extensions in render2

* bootstrap: add env var to get automake 1.7 -2003-06-01 xor@zed <xor@zed> +2003-06-01 Ben Jansens <xor@zed.orodu.net> * 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: Merging in th gl2 branch. Adding a --enable-gl option to the configure script, which defaults off.

@@ -1536,7 +1358,7 @@ 2003-05-30 manmower <manmower@zed>

* kernel/frame.c: adjust title bar text -2003-05-30 xor@zed <xor@zed> +2003-05-30 Ben Jansens <xor@zed.orodu.net> * kernel/client.c: adjust what gets raised on map a bit, a little less selective.

@@ -1545,7 +1367,7 @@ 2003-05-30 manmower <manmower@zed>

* kernel/frame.c: add some test cases for the font crap -2003-05-29 xor@zed <xor@zed> +2003-05-29 Ben Jansens <xor@zed.orodu.net> * m4/openbox.m4: better alpha/beta check :)

@@ -1556,7 +1378,7 @@ only add non-nonintrusively when both windows share a stacking layer

* data/rc3: raise on client clicks -2003-05-28 xor@zed <xor@zed> +2003-05-28 Ben Jansens <xor@zed.orodu.net> * COPYING: remove the generic COPYING

@@ -1580,7 +1402,7 @@ 2003-05-28 manmower <manmower@zed>

* kernel/frame.c: slightly improved theme -2003-05-28 xor@zed <xor@zed> +2003-05-28 Ben Jansens <xor@zed.orodu.net> * kernel/popup.c: proper centering of the text in popups without icons

@@ -1589,7 +1411,7 @@

* kernel/frame.c, kernel/frame.h: fixed the flicker in shape (we use a shapewindow now. it rules, I rule, fuck X, blah blah MOOOOOOO) -2003-05-27 xor@zed <xor@zed> +2003-05-27 Ben Jansens <xor@zed.orodu.net> * kernel/frame.c: and typod

@@ -1613,7 +1435,7 @@ and probably ruined exposure for some weird case. bwa ha ha

* kernel/frame.c, kernel/frame.h: how about some UGLY decor! -2003-05-27 xor@zed <xor@zed> +2003-05-27 Ben Jansens <xor@zed.orodu.net> * kernel/popup.c: paints are now recursive

@@ -1621,7 +1443,7 @@ 2003-05-27 manmower <manmower@zed>

* kernel/frame.h: surface pointer please -2003-05-27 xor@zed <xor@zed> +2003-05-27 Ben Jansens <xor@zed.orodu.net> * kernel/popup.c: proper layout

@@ -1633,7 +1455,7 @@ 2003-05-27 manmower <manmower@zed>

* kernel/frame.c, kernel/frame.h: added shape support for decor -2003-05-27 xor@zed <xor@zed> +2003-05-27 Ben Jansens <xor@zed.orodu.net> * kernel/popup.c: dont try use an icon when where isnt one

@@ -1661,7 +1483,7 @@ frame.c now supports more decor anchors

yay for 1 to many commit logs -2003-05-26 xor@zed <xor@zed> +2003-05-26 Ben Jansens <xor@zed.orodu.net> * kernel/Makefile.am: link render version 2

@@ -1670,7 +1492,7 @@

* kernel/frame.c, kernel/frame.h: frame pointer in framedecor instead of client pointer -2003-05-26 xor@zed <xor@zed> +2003-05-26 Ben Jansens <xor@zed.orodu.net> * kernel/event.c, kernel/window.c: add case for Window_Decoration

@@ -1687,7 +1509,7 @@

* kernel/frame.c: we now have no decor at all, but are otherwise functional -2003-05-26 xor@zed <xor@zed> +2003-05-26 Ben Jansens <xor@zed.orodu.net> * kernel/client.c: use frame->visible, not the desktop number, other states exist too, like show_desktop

@@ -1731,7 +1553,7 @@ no, it does not work

much has been removed. -2003-05-25 xor@zed <xor@zed> +2003-05-25 Ben Jansens <xor@zed.orodu.net> * configure.ac, m4/gl.m4: right branch. no more xft. fontconfig. gl. woot.

@@ -1744,7 +1566,7 @@ 2003-05-25 manmower <manmower@zed>

* render/gradient.c: gl.h shouldn't be required when not enabling gl -2003-05-25 xor@zed <xor@zed> +2003-05-25 Ben Jansens <xor@zed.orodu.net> * README.CVS: add the glade/gtk deps for debian

@@ -1758,7 +1580,7 @@ * render/gradient.c, render/test.c: rectangle and diagonal grads yay

gl > * -2003-05-25 xor@zed <xor@zed> +2003-05-25 Ben Jansens <xor@zed.orodu.net> * data/rc3: Shade not Shaded

@@ -1776,9 +1598,9 @@

* render/gradient.c, render/gradient.h, render/render.c, render/render.h, render/test.c: gl is starting. it's gonna get really ugly really fast, folks -2003-05-24 xor@zed <xor@zed> +2003-05-24 Ben Jansens <xor@zed.orodu.net> - * 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/keyboard/keyboard.c, plugins/menu/Makefile.am, plugins/mouse/mouse.c, plugins/obconf_interface.h, plugins/placement/history.c, plugins/placement/placement.c, plugins/resistance.c, plugins/resistance/.cvsignore, plugins/resistance/Makefile.am, plugins/resistance/resistance.c, plugins/resistance/resistance.glade, plugins/resistance/resistance.gladep, plugins/resistance/resistance.h, plugins/resistance/resistance_config.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: + * 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: this is a big one! im putting stats in here just cuz! 59 files changed, 1691 insertions(+), 607 deletions(-) Adding the beginings of ObConf. Adding a resistance-config plugin for ObConf.

@@ -1786,7 +1608,7 @@ 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)

* kernel/action.c: convert shit from utf8 to filename before execing it - * 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/keyboard/Makefile.am, plugins/keyboard/keyboard.c, plugins/mouse/Makefile.am, plugins/mouse/mouse.c, plugins/placement/Makefile.am, plugins/placement/history.c, plugins/placement/history.h, plugins/placement/placement.c, plugins/resistance.c: + * 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: ECKS EM ELL * plugins/menu/client_menu.c:

@@ -1807,7 +1629,7 @@ * kernel/client.c: use the user friendly desktop number

* kernel/focus.c: clarify comment -2003-05-23 xor@zed <xor@zed> +2003-05-23 Ben Jansens <xor@zed.orodu.net> * kernel/event.c: dont refocus the focused window, that just causes so many problems (with alt-tab :)

@@ -1818,9 +1640,9 @@ 2003-05-23 woodblock <woodblock@zed>

* plugins/menu/fifo_menu.c: Fixed missing includes -2003-05-23 xor@zed <xor@zed> +2003-05-23 Ben Jansens <xor@zed.orodu.net> - * configure.ac, kernel/Makefile.am, m4/gl.m4, plugins/Makefile.am, plugins/keyboard/Makefile.am, plugins/mouse/Makefile.am, plugins/placement/Makefile.am, render/Makefile.am: + * configure.ac, kernel/Makefile.am, m4/gl.m4, plugins/Makefile.am, plugins/placement/Makefile.am, render/Makefile.am: add --enable-gl support, and put the flags/libs in the appropriate makefiles * kernel/focus.c: remove a todo item that seems to be.. done!

@@ -1831,9 +1653,6 @@

* kernel/event.c: 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. - * plugins/keyboard/keyboard.c: - had some code inside the action for loop that didnt belong in there - 2003-05-23 woodblock <woodblock@zed> * plugins/menu/client_menu.c: Add toggle decor action to client menu

@@ -1842,7 +1661,7 @@ 2003-05-22 manmower <manmower@zed>

* render/test.c: fix cut'n'paste bug -2003-05-22 xor@zed <xor@zed> +2003-05-22 Ben Jansens <xor@zed.orodu.net> * kernel/event.c: only button 1 can use menu items

@@ -1859,14 +1678,9 @@

* render/render.h, render/render.c: keep XVisualInfo around in preparation for opengl stuff -2003-05-22 xor@zed <xor@zed> - - * plugins/keyboard/keyboard.c: only grab C-g while in a chain +2003-05-22 Ben Jansens <xor@zed.orodu.net> * plugins/menu/.cvsignore: add the client_menu stuff - - * plugins/keyboard/keyboard.c: - async key grabs to avoid race conditions with the sync stuff. there are still possible rases (yay X) but they will be much harder to hit, i expect noone will ever hit them more than once/often enuogh to realise. * configure.ac: remove shit for my own makefiles that i dont need no more

@@ -1877,7 +1691,7 @@ 2003-05-22 woodblock <woodblock@zed>

* kernel/menu.c, plugins/menu/client_menu.c: layers submenu on client -2003-05-22 xor@zed <xor@zed> +2003-05-22 Ben Jansens <xor@zed.orodu.net> * kernel/action.c, kernel/action.h, kernel/client.c, kernel/client.h: add actions for changing client layers to abov/below/normal

@@ -1892,7 +1706,7 @@ * data/rc3, kernel/client.c, kernel/event.c, kernel/menu.c, kernel/menu.h, plugins/menu/Makefile.am, plugins/menu/client_menu.c:

Client menus Add "client_menu" to pluginrc to use. -2003-05-21 xor@zed <xor@zed> +2003-05-21 Ben Jansens <xor@zed.orodu.net> * render/font.c: optimize it a bit

@@ -1908,7 +1722,7 @@ Openbox3 in the WM name, FUCK OFF XINE, YA YOU HEARD ME.

* render/gradient.c: allocate the border_color's gc -2003-05-20 xor@zed <xor@zed> +2003-05-20 Ben Jansens <xor@zed.orodu.net> * render/color.c, render/render.c: put the devation back how it used to be, it aws definately no better..

@@ -1918,7 +1732,7 @@

* render/gradient.c: of by one error in pyramid, rectangle, and crosspipe -2003-05-20 xor@zed <xor@zed> +2003-05-20 Ben Jansens <xor@zed.orodu.net> * render/gradient.c: remove debug prints

@@ -1945,7 +1759,7 @@

* kernel/screen.c: ignore errors when playing with application defined colormaps -2003-05-19 xor@zed <xor@zed> +2003-05-19 Ben Jansens <xor@zed.orodu.net> * kernel/dock.c: get the size for all the apps before positioning them

@@ -1976,7 +1790,7 @@ * render/gradient.c: there's the rect grad. now stop bugging me :(

* render/gradient.c: is that a rectangle grad? damned if I know -2003-05-18 xor@zed <xor@zed> +2003-05-18 Ben Jansens <xor@zed.orodu.net> * kernel/client.c, kernel/client.h, render/color.c, render/color.h, render/image.c, render/render.c, render/render.h: make icons use pixel32 data, and image_draw takes pixel32 data.

@@ -2004,7 +1818,7 @@

* kernel/client.c: this is actually xor :) - fixing the focus search function to not return NULL if no valid group members exist to be a transient for -2003-05-18 xor@zed <xor@zed> +2003-05-18 Ben Jansens <xor@zed.orodu.net> * kernel/stacking.c: proper check to see if something was raised, the it==NULL would cause it to always return, incorrectly.

@@ -2020,7 +1834,7 @@ 2003-05-18 woodblock <woodblock@zed>

* HACKING: Indentation stuff -2003-05-18 xor@zed <xor@zed> +2003-05-18 Ben Jansens <xor@zed.orodu.net> * configure.ac: actually optional now.

@@ -2031,14 +1845,14 @@ grab the mouse during focus cycling. this removes the bug of focusing following the mouse when the popup disappears and fuck up your cycling.

* render/Makefile.am: need the libsn flags - * plugins/Makefile.am, plugins/keyboard/Makefile.am, plugins/menu/Makefile.am, plugins/mouse/Makefile.am, plugins/placement/Makefile.am: + * plugins/Makefile.am, plugins/menu/Makefile.am, plugins/placement/Makefile.am: needs the libsn flags to use openbox.h now 2003-05-18 woodblock <woodblock@zed> * plugins/menu/timed_menu.c: Clean up on destroy. -2003-05-18 xor@zed <xor@zed> +2003-05-18 Ben Jansens <xor@zed.orodu.net> * configure.ac, kernel/Makefile.am, kernel/event.c, kernel/openbox.c, kernel/openbox.h, kernel/screen.c: add (optional) support for showing a busy cursor via startup notification

@@ -2048,13 +1862,12 @@

* plugins/menu/timed_menu.c: Added stat() based timed menu update. Needs parser before it is useful. -2003-05-17 xor@zed <xor@zed> +2003-05-17 Ben Jansens <xor@zed.orodu.net> - * kernel/event.c, plugins/mouse/mouse.c: - disallow drag events on title buttons. + * kernel/event.c: disallow drag events on title buttons. dont redraw title button when the wheel buttons are used on them. -2003-05-16 xor@zed <xor@zed> +2003-05-16 Ben Jansens <xor@zed.orodu.net> * kernel/client.c: print the class not the name

@@ -2075,7 +1888,7 @@ 2003-05-16 woodblock <woodblock@zed>

* plugins/menu/timed_menu.c: Fixed child wait. -2003-05-16 xor@zed <xor@zed> +2003-05-16 Ben Jansens <xor@zed.orodu.net> * kernel/event.c: remove debug prints

@@ -2097,7 +1910,7 @@ make new windows that dont get focus also not raise above the focused window.

* kernel/event.c: movnig shit around -2003-05-14 xor@zed <xor@zed> +2003-05-14 Ben Jansens <xor@zed.orodu.net> * kernel/menu.c: watch out for not loading the timed_menu plugin

@@ -2114,7 +1927,7 @@

* kernel/event.c, kernel/event.h, kernel/menu.c, plugins/menu/timed_menu.c: woodblock's failed attempt at making pipes work -2003-05-11 xor@zed <xor@zed> +2003-05-11 Ben Jansens <xor@zed.orodu.net> * plugins/resistance.c: watch out for stacking_list

@@ -2155,12 +1968,12 @@

* kernel/client.c, kernel/slit.c, kernel/slit.h: use the size of the icon window for slit apps, not the client window - * plugins/keyboard/tree.c, plugins/menu/timed_menu.h: cleanups + * plugins/menu/timed_menu.h: cleanups - * kernel/event.c, kernel/grab.c, kernel/grab.h, kernel/slit.c, kernel/slit.h, plugins/mouse/mouse.c: + * kernel/event.c, kernel/grab.c, kernel/grab.h, kernel/slit.c, kernel/slit.h: can drag slit-apps around in the slit -2003-05-10 xor@zed <xor@zed> +2003-05-10 Ben Jansens <xor@zed.orodu.net> * kernel/event.c, kernel/slit.c, kernel/slit.h, kernel/timer.h: add autohiding to the slit

@@ -2200,7 +2013,7 @@ 2003-05-09 woodblock <woodblock@zed>

* plugins/menu/Makefile.am, plugins/menu/Makefile.in: fixor -2003-05-09 xor@zed <xor@zed> +2003-05-09 Ben Jansens <xor@zed.orodu.net> * configure.ac: nice merge

@@ -2210,7 +2023,7 @@ * 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:

Menu uber patch Since we have no menu parser see menu_startup() to customize -2003-05-09 xor@zed <xor@zed> +2003-05-09 Ben Jansens <xor@zed.orodu.net> * kernel/client.c, kernel/client.h, kernel/event.c, kernel/focus.c: add a client_activate function, use it for net_wm_active mesgs and for focus cycling.

@@ -2220,16 +2033,16 @@

* kernel/openbox.c, kernel/popup.c, kernel/popup.h, tools/Makefile.am: add shit that i made in the last week! - * 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, plugins/keyboard/keyboard.c, plugins/keyboard/tree.c, plugins/keyboard/tree.h, plugins/mouse/mouse.c, plugins/mouse/mouse.h, render/font.c, render/image.c, render/render.c, render/render.h, render/theme.c, render/theme.h: + * 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: all my changes while i was offline. better alt-tabbing. better transient handling. i dont even know. lots of fucking cool shit so WATCH the FUCK OUT. -2003-04-28 xor@zed <xor@zed> +2003-04-28 Ben Jansens <xor@zed.orodu.net> * kernel/screen.c: move windows before calcing struts. watch for windows on DESKTOP_ALL when removeing a desktop -2003-04-27 xor@zed <xor@zed> +2003-04-27 Ben Jansens <xor@zed.orodu.net> * kernel/client.c, kernel/stacking.c: a more correct for the missing frame problem. don't restack windows when changing the window's layer while it is being managed.

@@ -2244,12 +2057,12 @@ fix window icon rendering, was using incorrect size.

* render/color.h: its G_BYTE_ORDER not G_ENDIAN. -2003-04-26 xor@zed <xor@zed> +2003-04-26 Ben Jansens <xor@zed.orodu.net> * kernel/moveresize.c: show the move coords for where the window will actually be -2003-04-25 xor@zed <xor@zed> +2003-04-25 Ben Jansens <xor@zed.orodu.net> * kernel/client.c: only focus on startup if focus_new is true

@@ -2267,12 +2080,12 @@ dont focus windows while cycling, just highlight them as if they are focused

* kernel/framerender.c: icons are not at +1 anymore -2003-04-24 xor@zed <xor@zed> +2003-04-24 Ben Jansens <xor@zed.orodu.net> * kernel/client.c: some more checks for transients looping on eachother when they are transients of a group -2003-04-22 xor@zed <xor@zed> +2003-04-22 Ben Jansens <xor@zed.orodu.net> * kernel/prop.c: client side shit ISNT 32 bits on 64 bit platforms, its 64 bits. fuck X so hard.

@@ -2281,7 +2094,7 @@ 2003-04-22 woodblock <woodblock@zed>

* CHANGELOG: NLS update -2003-04-22 xor@zed <xor@zed> +2003-04-22 Ben Jansens <xor@zed.orodu.net> * kernel/client.c: even better checks for when to focus new windows. focus dialogs when they are the only member of their group

@@ -2294,7 +2107,7 @@

* kernel/Makefile.am, kernel/menu.c, kernel/menu.h, kernel/menu_render.c: Render menus only when they are invalid. -2003-04-21 xor@zed <xor@zed> +2003-04-21 Ben Jansens <xor@zed.orodu.net> * README.CVS: add automake

@@ -2310,7 +2123,7 @@ 2003-04-20 woodblock <woodblock@zed>

* CHANGELOG: tyop -2003-04-20 xor@zed <xor@zed> +2003-04-20 Ben Jansens <xor@zed.orodu.net> * kernel/frame.c, kernel/framerender.c: 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

@@ -2321,7 +2134,7 @@ 2003-04-20 woodblock <woodblock@zed>

* CHANGELOG: Update log -2003-04-19 xor@zed <xor@zed> +2003-04-19 Ben Jansens <xor@zed.orodu.net> * kernel/client.c: i lied.. fuck @ those gnome dialogs

@@ -2336,7 +2149,7 @@ convert STRING properties from "ISO-8859-1" instead of from the current locale, since this is what they apparently are, according to gdk.

* kernel/prop.c: check the string not the pointer to it -2003-04-18 xor@zed <xor@zed> +2003-04-18 Ben Jansens <xor@zed.orodu.net> * kernel/event.c: the mouse grab screws that up

@@ -2383,7 +2196,7 @@

* kernel/client.c, kernel/moveresize.c, kernel/moveresize.h: watch out when unmanaging a window, that it is not being move/resized -2003-04-17 xor@zed <xor@zed> +2003-04-17 Ben Jansens <xor@zed.orodu.net> * kernel/client.c: a) put transient windows on the same desktop as their parent

@@ -2398,12 +2211,6 @@

* kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h: add the left/right/top/bottom direction arrows and use them for resizing those ways - * plugins/mouse/mouse.c: net_WM!@^&( - - * plugins/mouse/mouse.c: use the right client - - * plugins/mouse/mouse.c: dont use the client if there is none - * kernel/event.c: dont ignore all Virtual pointer events * kernel/action.c: 02:33 (@xor) omg yes

@@ -2411,7 +2218,7 @@ 02:33 (@xor) grid workspace cycling of d3th

* kernel/action.c: fix grip workspace cycling - * kernel/event.c, kernel/grab.c, kernel/grab.h, kernel/moveresize.c, kernel/moveresize.h, plugins/mouse/mouseparse.c: + * kernel/event.c, kernel/grab.c, kernel/grab.h, kernel/moveresize.c, kernel/moveresize.h: fix up support for moveresize. make keyboard grabs Async so that i can hit escape to cancel a moveresize process. * kernel/openbox.c: do not shadow parameter pls

@@ -2428,7 +2235,7 @@ * kernel/frame.c: use the new cursor defn's

* kernel/screen.c: use the new ptr cursor defn - * kernel/Makefile.am, kernel/action.c, kernel/action.h, kernel/event.c, kernel/moveresize.c, kernel/moveresize.h, kernel/prop.c, kernel/prop.h, plugins/keyboard/keyboard.c, plugins/keyboard/keyparse.c, plugins/mouse/mouse.c, plugins/mouse/mouseparse.c: + * kernel/Makefile.am, kernel/action.c, kernel/action.h, kernel/event.c, kernel/moveresize.c, kernel/moveresize.h, kernel/prop.c, kernel/prop.h: move the move/resize functionality into moveresize.c, for use with the netwm atoms. use it from teh plugins. combine the two actions. * kernel/framerender.c: put text centered in the popup dialog properly

@@ -2441,9 +2248,6 @@

* kernel/action.c: grab pointer during cycling to remove focus screwups from focus-follows-mouse. grab during move/resize and assign a cursor while doing the move/resize too! - - * plugins/mouse/mouse.c: - save the client and context during drags since a pointer grab will change them * kernel/event.c: ignore virtual crossing events..

@@ -2451,7 +2255,7 @@ * kernel/focus.c: that was dumb, it was metacity's fault

* kernel/focus.c: only cycle to visible windows -2003-04-16 xor@zed <xor@zed> +2003-04-16 Ben Jansens <xor@zed.orodu.net> * kernel/event.c: dont send menu events to plugins

@@ -2485,13 +2289,13 @@

* kernel/client.c: set the group to null when removeing ourselves from it -2003-04-15 xor@zed <xor@zed> +2003-04-15 Ben Jansens <xor@zed.orodu.net> * kernel/action.c: watch out for missing a name * render/theme.c: make menu font smaller and !bold for now - * kernel/action.c, kernel/action.h, kernel/framerender.c, kernel/menu.c, kernel/menu.h, kernel/openbox.c, plugins/keyboard/keyparse.c, plugins/mouse/mouse.c, plugins/mouse/mouseparse.c: + * kernel/action.c, kernel/action.h, kernel/framerender.c, kernel/menu.c, kernel/menu.h, kernel/openbox.c: start of showing/rendering menus. woot! * render/theme.c, render/theme.h: load menu style stuff

@@ -2514,11 +2318,11 @@ * render/gradient.c: PYRAMID PARTY PART 2!!!

* render/gradient.c, render/gradient.h: PYRAMID PARTY!!! -2003-04-15 xor@zed <xor@zed> +2003-04-15 Ben Jansens <xor@zed.orodu.net> * kernel/screen.c: remove debug print -2003-04-14 xor@zed <xor@zed> +2003-04-14 Ben Jansens <xor@zed.orodu.net> * kernel/client.c, kernel/prop.c, kernel/screen.c: fixes for handling char**s

@@ -2556,7 +2360,7 @@ 2003-04-14 woodblock <woodblock@zed>

* kernel/menu.c, kernel/menu.h: *** empty log message *** -2003-04-14 xor@zed <xor@zed> +2003-04-14 Ben Jansens <xor@zed.orodu.net> * kernel/parse.l: allow _'s in identifiers

@@ -2565,7 +2369,7 @@

* kernel/client.c: apply layers to all transients. only raise once on the highest window who's layer changed after applying layers to them all -2003-04-13 xor@zed <xor@zed> +2003-04-13 Ben Jansens <xor@zed.orodu.net> * kernel/client.c: ifdef not ifndef

@@ -2588,15 +2392,15 @@ * kernel/group.c: rm the group debug prints

* kernel/client.c: only print that when debuggin focus - * .cvsignore, kernel/.cvsignore, plugins/.cvsignore, plugins/keyboard/.cvsignore, plugins/mouse/.cvsignore, plugins/placement/.cvsignore, render/.cvsignore: + * .cvsignore, kernel/.cvsignore, plugins/.cvsignore, plugins/placement/.cvsignore, render/.cvsignore: ignore the remaining new shit from automaking everything again - * .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/keyboard/.cvsignore, plugins/keyboard/Makefile, plugins/keyboard/Makefile.am, plugins/mouse/.cvsignore, plugins/mouse/Makefile, plugins/mouse/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: + * .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: back to automake * AUTHORS: shrimpx above miklos? - * kernel/event.c, kernel/frame.c, kernel/frame.h, plugins/mouse/mouse.c: + * kernel/event.c, kernel/frame.c, kernel/frame.h: pass the Client for frame_context cuz the client might be NULL * themes/ebox: comment properly

@@ -2608,7 +2412,7 @@ let specify theme in the rc3 file. rm the other old engine options

* Makefile.in: break on errors - * 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, plugins/keyboard/keyboard.c, plugins/mouse/mouse.c, render/.cvsignore, render/font.h, render/mask.h, render/render.h, render/theme.c, render/theme.h: + * 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: 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. * 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:

@@ -2622,7 +2426,7 @@ * render/mask.c: allow freeing NULL pixmap masks

* render/color.c: dont fux self in color_free if the color is NULL -2003-04-12 xor@zed <xor@zed> +2003-04-12 Ben Jansens <xor@zed.orodu.net> * tests/fullscreen.c: set the right mask for the client msg!

@@ -2630,7 +2434,7 @@ 2003-04-12 woodblock <woodblock@zed>

* CHANGELOG: Fixed another damned focus bug. Pray. -2003-04-11 xor@zed <xor@zed> +2003-04-11 Ben Jansens <xor@zed.orodu.net> * data/rc3: add right click in client focuses

@@ -2638,7 +2442,7 @@ * kernel/client.c: make utility windows able to be resized

* Makefile.in: rm the main Makefile in a distclean -2003-04-10 xor@zed <xor@zed> +2003-04-10 Ben Jansens <xor@zed.orodu.net> * kernel/client.c: deiconify transient parents when a child is deiconified.

@@ -2652,9 +2456,7 @@

* kernel/client.c: some smarter rules for focusing new window when focus_new is not set -2003-04-09 xor@zed <xor@zed> - - * plugins/keyboard/keyboard.c: buld fixes for the new libs +2003-04-09 Ben Jansens <xor@zed.orodu.net> * Makefile.in, render/.cvsignore: add libcwmcc and libobcl

@@ -2663,7 +2465,7 @@

* kernel/action.c: dont show the focus popup when theres no target client -2003-04-08 xor@zed <xor@zed> +2003-04-08 Ben Jansens <xor@zed.orodu.net> * kernel/event.c: rm debug print

@@ -2696,7 +2498,7 @@ return the Client* which was focused from focus_cycle

* kernel/client.c: fallback focus while unmanaging the window -2003-04-07 xor@zed <xor@zed> +2003-04-07 Ben Jansens <xor@zed.orodu.net> * data/rc3: FocusRaise to be more clickfocus friendly too

@@ -2715,7 +2517,7 @@ 2003-04-07 woodblock <woodblock@zed>

* configure.in: bump version string -2003-04-07 xor@zed <xor@zed> +2003-04-07 Ben Jansens <xor@zed.orodu.net> * plugins/placement/history.c: dont check to make sure the window is on screen here

@@ -2738,15 +2540,12 @@ * kernel/client.c, kernel/client.h, kernel/group.c, kernel/group.h, kernel/openbox.c:

track window groups iconify all its transients when a window is iconified - * plugins/keyboard/keyboard.c: - once in a window-cycle, don't fire any other key bindings - * kernel/action.c, kernel/client.c, kernel/client.h, kernel/focus.c, kernel/focus.h: 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. * kernel/grab.c: grab the other device in Sync for button/key grabs -2003-04-06 xor@zed <xor@zed> +2003-04-06 Ben Jansens <xor@zed.orodu.net> * plugins/placement/history.c: dont let windows be placed offscreen

@@ -2765,7 +2564,7 @@ * render/color.c, render/render.c:

Fix reduce color depth to not use original data (and break parentrel) -2003-04-06 xor@zed <xor@zed> +2003-04-06 Ben Jansens <xor@zed.orodu.net> * kernel/engine.c: print the error when the engine cant load

@@ -2786,9 +2585,6 @@ * kernel/engine.c: clean up the module if load() fails

* render/render.c, render/render.h: add function to give the minimum size of an appearance to fully render it's data - - * plugins/mouse/mouse.c: - save the state at the start of a drag and use it throughout until the button is released * kernel/action.c: add a coords popup for moving and resizing

@@ -2815,7 +2611,7 @@

* render/color.c, render/color.h, render/render.c, render/render.h: added superb pseudo-color (8bpp) support -2003-04-06 xor@zed <xor@zed> +2003-04-06 Ben Jansens <xor@zed.orodu.net> * plugins/resistance.c: dont resize snap windows with size increments

@@ -2826,18 +2622,14 @@

* configure.in: Huge i18n patch from Mike Fabian. We use utf8 everywhere now. -2003-04-05 xor@zed <xor@zed> +2003-04-05 Ben Jansens <xor@zed.orodu.net> * kernel/action.c, kernel/focus.c, kernel/focus.h: allow specifying that some focus events should be ignored for the focus order list * kernel/action.c: stacked and linear cycling - * kernel/action.c, kernel/action.h, plugins/keyboard/keyboard.c: - linear focus cycling of the gods - - * plugins/keyboard/keyboard.c: - add special shit for window cycling, grab the keyboard etc + * kernel/action.c, kernel/action.h: linear focus cycling of the gods * kernel/client.c: typo

@@ -2858,47 +2650,25 @@

* Makefile, kernel/focus.c, kernel/openbox.c, kernel/parse.c: add focus options to the new rc file - * 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/keyboard/keyboard.c, plugins/mouse/mouse.c, plugins/placement/history.c, plugins/placement/placement.c, plugins/resistance.c: + * 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: 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/ * render/render.h: make tint signed * data/rc3: typo - * plugins/mouse/mouserc, plugins/mouse/mouserc_parse.c, plugins/mouse/mouserc_parse.h, plugins/mouse/mouserc_parse.l: - rm the old mouserc shit - * Makefile, data/rc3: add an rc3 which gets installed * Makefile: make love - * plugins/mouse/.cvsignore: ignore more new shit - - * plugins/mouse/translate.c: - use Button<num> instead of just <num> for specifying buttons by number - - * plugins/keyboard/keyparse.c, plugins/mouse/mouseparse.c, plugins/mouse/mouseparse.h: - better error msgs - * kernel/frame.c, kernel/frame.h: use a context enum instead of quarks - * plugins/mouse/mouse.c: - not using quarks, using an array and a Context enum for contexts - - * plugins/keyboard/keyparse.c: prefix key bindnigs with 'kbind' - - * plugins/keyboard/keyboard.c, plugins/keyboard/translate.c: - initialize all vars. - change warnings to messages - -2003-04-04 xor@zed <xor@zed> +2003-04-04 Ben Jansens <xor@zed.orodu.net> * kernel/openbox.c: reorder startup so that grabs are set up before parsing teh rc - * plugins/keyboard/keyparse.c: remove debug print - - * kernel/parse.c, kernel/parse.y, plugins/keyboard/.cvsignore, plugins/keyboard/keyboard.c, plugins/keyboard/keyparse.c, plugins/keyboard/keyparse.h, plugins/keyboard/keysrc, plugins/keyboard/keysrc.h, plugins/keyboard/keysrc.l, plugins/keyboard/keysrc.yacc: + * kernel/parse.c, kernel/parse.y: add the keyboard plugin into the build systems keyboard bindings are parsed from the rc file

@@ -2917,7 +2687,7 @@ attempting to parse lists

* README.CVS: reflect the current requirements for building/using cvs -2003-04-03 xor@zed <xor@zed> +2003-04-03 Ben Jansens <xor@zed.orodu.net> * kernel/parse.l: allow '-' in identifiers

@@ -2943,13 +2713,13 @@ * .cvsignore: add stuff that should be ignored at the toplevel

* bootstrap, install-sh: some build fixes - * .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/keyboard/.cvsignore, plugins/keyboard/Makefile, plugins/keyboard/Makefile.am, plugins/mouse/.cvsignore, plugins/mouse/Makefile, plugins/mouse/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: + * .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: new build system without automake * data/.cvsignore, data/Makefile.am, data/README, data/README.menu, data/README.style, data/menu.in: rm the data dir -2003-04-02 xor@zed <xor@zed> +2003-04-02 Ben Jansens <xor@zed.orodu.net> * kernel/Makefile.am: BLEF HATE DIE

@@ -2979,9 +2749,6 @@ * kernel/Makefile.am: wrong .h for the make rule

* kernel/Makefile.am: deps the lex h on the c - * plugins/mouse/mouse.c: - make the drag threshold and double click time into rc options - * 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: 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

@@ -3004,16 +2771,13 @@ 2003-04-02 manmower <manmower@zed>

* render/render.c: let there be parentrelative -2003-04-01 xor@zed <xor@zed> +2003-04-01 Ben Jansens <xor@zed.orodu.net> * TODO: more updates to current status -2003-03-31 xor@zed <xor@zed> +2003-03-31 Ben Jansens <xor@zed.orodu.net> - * plugins/mouse/mouserc: add the Shade context to the comments - - * kernel/client.c, kernel/client.h, plugins/mouse/mouserc: - add a shaded button + * kernel/client.c, kernel/client.h: add a shaded button * TODO: add some current states

@@ -3022,20 +2786,8 @@

* kernel/client.c: only disallow shading when the function is not enabled, dont disallow unshading - * plugins/mouse/mouse.c: - use the client's size instead of the frames size so the real size is used, not the size of the frame (avoids shaded window problem) - * kernel/action.c: disallow resizing of windows which are shaded - * plugins/mouse/mouse.c: unser drag_used when drag is unset too - - * plugins/mouse/mouse.c: add a space where it belongs - - * plugins/mouse/mouse.c: - make realeases fire releases instead of presses. make drags prevent clicks only if there is something bound to the drag. - - * plugins/keyboard/keysrc: no drag events for keysrc.. - * kernel/client.c: use the frame's position in the maximize function since they're converted to the client coords before getting to client_configure

@@ -3053,14 +2805,14 @@

* plugins/resistance.c: extraneous ! causing resistance to be snapping in one case. rm a debug print -2003-03-30 xor@zed <xor@zed> +2003-03-30 Ben Jansens <xor@zed.orodu.net> * render/font.c: use 'sans' as the fallback font instead of 'fixed' * kernel/event.c, kernel/focus.c: 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. -2003-03-29 xor@zed <xor@zed> +2003-03-29 Ben Jansens <xor@zed.orodu.net> * kernel/action.c, kernel/action.h: make SendToDesktop action work right, give the option of following

@@ -3068,14 +2820,6 @@

* render/mask.c, render/mask.h, render/render.h: add pixmap_mask_copy, and add the data to the mask struct, since it is needed for allowing copies - * plugins/keyboard/keysrc: - better decribe bindings and list all the modifiers, was missing shift/control - - * plugins/keyboard/keysrc: - add SendToDesktop to the comments. fix the type calling the Desktop action Desktops - - * plugins/keyboard/keysrc.yacc: use the number for sendtodesktop - * kernel/action.c, kernel/action.h: rm a redundant actiondata struct * kernel/menu.c: no //'s plz

@@ -3090,9 +2834,7 @@ 2003-03-29 woodblock <woodblock@zed>

* tests/Makefile: Add include path -2003-03-29 xor@zed <xor@zed> - - * plugins/mouse/mouserc: add focusing if clicked on the grips +2003-03-29 Ben Jansens <xor@zed.orodu.net> * plugins/resistance.c: use the bottom of the screen for botom snapping! :)

@@ -3103,20 +2845,16 @@ * kernel/Makefile.am, kernel/action.c, kernel/action.h, kernel/menu.c, kernel/menu.h:

Menu data structures basically completed. Need the engine support still, parser, and controllers. -2003-03-29 xor@zed <xor@zed> +2003-03-29 Ben Jansens <xor@zed.orodu.net> - * plugins/keyboard/keysrc.yacc: rm the extra ; - - * kernel/action.c, kernel/action.h, plugins/keyboard/keysrc, plugins/mouse/mouserc: + * kernel/action.c, kernel/action.h: add unshaderaise and shadelower actions from Mikachu * kernel/xerror.c, kernel/xerror.h: add a var to track errors * kernel/grab.c: don't die when someone else has a key grabbed -2003-03-28 xor@zed <xor@zed> - - * plugins/keyboard/keysrc, plugins/mouse/mouserc: add ToggleDecorations +2003-03-28 Ben Jansens <xor@zed.orodu.net> * kernel/action.c, kernel/client.c, kernel/client.h: rm client_disable_decorations.. it already had an action.

@@ -3155,10 +2893,6 @@

* plugins/resistance.c: resize resistance. size incs will fuck with it yet though. - * plugins/mouse/mouse.c: set lbutton from clicks - - * plugins/mouse/mouse.c: rm debug prints - * kernel/client.c: was not moving the window between desktop focus lists sometimes. bad news. now i always do. yay!

@@ -3177,8 +2911,6 @@

* kernel/stacking.c: frame is a pointer * kernel/stacking.c: dont die if a non-visible window is raised/lowered - - * plugins/mouse/mouse.c: take borders into account for figuring clicks * kernel/geom.h: make better?

@@ -3191,7 +2923,7 @@

* render/render.c, render/render.h, render/test.c: moved paint's arguments into the appearance struct -2003-03-28 xor@zed <xor@zed> +2003-03-28 Ben Jansens <xor@zed.orodu.net> * kernel/stacking.c: dont lower below lower layers

@@ -3208,9 +2940,7 @@ * render/render.c: black. not white. oops

* render/render.c: black for parentrelative so we can test icons -2003-03-28 xor@zed <xor@zed> - - * plugins/mouse/mouserc: focus on middle click on client +2003-03-28 Ben Jansens <xor@zed.orodu.net> * kernel/plugin.c: skip better

@@ -3223,8 +2953,6 @@ * kernel/focus.c:

rm a bunch of prints. make switching to an empty desktop not kill focus * kernel/event.c: dont focus !normal windows on enter events - - * plugins/mouse/mouserc: add send-tos with the mouse wheel * plugins/Makefile.am: focus plugin is gone

@@ -3238,7 +2966,7 @@

* kernel/focus.c: dont rm focus when i actually found something to fall back to with the pointer -2003-03-27 xor@zed <xor@zed> +2003-03-27 Ben Jansens <xor@zed.orodu.net> * kernel/event.c: watch for FocusIn's for unknown clients

@@ -3248,7 +2976,7 @@ 2003-03-27 manmower <manmower@zed>

* render/render.h: prep for parentrelative -2003-03-27 xor@zed <xor@zed> +2003-03-27 Ben Jansens <xor@zed.orodu.net> * kernel/event.c: missed the end of a comment

@@ -3268,46 +2996,18 @@ set the last time to CurrentTime for events that don't have time stamps

* kernel/client.c: rm debug print -2003-03-26 xor@zed <xor@zed> +2003-03-26 Ben Jansens <xor@zed.orodu.net> - * 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, plugins/keyboard/keyboard.c, plugins/mouse/mouse.c: + * 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: not using CurrentTime anywhere - * kernel/grab.c, plugins/keyboard/keyboard.c: use CurrentTime again? - - * plugins/keyboard/keyboard.c: bind C-g for the rset key + * kernel/grab.c: use CurrentTime again? * kernel/grab.c: ungrab with currenttime * kernel/focus.c: use the last event timestamp when focusing the focus_backup - * plugins/keyboard/keysrc.l: negatives that work! - - * plugins/keyboard/keysrc: document the options - - * plugins/keyboard/keysrc.l: better negatives - - * plugins/keyboard/keysrc.l: allow negative numbers - - * plugins/keyboard/keysrc.yacc: was reversing the keylist - - * plugins/keyboard/keysrc.yacc: - subtract 1 from the given desktop number - - * plugins/keyboard/keysrc.l: make parsing more generic - - * plugins/keyboard/keysrc.yacc: free unused paths - - * plugins/keyboard/keysrc.yacc: split up the relative functions. - make the parsing more generic, anything can have a string/numeric argument - - * plugins/keyboard/keyboard.c: remove an extraneous g_warning - - * plugins/mouse/mouserc_parse.l: split the relative functions - - * plugins/keyboard/translate.c: check for invalid keys properly - * kernel/action.h: comment that the relative move/resize amounts need to be set

@@ -3316,57 +3016,24 @@ split up the relative move/resize actions into horz/vert

* kernel/action.c, kernel/action.h: create actions from string names - * plugins/keyboard/.cvsignore, plugins/keyboard/Makefile.am, plugins/keyboard/keyboard.c, plugins/keyboard/keyboard.h, plugins/keyboard/keysrc, plugins/keyboard/keysrc.h, plugins/keyboard/keysrc.l, plugins/keyboard/keysrc.yacc, plugins/keyboard/tree.c: - load keybindings from keysrc - - * plugins/mouse/mouserc: add exit/restart. - clarify which can be used for drag events - - * plugins/mouse/mouserc_parse.l: - dont let bind to actionexecute or desktop cuz they require a parameter - - * plugins/mouse/mouserc_parse.l: dont let bind to actiondesktop - - * plugins/mouse/mouserc_parse.l: use the action_from_string helper - * kernel/action.c: let a be null for action_free * kernel/cparse.l: use g_warning not printf - - * plugins/mouse/mouserc_parse.l: - properly restrict bindings for motion events - - * plugins/mouse/mouserc_parse.l: even beter - - * plugins/mouse/mouserc_parse.l: better comment parsing - - * plugins/mouse/mouserc_parse.l: sep is not used any more - - * plugins/mouse/mouserc_parse.l: fix comment parsing - - * plugins/mouse/mouserc_parse.l: dont set fields if in a comment * kernel/client.c: kill the prints again for now - * plugins/mouse/Makefile.am: rm the lex .c on clean - * kernel/xerror.c: dont print bad window errors * kernel/client.c, kernel/grab.c: put back map/unmap msgs * configure.ac: look for yacc - * plugins/mouse/mouserc_parse.l: fields must not start or end with '-' - * kernel/event.c: dont let you got to numdesktops+1 * kernel/screen.c: rm the debug print * kernel/event.c: kill debug prints - * plugins/keyboard/keyboard.c: - XAllowEvents with a timestamp, otherwise we end up with a grab in place that we dont want - * kernel/client.c: oops * kernel/client.c: rm some debug prints

@@ -3381,7 +3048,7 @@ * render/image.c, render/image.h: rgba icon rendering

* render/Makefile.am: add image.c to the build process -2003-03-26 xor@zed <xor@zed> +2003-03-26 Ben Jansens <xor@zed.orodu.net> * kernel/client.c, kernel/client.h: use rgba icons for clients

@@ -3389,14 +3056,7 @@ 2003-03-26 manmower <manmower@zed>

* render/render.h: added "NoTexture" type -2003-03-26 xor@zed <xor@zed> - - * plugins/mouse/mouserc: document the options - - * plugins/mouse/mouserc_parse.l: only let bind Move and Resize to Drags - - * plugins/mouse/.cvsignore, plugins/mouse/mouserc, plugins/mouse/mouserc_parse.l: - add the lexer +2003-03-26 Ben Jansens <xor@zed.orodu.net> * kernel/action.c: check for no client

@@ -3404,12 +3064,7 @@ 2003-03-26 manmower <manmower@zed>

* render/render.h: filled out rgba -2003-03-26 xor@zed <xor@zed> - - * plugins/mouse/Makefile.am, plugins/mouse/mouse.c, plugins/mouse/mouse.h, plugins/mouse/mouserc, plugins/mouse/mouserc_parse.c, plugins/mouse/mouserc_parse.h: - parse a mouserc file for mouse bindings - - * plugins/mouse/.cvsignore: add new parsing shit +2003-03-26 Ben Jansens <xor@zed.orodu.net> * kernel/.cvsignore: new output file from flex

@@ -3427,7 +3082,7 @@

* render/font.c, render/font.h, render/mask.c, render/mask.h, render/render.c: add a Rect to the textures for positioning them -2003-03-26 xor@zed <xor@zed> +2003-03-26 Ben Jansens <xor@zed.orodu.net> * kernel/plugin.c: print a warning when a module fails to open

@@ -3437,32 +3092,12 @@ * render/render.h: include appropriate header file for Rect

* render/render.h: added position to the textures -2003-03-26 xor@zed <xor@zed> - - * plugins/mouse/mouse.c: strdown the context name - - * plugins/mouse/translate.c: - use names for mouse buttons, all case insensitive - - * plugins/keyboard/translate.c: case insensitive - -2003-03-25 xor@zed <xor@zed> +2003-03-25 Ben Jansens <xor@zed.orodu.net> * kernel/event.c: dont change desktop when its out of range - * plugins/keyboard/keyboard.h, plugins/keyboard/tree.h: - move the def'n of the KeyBindingTree - - * plugins/mouse/mouse.c: - presses work when clicks dont on the frame around the titlebar.. - - * plugins/keyboard/translate.c, plugins/mouse/translate.c: - translate "Control" and "Shift" for modifiers too - * render/font.c: bettr font alignment, i think - * plugins/keyboard/keyboard.c: i fucked that one up - * plugins/resistance.c: add 'corner snapping' resistance * kernel/event.c: typo

@@ -3480,7 +3115,7 @@

* kernel/stacking.c: dont change the stacking order hint while shuting down -2003-03-24 xor@zed <xor@zed> +2003-03-24 Ben Jansens <xor@zed.orodu.net> * kernel/menu.h: add action.h for menu entries

@@ -3492,7 +3127,7 @@ 2003-03-24 woodblock <woodblock@zed>

* kernel/menu.c, kernel/menu.h: Added some menu structure. -2003-03-24 xor@zed <xor@zed> +2003-03-24 Ben Jansens <xor@zed.orodu.net> * kernel/client.c: make sure the ConfigureNotify is propogated even when there is no change

@@ -3534,7 +3169,7 @@ * kernel/client.c: no \n in g_message

* kernel/action.c, kernel/action.h: add restart and exit actions -2003-03-23 xor@zed <xor@zed> +2003-03-23 Ben Jansens <xor@zed.orodu.net> * kernel/client.c, kernel/client.h, kernel/event.c: yet more improvements to focus handling

@@ -3550,8 +3185,6 @@

* plugins/placement/placement.c: make history placement optional * plugins/focus.c: export its options and use them from the rc file - - * plugins/mouse/mouse.c: raise AND focus * plugins/focus.c: export focus options to the rc file

@@ -3575,7 +3208,7 @@ * kernel/plugin.c: use the plugins' plugin_setup_config function

* render/gradient.c: dont render gradients that are missing - * plugins/focus.c, plugins/keyboard/keyboard.c, plugins/mouse/mouse.c, plugins/placement/placement.c, plugins/resistance.c: + * plugins/focus.c, plugins/placement/placement.c, plugins/resistance.c: add the plugin_setup_config function * kernel/event.c: kill debug print

@@ -3597,7 +3230,7 @@

* CHANGELOG: Fix a bug that would put duplicate windows in the workspace menu. -2003-03-23 xor@zed <xor@zed> +2003-03-23 Ben Jansens <xor@zed.orodu.net> * kernel/openbox.c, kernel/themerc.c, kernel/themerc.h: rm the themerc stuff

@@ -3616,7 +3249,7 @@

* kernel/config.c, kernel/config.h: add descriptive names and long descriptions to config var def'ns. set these for the kernel config options. -2003-03-22 xor@zed <xor@zed> +2003-03-22 Ben Jansens <xor@zed.orodu.net> * kernel/config.c, kernel/engine.c, kernel/openbox.c, kernel/plugin.c, kernel/plugin.h: make the openbox engine use the new config shit instead of the themerc shit.

@@ -3658,7 +3291,7 @@ * kernel/client.c: asserts in unmanage to try track a crash

* kernel/screen.c: blef - * kernel/action.c, kernel/action.h, kernel/client.c, kernel/client.h, plugins/mouse/mouse.c: + * kernel/action.c, kernel/action.h, kernel/client.c, kernel/client.h: add the client_kill function, and the kill action, and bind it to the middle mouse button on the close button. * plugins/placement/history.c, plugins/placement/placement.c:

@@ -3672,7 +3305,7 @@ 2003-03-22 woodblock <woodblock@zed>

* CHANGELOG: Bug fixes from 2_4. Merge point tag 2_4-to-2_3-03-21-2003. -2003-03-22 xor@zed <xor@zed> +2003-03-22 Ben Jansens <xor@zed.orodu.net> * kernel/client.c, kernel/client.h: rename the res_name and res_class members to name and class

@@ -3682,9 +3315,7 @@

* CHANGELOG: Fixed some more menu lamity, and the infamous xmms focus crash. wunf. -2003-03-21 xor@zed <xor@zed> - - * plugins/mouse/mouse.c: dont raise on client clicks +2003-03-21 Ben Jansens <xor@zed.orodu.net> * data/Makefile.am, data/menu.in: use $(datadir)

@@ -3723,8 +3354,6 @@ dont focus anything in the kernel from showing-the-desktop mode

* plugins/focus.c: focus windows when entering/leaving enter-the-desktop mode - - * plugins/keyboard/keyboard.c: add an xlock binding * kernel/dispatch.h: better comment for Event_Client_Moving

@@ -3816,7 +3445,7 @@ * CHANGELOG: We'll call it 2.4, I guess.

* CHANGELOG: Display titles in the workspace menu as UTF8. -2003-03-20 xor@zed <xor@zed> +2003-03-20 Ben Jansens <xor@zed.orodu.net> * plugins/focus.c: disable warping on desk switch

@@ -3826,8 +3455,6 @@ * plugins/focus.c: kill all enter events on a desktop switch

* kernel/screen.c: show windows before hiding when switching desktops - * plugins/keyboard/keyboard.c: alt bindings - * plugins/focus.c: skipping the right number of enters now i think * plugins/focus.c:

@@ -3863,7 +3490,7 @@ * render/color.c, render/color.h, render/render.c, render/render.h:

added depth reduction and startup for true color visuals 16bpp should now work -2003-03-19 xor@zed <xor@zed> +2003-03-19 Ben Jansens <xor@zed.orodu.net> * kernel/openbox.c: restart will work soon

@@ -3871,19 +3498,11 @@ * kernel/client.c: no \n in g_messages

* kernel/event.c: MapRequest needs to activate the window - * plugins/mouse/mouse.c: - dont raise the window on a titlebar drag either - - * plugins/mouse/mouse.c: add a drag threshold - * kernel/action.c: snap windows when moving them * kernel/Makefile.am, kernel/snap.c, kernel/snap.h: add code for snapping windows to screen edges - * plugins/keyboard/keyboard.c, plugins/mouse/mouse.c: - use the grab.h funcs to grab keys and buttons - * kernel/grab.h: add funcs to grab buttons and keys * kernel/event.h: export the NumLock and ScrollLock masks

@@ -3891,17 +3510,12 @@

* kernel/event.c: dont need a mask_list here * kernel/grab.c: grab all lock keys - - * plugins/mouse/mouse.c: fewer context lookups * kernel/event.c: break, dont return * kernel/event.c: add code to make net_active_window events work * kernel/action.c, kernel/action.h: add focusraise - - * plugins/mouse/mouse.c: - add click on client binding. XAllow when clicking on the client * kernel/screen.c: put the comment where it belongs

@@ -3915,10 +3529,7 @@

* kernel/screen.c: erase the openbox_pid hint on the root window when we shutdown - * plugins/focus.c, plugins/mouse/mouse.c: - all the old ob2 mouse bindings are workin - - * plugins/mouse/mouse.c: add mbinds for shading windows on the titlebar + * plugins/focus.c: all the old ob2 mouse bindings are workin * kernel/event.c: ignore !normal crossing events

@@ -3964,28 +3575,16 @@ * kernel/action.c, kernel/action.h: add focus actions

* plugins/focus.c: add sloppy focus - * plugins/mouse/mouse.c: end drags - - * plugins/mouse/mouse.c: dont clean up nulls - - * plugins/keyboard/keyaction.c, plugins/keyboard/keyaction.h: - not using the KeyAction stuff no more - - * kernel/action.c, kernel/action.h, kernel/grab.c, plugins/keyboard/Makefile.am, plugins/keyboard/keyboard.c, plugins/keyboard/keyboard.h, plugins/keyboard/translate.c, plugins/keyboard/translate.h, plugins/keyboard/tree.c, plugins/mouse/.cvsignore, plugins/mouse/Makefile.am, plugins/mouse/mouse.c, plugins/mouse/mouse.h, plugins/mouse/translate.c, plugins/mouse/translate.h: + * kernel/action.c, kernel/action.h, kernel/grab.c: mouse and key bindings plugins work. segfault somewhere still on shutdown * kernel/openbox.c: reset focus to root before exiting -2003-03-18 xor@zed <xor@zed> +2003-03-18 Ben Jansens <xor@zed.orodu.net> * plugins/.cvsignore: ignore shit - * configure.ac, plugins/mouse/.cvsignore, plugins/mouse/Makefile.am, plugins/mouse/mouse.c: - add the mouse plugin - - * plugins/keyboard/keyboard.c: grab the keyboard not the server! - - * plugins/keyboard/keyboard.c: use the grab_server function + * configure.ac: add the mouse plugin * kernel/client.c, kernel/grab.c, kernel/grab.h: add 'grab_server' for grabbing .. the .. server!

@@ -4015,18 +3614,13 @@

* kernel/Makefile.am, kernel/action.c, kernel/action.h, kernel/client.c, kernel/keyboard.c, kernel/openbox.c, kernel/screen.h: add actions for key/mouse bindings etc - * plugins/keyboard/.cvsignore: add the new objects - - * plugins/keyboard/Makefile.am, plugins/keyboard/keyaction.c, plugins/keyboard/keyaction.h, plugins/keyboard/keyboard.c, plugins/keyboard/keyboard.h, plugins/keyboard/translate.c, plugins/keyboard/translate.h, plugins/keyboard/tree.c, plugins/keyboard/tree.h: - keyboard bindings are functional - * configure.ac: dont need process.h, yay glib * configure.ac: add process.h - * plugins/.cvsignore, plugins/keyboard/.cvsignore: add cvsignores + * plugins/.cvsignore: add cvsignores - * 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, plugins/keyboard/Makefile.am, plugins/keyboard/keyboard.c: + * 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: add a keyboard plugin * plugins/focus.c:

@@ -4036,7 +3630,7 @@ * 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:

plugins work. start a focus plugin. -2003-03-17 xor@zed <xor@zed> +2003-03-17 Ben Jansens <xor@zed.orodu.net> * render/font.c: dont put \n's at the end of g_message

@@ -4091,7 +3685,7 @@ * render/render.h: apparently my variable names were too verbose.

* render/render.h: offsets in planar surfaces -2003-03-17 xor@zed <xor@zed> +2003-03-17 Ben Jansens <xor@zed.orodu.net> * kernel/hooks.c: declare variables first!

@@ -4110,7 +3704,7 @@ 2003-03-17 manmower <manmower@zed>

* render/render.h: added justification to textureText -2003-03-17 xor@zed <xor@zed> +2003-03-17 Ben Jansens <xor@zed.orodu.net> * kernel/themerc.c: pixmap button masks work (hardcoded)

@@ -4126,7 +3720,7 @@ * render/mask.c, render/mask.h, render/render.h:

move pixmap_mask typedef add stub for draw_mask -2003-03-17 xor@zed <xor@zed> +2003-03-17 Ben Jansens <xor@zed.orodu.net> * render/mask.c, render/mask.h: add funcs to create/free pixmap_masks

@@ -4143,7 +3737,7 @@ 2003-03-17 manmower <manmower@zed>

* render/render.c: hack so text shows up -2003-03-17 xor@zed <xor@zed> +2003-03-17 Ben Jansens <xor@zed.orodu.net> * render/render.c: dont delete the pixmap until after changeing the visible one

@@ -4156,7 +3750,7 @@ 2003-03-16 manmower <manmower@zed>

* render/render.c: malloc. yeah. -2003-03-16 xor@zed <xor@zed> +2003-03-16 Ben Jansens <xor@zed.orodu.net> * kernel/openbox.c: will draw fonts when stop segging

@@ -4176,7 +3770,7 @@

* render/font.h: add font_draw move font def'n to render.h -2003-03-16 xor@zed <xor@zed> +2003-03-16 Ben Jansens <xor@zed.orodu.net> * kernel/Makefile.am, kernel/configwrap.c, kernel/configwrap.h, kernel/openbox.c, kernel/pointer.c: pointer's variables are config vars

@@ -4191,7 +3785,7 @@ * render/render.h: filled out font texture

* render/font.c, render/font.h: added some font stuff -2003-03-16 xor@zed <xor@zed> +2003-03-16 Ben Jansens <xor@zed.orodu.net> * 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: merge the C branch into HEAD

@@ -4202,16 +3796,16 @@ * kernel/pointer.c: no segfault with the cleaner code

* kernel/pointer.c: clean up pointer_event a little -2003-03-12 xor@zed <xor@zed> +2003-03-12 Ben Jansens <xor@zed.orodu.net> * kernel/keyboard.c, render/render.c: blef -2003-03-11 xor@zed <xor@zed> +2003-03-11 Ben Jansens <xor@zed.orodu.net> * kernel/pointer.c: fire off pointer events and grabbed events, make work withthe new bindings model -2003-03-08 xor@zed <xor@zed> +2003-03-08 Ben Jansens <xor@zed.orodu.net> * kernel/keyboard.c: use glib TRUE/FALSE

@@ -4261,7 +3855,7 @@ 2003-03-08 manmower <manmower@zed>

* render/render.c, render/test.c: solid. -2003-03-08 xor@zed <xor@zed> +2003-03-08 Ben Jansens <xor@zed.orodu.net> * kernel/openbox.c: start render before the engine

@@ -4285,7 +3879,7 @@ * render/gradient.c, render/gradient.h, render/render.c, render/render.h, render/test.c:

removed w,h from surface struct it is now passed with paint() -2003-03-08 xor@zed <xor@zed> +2003-03-08 Ben Jansens <xor@zed.orodu.net> * kernel/geom.h: kill an assert.h include

@@ -4306,7 +3900,7 @@

* render/color.c, render/color.h, render/render.c, render/test.c: added color_free, made appearance_free use it -2003-03-07 xor@zed <xor@zed> +2003-03-07 Ben Jansens <xor@zed.orodu.net> * render/color.h: add include for GC

@@ -4321,7 +3915,7 @@ added color new/destroy

made color_rgbs in appearance into pointers updated the rest to follow -2003-03-07 xor@zed <xor@zed> +2003-03-07 Ben Jansens <xor@zed.orodu.net> * configure.ac: look for ctype.h for toupper

@@ -4351,7 +3945,7 @@ 2003-03-07 manmower <manmower@zed>

* render/render.c: XDestroyImage, not Xfree. stop memleak -2003-03-07 xor@zed <xor@zed> +2003-03-07 Ben Jansens <xor@zed.orodu.net> * configure.ac: check for sys/time.h

@@ -4362,7 +3956,7 @@

* 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: it was broken before, it is broken now. -2003-03-07 xor@zed <xor@zed> +2003-03-07 Ben Jansens <xor@zed.orodu.net> * kernel/engine.c, kernel/python.c, kernel/themerc.c: build paths properly, and get the home dir properly

@@ -4375,7 +3969,7 @@ * render/render.c, render/render.h: added appearance_new/free

changed assert to g_assert changed enum and struct names to be friendlier -2003-03-07 xor@zed <xor@zed> +2003-03-07 Ben Jansens <xor@zed.orodu.net> * doc/themerc.txt: add a full example

@@ -4420,13 +4014,13 @@ * render/render.c, render/render.h, render/test.c:

removed a bunch of stuff that the rest of ob3 already does for us renamed a couple of functions to match the rest of ob3's style -2003-03-07 xor@zed <xor@zed> +2003-03-07 Ben Jansens <xor@zed.orodu.net> * kernel/client.c: map withdrawn/dock apps * kernel/Makefile.am: link the .o's instead of building them again -2003-03-06 xor@zed <xor@zed> +2003-03-06 Ben Jansens <xor@zed.orodu.net> * kernel/openbox.c: startup/shutdown the render stuff

@@ -4463,7 +4057,7 @@

* 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: openbox engine works, fuck this tabs shit -2003-03-05 xor@zed <xor@zed> +2003-03-05 Ben Jansens <xor@zed.orodu.net> * kernel/pointer.c: kill bad return

@@ -4473,7 +4067,7 @@

* kernel/engine.c: staticify these vars.. they were causing a SIGILL..???!!? i blame gcc.. -2003-03-04 xor@zed <xor@zed> +2003-03-04 Ben Jansens <xor@zed.orodu.net> * kernel/client.c, kernel/engine.c, kernel/engine.h, kernel/event.c, kernel/frame.h, kernel/pointer.c, kernel/stacking.c: allow a frame to have multiple top-level windows. provide functions for getting a clients parent, and all of a frames top-level windows.

@@ -4511,7 +4105,7 @@ * Makefile.am: added render dir

* configure.ac: Added the render directory -2003-03-04 xor@zed <xor@zed> +2003-03-04 Ben Jansens <xor@zed.orodu.net> * kernel/frame.c: kill debug prints

@@ -4523,7 +4117,7 @@

* render/Makefile.am, render/gradient.c, render/gradient.h, render/render.c, render/render.h, render/test.c: the beginning of the new rendering stuff. -2003-03-04 xor@zed <xor@zed> +2003-03-04 Ben Jansens <xor@zed.orodu.net> * kernel/frame.c: highlight the focused window

@@ -4536,7 +4130,7 @@

* kernel/pointer.c: some cleanups/reordering. get those events going right. -2003-03-03 xor@zed <xor@zed> +2003-03-03 Ben Jansens <xor@zed.orodu.net> * kernel/pointer.c: grab all the requested grabs

@@ -4566,18 +4160,18 @@

* kernel/clientwrap.c, kernel/clientwrap.h, kernel/openboxwrap.c, kernel/openboxwrap.h: New file. -2003-03-02 xor@zed <xor@zed> +2003-03-02 Ben Jansens <xor@zed.orodu.net> * kernel/client.c: typecast to get the proper aspect ratio -2003-02-28 xor@zed <xor@zed> +2003-02-28 Ben Jansens <xor@zed.orodu.net> * kernel/Makefile.am: New file. * Makefile.am, kernel/.cvsignore, kernel/Makefile.am: add shit that was missing -2003-02-27 xor@zed <xor@zed> +2003-02-27 Ben Jansens <xor@zed.orodu.net> * kernel/.cvsignore: New file.

@@ -4592,11 +4186,11 @@

* Makefile.am, bootstrap, configure.ac, doc/Makefile.am: updated interface completed hooks and keyboard/pointer -2003-02-24 xor@zed <xor@zed> +2003-02-24 Ben Jansens <xor@zed.orodu.net> * doc/bsetbg.1, doc/bsetroot.1, doc/openbox.1.in: old out-of-date files -2003-02-22 xor@zed <xor@zed> +2003-02-22 Ben Jansens <xor@zed.orodu.net> * configure.ac: rm the swig shit

@@ -4607,14 +4201,14 @@

* m4/openbox.m4: python events en masse!! also, make it look for GCC not GXX now.. -2003-02-21 xor@zed <xor@zed> +2003-02-21 Ben Jansens <xor@zed.orodu.net> * configure.ac, m4/openbox.m4: new smarts for swig * Makefile.am, configure.ac, m4/openbox.m4: setup autotools build for C shit -2003-02-19 xor@zed <xor@zed> +2003-02-19 Ben Jansens <xor@zed.orodu.net> * AUTHORS: nick's no longer the site designer

@@ -4622,20 +4216,20 @@ * README: add mention of being OSI Certified Open Source Software

* CHANGELOG: add mention of the new es_AR translations -2003-02-16 xor@zed <xor@zed> +2003-02-16 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: add the new german translations * tools/obsetroot.cc: rm the warnings for now -2003-02-14 xor@zed <xor@zed> +2003-02-14 Ben Jansens <xor@zed.orodu.net> * tools/Makefile.am, tools/obsetroot.cc, Makefile.am, configure.ac, tools/.cvsignore: Add the "obsetroot" tool. Use it to set the root background. * configure.in: call CHECK_FUNCS in C mode -2003-02-11 xor@zed <xor@zed> +2003-02-11 Ben Jansens <xor@zed.orodu.net> * .cvsignore: add ABOUT-NLS

@@ -4645,17 +4239,17 @@ * tests/icons.c, tests/icons.cpp: make the icons program a C app.

* tests/icons.cpp: add an app to display the icons for a window -2003-02-10 xor@zed <xor@zed> +2003-02-10 Ben Jansens <xor@zed.orodu.net> * configure.in: require autoconf 2.5x -2003-02-09 xor@zed <xor@zed> +2003-02-09 Ben Jansens <xor@zed.orodu.net> * README.CVS: mention that 2.9x is not supported * configure.ac: use the c++ std cheaders -2003-02-06 xor@zed <xor@zed> +2003-02-06 Ben Jansens <xor@zed.orodu.net> * AUTHORS: move marius from active developers to contributors :\

@@ -4668,7 +4262,7 @@ * configure.in: Back port fixes from TESTING branch

* CHANGELOG: Updated changelog for 2.2.4 release -2003-02-05 xor@zed <xor@zed> +2003-02-05 Ben Jansens <xor@zed.orodu.net> * ABOUT-NLS, INSTALL, Makefile.am: rm this thing

@@ -4716,7 +4310,7 @@ * doc/openbox.1.in: update documentation

* CHANGELOG, configure.in: Version bump -2003-02-03 xor@zed <xor@zed> +2003-02-03 Ben Jansens <xor@zed.orodu.net> * tests/.cvsignore: ignore the bins

@@ -4727,7 +4321,7 @@ 2003-02-03 woodblock <woodblock@zed>

* CHANGELOG: Updated changelog for shaded window bug fix -2003-02-01 xor@zed <xor@zed> +2003-02-01 Ben Jansens <xor@zed.orodu.net> * README.CVS: add comment for configuration

@@ -4735,11 +4329,11 @@ 2003-02-01 woodblock <woodblock@zed>

* CHANGELOG: Fixed the image cache when dealing with borders. -2003-02-01 xor@zed <xor@zed> +2003-02-01 Ben Jansens <xor@zed.orodu.net> * README.CVS: note about automake -2003-01-29 xor@zed <xor@zed> +2003-01-29 Ben Jansens <xor@zed.orodu.net> * configure.ac: check for endian order

@@ -4762,15 +4356,15 @@ * doc/doxygen/doxygen.conf: add the doxygen configuration

* README.CVS: give the debian pkg names -2003-01-28 xor@zed <xor@zed> +2003-01-28 Ben Jansens <xor@zed.orodu.net> * README.CVS: add version for automake -2003-01-27 xor@zed <xor@zed> +2003-01-27 Ben Jansens <xor@zed.orodu.net> * README.CVS: use a built-in module to replace libswigpy -2003-01-24 xor@zed <xor@zed> +2003-01-24 Ben Jansens <xor@zed.orodu.net> * DESIGN/glue.dia: add some design ideas for a glue layer between the wm and the scripts

@@ -4779,7 +4373,7 @@ * README.CVS: add all teh steps

* README.CVS: add instructions for CVS compiling -2003-01-22 xor@zed <xor@zed> +2003-01-22 Ben Jansens <xor@zed.orodu.net> * m4/openbox.m4: REMOVE -fno-rtti. we use that!

@@ -4789,26 +4383,26 @@ * m4/openbox.m4: fix the stupid spelling

* m4/openbox.m4: add -fno-check-new -fno-execptions to the g++ cxxflags -2003-01-20 xor@zed <xor@zed> +2003-01-20 Ben Jansens <xor@zed.orodu.net> * DESIGN/render.dia: remove the XImage from Surface * AUTHORS: new authors. this is how we dooo iiiit... -2003-01-18 xor@zed <xor@zed> +2003-01-18 Ben Jansens <xor@zed.orodu.net> * DESIGN/ob3arch.png, DESIGN/render.dia, DESIGN/roadmap, DESIGN/thoughts: add DESIGN from the openbox3 repository. add to that the render.dia, a design diagram for the new render code -2003-01-17 xor@zed <xor@zed> +2003-01-17 Ben Jansens <xor@zed.orodu.net> * README: state the license. killall the old readme data -2003-01-16 xor@zed <xor@zed> +2003-01-16 Ben Jansens <xor@zed.orodu.net> * m4/python.m4: use -export-dynamic when linking libpython.a -2003-01-14 xor@zed <xor@zed> +2003-01-14 Ben Jansens <xor@zed.orodu.net> * m4/x11.m4: add comment

@@ -4816,13 +4410,13 @@ * m4/x11.m4: check for XftGetVersion

* configure.ac: rm the util directory -2003-01-13 xor@zed <xor@zed> +2003-01-13 Ben Jansens <xor@zed.orodu.net> * m4/openbox.m4: keep the asserts for !debug builds.. * configure.ac: begin conversion to ustring. add some more members. -2003-01-12 xor@zed <xor@zed> +2003-01-12 Ben Jansens <xor@zed.orodu.net> * LICENSE: omg im relicensing this shit as gpl. nobody hurt me.

@@ -4830,7 +4424,7 @@ * m4/python.m4: dont show find errors

* CHANGELOG: my utf shit for the titlebars and toolbar -2003-01-11 xor@zed <xor@zed> +2003-01-11 Ben Jansens <xor@zed.orodu.net> * configure.ac: rm a blank line at the end

@@ -4867,12 +4461,12 @@ * m4/openbox.m4: create OB_DEBUG and OB_COMPILER_FLAGS m4 functionc

* m4/python.m4: check for the python cflags and libs -2003-01-09 xor@zed <xor@zed> +2003-01-09 Ben Jansens <xor@zed.orodu.net> * configure.ac: use default prefix. better python library checks. -2003-01-04 xor@zed <xor@zed> +2003-01-04 Ben Jansens <xor@zed.orodu.net> * Makefile.am, configure.ac, data/Makefile.am, doc/Makefile.am: add buttons to the tree.rm stupid comments in Makefile.ams

@@ -4891,11 +4485,11 @@ 2003-01-01 woodblock <woodblock@zed>

* CHANGELOG: Documented sendToWorkspace addition -2002-12-28 xor@zed <xor@zed> +2002-12-28 Ben Jansens <xor@zed.orodu.net> * bootstrap: add --force for autopoint -2002-12-26 xor@zed <xor@zed> +2002-12-26 Ben Jansens <xor@zed.orodu.net> * .cvsignore, po/.cvsignore: add newish stuff

@@ -4913,7 +4507,7 @@

* 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: make bootstrap generate this shit -2002-12-25 xor@zed <xor@zed> +2002-12-25 Ben Jansens <xor@zed.orodu.net> * configure.ac: conflicts with python too :\

@@ -4925,7 +4519,7 @@

* Makefile.am, configure.ac: global python scripts. client motion/resizing is all done via python now -2002-12-24 xor@zed <xor@zed> +2002-12-24 Ben Jansens <xor@zed.orodu.net> * configure.ac: python. no more guile. python.

@@ -4933,17 +4527,17 @@ * CHANGELOG: add changelog for the netwm iconic windows bugfix

* configure.in: up version for next release -2002-12-23 xor@zed <xor@zed> +2002-12-23 Ben Jansens <xor@zed.orodu.net> * configure.ac: using python and swig for now. -2002-12-19 xor@zed <xor@zed> +2002-12-19 Ben Jansens <xor@zed.orodu.net> * configure.ac: python has begun! * configure.ac: check for python. not for guile. -2002-12-18 xor@zed <xor@zed> +2002-12-18 Ben Jansens <xor@zed.orodu.net> * configure.ac: guileize

@@ -4951,11 +4545,11 @@ * .cvsignore: add stuff i rm'd from cvs

* doc/doxygen/comments: erm -2002-12-13 xor@zed <xor@zed> +2002-12-13 Ben Jansens <xor@zed.orodu.net> * Makefile.am: dist the bootstrap file for package maintainers -2002-12-11 xor@zed <xor@zed> +2002-12-11 Ben Jansens <xor@zed.orodu.net> * mkinstalldirs: autogenned

@@ -4965,22 +4559,22 @@ * install-sh, missing: autogenned

* install-sh, missing, mkinstalldirs: this is genned bya automake -2002-12-10 xor@zed <xor@zed> +2002-12-10 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: fix for installation of pl locale * configure.in: up the version -2002-12-09 xor@zed <xor@zed> +2002-12-09 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: work when strftime is not found -2002-12-08 xor@zed <xor@zed> +2002-12-08 Ben Jansens <xor@zed.orodu.net> * doc/Makefile.am: dont install the xftlsfonts manpage if we didnt build xftlsfonts -2002-12-07 xor@zed <xor@zed> +2002-12-07 Ben Jansens <xor@zed.orodu.net> * .cvsignore: add depcomp

@@ -4990,7 +4584,7 @@ * bootstrap: copy, dont link

* configure.in: 2.2.2 release -2002-12-03 xor@zed <xor@zed> +2002-12-03 Ben Jansens <xor@zed.orodu.net> * configure.ac: better xft checks. require xft version 2

@@ -5007,7 +4601,7 @@ better checks for Xft version 2/1 and more verbose warning if it fails

* po/POTFILES.in: xft2 works. and works good. -2002-11-28 xor@zed <xor@zed> +2002-11-28 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: change grammar or somesuch..

@@ -5016,11 +4610,11 @@

* CHANGELOG: Added an option to disable the window raise on alt-click. fonk. -2002-11-26 xor@zed <xor@zed> +2002-11-26 Ben Jansens <xor@zed.orodu.net> * configure.in: had an extra ; that snuck in. i blame the commies -2002-11-20 xor@zed <xor@zed> +2002-11-20 Ben Jansens <xor@zed.orodu.net> * data/Makefile.am: addd more stuff to EXTRA_DIST. all the headers for instance

@@ -5039,25 +4633,25 @@ * CHANGELOG: fix menu redraw bug for real

* CHANGELOG: fix the mozilla crash from the default premax being 0 -2002-11-19 xor@zed <xor@zed> +2002-11-19 Ben Jansens <xor@zed.orodu.net> * .cvsignore: more ignore fodder -2002-11-15 xor@zed <xor@zed> +2002-11-15 Ben Jansens <xor@zed.orodu.net> * configure.in: cleaner -2002-11-14 xor@zed <xor@zed> +2002-11-14 Ben Jansens <xor@zed.orodu.net> * bootstrap: add libtoolize -2002-11-13 xor@zed <xor@zed> +2002-11-13 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: fix for windows changing from non-resizable to resizable * CHANGELOG: add fix for clients making themselves resizable -2002-11-11 xor@zed <xor@zed> +2002-11-11 Ben Jansens <xor@zed.orodu.net> * configure.ac: mad wicked xft checks

@@ -5069,18 +4663,18 @@ * configure.in: dont build xftlsfonts when no xft found or xft2 found

* configure.in: support for Xft2! -2002-11-10 xor@zed <xor@zed> +2002-11-10 Ben Jansens <xor@zed.orodu.net> * po/POTFILES.in: cleanups. OBScreen almost ready for some action * configure.ac: support for the shape extension works! -2002-11-07 xor@zed <xor@zed> +2002-11-07 Ben Jansens <xor@zed.orodu.net> * bootstrap: reverse the automake/autoconf order.. for fun -2002-11-06 xor@zed <xor@zed> +2002-11-06 Ben Jansens <xor@zed.orodu.net> * doc/openbox.1.in: s/@VERSION@/@version@/

@@ -5088,7 +4682,7 @@ * doc/openbox.1.in: s/@VERSION@/@version/

* po/POTFILES.in: moving strut into its own .hh. adding OBClient class -2002-11-05 xor@zed <xor@zed> +2002-11-05 Ben Jansens <xor@zed.orodu.net> * doc/doxygen/Makefile.am, doc/doxygen/comments, doc/doxygen/doxygen.conf.in: updated doxygen documentation

@@ -5104,7 +4698,7 @@

* doc/openbox.1.in: we dont have menuFormat in the resource file anymore -2002-11-04 xor@zed <xor@zed> +2002-11-04 Ben Jansens <xor@zed.orodu.net> * doc/doxygen/doxygen.conf.in: make doxygen skip stuff inside #ifndef DOXYGEN_IGNORE

@@ -5119,7 +4713,7 @@

* Makefile.am, TODO, configure.ac, doc/Makefile.am, doc/doxygen/.cvsignore, doc/doxygen/Makefile.am, doc/doxygen/doxygen.conf.in, doc/doxygen/style.css: add doxygen to the project. 'make doc' builds the doxygen stuff. you need doxygen and graphviz installed to generate it properly -2002-11-03 xor@zed <xor@zed> +2002-11-03 Ben Jansens <xor@zed.orodu.net> * CHANGELOG, configure.in: stop using the Utf8 functions for drawing Xft fonts

@@ -5137,7 +4731,7 @@

* po/POTFILES.in: WE DONT USE BASE DISPLAY FOR ANYTHING ANY MORE!!@^!*@*!! YAY -2002-11-02 xor@zed <xor@zed> +2002-11-02 Ben Jansens <xor@zed.orodu.net> * TODO: updated with goals for 3.0

@@ -5145,7 +4739,7 @@ * Makefile.am: not using admin/ dir anymore

* mkinstalldirs, po/.cvsignore: stupid stuff -2002-11-01 xor@zed <xor@zed> +2002-11-01 Ben Jansens <xor@zed.orodu.net> * configure.ac: put 'cvs' in the version tag

@@ -5173,7 +4767,7 @@ * configure.ac: toolkit addition

* Makefile.am: changed for toolkit -2002-11-01 xor@zed <xor@zed> +2002-11-01 Ben Jansens <xor@zed.orodu.net> * install-sh, missing, mkinstalldirs: these files are generated by bootstrap

@@ -5182,7 +4776,7 @@ * CHANGELOG, configure.in: merge in changes in the 2_1 branch

* CHANGELOG, configure.in: make multibyte fonts the right size -2002-10-31 xor@zed <xor@zed> +2002-10-31 Ben Jansens <xor@zed.orodu.net> * configure.ac: look for a CC to make automake happy

@@ -5195,7 +4789,7 @@ 2002-10-19 woodblock <woodblock@zed>

* configure.in: bumped up version -2002-10-05 xor@zed <xor@zed> +2002-10-05 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: changes for openbox 2.1.2

@@ -5216,16 +4810,16 @@

* AUTHORS, CHANGELOG, CHANGELOG.Blackbox, configure.in: merged with 2_1-merged-to-HEAD-2002-09-30 -2002-09-24 xor@zed <xor@zed> +2002-09-24 Ben Jansens <xor@zed.orodu.net> * configure.in: up the version for the next future release -2002-09-23 xor@zed <xor@zed> +2002-09-23 Ben Jansens <xor@zed.orodu.net> * configure.in: 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) -2002-09-22 xor@zed <xor@zed> +2002-09-22 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: capitals

@@ -5237,7 +4831,7 @@ 2002-09-17 woodblock <woodblock@zed>

* doc/openbox.1.in: Added titlebar layout documentation -2002-09-16 xor@zed <xor@zed> +2002-09-16 Ben Jansens <xor@zed.orodu.net> * AUTHORS, CHANGELOG.Blackbox, configure.in: sync with bb 65-pre2

@@ -5263,11 +4857,11 @@

* .cvsignore, CHANGELOG: sync with HEAD added checkmark bitmaps with menu.selected.mask: -2002-09-11 xor@zed <xor@zed> +2002-09-11 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: alt-rightclick resizing fix -2002-09-09 xor@zed <xor@zed> +2002-09-09 Ben Jansens <xor@zed.orodu.net> * .cvsignore: add autom4te.cache

@@ -5275,48 +4869,48 @@ 2002-09-09 woodblock <woodblock@zed>

* CHANGELOG: merged with HEAD -2002-09-09 xor@zed <xor@zed> +2002-09-09 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: add drop shadows -2002-09-05 xor@zed <xor@zed> +2002-09-05 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: state gnome 2 support -2002-09-04 xor@zed <xor@zed> +2002-09-04 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: gnoem2 fixes for taskbar * CHANGELOG: new border code -2002-09-03 xor@zed <xor@zed> +2002-09-03 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: add woodblock's sticky button shit -2002-08-31 xor@zed <xor@zed> +2002-08-31 Ben Jansens <xor@zed.orodu.net> * AUTHORS, configure.in, doc/bsetbg.1: sync with the 2.0 branch * AUTHORS, CHANGELOG, CHANGELOG.Blackbox, configure.in, doc/bsetbg.1, version.h.in: sync with bb-cvs -2002-08-27 xor@zed <xor@zed> +2002-08-27 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: systray windows fix * CHANGELOG: latest changessssshape changes, give vR credit -2002-08-26 xor@zed <xor@zed> +2002-08-26 Ben Jansens <xor@zed.orodu.net> * AUTHORS, CHANGELOG.Blackbox, configure.in: sync with bb-cvs -2002-08-25 xor@zed <xor@zed> +2002-08-25 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: config request with only resize honors window's gravity * CHANGELOG: add recent fixes -2002-08-22 xor@zed <xor@zed> +2002-08-22 Ben Jansens <xor@zed.orodu.net> * version.h.in: s/__openbox_version/OPENBOX_VERSION

@@ -5324,17 +4918,17 @@ * AUTHORS, CHANGELOG.Blackbox, configure.in: sync with bb-cvs

* configure.in: 2.1.0 is our next target -2002-08-21 xor@zed <xor@zed> +2002-08-21 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: warping is ruling! -2002-08-20 xor@zed <xor@zed> +2002-08-20 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: Fix send to menu, having deleted workspaces in it. Fix workspace warping, move the mouse and window the same amount. Fix workspace switching. Put old code back that worked better. -2002-08-16 xor@zed <xor@zed> +2002-08-16 Ben Jansens <xor@zed.orodu.net> * AUTHORS: fix indenting and caps

@@ -5346,7 +4940,7 @@

* doc/xftlsfonts.1, doc/Makefile.am: add manpages for epist and for xftlsfonts -2002-08-15 xor@zed <xor@zed> +2002-08-15 Ben Jansens <xor@zed.orodu.net> * AUTHORS: authors updates

@@ -5360,17 +4954,17 @@ * CHANGELOG: add all the changes made for 2.0.0 to the changelog

* CHANGELOG.Blackbox, CHANGELOG.bsetbg: sync with bb-cvs -2002-08-02 xor@zed <xor@zed> +2002-08-02 Ben Jansens <xor@zed.orodu.net> * bootstrap: try make bootstrap work in one pass for other people.. * configure.in: make xft support default on -2002-07-26 xor@zed <xor@zed> +2002-07-26 Ben Jansens <xor@zed.orodu.net> * configure.in: sync with bb-cvs -2002-07-21 xor@zed <xor@zed> +2002-07-21 Ben Jansens <xor@zed.orodu.net> * configure.in: add Xft-build-support and Xinerama-build-support to the -help output

@@ -5380,18 +4974,18 @@ * configure.in: sync with bb-cvs.

Add option in config menu for disabling mouse input with scroll lock. Remove compile-time flag for event clobbering since this solves that problem for now. -2002-07-20 xor@zed <xor@zed> +2002-07-20 Ben Jansens <xor@zed.orodu.net> * .cvsignore: add some cvsignore's * configure.in: add no_NO and ro_RO translations -2002-07-18 xor@zed <xor@zed> +2002-07-18 Ben Jansens <xor@zed.orodu.net> * TODO: updated todo. took out things we have done. added new goal for 3.0. -2002-07-16 xor@zed <xor@zed> +2002-07-16 Ben Jansens <xor@zed.orodu.net> * TODO: adjust goals for 2.0

@@ -5400,33 +4994,33 @@

* configure.in: change the version number back a bit. preparing for a testing release. -2002-07-11 xor@zed <xor@zed> +2002-07-11 Ben Jansens <xor@zed.orodu.net> * configure.in: adding epist! * configure.in: -fno-inline when compiling in debug mode -2002-07-10 xor@zed <xor@zed> +2002-07-10 Ben Jansens <xor@zed.orodu.net> * config.h.in, aclocal.m4: regerenated fiels -2002-07-08 xor@zed <xor@zed> +2002-07-08 Ben Jansens <xor@zed.orodu.net> * configure.in: add the korean translation dir to configure -2002-07-07 xor@zed <xor@zed> +2002-07-07 Ben Jansens <xor@zed.orodu.net> * configure.in: make the Xft check actually work * configure.in: make Xft default to off, you have ot --enable-xft now -2002-07-03 xor@zed <xor@zed> +2002-07-03 Ben Jansens <xor@zed.orodu.net> * configure.in: look for the rigt function in the libxft * configure.in: add BFont class, with Xft support -2002-06-22 xor@zed <xor@zed> +2002-06-22 Ben Jansens <xor@zed.orodu.net> * ChangeLog: fix resizing bug where windows would be resized smaller than they were supposed to be

@@ -5434,37 +5028,37 @@

* doc/Makefile.in, data/Makefile.in, CHANGELOG, Makefile.in, config.h.in: add changelog entry for resize bug fix -2002-06-20 xor@zed <xor@zed> +2002-06-20 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: fix redraw problem when resizing a window -2002-06-14 xor@zed <xor@zed> +2002-06-14 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: add numbers for next version * configure.in, configure: increment the version for next release -2002-06-08 xor@zed <xor@zed> +2002-06-08 Ben Jansens <xor@zed.orodu.net> * configure.in, configure: add -fno-inline for debug builds! * CHANGELOG: dont let setState() screw with the window mapping process. -2002-06-07 xor@zed <xor@zed> +2002-06-07 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: 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. * configure: update the version number by running autoconf -2002-06-06 xor@zed <xor@zed> +2002-06-06 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: add window-to-window and window-corner snapping. * CHANGELOG: more sticky windows fix. bbkeys ended up thinkng an extra window was left when removing a sticky window. fixed! AT LAST -2002-06-05 xor@zed <xor@zed> +2002-06-05 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: last two changes: windows starting sticky. focus te root window, not PointerRoot.

@@ -5478,7 +5072,7 @@

* doc/Makefile.am, data/Makefile.am, Makefile.am: syching with bb-cvs. rm .\#* on make dist-clean. nls updates. -2002-06-04 xor@zed <xor@zed> +2002-06-04 Ben Jansens <xor@zed.orodu.net> * data/README, README: documentation fixups

@@ -5486,7 +5080,7 @@ * data/README, README: documentation fixes

* CHANGELOG: GIVING UP ON STICKY FUCKING CHRIST AARRGGH -2002-06-03 xor@zed <xor@zed> +2002-06-03 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: change cascade behavior so it resets when the workspace is emptied and so it starts in 1 placement.

@@ -5496,17 +5090,17 @@

* CHANGELOG: save the current root menu position to an unlimited depth instead of the current 1. -2002-06-02 xor@zed <xor@zed> +2002-06-02 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: last 2 buig fixes * CHANGELOG: fix crash when mapping an iconified window -2002-05-29 xor@zed <xor@zed> +2002-05-29 Ben Jansens <xor@zed.orodu.net> * doc/openbox.1.in: put webpage in the man page. Also, a couple fixes. -2002-05-28 xor@zed <xor@zed> +2002-05-28 Ben Jansens <xor@zed.orodu.net> * configure.in: updated nls to use openbox.cat

@@ -5525,17 +5119,17 @@ incrementing version for next release

* CHANGELOG: better description of chages to sticky windows -2002-05-25 xor@zed <xor@zed> +2002-05-25 Ben Jansens <xor@zed.orodu.net> * bootstrap, configure.ac, configure.in: using configure.ac causes problems. switching back to configure.in -2002-05-24 xor@zed <xor@zed> +2002-05-24 Ben Jansens <xor@zed.orodu.net> * configure.in, stamp-h.in, BUGS, CodingStyle, Makefile.am, bootstrap, config.h.in, configure.ac: new root dir based on bb-cvs -2002-05-23 xor@zed <xor@zed> +2002-05-23 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: fix for compiling with --disable-nls

@@ -5549,7 +5143,7 @@ * TODO: updated goals

* CHANGELOG: fixed sticky windows! -2002-05-16 xor@zed <xor@zed> +2002-05-16 Ben Jansens <xor@zed.orodu.net> * CHANGELOG, configure.in: change next target version to 2.0.0!

@@ -5595,7 +5189,7 @@

* doc/Makefile.in, data/Makefile.in, Makefile.in, aclocal.m4: *** empty log message *** -2002-05-15 xor@zed <xor@zed> +2002-05-15 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: moved menu from a rc file option to a command line option

@@ -5603,7 +5197,7 @@ * TODO: spelling error

* TODO: added future release goals to the TODO -2002-05-14 xor@zed <xor@zed> +2002-05-14 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: update changelog. removed a redundant var from BaseDisplay.

@@ -5616,13 +5210,13 @@

* ChangeLog: fix titlebar button code so theyre created/destroyed properly -2002-05-13 xor@zed <xor@zed> +2002-05-13 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: fix segfaut from uninitialized focused_screen pointer * CHANGELOG, TODO: fix multiple-screen segfault. -2002-05-11 xor@zed <xor@zed> +2002-05-11 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: make image dithering value load correctly

@@ -5630,7 +5224,7 @@ * configure.in, configure: increment version for next release

* CHANGELOG: make image dithering value load correctly -2002-05-10 xor@zed <xor@zed> +2002-05-10 Ben Jansens <xor@zed.orodu.net> * CHANGELOG, configure, configure.in: increment version for next release

@@ -5642,7 +5236,7 @@ * configure.in, configure:

better gcc3 compat. using ostrstream again. and using namespace std; some focus changes. workspace contains a focused window instead of openbox class. this fixes a seg -2002-05-07 xor@zed <xor@zed> +2002-05-07 Ben Jansens <xor@zed.orodu.net> * configure.in, configure: increment version for the next release

@@ -5665,7 +5259,7 @@

* doc/Makefile.in, data/Makefile.in, configure.in, configure, Makefile.in: check for sstream and strstream in configure -2002-04-30 xor@zed <xor@zed> +2002-04-30 Ben Jansens <xor@zed.orodu.net> * ChangeLog.bsetbg, ChangeLog-Blackbox, ChangeLog: removing old files that got merged in

@@ -5674,7 +5268,7 @@ * CHANGELOG: save the titlebarLayout in the default config

* CHANGELOG: save the titlebarLayout in the default config file -2002-04-29 xor@zed <xor@zed> +2002-04-29 Ben Jansens <xor@zed.orodu.net> * ChangeLog.bsetbg, configure.in, ChangeLog, ChangeLog-Blackbox, CHANGELOG: changelog fixes

@@ -5691,7 +5285,7 @@ * CHANGELOG: improved logic for redecorating windows

* ChangeLog: improved logic when redecorating a window -2002-04-28 xor@zed <xor@zed> +2002-04-28 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: bsetroot supports transparent apps with root property

@@ -5699,7 +5293,7 @@ * CHANGELOG: added ClickMouse window placement policy

* CHANGELOG: added UnderMouse windwo placement. -2002-04-21 xor@zed <xor@zed> +2002-04-21 Ben Jansens <xor@zed.orodu.net> * ChangeLog: typo in Changelog

@@ -5713,12 +5307,12 @@ * CHANGELOG.bsetbg: *** empty log message ***

* CHANGELOG: tyops -2002-04-20 xor@zed <xor@zed> +2002-04-20 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: added Changelog entry for the improved maximize-window code. -2002-04-19 xor@zed <xor@zed> +2002-04-19 Ben Jansens <xor@zed.orodu.net> * TODO: updated TODO to match current cvs status. yay progress!

@@ -5731,7 +5325,7 @@

* Makefile.in, data/Makefile.in, doc/Makefile.am, doc/Makefile.in: added new bsetbg manpage -2002-04-17 xor@zed <xor@zed> +2002-04-17 Ben Jansens <xor@zed.orodu.net> * CHANGELOG: configuration changes "done"!!

@@ -5749,7 +5343,7 @@ * CHANGELOG:

Added a runtime option for hiding the toolbar totally. Will be cleaner later. Stay tuned. -2002-04-16 xor@zed <xor@zed> +2002-04-16 Ben Jansens <xor@zed.orodu.net> * CHANGELOG, CHANGELOG.Blackbox, CHANGELOG.bsetbg, ChangeLog, ChangeLog-Blackbox, ChangeLog.bsetbg: renamed the Changelog files

@@ -5758,7 +5352,7 @@

* TODO, configure, configure.in: get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use checks for individual headers instead -2002-04-15 xor@zed <xor@zed> +2002-04-15 Ben Jansens <xor@zed.orodu.net> * Makefile.in, data/Makefile.in, doc/Makefile.in: apparently there were compiling problems with automake/autoconf. This should make those go away.

@@ -5767,7 +5361,7 @@ 2002-04-14 colophon <colophon@zed>

* README: added some missing punctuation -2002-04-14 xor@zed <xor@zed> +2002-04-14 Ben Jansens <xor@zed.orodu.net> * configure.in: changed version number to 0.99.1

@@ -5790,7 +5384,7 @@ 2002-04-12 woodblock <woodblock@zed>

* ChangeLog: added close redraw -2002-04-11 xor@zed <xor@zed> +2002-04-11 Ben Jansens <xor@zed.orodu.net> * CodingStyle: adding rules on how to code this project.