summaryrefslogtreecommitdiff
path: root/libdecoration
AgeCommit message (Expand)AuthorFilesLines
2009-02-04Fix whitespace.Danny Baumann1-1/+1
2008-05-29Merged decor_blend_(top|bottom|left|right)_border_picture function into one c...Dennis Kasprzyk1-205/+230
2008-01-31Make decoration atom names part of the decoration interface.Danny Baumann1-1/+1
2008-01-30Use _COMPIZ_ prefix for all non stadardized decoration manager atom names.Dennis Kasprzyk1-4/+4
2007-08-08Include proper compiler flags and link libdecoration toDavid Reveman1-2/+3
2007-08-01Removed unused codeRoland Baer1-4/+1
2007-07-27Fix type of name argument.David Reveman1-5/+5
2007-04-24Added -L${libdir} to libdecoration pkg-config file to fix linking of other de...Dennis Kasprzyk1-1/+1
2007-03-21Added quad stretching interface to libdecoration.Danny Baumann1-2/+10
2007-01-26Add blur utility function to libdecoration.David Reveman1-0/+135
2007-01-23Move applyGravity function into libdecoration.David Reveman1-0/+44
2007-01-03Check version of libXrender and workaround gradient issue if olderDavid Reveman1-0/+35
2006-12-28Free memory allocated earlier if out-of-memory. Very unlikely to happen.David Reveman1-0/+3
2006-12-22Add author to some headers where it's missing.David Reveman1-0/+2
2006-12-18Fix typo that caused shadow of right window border to sometimes be renderedDavid Reveman1-1/+1
2006-12-16Add reference counting and fixup function names.David Reveman1-2/+14
2006-12-15Move decor_destroy_shadow.David Reveman1-13/+13
2006-12-12Return early if there's no shadow picture.David Reveman1-0/+3
2006-12-09Move decoration property decoding into libdecoration.David Reveman1-0/+81
2006-12-07Move DM selection code into libdecoration.David Reveman1-0/+272
2006-12-07Fix source offset.David Reveman1-4/+4
2006-12-07Add -ldecoration to Libs.David Reveman1-1/+1
2006-12-06Move draw_simple_shape function into libdecoration.David Reveman1-0/+26
2006-12-04Stretch decorations from south-east instead.David Reveman1-12/+12
2006-12-04Finish libdecoration implementation and move gtk-window-decorator over toDavid Reveman1-335/+1144
2006-11-30Rewrote decoration opacity code and moved it to libdecoration.David Reveman1-7/+246
2006-11-30Rewrite and move a lot more code into libdecoration.David Reveman1-234/+354
2006-11-29Improve shadow code performance by adding clipping and avoiding opacityDavid Reveman1-10/+111
2006-11-29Move more code into libdecoration.David Reveman1-37/+69
2006-11-28Expose decor_shadow_t struct and add pixmap to this struct.David Reveman1-7/+5
2006-11-28Move drop-shadow code from gtk-window-decorator to libdecoration.David Reveman1-0/+352
2006-11-26Add libdecoration and move some initial code from gtk-window-decorator into it.David Reveman3-0/+558