summaryrefslogtreecommitdiff
path: root/render/theme.c
AgeCommit message (Collapse)Author
2009-12-21Set 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-21make a config option for the inactive osd fontDana Jansens
2009-12-21Add 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-21Merge branch 'backport' into workDana Jansens
Conflicts: openbox/popup.c
2009-11-21Keep things in 80 columnsDana Jansens
2009-09-19Merge branch 'backport' into workMikael 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-04Only 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-08Merge branch 'backport' into workMikael Magnusson
Conflicts: obt/keyboard.c openbox/actions/cyclewindows.c openbox/actions/directionalwindows.c openbox/frame.c openbox/openbox.c
2008-03-08Remove double newlines.Mikael Magnusson
2008-02-22Merge branch 'backport' into workDana Jansens
Conflicts: openbox/menuframe.c openbox/prompt.c openbox/prop.c openbox/prop.h
2008-02-22Add 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-18Merge branch 'backport' into workDana Jansens
Conflicts: openbox/grab.c openbox/keyboard.c
2008-02-17Fix some typos in comments.Mikael Magnusson
2008-02-14Introducing 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-14Merge branch 'backport' into workMikael 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-14split menu overlap into x and y componentsDana Jansens
2008-02-14Introducing 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-07Merge branch 'wip/alttab'Mikael Magnusson
2008-02-07Merge branch 'backport' into workDana Jansens
Conflicts: openbox/config.c
2008-02-06show 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-05the title_focused_shadow_color is being set twice, and being overridden by ↵Dana Jansens
the osd color (though not in the texture)
2008-01-31Merge branch 'backport' into workDana 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-25Fix some memleaks.Mikael Magnusson
missing RrFontClose for osd_font in two places. missing a g_free(area);
2008-01-20move the xdg path stuff into obt/paths.[ch], and make render and openbox use itDana Jansens
2008-01-20update openbox to use the current parser interface in libobtDana Jansens
there is also some random bug fixes for other libobt stuff in here.
2007-08-05add a commentDana Jansens
2007-08-06Fix some memleaksMikael Magnusson
2007-08-04let you specify the padding y and x independentlyDana Jansens
2007-07-17remove trailing whitespaceMikael Magnusson
2007-06-13let the theme specify all splitgradient colorsDana Jansens
2007-06-13don't alloc/free colors every time splitvertical is drawnDana Jansens
2007-06-10let the shadow be 0-256Dana Jansens
2007-06-10don't limit the highlight at allDana Jansens
2007-06-10make bevel strengths theme-selectableDana Jansens
2007-06-08yay. toggled textures and colors for all states.Dana Jansens
2007-06-07back xml themes out of trunkMikael Magnusson
2007-06-06make active-disabled shadow offset-y be properDana Jansens
2007-06-05add osd border stuffDana Jansens
2007-06-05add osd theme elementsDana Jansens
2007-06-04actually allow raised, but default to flat for parentrelativeMikael Magnusson
2007-06-04allow effects on parentrelative textures, ie bevels and interlaces and bordersMikael Magnusson
2007-06-03missing theme->Dana Jansens
2007-06-03free the new title separator colorsDana Jansens
2007-06-02consistancyDana Jansens
2007-06-02remove the title separator width thing.Dana Jansens
add a separate color for the title separator
2007-06-02add tswidth to theme.h, but its always == fbwidthDana Jansens
2007-06-02rename activedisabled in xml to active-disabledDana Jansens
2007-05-31missing a {Dana Jansens
bump the version
2007-05-31cleaner codeDana Jansens
2007-05-31only show falling back msg when its trueDana Jansens