]> icculus.org git repositories - mikachu/openbox.git/history - openbox/client.c
add a slight delay to the focus/desktop switch dialogs. so if you hit the key really...
[mikachu/openbox.git] / openbox / client.c
2007-05-01 Dana Jansensfix drawcontent=no resizing
2007-05-01 Dana Jansenssome old changes to grav.c test, it wasn't a valid...
2007-05-01 Dana Jansensa whole lot of changes to the moving/resizing code...
2007-04-26 Dana Jansensfocus_client is already nulled from the fallback, and...
2007-04-26 Dana Jansenshave to fallback in client_unmanage, until we figure...
2007-04-26 Dana Jansensadd group transients to other transients who arent...
2007-04-26 Dana Jansenswhen windows disappear dont move focus from enter event...
2007-04-25 Dana Jansenspointer type changed a long time ago
2007-04-24 Mikael Magnussononly grab keybinds on the root window, not every client...
2007-04-24 Dana Jansensset the client's user_time when it gets activated
2007-04-24 Dana Jansensdon't activate and change desktops if the client's...
2007-04-24 Dana Jansensfix a comment
2007-04-24 Dana Jansensuse client_activate to activate newly mapping windows...
2007-04-24 Dana Jansensset the default icon onto windows which don't provide one
2007-04-24 Dana Jansensset the max settings properly, was setting max_vert...
2007-04-24 Mikael Magnussonfix resizing when drawContents is off, and I think...
2007-04-24 Dana Jansensfocus_order_remove is called in a few places. move...
2007-04-24 Dana Jansensadd support for _NET_WM_SYNC_REQUEST
2007-04-24 Dana Jansenssave windows' colormaps rather than querying them from...
2007-04-24 Dana Jansenshm, that was a silly error. the propogate mask shouldnt...
2007-04-24 Dana Jansensadd the PointerMotionHintMask everywhere, we dont need...
2007-04-24 Dana Jansensin shrinking resize the frame before the client
2007-04-24 Dana Jansens1. remove some old event handling that was not used...
2007-04-23 Dana Jansensplace transients without a parent in the middle of...
2007-04-23 Dana Jansensfocus_client was becoming invalid if the focused client...
2007-04-23 Dana Jansenscycling between dock windows now possible with the...
2007-04-23 Mikael Magnussoninclude the header that has gethostname
2007-04-23 Mikael Magnussonshow the hostname of forwarded clients in the titlebar
2007-04-23 Dana Jansenswasteful syncing
2007-04-22 Dana Jansensstop listening to events on clients that are being...
2007-04-22 Dana Jansensuse ignore enters instead of removing them from the...
2007-04-22 Dana Jansensdon't grab the pointer during interactive events. this...
2007-04-22 Dana Jansenseat enter events after unmanaging a window
2007-04-22 Dana Jansensengrish
2007-04-21 Dana Jansensignore BadMatch errors that can't be avoided
2007-04-21 Dana Jansensfixes for transients
2007-04-20 Dana Jansensremove the client_time_heap thing. actually its better...
2007-04-18 Dana Jansensget rid of global client_last_user_time variable.
2007-04-12 Dana Jansenssaved session information overrides per-app settings...
2007-04-12 Dana Jansensset the desktop from per-app-settings properly, i think.
2007-04-12 Dana Jansensbetter synthetic configurenotify handling. in particular..
2007-04-12 Dana Jansensdon't fallback when a window is hidden right away,...
2007-04-05 Dana Jansenshttp://mail.gnome.org/archives/wm-spec-list/2006-May...
2007-03-30 Dana Jansensfully maximize windows all the time. size increments...
2007-03-28 Dana Jansenscan't use (unsigned)-1 for a max time, because timestam...
2007-03-28 Dana Jansensdrop some wasted client_validates.
2007-03-28 Dana Jansensmore handling time wraparounds
2007-03-28 Dana Jansenshandle time wrapping around.
2007-03-24 Dana Jansenswatch for reverttoparent reverting to the root window...
2007-03-24 Dana Jansens(no commit message)
2007-03-24 Dana Jansensclean up the title getting function
2007-03-24 Dana Jansenskill window title numbering...
2007-03-19 Dana Jansensnot passing timestamps sometimes and not others. set...
2007-03-17 Dana Jansensoops, logic error
2007-03-16 Dana Jansensfix for bug introduced in revision 5643. logical size...
2007-03-14 Dana Jansensoh, 2 things in this commit..
2007-03-14 Mikael Magnussonmove stuff around in client_unmanage to maybe make...
2007-03-14 Dana Jansensrefix for managing iconic windows, without having the...
2007-03-14 Dana Jansensa) fix resizerelative moving windows when they reach...
2007-03-14 Dana Jansensless wasted updates of wm_state
2007-03-13 Mikael Magnussoncomparing strings to random locations in memory is...
2007-03-13 Dana Jansensalways unfocus the window when it disappears, no specia...
2007-03-13 Dana Jansensset IconicState on windows that are not visible always...
2007-03-13 Dana Jansenssave and restore pre-maximized/fullscreen sizes properly
2007-03-12 Dana Jansensfallback is still getting x errors. instead, fallback...
2007-03-12 Dana Jansensdon't validate inside client_focus. instead, validate...
2007-03-12 Dana Jansensvalidate clients before trying to focus them in fallback
2007-03-12 Dana Jansensi rewrote handling of focus events. this is pretty...
2007-03-12 Dana JansensRewrite the stacking code. It's a lot faster now, I...
2007-03-11 Dana JansensWe were grabbing SubstructureNotifyMask on the root...
2007-03-11 Dana Jansensextra braces.. why does the world hate me so?
2007-03-11 Dana Jansens.. i am pretending to be mika :D :D ok this time for...
2007-03-11 Dana Jansensoh.. wasted verbosity.. *strums guitar*
2007-03-11 Dana Jansensrewrite the focus steal prevention code to clean it...
2007-03-11 Dana JansensHonor transient_for=Root, even thought this is crap...
2007-03-11 Dana Jansensclient_configure_full is trying to move a window, it...
2007-03-11 Dana Jansensstacking has been made more reliable with groups and...
2007-03-11 Dana Jansensmake _NET_ACTIVE_WINDOW requests look at the timestamp...
2007-03-11 Dana Jansenswow... this is a big commit...
2007-03-11 Dana Jansensadd the _NET_WM_USER_TIME property support. When focus_...
2007-03-11 Dana Jansensremove the kde icon hint, they use the EWMH icon now
2007-03-10 Dana Jansens1) Remove support for the Urgent hint. This will no...
2007-03-10 Dana Jansensmake startup notification a little more robust. obconf...
2007-03-10 Dana Jansensno longer honor transient_for = None or Root. it violat...
2007-03-10 Dana Jansensmore cleverness for window placing.
2007-03-10 Dana Jansenslet you put windows with the titlebar off screen.....
2007-03-04 Dana Jansensoops... I'm combining two different things in this...
2007-03-04 Dana Jansensbetter string matching for duplicate title numbering...
2007-03-03 Dana Jansenspretty brackets
2007-03-02 Dana Jansensfix for per-application focus settings. properly use...
2007-03-02 Dana Jansensonly update the screen areas when a window actually...
2007-03-02 Dana Jansenssupport clients which use true transparency 32-bit...
2007-03-02 Dana Jansensthis includes a number of things since my magnificent...
2006-11-15 Mikael Magnusson80 cols
2006-10-31 Mikael Magnussondont use nonexisting functions
2006-10-31 Mikael MagnussonAdd MoveFromEdge* actions, shorten client_directional_e...
2006-09-12 Mikael Magnussondont use the keepBorder option for mwm hinted windows...
2006-08-31 Mikael Magnussonoops, added borders to windows when keepborder was...
2006-08-22 Mikael Magnussonupdate copyright step 1
2006-08-21 Mikael Magnussonmaybe fix transients placed offscreen under certain...
next