]> icculus.org git repositories - dana/openbox.git/history - openbox
don't make damage events cause damage events :)
[dana/openbox.git] / openbox /
2008-02-04 Derek Foremancompositing pre-pre-pre alpha crap
2008-02-04 Dana Jansenscreate the loco library for composting. it links again...
2008-02-04 Dana Jansenschange the root event mask to add SubstructureNotifyMas...
2008-02-02 Dana Jansensunused var
2008-02-02 Dana Jansensmissing include
2008-02-02 Dana JansensMerge branch 'backport' into work
2008-02-02 Dana Jansensif windows on screen are going to be moved, then do...
2008-02-02 Dana Jansenscomment typo
2008-02-02 Dana Jansensadd a --config-file command line option, and OB_CONFIG_...
2008-02-02 Dana Jansensmake fullscreen windows more xinerama and multi-screen...
2008-02-02 Dana Jansensfix a crash from chroot of invalid keys, and make keybi...
2008-02-01 Dana Jansensdon't crash when using <raise> and alt-tab and there...
2008-01-31 Dana JansensMerge branch 'backport' into work
2008-01-31 Dana Jansenswhen checking that a window is onscreen, if there are...
2008-01-31 Dana Jansensgeneralize the window managing process into window_mana...
2008-01-31 Dana Jansensunlink the log file when opening it so you get a new...
2008-01-31 Mikael MagnussonFix a memleak. (unref ObtPaths)
2008-01-31 Dana Jansensmake ob_debug use the g_log system, and make openbox...
2008-01-31 Dana JansensMerge branch 'backport' into work
2008-01-31 Dana Jansensdon't deiconify windows on reconfigure if they cant...
2008-01-31 Dana Jansensdon't check for the root window in the window hash...
2008-01-31 Mikael MagnussonFix a typo that broke transient window hints.
2008-01-31 Dana Jansensdon't assert when you window_find(0)/dockapp_find(0...
2008-01-31 Dana Jansensput openbox saved sessions in CACHE_HOME not DATA_HOME...
2008-01-31 Dana Jansenssimplify window.h macros, and rename the window types...
2008-01-31 Dana Jansensmake an obt_root() macro
2008-01-31 Dana Jansensmake menu event handling work more like how other event...
2008-01-31 Dana Jansensmake the window.h interface more consistent with the...
2008-01-31 Dana Jansensdon't deiconify windows on reconfigure if they cant...
2008-01-28 Dana Jansensreordering things when mapping windows a little to...
2008-01-28 Dana Jansensfix a rare assert condition (window maps in iconic...
2008-01-27 Mikael MagnussonChange <placeOn> to <monitor>.
2008-01-27 Dana Jansensreplace the <active> placement option with <placeOn...
2008-01-27 Dana Jansensget rid of copying the rrappearances for each menu...
2008-01-27 Dana Jansensuse setenv/unsetenv instead of putenv, cuz they are...
2008-01-27 Dana Jansenswindow a window stops responding to pings, don't use...
2008-01-27 Dana Jansensonly store icons for windows that are 64px or smaller...
2008-01-27 Dana Jansenswe alloc theme elements for every window frame, but...
2008-01-27 Dana Jansensadd a missing #include
2008-01-27 Dana Jansenswhen ignoring enter events, only ignore up to the curre...
2008-01-27 Dana Jansenscreate fake enter events for button press bindings...
2008-01-26 Mikael MagnussonAdd a few missing includes and remove a stray debug...
2008-01-26 Dana Jansensonly add borders and stuff to the dock's size if it...
2008-01-25 Dana Jansensfix a memleak in client_update_icon_geometry
2008-01-25 Dana Jansensfix a mem leak
2008-01-25 Dana Jansensfix a mem leak
2008-01-25 Dana JansensCreate fake enter events in fewer situations - avoiding...
2008-01-25 Mikael MagnussonFix some memleaks.
2008-01-25 Dana Jansensskip enter events caused by temporarily raising windows...
2008-01-25 Dana Jansensstrip non-modifier masks from the keyboard state for...
2008-01-22 Dana Jansensprint a warning when the session has a different number...
2008-01-22 Dana Jansensuse the <wmclass> for startup notfication in the execut...
2008-01-20 Dana Jansensonly unset the startup_desktop_id once, and dont free...
2008-01-20 Dana Jansenscheck them startupnotify-provided wmclass against both...
2008-01-20 Dana Jansensmake the obt library branch compile again with all...
2008-01-20 Dana Jansensmake the mainloop not depend on an X display, and make...
2008-01-20 Dana Jansensmove the xdg path stuff into obt/paths.[ch], and make...
2008-01-20 Dana Jansenssmall api change for parsing
2008-01-20 Dana Jansenswas using random memory for parsing pipe menus with...
2008-01-20 Dana Jansensfix constness
2008-01-20 Dana Jansenss/xmlChildrenNode/children/
2008-01-20 Dana Jansensadd obt_parse_tree_from_root and use it, cuz it's nice
2008-01-20 Dana Jansensupdate openbox to use the current parser interface...
2008-01-20 Dana Jansenschange openbox to use the libotk's keyboard.[ch] stuff...
2008-01-20 Dana Jansensadd keyboard.[ch] to libobt. these are for tracking...
2008-01-20 Dana Jansensadd functions for setting locale strings (on top of...
2008-01-20 Dana Jansensmake openbox use the obt prop.c/h stuff
2008-01-20 Dana Jansenss/ob_display/obt_display/ and remove ob_display
2008-01-20 Dana Jansensadd prop.[ch] to the libobt, but they are not used...
2008-01-20 Dana Jansensmove the code for tracking what extensions are availabl...
2008-01-20 Dana Jansensmove the xerror handling into the libobt
2008-01-20 Dana JansensMove the main loop out into the libobt
2008-01-20 Dana Jansenslook mom, I made an openbox toolkit
2008-01-20 Dana JansensMerge branch 'backport'
2008-01-20 Dana Jansensputenv wants a char*, not a const
2008-01-20 Dana JansensMerge branch 'backport'
2008-01-17 Mikael MagnussonRemove leftover config_four_corners from config.c.
2008-01-17 Dana Jansensmake the ping hash tables work correctly. don't need...
2008-01-16 Dana Jansensonly 1 hash table is needed in ping.c
2008-01-16 Dana Jansensuse hash tables in ping.[ch] instead of a list. we...
2008-01-16 Dana Jansensuse unique IDs for pings rather than a timestamp. ...
2008-01-16 Dana Jansensfriendly check for the timer's delay being > 0
2008-01-16 Mikael MagnussonVarious fixes for sparse warnings.
2008-01-16 Dana Jansensactive = FALSE when not active !
2008-01-16 Dana Jansensfix timers so that they work when theres lots of repeat...
2008-01-16 Dana Jansensadd the new pid and ping atoms to the NET_SUPPORTED...
2008-01-16 Dana Jansensdon't let repeating timers, with a very fast timer...
2008-01-16 Dana Jansensrework and comment out some debugging prints
2008-01-16 Dana Jansensadd a comment
2008-01-16 Dana Jansenscant consistently tell if we should use WM_DESTROY...
2008-01-16 Dana Jansensonly ping windows that we need to
2008-01-16 Dana Jansensping all the windows every 3 seconds, and show "not...
2008-01-16 Dana Jansensits possible we did kill -TERM and it stayed alive...
2008-01-16 Dana Jansenswhen you close an app and it stops responding.. if...
2008-01-16 Dana Jansenswhen you close a window that you already tried to close...
2008-01-16 Dana Jansensshow [Not Responding] in the titlebar when closing...
2008-01-16 Dana Jansenscan tell when a window that was "closed" has stopped...
2008-01-16 Dana Jansenscheck if a client will respond to pings
2008-01-16 Dana Jansensthe inner border's corners weren't having events handle...
2008-01-16 Dana Jansensfix the context given off by the borders in the br...
next