| Age | Commit message (Collapse) | Author |
|
present too
|
|
openbox config
|
|
present don't use the check against the binary.
|
|
putenv
|
|
wm_class hint, as the spec doth say so.
|
|
from backport
|
|
obt_display automatically
|
|
|
|
|
|
|
|
|
|
|
|
|
|
there is also some random bug fixes for other libobt stuff in here.
|
|
modkeys.[ch] and some of translate.[ch]
|
|
translating to/from keycodes/keysyms/modmasks (also include a new obt/internal.h for putting functions that are not public)
|
|
setting utf8 strings). they are untested though! wonder if they work?
|
|
holy search and replace batman
|
|
|
|
obt_display which obt can use, and the application.
|
|
the libobt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|