| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
will automatically. and not all windows get pings, even tho we get notified that they are being destroyed
|
|
|
|
not just windows youre trying to close, so don't use datastructures that suck with lots of windows..
|
|
|
|
|
|
Define void functions with (void), not ().
Add missing includes.
Some functions were declared static but defined non-static.
Some variables that should be file static were file global but not used in any other file.
prop.h defined a new prop_atoms in each file that included it instead of declaring it extern.
|
|
|
|
|
|
|
|
main loop to run the timers forever
|
|
|
|
|
|
try close a window.. so just kill when "not responding" is showing
|
|
|
|
replying for 3 times (9-12 seconds). show [Killing...] in the titlebar when trying to kill an app off
|
|
again, so handle that case
|
|
will try kill -TERM. if that fails and you close again, it will kill -9 ! (assuming the app is running on the local host and provided its PID)
|
|
responding to pings, then do a kill the next time
|
|
responding to pings
|
|
|
|
|
|
which was messing with resizing. yay akk for finding this.
|
|
|
|
something..
|
|
set those and it messes them up, and we'll set them again appropriately, they don't need to be saved.
|
|
if a dialog sets this don't skip it (gnome shutdown/logout dialogs don't get focused otherwise in arch linux)
|
|
before proceeding (fixes a race condition when running things that want to grab the keyboard very quickly. yes, arch is that fast somehow..)
|
|
|
|
|
|
|
|
them back when we check what window an event happened on. so don't abort if that happens anymore.
|
|
|
|
everything. yay for mika as inspiration
|
|
values
|
|
|
|
are handled right
|
|
active monitor (for xinerama)
|
|
|
|
the popups can be added to the window map properly
|
|
first. avoid using the key binding used to show the menu to execute something inside it.
|
|
code, and some unneeded stuff
|
|
the xsync was needed to get the right serial for the end of the ignore range
|
|
|
|
|
|
|