summaryrefslogtreecommitdiff
path: root/src/theme.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use pango_context_get_metrics instead of loading the font.Anders Carlsson2002-02-131-7/+3
* Set title_scale to 1.0.Anders Carlsson2002-02-111-0/+1
* add a newline to an error messageHavoc Pennington2002-02-101-1/+1
* implement wacky "tile" draw op to lose some of the PNG files in GorillaHavoc Pennington2002-02-101-1/+80
* try to make more error message strings the same, easier for translatorsHavoc Pennington2002-02-091-7/+42
* put in some kind of distinctive frame for UTILITY, though it's ugly. AlsoHavoc Pennington2002-02-091-1/+6
* If we're only scaling horizontally or vertically, use GDK_INTERP_NEAREST.Anders Carlsson2002-02-081-3/+13
* Throughout: move to meta_topic rather than meta_verbose so metacity.logHavoc Pennington2002-02-081-2/+2
* do random voodoo on the algorithmHavoc Pennington2002-02-071-0/+18
* use the intensity of the gray pixel for both saturation and value, notHavoc Pennington2002-02-071-1/+1
* don't define the macro twiceHavoc Pennington2002-02-071-2/+0
* get algorithm right (use HSV/RGB conversion) at cost of making it a lotHavoc Pennington2002-02-071-8/+166
* handle out-of-memory creating target pixbufHavoc Pennington2002-02-071-0/+3
* benchmark theme on startupHavoc Pennington2002-02-071-41/+78
* Add support for "colorize" image attribute.Anders Carlsson2002-02-071-6/+69
* disable custom log handler and fatal mask for nowHavoc Pennington2002-02-071-662/+2643
* test % operatorHavoc Pennington2002-02-021-1331/+1036
* fix shadowed variable (stupid -Wall should have that)Havoc Pennington2002-01-281-10/+176
* implement (meta_texture_spec_draw): implement shape spec and blank textureHavoc Pennington2002-01-281-82/+867
* move in here so util.c doesn't require display.[hc]Havoc Pennington2002-01-281-13/+1060
* Only consider the bottom of the titlebar a resize control; I keepHavoc Pennington2002-01-271-10/+22