summaryrefslogtreecommitdiff
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2007-03-30Add Vertical/Horizontal maximization.Cedric1-5/+22
2007-03-11Create a pango layout for when drawing default decorations. MakesDavid Reveman1-0/+4
2007-02-21Fix mouse move key name.gandalfn1-1/+1
2007-02-19Offset blur regions correctly.David Reveman1-4/+2
2007-02-14Add missing calls to gdk_display_sync and replace all calls to XSync withDavid Reveman1-8/+12
2007-01-26Add option to gwd for controlling decoration blurring.David Reveman2-40/+255
2006-12-30Make sure decorations are updated properly when window state change.David Reveman1-2/+4
2006-12-30Avoid overflow in tooltip delay code.David Reveman1-3/+6
2006-12-30Add menu button support.David Reveman1-58/+115
2006-12-28Use correct data type for default shadow_color variable.David Reveman1-1/+1
2006-12-27Indent correctly.David Reveman1-6/+6
2006-12-26Add dbus support to gwd.David Reveman2-30/+267
2006-12-25Make gconf support in gwd optional.David Reveman2-7/+94
2006-12-22Add author to some headers where it's missing.David Reveman1-0/+2
2006-12-19Hide button event windows for tiny windows where buttons are not visible.David Reveman1-2/+7
2006-12-17Add gwd.schemas.in to EXTRA_DIST.David Reveman1-0/+2
2006-12-16Add reference counting and fixup function names.David Reveman1-8/+8
2006-12-12Fill with transparent black if there's no shadow picture.David Reveman1-1/+1
2006-12-12Don't use border_layout to figure out client window width as it might notDavid Reveman1-3/+4
2006-12-07Move DM selection code into libdecoration.David Reveman1-280/+28
2006-12-06Simple optimization for metacity themes, only redraw shadow background whenDavid Reveman1-1/+4
2006-12-06Compute button width properly and don't clip window title when metacityDavid Reveman1-6/+13
2006-12-06Move draw_simple_shape function into libdecoration.David Reveman1-28/+2
2006-12-05Make sure switcher window isn't added as a normal window.David Reveman1-10/+13
2006-12-04Make sure a picture is created for switcher decorations and set stretchDavid Reveman1-7/+13
2006-12-04Compute button locations and titlebar stretch offset correctly for metacityDavid Reveman1-19/+43
2006-12-04Remove N_QUADS_MAX.David Reveman1-2/+0
2006-12-04Finish libdecoration implementation and move gtk-window-decorator over toDavid Reveman1-274/+563
2006-11-30Rewrote decoration opacity code and moved it to libdecoration.David Reveman1-130/+21
2006-11-30No longer need cairo-xlib-xrender.h.David Reveman1-1/+0
2006-11-30Rewrite and move a lot more code into libdecoration.David Reveman1-323/+216
2006-11-29Move more code into libdecoration.David Reveman1-461/+167
2006-11-28Use decor_context_t structs.David Reveman1-189/+165
2006-11-27Align.David Reveman1-2/+2
2006-11-27Use libdecoration functions.David Reveman1-286/+73
2006-11-27Use decor_set_vert_quad_row and decor_set_horz_quad_line.David Reveman1-278/+130
2006-11-26Use decor_quads_to_property.David Reveman1-108/+19
2006-11-26Link to libdecoration.David Reveman1-2/+3
2006-11-26Use data types in decoration.h.David Reveman1-62/+21
2006-11-26Add libdecoration and move some initial code from gtk-window-decorator into it.David Reveman2-3/+7
2006-11-13Fix event window placement for metacity themes.David Reveman1-34/+162
2006-11-13Keep line less than 80 columns.David Reveman1-2/+4
2006-11-12Add support for new metacity theme version and add version checking thatDavid Reveman1-105/+149
2006-11-07Fix typo.David Reveman1-1/+1
2006-11-07Don't use gdk_color_parse as color string contains an alpha value.David Reveman1-7/+9
2006-11-07Add shadow color option.Mirco Muller1-6/+40
2006-10-20Make sure metacity theme could be loaded.Thierry Reding1-0/+2
2006-10-11Add support for maximized frame layout when using metacity themes.David Reveman1-18/+51
2006-10-11Add maximized input extents to decoration property.David Reveman1-12/+22
2006-10-11Add version handling to decoration interface.David Reveman1-24/+36