| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2005-01-06 | hopefully fix the 'sticky keys' issue, patch from debian maintainer tore who ↵ | Mikael Magnusson | |
| got it from somewhere | |||
| 2004-07-22 | dock: leftclick = raise, middleclick = lower. make this bindable later, but ↵ | Mikael Magnusson | |
| better than all buttons (incl scroll) raising it for now | |||
| 2004-03-21 | update copyright notices | Mikael Magnusson | |
| 2004-03-21 | yay no tabs in the source | Mikael Magnusson | |
| 2004-03-20 | some nice options for the menus, warpPointer, xorStyle (better name wanted ↵ | Mikael Magnusson | |
| for this :), hilightFirst and hideDelay (this was hardcoded to .25 secs earlier) | |||
| 2004-03-20 | whitespace changes | Mikael Magnusson | |
| 2004-03-18 | the old event code | Mikael Magnusson | |
| 2003-10-15 | add comment | Dana Jansens | |
| 2003-10-15 | focus fallback when focus is on PointerRoot | Dana Jansens | |
| 2003-10-15 | consistant glib type usage | Dana Jansens | |
| 2003-10-14 | unhilite windows correctly, forget how to break it without this :) what can ↵ | Dana Jansens | |
| i say? im high! | |||
| 2003-10-13 | remove debug print | Dana Jansens | |
| 2003-10-13 | handle multiple focusin/out in one batch | Dana Jansens | |
| 2003-10-12 | allow focus to be moved off top level managed windows, as long as its not ↵ | Dana Jansens | |
| None or the root. | |||
| 2003-10-11 | fix a crasher hopefully | Dana Jansens | |
| 2003-10-11 | screw that | Dana Jansens | |
| 2003-10-11 | make _NET_WM_ACTIVATE messages bring the client to the current desktop | Dana Jansens | |
| 2003-10-09 | make keyboard events work on the focus_cycle_target again | Dana Jansens | |
| 2003-10-09 | use focus_hilite to pick which window gets keyboard events | Dana Jansens | |
| 2003-10-09 | let stuff cancel any focus delays going on | Dana Jansens | |
| 2003-10-09 | remove windows from the focus delay timer when the pointer leaves them | Dana Jansens | |
| 2003-10-08 | use focus_hilite to ensure that when a wnidow thats not focused is ↵ | Dana Jansens | |
| hilighted, the hilight is removed when focus gets assigned | |||
| 2003-10-03 | always set focus_out, since a focusin can come first and mess up the old logic | Dana Jansens | |
| 2003-10-03 | indenting | Dana Jansens | |
| 2003-10-03 | remove debug prints | Dana Jansens | |
| 2003-10-03 | remove debug prints | Dana Jansens | |
| 2003-10-02 | dont queue up interative end actions | Dana Jansens | |
| 2003-09-29 | use a client destructor to watch for focus_in/out becoming invalid | Dana Jansens | |
| 2003-09-29 | completely rework focus tracking. i hope this is sane... it seems to be ↵ | Dana Jansens | |
| working much better in every way thus far. | |||
| 2003-09-29 | only do sloppy focus/raise if the client is not already focused | Dana Jansens | |
| 2003-09-29 | remove unused var | Dana Jansens | |
| 2003-09-28 | when nothing in a menu is selected, still let keybindings work | Dana Jansens | |
| 2003-09-28 | make the timeout apply to releases on menu items too | Dana Jansens | |
| 2003-09-28 | halfway through client changes but... | Dana Jansens | |
| should fix crashes irt actions in the action queue for clients that have been destroyed. now those actions are skipped or performed without a client as possible. | |||
| 2003-09-26 | use client_raise/lower instead of action_run_string | Dana Jansens | |
| 2003-09-26 | use action_run_string for raising/lowering | Dana Jansens | |
| 2003-09-26 | dont iconify fullscreen windows, just recalc stacking orders when focus changes | Dana Jansens | |
| 2003-09-24 | ignore all NotifyInferior crossing events again | Dana Jansens | |
| 2003-09-22 | provide a means to properly ignore enter events for focus changes | Dana Jansens | |
| 2003-09-21 | when ending actions which can move windows, and we were using the mouse, ↵ | Dana Jansens | |
| instead of doing a focus fallback, which instantly focuses, and doesn't raise, we do an event_enter_client which simulates the act of entering the window with the pointer | |||
| 2003-09-21 | fix race condition in focus delay | Dana Jansens | |
| 2003-09-21 | ignore ungrab enter notifies for focus | Dana Jansens | |
| 2003-09-21 | allow a number of enter events to be ignored. Don't just skip any ↵ | Dana Jansens | |
| enter/leave events as these are used for highlighting hover buttons and ignoring these makes the hover state out of sync sometimes | |||
| 2003-09-18 | while doing a moveresize, the client actions act on will be the client being ↵ | Dana Jansens | |
| moveresized | |||
| 2003-09-17 | no tabs | Dana Jansens | |
| 2003-09-17 | add copyright headers, adjust --version output to include copyright, and ↵ | Dana Jansens | |
| --help output to not include version output. | |||
| 2003-09-17 | make ob_exit() take an error code. don't exit with 0 for signals other than ↵ | Dana Jansens | |
| TERM and INT. | |||
| 2003-09-16 | ifdef DEBUG_FOCUS focus output | Dana Jansens | |
| 2003-09-15 | revert my commit of d3th, it fucked up focus badly | Dana Jansens | |
| 2003-09-15 | break focus. or maybe make it better. | Dana Jansens | |
| these changes make it work when you alt-tab off a fullscreen window, that it doesnt iconify, and that it is immediately restacked instead of waiting for a FocusIn event to arrive. The code now assumes that if the window says it can focus, that if we focus it, it is focused. add the XDone handler to ObMainLoop, which is fired upon the occurance of there being no more X events to read. | |||
