summaryrefslogtreecommitdiff
path: root/src/ui/theme.c
Commit message (Expand)AuthorAgeFilesLines
* Remove theme.h and preview-widget.h from the API docsTomeu Vizoso2013-03-181-1/+1
* Add a meaningful name and description to all sections/files in the API docsTomeu Vizoso2013-03-141-4/+5
* Fix gobs of gtk-doc warningsTomeu Vizoso2013-03-141-0/+1
* theme: Add the .background style class back to framesJasper St. Pierre2013-01-111-0/+1
* theme: Fix a memory leakJasper St. Pierre2013-01-111-0/+2
* theme: Remove a bunch of unused *_to_string methodsRui Matos2013-01-111-171/+0
* theme-viewer: use the same GtkStyleContext as mutter usually rendersJasper St. Pierre2013-01-091-0/+32
* theme: Make meta_frame_draw_theme take a GtkStyleContext instead of a widgetJasper St. Pierre2013-01-091-36/+13
* ui: Don't use deprecated GtkStyleContext APIJasper St. Pierre2012-12-231-1/+1
* theme: Make meta_frame_style_draw_with_style staticJasper St. Pierre2012-05-211-1/+1
* theme: Make meta_frame_layout_calc_geometry staticJasper St. Pierre2012-05-211-1/+1
* theme: Remove unused "widget" parameter to frame style drawingJasper St. Pierre2012-04-241-13/+5
* theme: Remove unused entry pointsJasper St. Pierre2012-04-241-42/+0
* Switch to gtk-doc syntaxJasper St. Pierre2012-04-241-134/+138
* Handle rename of GTK+'s window-unfocused state to backdropOwen W. Taylor2012-01-091-4/+4
* theme: handle GTK_STATE_FLAG_WINDOW_UNFOCUSEDRui Matos2011-11-081-0/+4
* theme: Remove outdated assertionSandro Mani2011-10-081-1/+0
* theme: Don't add invisible borders for windows that can't be resizedJasper St. Pierre2011-09-291-21/+23
* theme: Don't add any bottom border to shaded windowsFlorian Müllner2011-09-171-4/+4
* theme: Attached modal dialogs should have no top invisible borderJasper St. Pierre2011-09-141-2/+9
* theme: Remove meta_theme_draw_frame_by_nameJasper St. Pierre2011-09-141-43/+0
* theme: Allow disabling fallback colors in gtk:custom()Florian Müllner2011-08-101-4/+20
* ui: Replace inline borders in MetaFrameGeometry with MetaFrameBorderJasper St. Pierre2011-08-091-47/+46
* MetaFrameBorders: Add invisible bordersJasper St. Pierre2011-08-091-1/+18
* MetaFrameBorders: Add meta_frame_borders_clearJasper St. Pierre2011-08-091-8/+3
* Replace public MetaFrameGeometry with MetaFrameBordersJasper St. Pierre2011-08-091-54/+34
* theme: Allow using custom colors from the GTK+ themeFlorian Müllner2011-07-081-1/+91
* theme: Port from GtkStateType to GtkStateFlagsFlorian Müllner2011-07-081-74/+29
* theme: Add helper functions for light/dark colorsFlorian Müllner2011-07-081-28/+40
* theme: Port from GdkColor to GdkRGBAFlorian Müllner2011-07-081-82/+50
* gradient: Port from GdkColor to GdkRGBAFlorian Müllner2011-07-081-3/+8
* theme: Do not create temporary GtkStyle objectsFlorian Müllner2011-05-181-38/+102
* theme: Get GTK+ colors from style contextFlorian Müllner2011-05-181-26/+32
* theme.c: Squash memory leakColin Walters2011-05-111-0/+2
* Move the installed includes to a subdirDan Winship2011-03-071-2/+2
* ui: Port to GtkStyleContextFlorian Müllner2011-01-131-67/+104
* theme: Add tiled_left/tiled_right frame statesFlorian Müllner2011-01-051-2/+62
* theme: Add background functions for single buttonsFlorian Müllner2011-01-051-5/+39
* buttons: Fix background functions for non-default layoutsFlorian Müllner2011-01-041-1/+100
* theme: Handle new GTK+ statesColin Walters2010-12-041-5/+13
* Export meta_frame_type_to_string()Owen W. Taylor2010-11-181-0/+8
* Add frame type for attached modal dialogsOwen W. Taylor2010-11-181-2/+9
* Remove compatibility for GTK+-2.0Florian Müllner2010-10-281-7/+3
* introspection: remove --allow-unprefixedOwen W. Taylor2010-10-231-2/+1
* Fix drawing of <arc> elementsNickolas Lloyd2010-10-111-1/+1
* Clean up antialiasing fixesOwen W. Taylor2010-10-061-24/+11
* Patch to fix theme breakage in 2.30.2; see bug 630426Brandon Wright2010-10-061-1/+17
* theme: Get rid of x/y_offset usage when drawing framesBenjamin Otte2010-09-271-18/+2
* theme: Upgrade to use Cairo for painting (changes API)Benjamin Otte2010-09-261-139/+95
* Remove NULL checks in meta_frame_layout_get_borders()Benjamin Otte2010-09-231-4/+1