| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-07 | Constrain the moveresize popup to the monitor which has the client | Mikael Magnusson | |
| 2010-09-16 | Revert "add XFlush to g_timeout callbacks" | Dana Jansens | |
| This reverts commit aa3685d16af4a565eecdc39047ee8d140ef5cd99. Mika's commit using a GSource to handle X Events fixes this problem, so this commit is not needed | |||
| 2010-06-26 | Move usage of iconh into the branch that assigns it | Mikael Magnusson | |
| 2010-06-14 | add XFlush to g_timeout callbacks | Dana Jansens | |
| GMainLoop doesn't cause an flush to occur after handling a timeout. | |||
| 2010-06-14 | Use GMainLoop instead of ObtMainLoop | Dana Jansens | |
| 2010-04-16 | use const Rect* not Rect const* | Dana Jansens | |
| 2010-02-12 | remove a bunch of g_new()/g_free() by returning Rect const*'s from screen ↵ | Dana Jansens | |
| area functions when possible | |||
| 2010-02-12 | use g_slice_new() instead of g_new() part 2 | Dana Jansens | |
| 2009-12-21 | Set up work for making a 3.5 prerelease. | Dana Jansens | |
| Set version stuff to 3.5.0-rc1. Copy the CHANGELOG from 3.4-working. Rename the obt-4.0 and obrender-4.0 pkgconfig stuff to obt-3.5 and obrender-3.5 Rename the "render" directory to "obrender" so that the public headers can be installed in <obrender/*> | |||
| 2009-12-21 | Add themeing options for inactive osd labels, osd.inactive.label.* | Dana Jansens | |
| (rename the current osd label options from osd.label to osd.active.label, similar to the window.(in)?active.label options. | |||
| 2009-11-21 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/popup.c | |||
| 2009-11-21 | Some fixes for the pager popups, and avoid a crash if you destroy a popup ↵ | Dana Jansens | |
| while it is going to be shown later by a delay. | |||
| 2009-11-07 | Make clang happier | Mikael Magnusson | |
| Add asserts to default: in switch statements Store pointed to variables locally so it knows they don't change Remove some dead assignments Mark ob_exit_with_error as noreturn Use "%s", msg instead of just msg to printf style functions Use the c_pfocus variable | |||
| 2009-09-19 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/actions/desktop.c openbox/client.c openbox/event.c openbox/extensions.c openbox/popup.c openbox/screen.c parser/parse.c | |||
| 2009-07-04 | Give the popup to the timer remove so it does the right one | Mikael Magnusson | |
| Only the chroot popup uses delayed mapping so this is just a latent bug. | |||
| 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-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-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 | simplify window.h macros, and rename the window types to ObWindowClass for ↵ | Dana Jansens | |
| consistent name style | |||
| 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-25 | Fix some memleaks. | Mikael Magnusson | |
| missing RrFontClose for osd_font in two places. missing a g_free(area); | |||
| 2008-01-20 | s/ob_display/obt_display/ and remove ob_display | Dana Jansens | |
| 2008-01-20 | Move the main loop out into the libobt | Dana Jansens | |
| 2008-01-11 | ignore mouse clicks on override-redirect windows that aren't owned by openbox | Dana Jansens | |
| 2007-10-31 | Try to fix the popup only showing up on monitor 0. | Mikael Magnusson | |
| screen_find_monitor() should perhaps contain that big hunk of logic, I don't know if anything will break now that it returns screen_num_monitors sometimes. We'll see! | |||
| 2007-09-04 | ANSI function declarations, ie () -> (void) | Mikael Magnusson | |
| 2007-09-04 | Fix calling functions with wrong number of arguments | Mikael Magnusson | |
| 2007-07-17 | remove trailing whitespace | Mikael Magnusson | |
| 2007-06-13 | xinerama support like crazy for struts and everything else too. this ↵ | Dana Jansens | |
| probably crashes but its been way too long without a commit. | |||
| 2007-06-13 | plug memory leaks from the new strut code | Dana Jansens | |
| 2007-06-05 | typo from code i removed | Dana Jansens | |
| 2007-06-05 | make parentrelative raised labels look nice in popups | Dana Jansens | |
| 2007-06-05 | revert that, center the popups for move/resize and keychains | Dana Jansens | |
| 2007-06-05 | center text in popups when the popu is sized to the text width | Dana Jansens | |
| 2007-06-05 | add comments | Dana Jansens | |
| 2007-06-05 | use the label only for popups without an icon, if the label is not ↵ | Dana Jansens | |
| parentrelative | |||
| 2007-06-05 | add osd border stuff | Dana Jansens | |
| 2007-06-03 | super amazing enter event skipping. | Dana Jansens | |
| also mucho fixed for <underMouse> | |||
| 2007-05-29 | put an alpha channel in the rgba texture | Dana Jansens | |
| 2007-05-18 | super correct enter event ignoring that will only ignore what it has to, yay? | Dana Jansens | |
| 2007-05-13 | restore code that keeps popups on screen | Mikael Magnusson | |
| 2007-05-11 | give different border colors to active and inactive windows. adjust the xml ↵ | Dana Jansens | |
| theme format a little to make it BETTER. rawr. add some metadata standards too. | |||
| 2007-05-10 | always set the multipliers just dont allow 0 | Dana Jansens | |
| 2007-05-10 | center the text and icon vertically | Dana Jansens | |
| 2007-05-10 | let the pager popup grow vertically | Dana Jansens | |
| 2007-05-10 | don't make interactive desktop cycling switch until you release the mods. ↵ | Dana Jansens | |
| this is needed because otherwise focus moves around during the grab and applications get confused. :| change the pager popup to resize based on the layout so the squares can be bigger | |||
| 2007-05-07 | popups fixes. if the text for the popup is empty now, there wont be extra ↵ | Dana Jansens | |
| padding for it. desktop name fixes. | |||
| 2007-05-06 | fix the popup text width, cuz the way its calculated changed | Dana Jansens | |
| 2007-05-06 | fix popup sizes | Dana Jansens | |
