]> icculus.org git repositories - manmower/openbox.git/shortlog
manmower/openbox.git
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 Dana Jansensbe explicit than automake 1.9 is needed
2008-01-31 Mikael MagnussonFix a typo that broke transient window hints.
2008-01-31 Dana Jansensincrement the library version 1 so that it differs...
2008-01-31 Dana Jansensdon't assert when you window_find(0)/dockapp_find(0...
2008-01-31 Mikael MagnussonUse the # directive to simplify defines.
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 Jansensxerror.c is gone
2008-01-31 Dana Jansensits OBT_VERSION not OB_VERSION anymore
2008-01-31 Dana Jansensadd support for XDG_CACHE_HOME to the obt paths
2008-01-31 Dana Jansensmake menu event handling work more like how other event...
2008-01-31 Dana Jansensuse -ggdb not -g3, as g3 breaks things
2008-01-31 Dana Jansensmake the window.h interface more consistent with the...
2008-01-20 Dana Jansensmake the obt library branch compile again with all...
2008-01-20 Dana Jansenslet you make an xevent listener for all windows
2008-01-20 Dana Jansensmake the xevent stuff work for events from extensions...
2008-01-20 Dana Jansensadd the xevent callback system to libobt in xevent...
2008-01-20 Dana Jansensmake the mainloop not depend on an X display, and make...
2008-01-20 Dana Jansensinitialize the lists to NULL (empty)
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 Jansensadd parsing to libobt with a new API! (it is not comple...
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 Jansensignore the new 4.0 pkgconfig files
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 Jansenssetup versioning for libotk that is separate from libob...
2008-01-20 Dana Jansensmove the code for tracking what extensions are availabl...
2008-01-20 Dana Jansensadd G_BEGIN/END_DECLS to the mainloop header
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 Jansensmore precise includes
2008-01-20 Dana Jansenssplit the header up for obt
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-19 Inko Illarramendi... Update Basque translation.
2008-01-18 Shaodong DiUpdate simplified chinese translation.
2008-01-18 Lauri HakkoUpdate finnish translation.
2008-01-17 Quan TranUpdate vietnamese translation.
2008-01-17 Cyrille BagardUpdate french translation.
2008-01-17 Finn ZirngiblUpdate german translation.
2008-01-17 Mikael MagnussonSome .c files that had translatable strings were not...
2008-01-17 Lauri HakkoFixes to finnish translation.
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...
2008-01-16 Dana Jansensresizing was defaulting to the topleft corner instead...
2008-01-16 Dana Jansensremove the visible window title hints when unmanaging...
2008-01-13 Mikael MagnussonAdd --exit translation to de.po.
2008-01-13 Dana Jansensdon't skip windows that are skip_taskbar unless they...
2008-01-13 Dana Jansenssync when killing all keyboard grabs, so that we can...
2008-01-12 Dana Jansensupdate the icon to the pretty one by david barr
2008-01-12 Mikael MagnussonUpdate --version output copyright year to 2008.
2008-01-12 Dana Jansensmake the dock's hiding always have at least 1px on...
2008-01-12 Dana Jansensfix a copy/paste bug in placing the move&resize popup
2008-01-12 Dana Jansenssince the internal windows are in window_map now, it...
2008-01-12 Dana JansensMerge commit 'mika/backport' into backport
2008-01-12 Dana Jansensfix a small bug introduced that broke per-app placement
2008-01-12 Mikael Magnusson --exit Sulje Openbox
2008-01-12 Dana Jansensdont reparse the config file when the keyboard map...
2008-01-12 Dana Jansensmake a GravityPoint and GravityCoord data structures...
2008-01-12 Dana Jansenslet you specify the resize popup to be in a fixed place
2008-01-12 Dana Jansensmake the focus cycle indicator be in the window_map...
2008-01-12 Dana Jansensadd an <active> option for window placement, to try...
2008-01-12 Dana Jansensmake fake xinerama happen even when xinerama is enabled
2008-01-12 Dana Jansensmake the window_startup happen before the focus_cycle_p...
next