]> icculus.org git repositories - mikachu/openbox.git/history - openbox/client.c
use the timestamp from the original enter when delay-focusing a window
[mikachu/openbox.git] / openbox / client.c
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...
2006-08-19 Mikael Magnussona more proper fix for the client list menu trying to...
2006-08-19 Mikael Magnussondont flicker when setting desktop by per app settings
2006-08-19 Mikael Magnussonforgot to check if perapp settings said to put window...
2006-08-19 Mikael Magnussonlets not change the stacking before we add the window...
2006-08-18 Mikael Magnussonfix a silly copy paste bug, titlenumber should now...
2006-08-16 Mikael Magnussonadd option titleNumber in theme section to disable...
2006-08-16 Mikael Magnussonadjust logic to be... logical
2006-08-16 Mikael Magnussontry utf8 for WM_NAME if locale fails, really the _local...
2006-08-04 Mikael Magnussonreally fix focus_last?
2006-08-02 Mikael Magnussons/_/./
2006-08-02 Mikael Magnussons/self/settings/
2006-08-02 Mikael Magnussonbe paranoid about programs setting 0 resize increments...
2006-08-02 Mikael Magnussonremove bogus check for handle width in client_setup_dec...
2006-08-01 Mikael Magnussonremove an old comment
2006-06-11 Mikael Magnussonrip out the VIDMODE extension stuff. this was only...
2006-06-09 Mikael Magnussonnot surprisingly, there was a typo
2006-06-09 Mikael Magnussonif this works i will be a bit amazed, add class matchin...
2006-06-09 Mikael Magnussonchanging props need client_change_state
2006-06-09 Mikael Magnussonfix2
2006-06-09 Mikael Magnussonfix
2006-06-09 Mikael Magnussonadd the rest of the possible states to per app settings...
2006-06-09 Mikael Magnussonadd role matching to per app settings and fix a small...
2006-06-08 Mikael Magnussonfix
2006-06-08 Mikael Magnussonmove stuff around some more
2006-06-08 Mikael Magnussonsome notes to self
2006-06-08 Mikael Magnussonper app settings
2006-04-20 Mikael Magnussonfix #2670 (hilight first entry in menus) and respect...
2005-10-07 Mikael Magnussonmore 64 bit fixes
2005-09-13 Mikael MagnussonI meant to check for windows placed by programs, not...
2005-08-11 Mikael Magnussonfix programs showing their child windows outside the...
2005-07-25 Mikael Magnussonadd a (temporary?) check to client_activate to make...
2005-07-14 Mikael Magnussonc++ comments
2005-03-25 Mikael Magnussonfix transparent terminals not updating when toggledecor...
2005-02-06 Mikael Magnussonrevert a commit xor made in 2003 that always annoyed...
next