]> icculus.org git repositories - mikachu/openbox.git/history - openbox/grab.c
previous should not mean the same as last
[mikachu/openbox.git] / openbox / grab.c
2007-06-13 Dana Jansensremove debug print
2007-06-12 Dana Jansensonly xungrabkeyboard when we actually have a passive...
2007-06-03 Dana Jansensrevert 7283 until we find out what version they are...
2007-06-03 Dana Jansensalways ungrab the keyboard/mouse with current time...
2007-05-13 Dana Jansensadd grab/ungrab macros so dont need to pass in 10 argum...
2007-05-05 Dana Jansenswatch for currenttime
2007-05-04 Dana Jansensmake the modifier key code a lot better...
2007-04-25 Dana Jansensplaying a bit with grabs
2007-04-24 Dana Jansensnever mind on the hint idea, it was fun while it lasted...
2007-04-24 Dana Jansensadd the PointerMotionHintMask everywhere, we dont need...
2007-04-23 Dana Jansens1) translate all of openbox's output
2007-04-22 Dana Jansensremove grab_pointer_window, nothing used it
2007-04-22 Dana Jansensonly pass thru events when the menu is open, don't...
2007-04-22 Dana Jansensignore crossing events while an interactive grab is...
2007-04-22 Dana Jansensgrab enter/leave events during mouse grabs and pass...
2007-03-28 Dana Jansensuse CurrentTime constant
2007-03-28 Dana Jansensuse CurrentTime when time gets moved backwards
2007-03-28 Dana Jansenshandle time wrapping around.
2007-03-28 Dana Jansensmake sure the ungrab happens after the grab. fracking...
2007-03-02 Dana Jansensthis includes a number of things since my magnificent...
2006-08-22 Mikael Magnussonupdate copyright step 2
2004-10-30 Mikael MagnussonNone instead of TRUE/FALSE to XGrabPointer (?)
2003-10-15 Dana Jansensconsistant glib type usage
2003-10-03 Dana Jansensremove debug prints
2003-10-02 Dana Jansensdont queue up interative end actions
2003-09-28 Dana Jansensperhaps fix problems of being left in menus without...
2003-09-22 Dana Jansensdont need to swallow enter events on ungrab cuz we...
2003-09-21 Dana Jansenscount the EnterNotify events and tell openbox to ignore...
2003-09-21 Dana Jansensexport if the keyboard and pointer are currently grabbe...
2003-09-17 Dana Jansensno tabs
2003-09-17 Dana Jansensadd copyright headers, adjust --version output to inclu...
2003-09-16 Dana Jansensgrab the pointer on the screen_support_win, causing...
2003-09-04 Dana Jansensmatch the func prototypes in the header
2003-09-03 Dana Jansensuse the NONE cursor when not specifying one
2003-08-31 Dana Jansensgrab the pointer Async for key grabs, lets key bindings...
2003-08-30 Dana Jansensremove debug print
2003-08-30 Dana Jansensusing the ObMainLoop, which rulz the planet
2003-08-01 Dana Jansensoops buttons not keycodes
2003-08-01 Dana Jansensif a dock app has a button grabbed already then dont die
2003-07-10 Dana Jansensremove the ob_root var, its redundant of what Xlib...
2003-07-10 Dana Jansensadd misc.h with some standard enumerations with proper...
2003-06-26 Dana Jansensreturn true when ungrabbing so that it can ungrab them...
2003-06-26 Dana Jansensset ret to true when grabbing and we alerady have it...
2003-06-26 Dana Jansensreturn FALSE if a grab fails
2003-06-25 Dana Jansensgrab all motion events for pointer grabs
2003-06-04 Dana Jansensmake key grabbing per window instead of always root
2003-05-11 Dana Jansenscan drag slit-apps around in the slit
2003-04-17 Dana Jansensfix up support for moveresize. make keyboard grabs...
2003-04-16 Dana Jansensmenus works on some level. add a built-in root menu
2003-04-07 Dana Jansensrm debug prints
2003-04-07 Dana Jansensgrab the other device in Sync for button/key grabs
2003-03-29 Dana Jansensdon't die when someone else has a key grabbed
2003-03-26 Dana Jansensnot using CurrentTime anywhere
2003-03-26 Dana Jansensuse CurrentTime again?
2003-03-26 Dana Jansensungrab with currenttime
2003-03-26 Dana Jansensput back map/unmap msgs
2003-03-19 Dana Jansensgrab all lock keys
2003-03-19 Dana Jansensmouse and key bindings plugins work. segfault somewhere...
2003-03-18 Dana Jansensadd 'grab_server' for grabbing .. the .. server!
2003-03-18 Dana Jansensprovide functions for grabbing and ungrabbing the keybo...