]> icculus.org git repositories - dana/openbox.git/history - openbox
use setenv/unsetenv instead of putenv, cuz they are not ugly and confusing wrt memory...
[dana/openbox.git] / openbox /
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 Jansensputenv wants a char*, not a const
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 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 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 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...
2008-01-11 Dana Jansensdon't take KeyRelease events for menus until they recei...
2008-01-11 Dana Jansenscontinue commit 2b80e4e8ef56bb4fba614139601e750344418e5...
2008-01-11 Dana Jansensfixes from commit 0ce14a727968736e57fb3fabba3794b46903875f
2008-01-11 Dana Jansensignore mouse clicks on override-redirect windows that...
2008-01-11 Dana Jansenstry to comment the code for when to save the "last...
2008-01-11 Dana Jansensmake the time to remember last desktop a #define, and...
2008-01-11 Mikael MagnussonDon't record desktops for lastdesktop when switching...
2008-01-11 Dana Jansensfreeze onscreen stacking order changes while a temp...
2008-01-11 Dana Jansensfix a crash when reconfiguring during focus cycling
2008-01-11 Dana Jansenslet you raise the focus target temporarily during focus...
2008-01-11 Dana Jansensmake backport closer to 3.4-working for merging purposes
2008-01-11 Dana Jansensmake it possible to temporarily raise a window to the...
2008-01-11 Dana Jansensfix a warning from crappy libc apis
2008-01-11 Dana Jansensfix a focus race condition in two ways:
2008-01-11 Dana Jansenscode clean up
2008-01-11 Dana JansensXKB modifiers are strange things, and i don't know...
2008-01-11 Dana Jansensreconfigure openbox when the input mapping changes...
2008-01-11 Dana JansensRevert "fix for xkb weirdness, to fix a bug introduced...
2008-01-11 Dana JansensBug#: 3328 - remove top border for maxed undecorate...
2008-01-11 Dana Jansensallow dialog windows to be fullscreened, kpdf does...
2007-11-12 Mikael MagnussonAdd --exit.
2007-10-31 Mikael MagnussonTry to fix the popup only showing up on monitor 0.
2007-10-18 Mikael MagnussonChange setenv and unsetenv to putenv for portability.
2007-09-04 Mikael MagnussonANSI function declarations, ie () -> (void)
2007-09-04 Mikael MagnussonFix shadowed variables
2007-09-04 Mikael MagnussonFix calling functions with wrong number of arguments
2007-08-23 Dana Jansenshide the desktop popup when showing the directional...
2007-08-22 Mikael MagnussonHide the desktop cycle popup when the focus cycle popup...
2007-08-07 Mikael MagnussonOnly copy execute_func to the more_menu.
2007-08-07 Mikael MagnussonAnother leaked Rect *a
2007-08-07 Mikael MagnussonSquash one more leak
2007-08-07 Dana Jansensproper constness
2007-08-07 Dana Jansensmore clear code?
2007-08-07 Mikael MagnussonFix another memleak
2007-08-06 Mikael MagnussonFix some memleaks
2007-08-05 Dana JansensWhen halting focus-follows-mouse, ignore any enter...
2007-08-04 Dana Jansensfix edge detection, it was skipping edges sometimes
2007-08-04 Dana Jansenslet you select an omnipresent window on another desktop
next