| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-07-30 | don't propagate mouse button events on dock windows thru to the root window | Dana Jansens | |
| 2007-07-26 | fix for xkb weirdness, to fix a bug introduced in 3.4.3, where releasing the ↵ | Dana Jansens | |
| super mod key would not end interactive actions. Somehow Super_L is being bound to Mod4Mask without being in the modifier table. So we're doing some workarounds to find _all_ the keycodes for Super_L and use any of them to count as Mod4Mask. | |||
| 2007-07-26 | use the moveresize client to find the active monitor too | Dana Jansens | |
| 2007-07-26 | fix directional edge finding for xinerama, so that it can skip across to the ↵ | Dana Jansens | |
| next monitor | |||
| 2007-07-26 | make move and resize resist care about the dock | Mikael Magnusson | |
| 2007-07-24 | raise new windows when they aren't getting activated in a couple cases | Dana Jansens | |
| 1. when we're not activating it because the user has a menu open or is moving/resizing a window 2. when we're not activating it because it's opening on another desktop | |||
| 2007-07-22 | remove unused variable | Dana Jansens | |
| 2007-07-22 | add an 'all' option for the monitor in MoveResizeTo | Dana Jansens | |
| 2007-07-22 | for MoveResizeTo make <width>current</width> and <height>current</height> ↵ | Dana Jansens | |
| and <monitor>current</monitor> work like <x> and <y> | |||
| 2007-07-22 | for MoveResizeTo, make <x>current</x> the same as not specifying <x/> at all | Dana Jansens | |
| 2007-07-21 | fix a crash with the focused client closing during the delay of a submenu ↵ | Dana Jansens | |
| being shown (and add an assert for this too) | |||
| 2007-07-21 | don't focus new windows when the user is in a menu or move/resizing a window | Dana Jansens | |
| 2007-07-21 | kill moveresize cleanly if focus is moving (it uses a keyboard grab) | Dana Jansens | |
| 2007-07-21 | fix copy/paste error | Dana Jansens | |
| 2007-07-21 | remove mysterious xkb code... | Dana Jansens | |
| 2007-07-21 | be explicit about the event | Dana Jansens | |
| 2007-07-21 | cleanup | Dana Jansens | |
| 2007-07-20 | don't resist in orthoganal directions when key resizing windows with aspect ↵ | Dana Jansens | |
| ratios | |||
| 2007-07-20 | don't move parents and children over when inserting desktops - cuz then they ↵ | Dana Jansens | |
| all get moved a bunch of times, just move the top direct parent | |||
| 2007-07-20 | remove a debug print | Dana Jansens | |
| 2007-07-20 | let you resize aspect ratio windows in north and south directions, and make ↵ | Dana Jansens | |
| them resist properly when resizing | |||
| 2007-07-20 | the resistance resizing has been changed from "lock corner" to "the ↵ | Dana Jansens | |
| direction being resized" which makes so much more sense and doesn't need all this conversion back and forth | |||
| 2007-07-20 | don't crash from very short windows | Dana Jansens | |
| 2007-07-20 | xml values for per app settings should be case insensitive | Mikael Magnusson | |
| change strcasecmp to g_ascii_strcasecmp | |||
| 2007-07-19 | don't resist when resizing terminals with the keyboard | Dana Jansens | |
| 2007-07-19 | fix growtoedge so it doesn't move terminal windows around | Dana Jansens | |
| 2007-07-19 | missing header | Dana Jansens | |
| 2007-07-19 | decorate actions were backwards | Dana Jansens | |
| 2007-07-19 | use keypress for navigating the menu but use keyrelease for running things | Dana Jansens | |
| 2007-07-19 | use keyrelease to fire menu actions not key press | Dana Jansens | |
| when keypress is used, the keyrelease gets sent to whatever window is focused. if it's a stupid program - like most any program - it will update its user_time, preventing the new window from being focused | |||
| 2007-07-18 | don't restack windows when they request it with an invalid sibling | Dana Jansens | |
| 2007-07-18 | take care when sibling is specified as an unmanaged window | Dana Jansens | |
| 2007-07-18 | Grab the server when mapping a client and frame, to avoid race conditions | Dana Jansens | |
| 2007-07-17 | remove trailing whitespace | Mikael Magnusson | |
| 2007-07-16 | don't make moving terminals jump at the start | Dana Jansens | |
| 2007-07-15 | Don't cancel interactive action when another one is run which shares the ↵ | Dana Jansens | |
| same run function. This is how actions can cooperate! | |||
| 2007-07-15 | a number for placing windows, to keep them on screen, but let you place them ↵ | Dana Jansens | |
| off-screen 1. when a window is not on any monitor, don't just ignore it, stick it on the first monitor arbitrarily (rather than the closest monitor - room for improvement?) 2. when placing a window with per-app settings, don't rudely force it back on screen fully. | |||
| 2007-07-15 | don't use freed memory as the coordinates to place windows | Dana Jansens | |
| 2007-07-15 | was incorrectly using the width for calculations instead of the height in ↵ | Dana Jansens | |
| client_find_onscreen | |||
| 2007-07-15 | previous should not mean the same as last | Mikael Magnusson | |
| 2007-07-14 | no splitting _() strings | Mikael Magnusson | |
| 2007-07-14 | Merge branch 'master' of git://orodu.net/openbox | Mikael Magnusson | |
| 2007-07-14 | 80 cols everywhere | Mikael Magnusson | |
| 2007-07-14 | split the focustobottom action back out from unfocus | Dana Jansens | |
| 2007-07-14 | 80 cols in dock.c | Mikael Magnusson | |
| 2007-07-13 | ok i take that back | Dana Jansens | |
| 2007-07-13 | i know c...honest. | Dana Jansens | |
| 2007-07-13 | add hardcoded key binds back | Dana Jansens | |
| 2007-07-13 | fix directionalcycle/target | Dana Jansens | |
| 2007-07-13 | move dockautohide back to ToggleDockAutoHide | Dana Jansens | |
