we alloc theme elements for every window frame, but really it is unneccesary
[mikachu/openbox.git] / render /
2008-01-25 Mikael MagnussonFix some memleaks.
2008-01-16 Mikael MagnussonVarious fixes for sparse warnings.
2008-01-11 Dana JansensBug 3359 - redundant pango flags
2007-09-04 Mikael MagnussonFix using None when it should be NULL
2007-09-04 Mikael MagnussonFix shadowed variables
2007-08-06 Dana Jansensadd a comment
2007-08-06 Mikael MagnussonFix some memleaks
2007-08-04 Dana Jansenslet you specify the padding y and x independently
2007-07-17 Mikael Magnussonremove trailing whitespace
2007-07-14 Mikael MagnussonMerge branch 'master' of git://orodu.net/openbox
2007-07-14 Mikael Magnusson80 cols everywhere
2007-07-11 Dana Jansensno more crash in splitvertical. i think i changed the...
2007-06-13 Dana Jansenslet the theme specify all splitgradient colors
2007-06-13 Dana Jansensdon't alloc/free colors every time splitvertical is...
2007-06-10 Dana Jansensput new things at the bottom of the struct
2007-06-10 Dana Jansenslet the shadow be 0-256
2007-06-10 Dana Jansensdon't limit the highlight at all
2007-06-10 Dana Jansensmake bevel strengths theme-selectable
2007-06-09 Mikael Magnussonwrongly indented line
2007-06-09 Dana Jansensfix when 1or2px splitvertical
2007-06-09 Dana Jansensno crashing in splitvertical
2007-06-09 Dana Jansensmiddle gradient in splitvertical
2007-06-08 Dana Jansensyay. toggled textures and colors for all states.
2007-06-07 Mikael Magnussonback xml themes out of trunk
2007-06-06 Dana Jansensmake active-disabled shadow offset-y be proper
2007-06-05 Dana Jansensfix parentrel bevels
2007-06-05 Dana Jansenscombine the parent and child textures in fun ways when...
2007-06-05 Dana Jansensadd osd border stuff
2007-06-05 Dana Jansensadd osd theme elements
2007-06-04 Mikael Magnussonallow users of obrender to change the ellipsize mode...
2007-06-04 Dana Jansensunused variables
2007-06-04 Mikael Magnussonactually allow raised, but default to flat for parentre...
2007-06-04 Mikael Magnussonallow effects on parentrelative textures, ie bevels...
2007-06-03 Dana Jansensmissing theme->
2007-06-03 Dana Jansensfree the new title separator colors
2007-06-02 Dana Jansensconsistancy
2007-06-02 Dana Jansensremove the title separator width thing.
2007-06-02 Dana Jansensadd tswidth to theme.h, but its always == fbwidth
2007-06-02 Dana Jansensrename activedisabled in xml to active-disabled
2007-05-31 Dana Jansensmissing a {
2007-05-31 Dana Jansenscleaner code
2007-05-31 Dana Jansensonly show falling back msg when its true
2007-05-31 Dana Jansensadd an allow_fallback option when opening a theme
2007-05-31 Dana Jansenscosnt char*
2007-05-30 Dana Jansensno const weirdness
2007-05-30 Dana Jansensset name to the name of the theme when falling back
2007-05-29 Mikael Magnussondon't need to &0xff
2007-05-29 Dana Jansensbrackets ftw. opacity for rgba's works.
2007-05-29 Dana Jansensit doesn't work but its something
2007-05-29 Dana Jansensput an alpha channel in the rgba texture
2007-05-28 Dana Jansensset the current theme in a root property
2007-05-26 Dana Jansenscenter argb textures (icons for eg.) within the area...
2007-05-23 Dana Jansensget the pixel extents the "right way" in 1.16 and use...
2007-05-23 Dana Jansenspango lies. do the pixel conversion ourselves
2007-05-22 Dana Jansenslink to wrong version for obparser-3.0
2007-05-21 Dana Jansensoops. dont default all stuff to bold
2007-05-20 Dana Jansensmake the default fonts bold cuz bold looks better every...
2007-05-20 Dana Jansensfix rendering argb textures on solid backgrounds
2007-05-20 Dana Jansensif the theme supplied a max button or desk button then...
2007-05-19 Dana Jansenssave some malloc when possible
2007-05-19 Dana Jansensnew focus cycle popup of doom
2007-05-19 Dana Jansensi know we broke backwards compatibility but noone uses...
2007-05-18 Dana Jansenschange obrender-3.0 and obparser-3.0 to 3.4 because...
2007-05-18 Dana Jansensadd pango to the pkg-config file
2007-05-12 Dana Jansensbuild fixes
2007-05-12 Dana Jansenschange how masks are loaded, let you override just...
2007-05-12 Mikael Magnussonmicromicrooptimization
2007-05-11 Dana Jansensmake default masks even sized. these are from the clear...
2007-05-11 Dana Jansensgive different border colors to active and inactive...
2007-05-11 Dana Jansensguarantee an even height for the label, and thus the...
2007-05-11 Dana Jansenschange fallbacks
2007-05-11 Dana Jansensmake fallbacks match 3.4
2007-05-11 Dana Jansensmemory leak on the server
2007-05-11 Dana Jansensunused
2007-05-10 Dana JansensPANGO_VERSION_CHECK is new
2007-05-09 Dana Jansensuse pango 1.16 stuff if its there. and use the old...
2007-05-09 Dana Jansensmem leaks
2007-05-09 Dana Jansensfix using uninit'd values
2007-05-07 Dana Jansensmerge in r6153-6154 from the 3.4 branch
2007-05-07 Dana Jansenspopups fixes. if the text for the popup is empty now...
2007-05-05 Dana Jansenschanges to the client menu, which entries are there...
2007-05-03 Dana Jansensunsigned..
2007-05-02 Dana Jansenssmall change to the render API. RrMinsize became RrMinS...
2007-04-26 Dana Jansensadd a separate font config for onscreendisplays
2007-04-26 Dana Jansensassume a valid utf8 char is at the shortcut position...
2007-04-25 Dana Jansensdont go to disabled menu entries with keyboard shortcuts
2007-04-25 Dana Jansensmake rendering the shortcuts much faster
2007-04-25 Dana Jansens"text" was no longer needed
2007-04-25 Dana Jansensadd shortcuts for text rendering. it underlines the...
2007-04-23 Dana Jansenserror in the new error message code
2007-04-23 Dana Jansens1) translate all of openbox's output
2007-04-22 Dana Jansensbetter matching of the menu titles/separators to the...
2007-03-28 Mikael Magnussoncopy paste error, spotted by tilman ftw
2007-03-28 Dana Jansensmore updates for toggled states. also updating the...
2007-03-28 Dana Jansensadd toggled-pressed and toggled-hover button states...
2007-03-18 Dana Jansensuse const char*'s when we should be
2007-03-14 Dana Jansensadd support for 8bit TrueColor visuals. Who knew these...
2007-03-08 Dana Jansensa) remove the top_grip_height business from the theme
2007-03-08 Dana JansensFix possible crashingness, from last commit.
2007-03-07 Dana JansensSplit RrPaint to RrPaint and RrPaintPixmap, so you...
next