| Age | Commit message (Collapse) | Author |
|
behavior so the dock doesn't screw up placement
|
|
options export time in milliseconds not half milli half micro)
|
|
|
|
from the edge (but it slows down after the first time)
|
|
|
|
little ugly.
|
|
is broken in every application that has ever used it. ever. ever. \^_^/;;;
|
|
|
|
acroread some more, along with previous commit)
|
|
monitor
|
|
|
|
|
|
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.
|
|
|
|
next monitor
|
|
|
|
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
|
|
|
|
|
|
and <monitor>current</monitor> work like <x> and <y>
|
|
|
|
being shown (and add an assert for this too)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ratios
|
|
all get moved a bunch of times, just move the top direct parent
|
|
|
|
them resist properly when resizing
|
|
direction being resized" which makes so much more sense and doesn't need all this conversion back and forth
|
|
|
|
change strcasecmp to g_ascii_strcasecmp
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
same run function. This is how actions can cooperate!
|
|
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.
|
|
|
|
client_find_onscreen
|