| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-04-25 | add helper functions for manipulating the focus_order list. | Dana Jansens | |
| move the focus popup into focus.c, out of action.c allow cycling to iconic windows, which are kept at the bottom of the focus_order lists. | |||
| 2003-04-25 | let the frame hold a focus state so that it can lie. | Dana Jansens | |
| dont focus windows while cycling, just highlight them as if they are focused | |||
| 2003-04-18 | just formatting | Dana Jansens | |
| 2003-04-18 | check for client_normal before focusing | Dana Jansens | |
| 2003-04-18 | when unfocusing a window (e.g. unmanaging) try fallback to transient ↵ | Dana Jansens | |
| relations, if that fails, try group relations, then fallback to other window. | |||
| 2003-04-18 | try focus other transients of the parent window when a transient falls back ↵ | Dana Jansens | |
| before focusing the parent | |||
| 2003-04-17 | add support for interactive/keyboard move/resize | Dana Jansens | |
| 2003-04-17 | that was dumb, it was metacity's fault | Dana Jansens | |
| 2003-04-17 | only cycle to visible windows | Dana Jansens | |
| 2003-04-16 | raise menus above clients. | Dana Jansens | |
| hilight menu entries as the cursor passes over them. | |||
| 2003-04-13 | move the openbox engine into librender and the kernel. the theme is loaded ↵ | Dana Jansens | |
| and stored inside librender. the frame is decorated and managed inside the kernel. | |||
| 2003-04-08 | move config option loading for the kernel into config.c/h | Dana Jansens | |
| add options for the number of desktops and the names of the desktops | |||
| 2003-04-08 | add more options for focus fallback, use an enum for all the types of fallbacks. | Dana Jansens | |
| 2003-04-08 | only cycle focus to normal windows | Dana Jansens | |
| 2003-04-08 | fallback to transients' parents when possible. | Dana Jansens | |
| return the Client* which was focused from focus_cycle | |||
| 2003-04-07 | add focusLast and focusLastOnDesktop options in the [focus] section of the ↵ | Dana Jansens | |
| rc3. allows more customizaton of the focus model. default to click-focus style. add handling for focus cycling when nothing on the desktop is focused. | |||
| 2003-04-07 | remove debug print | Dana Jansens | |
| 2003-04-07 | put focus_cycle into focus.c, use it there in the action. improved it as ↵ | Dana Jansens | |
| well to handle odd cases like modal windows. added functions to client.c which are needed by the focus cycling routine. | |||
| 2003-04-05 | allow specifying that some focus events should be ignored for the focus ↵ | Dana Jansens | |
| order list | |||
| 2003-04-05 | add focus options to the new rc file | Dana Jansens | |
| 2003-04-05 | change how rc parsing will work. a=b will be parsed in any [section] and ↵ | Dana Jansens | |
| given to a separate parsing callback. no more general config infrastructure needed/ | |||
| 2003-03-31 | rm a no-longer-valid comment | Dana Jansens | |
| 2003-03-30 | yet more focus fixings. RevertToPointerRoot could mess things up focusing a ↵ | Dana Jansens | |
| client and us ignoring the FocusIn of Pointer type. this is all handled now. | |||
| 2003-03-28 | killa debug print | Dana Jansens | |
| 2003-03-28 | handle better the case of choosing the window to focus but it is already ↵ | Dana Jansens | |
| focused when switching desktops | |||
| 2003-03-28 | sync after focusing | Dana Jansens | |
| 2003-03-28 | rm a bunch of prints. make switching to an empty desktop not kill focus | Dana Jansens | |
| 2003-03-28 | better var naming | Dana Jansens | |
| 2003-03-28 | dont rm focus when i actually found something to fall back to with the pointer | Dana Jansens | |
| 2003-03-27 | add code to fallback focus | Dana Jansens | |
| 2003-03-26 | not using CurrentTime anywhere | Dana Jansens | |
| 2003-03-26 | use the last event timestamp when focusing the focus_backup | Dana Jansens | |
| 2003-03-24 | more focus improvements. everything seems to work! | Dana Jansens | |
| 2003-03-23 | set focus_order back to null on shutdown so g_renew would work | Dana Jansens | |
| 2003-03-21 | init the focus_client ptr in startup | Dana Jansens | |
| 2003-03-19 | oops | Dana Jansens | |
| 2003-03-19 | destroy the focus_backup | Dana Jansens | |
| 2003-03-19 | the focus_order shit is init'd by the screen_startup setting the number of ↵ | Dana Jansens | |
| desktops | |||
| 2003-03-19 | move the focus_order lists into the kernel | Dana Jansens | |
| 2003-03-18 | kill some whitespace | Dana Jansens | |
| 2003-03-18 | kill a comment | Dana Jansens | |
| 2003-03-18 | send the right client for unfocus events | Dana Jansens | |
| 2003-03-18 | send unfocus events after focus events | Dana Jansens | |
| 2003-03-18 | add a keyboard plugin | Dana Jansens | |
| 2003-03-17 | all events are dispatched | Dana Jansens | |
| 2003-03-17 | stop using python internally. add an event dispatcher | Dana Jansens | |
| 2003-03-16 | merge the C branch into HEAD | Dana Jansens | |
