summaryrefslogtreecommitdiff
path: root/src/theme.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 114305: remove old dead menu icon codeThomas James Alexander Thurman2006-06-041-108/+0
* #114304: New style for shaded, non-resizable windowsThomas James Alexander Thurman2006-05-261-36/+45
* #113163: almost a complete fix; still need to recalc on theme changesThomas James Alexander Thurman2006-05-061-2/+3
* images from icon themes is a versioned enhancementThomas James Alexander Thurman2006-05-051-1/+2
* Bug 113465: allow theme images in themes (er, icon theme images)Thomas James Alexander Thurman2006-05-041-10/+24
* #113162: corner rounding can be for any amountThomas James Alexander Thurman2006-05-011-8/+8
* More work on the new buttons. Now mostly works to toggle them. Still a few bu...Thomas James Alexander Thurman2006-04-301-7/+63
* Fix button version checkThomas James Alexander Thurman2006-04-251-2/+1
* ABOVE/UNABOVE button works. Theme version checking for buttons works.Thomas James Alexander Thurman2006-04-241-4/+36
* Intermediate checkin: above and stick buttons (above not yet working)Thomas James Alexander Thurman2006-04-241-2/+22
* Add a shade button. #96229. Will check in fixed versions of each theme later ...Thomas James Alexander Thurman2006-04-231-2/+21
* Add boxes.{c,h} to libmetacity_privateBjörn Lindqvist2006-04-181-287/+152
* Changes strings to make them more readable, and more translatable. FixesGora Mohanty2006-04-071-1/+1
* Patch from Christian Kirbach to prevent a critical warning crasher whenElijah Newren2006-01-211-6/+14
* Patch from Kjartan Maraas to fix a lot of tiny issues (unused variableElijah Newren2006-01-201-3/+0
* Patch from Ken Harris to provide a more lenient threshold for drawingElijah Newren2005-07-141-15/+9
* A load of fixes of issues reported by sparse. Closes bug #152849Kjartan Maraas2004-09-161-1/+5
* couple of cosmetic tweaks from resolving my local patch with the bugzillaHavoc Pennington2004-08-271-1/+4
* move the have_xrender variable initialization up in the file since it canHavoc Pennington2004-08-271-1/+1
* Add _NET_FRAME_EXTENTS and _NET_REQUEST_FRAME_EXTENTS.Thomas Fitzsimmons2004-01-101-1/+1
* Reinstated visual-bell patch, fix for bug 99886.Bill Haneman2003-01-281-2/+4
* Reverted visual bell patch, #99886Havoc Pennington2002-12-191-4/+2
* Added visual bell feature, fix for 99886.Bill Haneman2002-12-171-2/+4
* don't read from op->data.image when the op is an iconHavoc Pennington2002-11-131-4/+2
* fix bug I introduced in case where scaling was done in both directions.Havoc Pennington2002-11-041-8/+12
* Patch from Brian Cameron to implement the vertical/horizontal stripedHavoc Pennington2002-11-041-14/+156
* fix from Garrett LeSage for which button backgrounds we draw whenHavoc Pennington2002-11-031-4/+4
* if only one right-corner button, use right_right_background notHavoc Pennington2002-10-241-5/+5
* initialize the left button background rectangles.Havoc Pennington2002-10-231-0/+2
* only specify the middle backgrounds, let left/right fall back to middleHavoc Pennington2002-10-041-5/+36
* Button-reordering patch. Has all the code except actually installing aHavoc Pennington2002-10-041-122/+308
* support --version, #92796 patch from Christian NeumairHavoc Pennington2002-09-241-5/+5
* always apply rounding for shaded windows, fixes Bluecurve theme whenHavoc Pennington2002-08-281-8/+12
* hack around bug in kmail etc. where SM_CLIENT_ID was set on the window,Havoc Pennington2002-08-241-5/+22
* be sure window is mapped if we unmanage it and it's not withdrawn; bugHavoc Pennington2002-08-101-13/+3
* use MetaMenuIconType not button type for the size of the menu ops arrayHavoc Pennington2002-08-041-15/+59
* Theme breakage! Themes have to implement "border" frames now, see AtlantaHavoc Pennington2002-06-221-1/+5
* Set client height as 0 when the window actually is shaded, not the otherAnders Carlsson2002-06-131-1/+2
* when a window is shaded, don't include client height in the heightHavoc Pennington2002-06-121-1/+2
* Draw the buttons right before the "overlay" piece.Havoc Pennington2002-06-121-35/+36
* short-circuit the "only one xinerama" case, and use outer rect of windowHavoc Pennington2002-06-081-0/+12
* parse "shade/foo/factor" as a color (colorize_pixbuf): remove the unusedHavoc Pennington2002-06-061-164/+279
* Use icon's instead of image's fill_type when type is META_DRAW_ICON.Gustavo Giráldez2002-06-041-2/+2
* test button aspect ratio instead of hardcoded button size, James feel freeHavoc Pennington2002-06-041-17/+60
* add MetaImageFillType and implement TILE in addition to the existing SCALEHavoc Pennington2002-05-311-13/+93
* now just uses meta_gradient_add_alpha (draw_op_as_pixbuf): implement alphaHavoc Pennington2002-05-311-64/+97
* verbose-log on startup whether we were compiled with various extensionsHavoc Pennington2002-05-311-0/+5
* fix for bugzilla bug #72314, filter out LeaveNotify caused by grabs whenJayaraj Rajappan2002-05-241-1/+5
* fix alpha multiplication routine to perhaps work correctly, reported byHavoc Pennington2002-04-101-8/+20
* use the preview widget hereHavoc Pennington2002-02-151-0/+14