| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-02-18 | Grab key bindings with GrabModeSync, so that if they lead to a keyboard ↵ | Dana Jansens | |
| grab, then no keyboard events will be lost between the initial keybinding and the keyboard grab. | |||
| 2008-02-18 | the focus indicator line for prompt buttons wasn't being displayed, since ↵ | Dana Jansens | |
| the texture type was no longer being set | |||
| 2008-02-17 | Fix some typos in comments. | Mikael Magnusson | |
| 2008-02-17 | Add a comment for translators about how to change order of arguments. | Mikael Magnusson | |
| 2008-02-15 | make the frame iconify animation go right into the icon geometry area ↵ | Dana Jansens | |
| instead of stopping before it | |||
| 2008-02-14 | set the window type hint on menus to be "popup menus" | Dana Jansens | |
| 2008-02-14 | avoid a compiler warning | Dana Jansens | |
| 2008-02-14 | add a bunch of comments for images and image caches. and make the number of ↵ | Dana Jansens | |
| resized pictures saved in an image tunable per-icon cache. | |||
| 2008-02-14 | Introducing the icon cache. | Dana Jansens | |
| If an icon is the same as one in the cache, then it uses that one. icons of different sizes (from the same client) are linked together into one, and resizes of icons are cached and linked to all the various sizes. so you only need one icon in memory for all your terminals now. ya! | |||
| 2008-02-14 | obprompts do not have a stacking layer, as they don't appear directly in the ↵ | Dana Jansens | |
| stacking list | |||
| 2008-02-14 | draw a box inside the key-focused button in an ObPrompt. also fix rendering ↵ | Dana Jansens | |
| the buttons when they are parent-relative. | |||
| 2008-02-14 | make ObPrompts resize and redraw correctly when reconfiguring and changing ↵ | Dana Jansens | |
| themes with them open | |||
| 2008-02-14 | don't ping everything all the time. yay. ping when you close, and if it ↵ | Dana Jansens | |
| doesn't reply then show the kill prompt. also show a more correct prompt for windows connecting from non-local machines - ask to disconnect them from the X server. | |||
| 2008-02-14 | tell what signal is going to be sent to the client when killing through the ↵ | Dana Jansens | |
| dialog | |||
| 2008-02-14 | use the hover and press button colors (this was a bug) | Dana Jansens | |
| 2008-02-14 | don't kill our own ObPrompt windows with kill actions | Dana Jansens | |
| 2008-02-14 | if a prompt is already showing and you try show it again, then make it ↵ | Dana Jansens | |
| active. in the "kill this?" prompt use the window's original title without any of the openbox-appended-ness | |||
| 2008-02-14 | prompt to kill windows when they are not responding | Dana Jansens | |
| 2008-02-14 | let you specify return codes for the different buttons in a prompt, and ↵ | Dana Jansens | |
| specify a callback function for the prompt for when it is closed | |||
| 2008-02-14 | position the buttons in the bottom right instead of centering them | Dana Jansens | |
| 2008-02-14 | key input works for ObPrompt windows now | Dana Jansens | |
| 2008-02-14 | make the prompt buttons respond to button presses. keyboard input code is ↵ | Dana Jansens | |
| there too but not working yet. | |||
| 2008-02-14 | properly place the msg texture | Dana Jansens | |
| 2008-02-14 | Make ObPrompt windows get managed as clients, and make them able to ↵ | Dana Jansens | |
| reconfigure as well. | |||
| 2008-02-14 | give prompts a border, and fix how they are laid out. and make them use the ↵ | Dana Jansens | |
| multi-line text capabilities in render for the message | |||
| 2008-02-14 | you can create dialog windows called "prompts" which have a message and some ↵ | Dana Jansens | |
| buttons! they don't do anything interesting yet. | |||
| 2008-02-14 | make the internal window type more easily inheritable | Dana Jansens | |
| 2008-02-14 | let you match per-app settings based on the window type | Dana Jansens | |
| 2008-02-14 | don't force fake enter events while there is a grab on the pointer. this ↵ | Dana Jansens | |
| fixes focus switching during a move/resize from mouse-button-bound actions. | |||
| 2008-02-14 | _net_active_window shouldn't change desktop, is the general policy concensus. | Dana Jansens | |
| 2008-02-14 | split menu overlap into x and y components | Dana Jansens | |
| 2008-02-14 | force the resize popup to be on-screen (not negative position) | Dana Jansens | |
| 2008-02-14 | typo in comment | Mikael Magnusson | |
| 2008-02-14 | Make a pending ReplayPointer happen before moving/showing/hiding a window in ↵ | Dana Jansens | |
| an action. Commit c907f5af4ad16b1 broke kdesktop again, so we have to fix it at an even finer level. | |||
| 2008-02-13 | Wrap the focus action in actions_client_move. | Mikael Magnusson | |
| When alt-tabbing to iconified audacious and the playlist or eq window pops up under the cursor, they "stole" focus from the main window. | |||
| 2008-02-13 | Fix a minor issue with lastdesktop right after startup. | Mikael Magnusson | |
| 2008-02-08 | Don't bother setting screen_last_desktop here, it's inited in screen_startup ↵ | Mikael Magnusson | |
| anyway. | |||
| 2008-02-05 | don't crash when using <raise> and alt-tab and there are no windows to cycle ↵ | Dana Jansens | |
| between | |||
| 2008-02-04 | Add the manageDesktops option. | Mikael Magnusson | |
| 2008-02-03 | make the menu headers show their correct text | Dana Jansens | |
| 2008-02-03 | ignore fake generated enters if they are in the serial-ignore-range too | Dana Jansens | |
| 2008-02-03 | allow you to force the position of windows with rc.xml's per-app settings ↵ | Dana Jansens | |
| with the force="yes" attribute | |||
| 2008-02-02 | when focusing or raising a window which is modal child for a direct parent, ↵ | Dana Jansens | |
| raise its parent and move it to the top of the stacking order too, ie. treat them like one window (this is already done elsewhere, like when moving between desktops for example) | |||
| 2008-02-02 | unused variable | Dana Jansens | |
| 2008-02-02 | improve comment | Dana Jansens | |
| 2008-02-02 | erroneous comment | Dana Jansens | |
| 2008-02-02 | if windows on screen are going to be moved, then do the ReplayPointer before ↵ | Dana Jansens | |
| that occurs, so it goes to the right window. if they are not, then just wait until after the actions are run (for kdesktop's sake really) | |||
| 2008-02-02 | comment typo | Dana Jansens | |
| 2008-02-02 | add a --config-file command line option, and OB_CONFIG_FILE root hint | Dana Jansens | |
| 2008-02-02 | make fullscreen windows more xinerama and multi-screen aware | Dana Jansens | |
| instead of calling it every time a window loses focus, it is only called when a window gains focus. then, check fullscreen layered windows, if they should be moved to a lower layer. when moving a window between monitors, also check its layer and that of any fullscreen windows. let a window stay in the fullscreen layer even when it is not focused, if it is on a non-visible desktop, or if it is on a different monitor from the focused window, or if nothing else is focused | |||
