| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-27 | better focus fallbacking n shit | Dana Jansens | |
| 2003-09-27 | some smarter focus fallback for sloppy focus | Dana Jansens | |
| 2003-09-26 | remove the dialog options | Dana Jansens | |
| 2003-09-26 | smarter picking valid focus cycle targets | Dana Jansens | |
| 2003-09-26 | allow focus fallbacks to fullscreen windows | Dana Jansens | |
| 2003-09-26 | add <dialog><focus/><desktop/> to allow disabling popups | Dana Jansens | |
| 2003-09-25 | ft was uninitialized | Dana Jansens | |
| 2003-09-25 | handle the focus_cycle_target being destroyed during cycling | Dana Jansens | |
| 2003-09-22 | add back focusLast | Dana Jansens | |
| 2003-09-21 | move the code to find the window under the pointer out of focus.c to client.c | Dana Jansens | |
| 2003-09-21 | dont drop out of dirfocus when there is no new target to be found | Dana Jansens | |
| 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-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. | |||
| 2003-09-15 | remove focusLast and focusLastOnDesktop | Dana Jansens | |
| 2003-09-15 | fix directional focus when nothing is focused | Dana Jansens | |
| 2003-09-15 | fix crashing when doing a directional focus with no windows on the desktop | Dana Jansens | |
| 2003-09-12 | new popups with subclasses, added an ObIconPopup for popups with icons, and ↵ | Dana Jansens | |
| ObPagerPopup, for a popup with a pager on it. better logic also for the desktop layout code figuring out how many rows and columns there are. | |||
| 2003-09-10 | save the new glist! | Dana Jansens | |
| 2003-09-08 | expose focus_cycle_client | Dana Jansens | |
| 2003-09-03 | add a reconfigure action, also reconfigure on SIGUSR2. | Dana Jansens | |
| support reconfiguring throughout the entire codebase. | |||
| 2003-08-31 | make focus cycling work when not interactive | Dana Jansens | |
| add focus_directional_cycle | |||
| 2003-08-30 | make interactive actions a type and not special cases. | Dana Jansens | |
| add the <interactive> option to them to turn off interactivity | |||
| 2003-08-29 | remove the event dispatcher | Dana Jansens | |
| 2003-08-25 | dont force fallbacks within groups | Dana Jansens | |
| 2003-08-14 | skip windows in the alt-tabbing which have the SKIP_TASKBAR hint set on them | Dana Jansens | |
| 2003-08-14 | make activate take a here parameter | Dana Jansens | |
| 2003-08-12 | move the keyboard and mouse plugins into the kernel for mucho sexiness. | Dana Jansens | |
| make workspace changing a grabbed/interactive process like focus cycling is, with the popup and all. this is some hot shit. | |||
| 2003-08-09 | changes to the timer api, pass the timer to the callback function. | Dana Jansens | |
| add a desktop-switch popup with the desktop's name | |||
| 2003-07-24 | use ob_debug for any debug printing and only display the output when its a ↵ | Dana Jansens | |
| debug build or when --debug is passed to it | |||
| 2003-07-10 | simply startup/shutdown | Dana Jansens | |
| 2003-07-10 | move ob_pointer_pos to screen_pointer_pos | Dana Jansens | |
| 2003-07-10 | make ob_state a function so it cant be changed outside of openbox.c | Dana Jansens | |
| 2003-07-10 | remove the ob_root var, its redundant of what Xlib already provides | Dana Jansens | |
| 2003-07-10 | replace the focus_backup with the screen_support_win, we dont need 2 ↵ | Dana Jansens | |
| offscreen windows. | |||
| 2003-07-10 | prefix and capitalize the ObFocusFallbackType enum | Dana Jansens | |
| 2003-07-10 | prefix TRAN_GROUP to OB_TRAN_GROUP | Dana Jansens | |
| 2003-07-10 | rename the Client struct to ObClient | Dana Jansens | |
| 2003-07-10 | add misc.h with some standard enumerations with proper prefixing and ↵ | Dana Jansens | |
| capitalizations. use the new enums throughout. provide keycodes and cursors through ob_cursor and ob_keycode functions, which use the new misc.h enums for picking the cursor and keycode. | |||
| 2003-07-10 | rename 'xinerama' stuff to 'monitors' to be more generic and descriptive. | Dana Jansens | |
| 2003-07-10 | put the transient's title before the parent's in the focus popup | Dana Jansens | |
| 2003-06-29 | add some comments and asserts to make sure I don't ever add this bug again | Dana Jansens | |
| 2003-06-27 | xinerama support | Dana Jansens | |
| 2003-06-08 | remove an extra useless call to focus_set_client(NULL) | Dana Jansens | |
| 2003-06-04 | allow cycling to iconic windows | Dana Jansens | |
| 2003-06-04 | reverting the transient focus cycle change, its just not.. right. add the ↵ | Dana Jansens | |
| parent's title to the transient's for the popup instead of just relpacing it | |||
| 2003-06-04 | better focus cycling for transients. use the parent instead of the ↵ | Dana Jansens | |
| transients in the list in case it has more than one, then after choosing it try focus a transient instead | |||
| 2003-06-04 | dont try change focus while looping thru the focus list | Dana Jansens | |
