]> icculus.org git repositories - mikachu/openbox.git/history - openbox/focus.c
put focus_cycle into focus.c, use it there in the action. improved it as well to...
[mikachu/openbox.git] / openbox / focus.c
2003-04-07 Dana Jansensput focus_cycle into focus.c, use it there in the actio...
2003-04-05 Dana Jansensallow specifying that some focus events should be ignor...
2003-04-05 Dana Jansensadd focus options to the new rc file
2003-04-05 Dana Jansenschange how rc parsing will work. a=b will be parsed...
2003-03-31 Dana Jansensrm a no-longer-valid comment
2003-03-30 Dana Jansensyet more focus fixings. RevertToPointerRoot could mess...
2003-03-28 Dana Jansenskilla debug print
2003-03-28 Dana Jansenshandle better the case of choosing the window to focus...
2003-03-28 Dana Jansenssync after focusing
2003-03-28 Dana Jansensrm a bunch of prints. make switching to an empty deskto...
2003-03-28 Dana Jansensbetter var naming
2003-03-28 Dana Jansensdont rm focus when i actually found something to fall...
2003-03-27 Dana Jansensadd code to fallback focus
2003-03-26 Dana Jansensnot using CurrentTime anywhere
2003-03-26 Dana Jansensuse the last event timestamp when focusing the focus_backup
2003-03-24 Dana Jansensmore focus improvements. everything seems to work!
2003-03-23 Dana Jansensset focus_order back to null on shutdown so g_renew...
2003-03-21 Dana Jansensinit the focus_client ptr in startup
2003-03-19 Dana Jansensoops
2003-03-19 Dana Jansensdestroy the focus_backup
2003-03-19 Dana Jansensthe focus_order shit is init'd by the screen_startup...
2003-03-19 Dana Jansensmove the focus_order lists into the kernel
2003-03-18 Dana Jansenskill some whitespace
2003-03-18 Dana Jansenskill a comment
2003-03-18 Dana Jansenssend the right client for unfocus events
2003-03-18 Dana Jansenssend unfocus events after focus events
2003-03-18 Dana Jansensadd a keyboard plugin
2003-03-17 Dana Jansensall events are dispatched
2003-03-17 Dana Jansensstop using python internally. add an event dispatcher
2003-03-16 Dana Jansensmerge the C branch into HEAD