| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-01-20 | update openbox to use the current parser interface in libobt | Dana Jansens | |
| there is also some random bug fixes for other libobt stuff in here. | |||
| 2008-01-20 | change openbox to use the libotk's keyboard.[ch] stuff instead of the old ↵ | Dana Jansens | |
| modkeys.[ch] and some of translate.[ch] | |||
| 2008-01-20 | add keyboard.[ch] to libobt. these are for tracking modifier keys, and ↵ | Dana Jansens | |
| translating to/from keycodes/keysyms/modmasks (also include a new obt/internal.h for putting functions that are not public) | |||
| 2008-01-20 | add functions for setting locale strings (on top of existing functions for ↵ | Dana Jansens | |
| setting utf8 strings). they are untested though! wonder if they work? | |||
| 2008-01-20 | make openbox use the obt prop.c/h stuff | Dana Jansens | |
| holy search and replace batman | |||
| 2008-01-20 | s/ob_display/obt_display/ and remove ob_display | Dana Jansens | |
| 2008-01-20 | add prop.[ch] to the libobt, but they are not used yet. add a global ↵ | Dana Jansens | |
| obt_display which obt can use, and the application. | |||
| 2008-01-20 | move the code for tracking what extensions are available on the display into ↵ | Dana Jansens | |
| the libobt | |||
| 2008-01-20 | move the xerror handling into the libobt | Dana Jansens | |
| 2008-01-20 | Move the main loop out into the libobt | Dana Jansens | |
| 2008-01-20 | look mom, I made an openbox toolkit | Dana Jansens | |
| 2008-01-20 | Merge branch 'backport' | Dana Jansens | |
| 2008-01-20 | putenv wants a char*, not a const | Dana Jansens | |
| 2008-01-19 | Merge branch 'backport' | Dana Jansens | |
| 2008-01-17 | Remove leftover config_four_corners from config.c. | Mikael Magnusson | |
| 2008-01-16 | make the ping hash tables work correctly. don't need to stop pinging, it ↵ | Dana Jansens | |
| will automatically. and not all windows get pings, even tho we get notified that they are being destroyed | |||
| 2008-01-16 | only 1 hash table is needed in ping.c | Dana Jansens | |
| 2008-01-16 | use hash tables in ping.[ch] instead of a list. we're pinging every window, ↵ | Dana Jansens | |
| not just windows youre trying to close, so don't use datastructures that suck with lots of windows.. | |||
| 2008-01-16 | use unique IDs for pings rather than a timestamp. avoids duplicates. | Dana Jansens | |
| 2008-01-16 | friendly check for the timer's delay being > 0 | Dana Jansens | |
| 2008-01-16 | Various fixes for sparse warnings. | Mikael Magnusson | |
| 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. | |||
| 2008-01-16 | active = FALSE when not active ! | Dana Jansens | |
| 2008-01-16 | fix timers so that they work when theres lots of repeating timers in the queue.. | Dana Jansens | |
| 2008-01-16 | add the new pid and ping atoms to the NET_SUPPORTED list | Dana Jansens | |
| 2008-01-15 | don't let repeating timers, with a very fast timer in the queue, cause the ↵ | Dana Jansens | |
| main loop to run the timers forever | |||
| 2008-01-15 | rework and comment out some debugging prints | Dana Jansens | |
| 2008-01-15 | add a comment | Dana Jansens | |
| 2008-01-15 | cant consistently tell if we should use WM_DESTROY after the first time they ↵ | Dana Jansens | |
| try close a window.. so just kill when "not responding" is showing | |||
| 2008-01-15 | only ping windows that we need to | Dana Jansens | |
| 2008-01-15 | ping all the windows every 3 seconds, and show "not responding" if they stop ↵ | Dana Jansens | |
| replying for 3 times (9-12 seconds). show [Killing...] in the titlebar when trying to kill an app off | |||
| 2008-01-15 | its possible we did kill -TERM and it stayed alive and started responding ↵ | Dana Jansens | |
| again, so handle that case | |||
| 2008-01-15 | when you close an app and it stops responding.. if you hit close again, it ↵ | Dana Jansens | |
| 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) | |||
| 2008-01-15 | when you close a window that you already tried to close and its not ↵ | Dana Jansens | |
| responding to pings, then do a kill the next time | |||
| 2008-01-15 | show [Not Responding] in the titlebar when closing an app and it stops ↵ | Dana Jansens | |
| responding to pings | |||
| 2008-01-15 | can tell when a window that was "closed" has stopped responding now | Dana Jansens | |
| 2008-01-15 | check if a client will respond to pings | Dana Jansens | |
| 2008-01-15 | the inner border's corners weren't having events handled on them correctly, ↵ | Dana Jansens | |
| which was messing with resizing. yay akk for finding this. | |||
| 2008-01-16 | fix the context given off by the borders in the br corner | Dana Jansens | |
| 2008-01-16 | resizing was defaulting to the topleft corner instead of to the auto-ness or ↵ | Dana Jansens | |
| something.. | |||
| 2008-01-16 | remove the visible window title hints when unmanaging a window. not all WMs ↵ | Dana Jansens | |
| set those and it messes them up, and we'll set them again appropriately, they don't need to be saved. | |||
| 2008-01-13 | don't skip windows that are skip_taskbar unless they are normal typed.. i.e. ↵ | Dana Jansens | |
| if a dialog sets this don't skip it (gnome shutdown/logout dialogs don't get focused otherwise in arch linux) | |||
| 2008-01-13 | sync when killing all keyboard grabs, so that we can be sure they are gone ↵ | Dana Jansens | |
| before proceeding (fixes a race condition when running things that want to grab the keyboard very quickly. yes, arch is that fast somehow..) | |||
| 2008-01-12 | Update --version output copyright year to 2008. | Mikael Magnusson | |
| 2008-01-12 | make the dock's hiding always have at least 1px on screen | Dana Jansens | |
| 2008-01-12 | fix a copy/paste bug in placing the move&resize popup | Dana Jansens | |
| 2008-01-11 | since the internal windows are in window_map now, it's possible we'll get ↵ | Dana Jansens | |
| them back when we check what window an event happened on. so don't abort if that happens anymore. | |||
| 2008-01-11 | fix a small bug introduced that broke per-app placement | Dana Jansens | |
| 2008-01-11 | dont reparse the config file when the keyboard map changes. just rebind ↵ | Dana Jansens | |
| everything. yay for mika as inspiration | |||
| 2008-01-11 | make a GravityPoint and GravityCoord data structures for those --x, ++y type ↵ | Dana Jansens | |
| values | |||
| 2008-01-11 | let you specify the resize popup to be in a fixed place | Dana Jansens | |
