]> icculus.org git repositories - dana/openbox.git/history - openbox/event.c
don't take KeyRelease events for menus until they receive a KeyPress event first...
[dana/openbox.git] / openbox / event.c
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 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...
2007-11-12 Mikael MagnussonAdd --exit.
2007-09-04 Mikael MagnussonANSI function declarations, ie () -> (void)
2007-08-05 Dana JansensWhen halting focus-follows-mouse, ignore any enter...
2007-08-04 Dana Jansensdon't make omnipresent windows lose focus when changing...
2007-08-04 Dana Jansensonly use user_time updates if they are on the focused...
2007-08-04 Dana Jansensshow a popup notification when switching desktops ...
2007-08-03 Dana Jansensdon't make delayed focus-follows-mouse interupt menus...
2007-08-03 Dana Jansensnew least-intrusive focus stealing prevention
2007-08-02 Dana Jansensremove focus-stealing-prevention stuff, don't use user_...
2007-07-22 Dana Jansensremove unused variable
2007-07-22 Dana Jansenskill moveresize cleanly if focus is moving (it uses...
2007-07-21 Dana Jansensremove mysterious xkb code...
2007-07-21 Dana Jansensbe explicit about the event
2007-07-21 Dana Jansenscleanup
2007-07-19 Dana Jansensuse keypress for navigating the menu but use keyrelease...
2007-07-19 Dana Jansensuse keyrelease to fire menu actions not key press
2007-07-18 Dana Jansensdon't restack windows when they request it with an...
2007-07-18 Dana Jansenstake care when sibling is specified as an unmanaged...
2007-07-17 Mikael Magnussonremove trailing whitespace
2007-07-12 Dana Jansensadding trunk
2007-06-22 Dana Jansensadd the activate action. it will replace the focus...
2007-06-22 Dana Jansensadd the cyclewindows action
2007-06-22 Dana Jansenswell.. it compiles..
2007-06-22 Dana Jansensadd code for interactive actions
2007-06-21 Dana Jansensdon't activate on raise
2007-06-21 Dana Jansensclearer code paths
2007-06-21 Dana Jansensdon't call framerender directly
2007-06-13 Dana Jansensadd force_reply back to client_configure(). client_reco...
2007-06-13 Dana Jansensdon't raise windows when moving them between desktops...
2007-06-13 Dana Jansensfix moved comment
2007-06-13 Dana Jansensdon't force reconfigure in a number of places, also...
2007-06-12 Dana Jansenscomment
2007-06-12 Dana Jansensonly xungrabkeyboard when we actually have a passive...
2007-06-11 Dana Jansensredundant if'ing
2007-06-10 Dana Jansensi think that other emacs fix was "the right one" and...
2007-06-09 Dana Jansensonly configure the window after it sets WM_NORMAL_HINTS...
2007-06-07 Dana Jansensbump version
2007-06-06 Dana Jansensfallback under the mouse when config_focus_under_mouse
2007-06-06 Dana Jansensremove some debug prints
2007-06-04 Dana Jansensallow focus to fallback to omnipresent windows, except...
2007-06-04 Dana Jansenswhen undermouse is off, ignore enter events from window...
2007-06-03 Dana Jansenssupport serials wrapping around
2007-06-03 Dana Jansenssuper amazing enter event skipping.
2007-06-03 Dana Jansensadd <underMouse> focus option
2007-06-02 Dana Jansensdo the menu_can_hide thing properly. was such a hack...
2007-06-02 Dana Jansensbetter fix for focus going to the frame window when...
2007-06-02 Dana Jansenscatch focus out events on the frame window - this happe...
2007-05-31 Dana Jansensmake escape close the whole menu
2007-05-31 Dana Jansensdon't hover buttons while the pointer is grabbed
2007-05-30 Dana Jansensmake it possible to iconify a modal window when its...
2007-05-30 Dana Jansensdon't hide the dock when the mouse goes into a dock app
2007-05-29 Dana Jansensfix hack for windows moving by their decor size
2007-05-28 Dana Jansensgive the client a 0 border again.
2007-05-28 Dana Jansensget rid of the plate window
2007-05-28 Dana Jansenswhen focus goes to the root window, and it is coming...
2007-05-28 Dana Jansensbetter more obvious code
2007-05-28 Dana Jansenscall client_reconfigure after setup_decor_and_functions...
2007-05-28 Dana Jansensmake mouse clicks higher up in the menu select the...
2007-05-28 Dana Jansensdont make motions in menus outside of the active menu...
2007-05-28 Dana Jansensupdate the strut when strut_partial changes
2007-05-28 Dana Jansensdo try_configure to find out what width the window...
2007-05-28 Dana Jansenswhen compressing motion events use both xy and rootxy
2007-05-27 Dana Jansensignore focusout notifyungrab.
2007-05-27 Dana Jansensmake focuslast only apply to switching desktops, like...
2007-05-27 Dana Jansensmssing a break; *^^;*
2007-05-27 Mikael Magnussondon't crash when you press enter with nothing selected...
2007-05-26 Dana Jansensdon't change clients' borders
2007-05-26 Dana Jansenschange in how things are ungrabbed to avoid grabwhileno...
2007-05-25 Dana Jansensmove some code aaround for focusing. proper layer calcu...
2007-05-25 Dana Jansenslet you use control button to run keyboard accels in...
2007-05-25 Dana Jansensprevent flicker in the follow actiosn again instead...
2007-05-25 Dana Jansensdebug print in focus.c
2007-05-24 Dana Jansenssome focus changes...
2007-05-23 Dana Jansensyay! gravity finally works right!
2007-05-23 Dana Jansenslittle sanity check. dont let you create more than...
2007-05-22 Dana Jansensrevert r6775, it didnt help, and then more event storm
2007-05-22 Dana Jansensdont compress motion events. it breaks things, moveresi...
2007-05-22 Dana Jansensdon't use the timestamp and such fields when the _NET_A...
2007-05-22 Dana Jansensonly send configure notify when they requested a move...
2007-05-21 Dana Jansenssome repositioning of frame elements for maximized...
2007-05-19 Dana Jansensmake binding fallback for mouse clicks less restrictive...
2007-05-19 Dana Jansensfix escape's behavior in menus. make static stuff that...
2007-05-19 Dana Jansensfix flashy menus
2007-05-19 Dana Jansensmove focus cycling into its own file
2007-05-19 Dana Jansens80 cols
2007-05-19 Dana Jansensremove a function that is no longer used. and backwards...
2007-05-18 Dana Jansensget rid of the serials for ignoring enters..
2007-05-18 Dana Jansenssuper correct enter event ignoring that will only ignor...
2007-05-17 Dana Jansensbut don't count the same enter events more than once...
2007-05-17 Dana Jansensfix a comment
2007-05-17 Dana Jansensignore enter events without disrupting the event queue
2007-05-17 Dana Jansensre-staticify this function
next