| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | make a config option for the inactive osd font | Dana Jansens | |
| 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 | Keep things in 80 columns | Dana Jansens | |
| 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 | Only open the default font once, then ref it. | Mikael Magnusson | |
| As suggested in #3622, we don't need to open the default font for every place that wasn't specified in the theme. Solved a bit differently than the patch given there. | |||
| 2008-03-08 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: obt/keyboard.c openbox/actions/cyclewindows.c openbox/actions/directionalwindows.c openbox/frame.c openbox/openbox.c | |||
| 2008-03-08 | Remove double newlines. | Mikael Magnusson | |
| 2008-02-22 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/menuframe.c openbox/prompt.c openbox/prop.c openbox/prop.h | |||
| 2008-02-22 | Add theme options for menu line separators. | Dana Jansens | |
| Added: menu.separator.color menu.separator.width menu.separator.padding.width menu.separator.padding.height | |||
| 2008-02-18 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/grab.c openbox/keyboard.c | |||
| 2008-02-17 | Fix some typos in comments. | Mikael Magnusson | |
| 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 | Merge branch 'backport' into work | Mikael Magnusson | |
| Diffing against the old work branch where most of the changes in backport were cherry-picked from indicates this should be alright. (0de9097017d4d1991388a35e380a57dc1135b431) | |||
| 2008-02-14 | split menu overlap into x and y components | Dana Jansens | |
| 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 | Merge branch 'wip/alttab' | Mikael Magnusson | |
| 2008-02-07 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/config.c | |||
| 2008-02-06 | show a small arrow on the top/bottom of the alttab list box when there are ↵ | Dana Jansens | |
| more windows that are not visible in that direction | |||
| 2008-02-05 | the title_focused_shadow_color is being set twice, and being overridden by ↵ | Dana Jansens | |
| the osd color (though not in the texture) | |||
| 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-25 | Fix some memleaks. | Mikael Magnusson | |
| missing RrFontClose for osd_font in two places. missing a g_free(area); | |||
| 2008-01-20 | move the xdg path stuff into obt/paths.[ch], and make render and openbox use it | 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. | |||
| 2007-08-05 | add a comment | Dana Jansens | |
| 2007-08-06 | Fix some memleaks | Mikael Magnusson | |
| 2007-08-04 | let you specify the padding y and x independently | Dana Jansens | |
| 2007-07-17 | remove trailing whitespace | Mikael Magnusson | |
| 2007-06-13 | let the theme specify all splitgradient colors | Dana Jansens | |
| 2007-06-13 | don't alloc/free colors every time splitvertical is drawn | Dana Jansens | |
| 2007-06-10 | let the shadow be 0-256 | Dana Jansens | |
| 2007-06-10 | don't limit the highlight at all | Dana Jansens | |
| 2007-06-10 | make bevel strengths theme-selectable | Dana Jansens | |
| 2007-06-08 | yay. toggled textures and colors for all states. | Dana Jansens | |
| 2007-06-07 | back xml themes out of trunk | Mikael Magnusson | |
| 2007-06-06 | make active-disabled shadow offset-y be proper | Dana Jansens | |
| 2007-06-05 | add osd border stuff | Dana Jansens | |
| 2007-06-05 | add osd theme elements | Dana Jansens | |
| 2007-06-04 | actually allow raised, but default to flat for parentrelative | Mikael Magnusson | |
| 2007-06-04 | allow effects on parentrelative textures, ie bevels and interlaces and borders | Mikael Magnusson | |
| 2007-06-03 | missing theme-> | Dana Jansens | |
| 2007-06-03 | free the new title separator colors | Dana Jansens | |
| 2007-06-02 | consistancy | Dana Jansens | |
| 2007-06-02 | remove the title separator width thing. | Dana Jansens | |
| add a separate color for the title separator | |||
| 2007-06-02 | add tswidth to theme.h, but its always == fbwidth | Dana Jansens | |
| 2007-06-02 | rename activedisabled in xml to active-disabled | Dana Jansens | |
| 2007-05-31 | missing a { | Dana Jansens | |
| bump the version | |||
| 2007-05-31 | cleaner code | Dana Jansens | |
| 2007-05-31 | only show falling back msg when its true | Dana Jansens | |
