]> icculus.org git repositories - mikachu/openbox.git/history - openbox/event.c
(no commit message)
[mikachu/openbox.git] / openbox / event.c
2007-04-22 Dana Jansens(no commit message)
2007-04-22 Dana Jansensa) set the focus client before calculating its layer
2007-04-22 Dana JansensFocusOut events come after UnmapNotify, so we don't...
2007-04-22 Dana Jansensa) remove focus_hilite, it is not needed and complicate...
2007-04-22 Mikael Magnussondon't compare client pointers with random numbers
2007-04-22 Dana Jansensdont need to ignore mouse events during a keyboard...
2007-04-22 Dana Jansensdon't grab the pointer during interactive events. this...
2007-04-22 Dana Jansensonly pass thru events when the menu is open, don't...
2007-04-22 Dana Jansenseat enter events after unmanaging a window
2007-04-22 Dana Jansensadd a comparitor to timers. use this in event.c to...
2007-04-22 Dana Jansenshighlight for motion events in the menu too, this is...
2007-04-22 Dana Jansensfix segfaults
2007-04-22 Dana Jansensproperly handle clients disappearing during delayed...
2007-04-22 Dana Jansensuse the timestamp from the original enter when delay...
2007-04-22 Dana Jansensignore crossing events while an interactive grab is...
2007-04-22 Dana Jansensbetter event handling for menus
2007-04-22 Dana Jansenshandle enter/leave events in the menu
2007-04-21 Dana Jansenshide focus debugging messages
2007-04-18 Dana Jansensdon't allow comparison with timestamps to CurrentTime...
2007-04-12 Dana Jansensset event_curtime if we're going to use it only
2007-03-28 Dana Jansensproper logic for event_time_after, and wraparounds...
2007-03-28 Dana Jansensdrop some wasted client_validates.
2007-03-28 Dana Jansenshandle time wrapping around.
2007-03-25 Dana Jansensdon't menu menus jump around at all anymore. open them...
2007-03-24 Dana Jansenswatch for reverttoparent reverting to the root window...
2007-03-21 Dana Jansensignore focus events on root that we don't care about
2007-03-21 Dana Jansensallow focus to disappear to black holes. (that is,...
2007-03-19 Dana Jansensnot passing timestamps sometimes and not others. set...
2007-03-14 Dana Jansensoh, 2 things in this commit..
2007-03-14 Mikael Magnussonfocus fallback
2007-03-12 Dana Jansensremove event_lastttime. use CurrentTime when handling...
2007-03-12 Dana Jansensfallback is still getting x errors. instead, fallback...
2007-03-12 Dana Jansensfocusins can occur on windows that aren't clients when...
2007-03-12 Dana Jansensdon't validate inside client_focus. instead, validate...
2007-03-12 Dana Jansensupdate focus_hilite appropriately for when changing...
2007-03-12 Dana Jansensi rewrote handling of focus events. this is pretty...
2007-03-12 Dana Jansensremove the group option for the restacking commands...
2007-03-11 Dana Jansensadd _NET_WM_FULL_PLACEMENT, cuz openbox does do placeme...
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 Jansenslet windows move themselves off the screen somewhat...
2007-03-05 Dana Jansensscary commit..but here goes.
2007-03-04 Mikael Magnussonuse ob_reconfigure/restart directly instead of actions...
2007-03-04 Mikael Magnussonuse integers instead of atoms for the actual control...
2007-03-04 Mikael Magnussonuse the X protocol to reconfigure instead of signals...
2007-03-04 Dana Jansensoops... I'm combining two different things in this...
2007-03-02 Dana Jansensthis includes a number of things since my magnificent...
2006-11-15 Mikael Magnusson80 cols
2006-08-22 Mikael Magnussonupdate copyright step 1
2006-08-17 Mikael Magnussonadd a means to tell the timer destroy function not...
2006-08-17 Mikael Magnussonadd a client destructor to frame.c so it doesn't try...
2006-06-11 Mikael Magnussonrip out the VIDMODE extension stuff. this was only...
2005-02-08 Mikael Magnusson<group> option for raise/lower related actions. hi...
2005-01-06 Mikael Magnussonhopefully fix the 'sticky keys' issue, patch from debia...
2004-07-22 Mikael Magnussondock: leftclick = raise, middleclick = lower. make...
2004-03-21 Mikael Magnussonupdate copyright notices
2004-03-21 Mikael Magnussonyay no tabs in the source
2004-03-20 Mikael Magnussonsome nice options for the menus, warpPointer, xorStyle...
2004-03-20 Mikael Magnussonwhitespace changes
2004-03-18 Mikael Magnussonthe old event code
2003-10-15 Dana Jansensadd comment
2003-10-15 Dana Jansensfocus fallback when focus is on PointerRoot
2003-10-15 Dana Jansensconsistant glib type usage
2003-10-14 Dana Jansensunhilite windows correctly, forget how to break it...
2003-10-13 Dana Jansensremove debug print
2003-10-13 Dana Jansenshandle multiple focusin/out in one batch
2003-10-12 Dana Jansensallow focus to be moved off top level managed windows...
2003-10-11 Dana Jansensfix a crasher hopefully
2003-10-11 Dana Jansensscrew that
2003-10-11 Dana Jansensmake _NET_WM_ACTIVATE messages bring the client to...
2003-10-09 Dana Jansensmake keyboard events work on the focus_cycle_target...
2003-10-09 Dana Jansensuse focus_hilite to pick which window gets keyboard...
2003-10-09 Dana Jansenslet stuff cancel any focus delays going on
2003-10-09 Dana Jansensremove windows from the focus delay timer when the...
2003-10-08 Dana Jansensuse focus_hilite to ensure that when a wnidow thats...
2003-10-03 Dana Jansensalways set focus_out, since a focusin can come first...
2003-10-03 Dana Jansensindenting
2003-10-03 Dana Jansensremove debug prints
2003-10-03 Dana Jansensremove debug prints
2003-10-02 Dana Jansensdont queue up interative end actions
2003-09-29 Dana Jansensuse a client destructor to watch for focus_in/out becom...
2003-09-29 Dana Jansenscompletely rework focus tracking. i hope this is sane...
2003-09-29 Dana Jansensonly do sloppy focus/raise if the client is not already...
2003-09-29 Dana Jansensremove unused var
2003-09-28 Dana Jansenswhen nothing in a menu is selected, still let keybindin...
2003-09-28 Dana Jansensmake the timeout apply to releases on menu items too
2003-09-28 Dana Jansenshalfway through client changes but...
2003-09-26 Dana Jansensuse client_raise/lower instead of action_run_string
2003-09-26 Dana Jansensuse action_run_string for raising/lowering
2003-09-26 Dana Jansensdont iconify fullscreen windows, just recalc stacking...
2003-09-24 Dana Jansensignore all NotifyInferior crossing events again
2003-09-22 Dana Jansensprovide a means to properly ignore enter events for...
2003-09-21 Dana Jansenswhen ending actions which can move windows, and we...
2003-09-21 Dana Jansensfix race condition in focus delay
2003-09-21 Dana Jansensignore ungrab enter notifies for focus
2003-09-21 Dana Jansensallow a number of enter events to be ignored. Don't...
2003-09-18 Dana Jansenswhile doing a moveresize, the client actions act on...
2003-09-17 Dana Jansensno tabs
2003-09-17 Dana Jansensadd copyright headers, adjust --version output to inclu...
next