| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-02-14 | add a bunch of comments for images and image caches. and make the number of ↵ | Dana Jansens | |
| resized pictures saved in an image tunable per-icon cache. | |||
| 2008-02-14 | Introducing the icon cache. | Dana Jansens | |
| If an icon is the same as one in the cache, then it uses that one. icons of different sizes (from the same client) are linked together into one, and resizes of icons are cached and linked to all the various sizes. so you only need one icon in memory for all your terminals now. ya! | |||
| 2008-02-07 | prompt to kill windows when they are not responding | Dana Jansens | |
| 2008-02-07 | you can create dialog windows called "prompts" which have a message and some ↵ | Dana Jansens | |
| buttons! they don't do anything interesting yet. | |||
| 2008-02-07 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/config.c | |||
| 2008-02-02 | erroneous comment | Dana Jansens | |
| 2008-02-02 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/client.c openbox/event.c openbox/mouse.c openbox/openbox.c openbox/prop.c openbox/prop.h openbox/screen.c parser/parse.c parser/parse.h | |||
| 2008-02-02 | add a --config-file command line option, and OB_CONFIG_FILE root hint | Dana Jansens | |
| 2008-01-31 | generalize the window managing process into window_manage, which handles ↵ | Dana Jansens | |
| dock apps and the like | |||
| 2008-01-31 | make ob_debug use the g_log system, and make openbox log messages to..a log ↵ | Dana Jansens | |
| file ! this will help everyone since most people do not run openbox in a terminal.. | |||
| 2008-01-31 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/client.c openbox/config.c openbox/event.c openbox/extensions.c openbox/focus_cycle_indicator.c openbox/focus_cycle_popup.c openbox/menuframe.c openbox/moveresize.c openbox/openbox.c openbox/screen.c openbox/stacking.c openbox/startupnotify.c | |||
| 2008-01-31 | make an obt_root() macro | Dana Jansens | |
| 2008-01-31 | make the window.h interface more consistent with the rest of openbox, hide ↵ | Dana Jansens | |
| the window_map behind some functions, and make obdockapps not obwindows anymore | |||
| 2008-01-27 | use setenv/unsetenv instead of putenv, cuz they are not ugly and confusing ↵ | Dana Jansens | |
| wrt memory leaks | |||
| 2008-01-27 | we alloc theme elements for every window frame, but really it is unneccesary | Dana Jansens | |
| 2008-01-20 | only unset the startup_desktop_id once, and dont free the string we pass to ↵ | Dana Jansens | |
| putenv | |||
| 2008-01-20 | make the obt library branch compile again with all the changes merged in ↵ | Dana Jansens | |
| from backport | |||
| 2008-01-20 | make the mainloop not depend on an X display, and make it uses the ↵ | Dana Jansens | |
| obt_display automatically | |||
| 2008-01-20 | move the xdg path stuff into obt/paths.[ch], and make render and openbox use it | Dana Jansens | |
| 2008-01-20 | add obt_parse_tree_from_root and use it, cuz it's nice | Dana Jansens | |
| 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-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-12 | Update --version output copyright year to 2008. | Mikael Magnusson | |
| 2008-01-11 | make the window_startup happen before the focus_cycle_popup startup, so that ↵ | Dana Jansens | |
| the popups can be added to the window map properly | |||
| 2008-01-11 | fix a warning from crappy libc apis | Dana Jansens | |
| 2007-11-12 | Add --exit. | Mikael Magnusson | |
| 2007-10-18 | Change setenv and unsetenv to putenv for portability. | Mikael Magnusson | |
| Solaris apparently does not have setenv and unsetenv. | |||
| 2007-08-01 | remove focus-stealing-prevention stuff, don't use user_time crap at all. it ↵ | Dana Jansens | |
| is broken in every application that has ever used it. ever. ever. \^_^/;;; | |||
| 2007-07-17 | remove trailing whitespace | Mikael Magnusson | |
| 2007-07-14 | no splitting _() strings | Mikael Magnusson | |
| 2007-07-14 | 80 cols everywhere | Mikael Magnusson | |
| 2007-07-12 | adding trunk | Dana Jansens | |
| Signed-off-by: Dana Jansens <danakj@orodu.net> | |||
| 2007-06-22 | the execute action works again. | Dana Jansens | |
| default hardcoded bindings are temporarily offline | |||
| 2007-06-21 | some first structural stuff for new actions | Dana Jansens | |
| 2007-06-20 | get the offscreen pixmaps for all windows (including their frames) | Dana Jansens | |
| 2007-06-13 | don't force reconfigure in a number of places, also eat enter events when ↵ | Dana Jansens | |
| reconfiguring. yay | |||
| 2007-06-07 | don't reconfigure twice | Dana Jansens | |
| 2007-06-03 | unused variables | Dana Jansens | |
| 2007-06-03 | much simpler and works just as well! client's reference position doesnt ↵ | Dana Jansens | |
| change just because the decor sizes do | |||
| 2007-05-31 | nothing really.. | Dana Jansens | |
