]> icculus.org git repositories - dana/openbox.git/history - openbox/focus.c
rename the Client struct to ObClient
[dana/openbox.git] / openbox / focus.c
2003-07-10 Dana Jansensrename the Client struct to ObClient
2003-07-10 Dana Jansensadd misc.h with some standard enumerations with proper...
2003-07-10 Dana Jansensrename 'xinerama' stuff to 'monitors' to be more generi...
2003-07-10 Dana Jansensput the transient's title before the parent's in the...
2003-06-29 Dana Jansensadd some comments and asserts to make sure I don't...
2003-06-27 Dana Jansensxinerama support
2003-06-08 Dana Jansensremove an extra useless call to focus_set_client(NULL)
2003-06-04 Dana Jansensallow cycling to iconic windows
2003-06-04 Dana Jansensreverting the transient focus cycle change, its just...
2003-06-04 Dana Jansensbetter focus cycling for transients. use the parent...
2003-06-04 Dana Jansensdont try change focus while looping thru the focus...
2003-06-04 Dana Jansensallow focus_fallback to query if a client can be focuse...
2003-05-24 Dana Jansensthis is a big one! im putting stats in here just cuz!
2003-05-24 Dana Jansensadd a DEBUG_FOCUS print
2003-05-24 Dana Jansensclarify comment
2003-05-23 Dana Jansensremove a todo item that seems to be.. done!
2003-05-23 Dana Jansensmissed a case of using the stacking list and assuming...
2003-05-18 Dana Jansensinclude grab.h
2003-05-18 Dana Jansensgrab the mouse during focus cycling. this removes the...
2003-05-11 Dana JansensClients Menus and Slits are all 'ObWindow's now.
2003-05-09 Dana Jansensadd a client_activate function, use it for net_wm_activ...
2003-05-09 Dana Jansensunshade windows when you cycle focus to them
2003-05-09 Dana Jansensall my changes while i was offline.
2003-04-25 Dana Jansensadd helper functions for manipulating the focus_order...
2003-04-25 Dana Jansenslet the frame hold a focus state so that it can lie.
2003-04-18 Dana Jansensjust formatting
2003-04-18 Dana Jansenscheck for client_normal before focusing
2003-04-18 Dana Jansenswhen unfocusing a window (e.g. unmanaging) try fallback...
2003-04-18 Dana Jansenstry focus other transients of the parent window when...
2003-04-17 Dana Jansensadd support for interactive/keyboard move/resize
2003-04-17 Dana Jansensthat was dumb, it was metacity's fault
2003-04-17 Dana Jansensonly cycle to visible windows
2003-04-16 Dana Jansensraise menus above clients.
2003-04-13 Dana Jansensmove the openbox engine into librender and the kernel...
2003-04-08 Dana Jansensmove config option loading for the kernel into config.c/h
2003-04-08 Dana Jansensadd more options for focus fallback, use an enum for...
2003-04-08 Dana Jansensonly cycle focus to normal windows
2003-04-08 Dana Jansensfallback to transients' parents when possible.
2003-04-07 Dana Jansensadd focusLast and focusLastOnDesktop options in the...
2003-04-07 Dana Jansensremove debug print
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