summaryrefslogtreecommitdiff
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
* ui: Add meta_ui_update_frame_style()Florian Müllner2014-10-083-0/+24
* add support for app-menu button in themeAlberts Muktupāvels2014-10-075-3/+56
* remove trailing whitespaceAlberts Muktupāvels2014-10-0526-958/+958
* theme: replace MUTTER with METACITYAlberts Muktupāvels2014-10-041-1/+1
* resizepopup.c: don't use deprecated GtkMiscAlberts Muktupāvels2014-10-041-1/+5
* fixedtip.c: don't use deprecated GtkMiscAlberts Muktupāvels2014-10-041-1/+2
* tabpopup.c: don't use deprecated GtkMiscAlberts Muktupāvels2014-10-041-3/+1
* select-workspace.c: updateAlberts Muktupāvels2014-10-043-109/+108
* tabpopup.c: split out MetaSelectWorkspaceAlberts Muktupāvels2014-10-043-192/+252
* select-image.c: don't use deprecated GtkMiscAlberts Muktupāvels2014-10-043-116/+106
* tabpopup.c: split out MetaSelectImageAlberts Muktupāvels2014-10-043-114/+173
* tabpopup.c: don't use deprecated GtkAlignmentAlberts Muktupāvels2014-10-041-8/+2
* tabpopup.c: don't show shadow for outline windowAlberts Muktupāvels2014-10-041-0/+5
* Revert "tabpopup.c: don't show shadow for outline window"Alberts Muktupāvels2014-10-041-16/+0
* frames: Hackily adapt to GTK+ drawing changesJasper St. Pierre2014-10-041-6/+18
* theme: Also support alpha values in blend/shade functionsFlorian Müllner2014-09-281-0/+2
* theme: Replace char array element comparisons with strncmpJasper St. Pierre2014-09-281-19/+7
* theme: Allow disabling fallback colors in gtk:custom()Florian Müllner2014-09-281-4/+20
* MetaFrameBorders: Add meta_frame_borders_clearJasper St. Pierre2014-09-284-34/+16
* Replace public MetaFrameGeometry with MetaFrameBordersJasper St. Pierre2014-09-288-131/+97
* Clean up antialiasing fixesOwen W. Taylor2014-09-281-24/+11
* Make sure to always call va_endJasper St. Pierre2014-09-271-1/+5
* theme-parser: Look for themes in XDG_USER_DATA_DIR, not in ~/.themesJasper St. Pierre2014-09-271-4/+4
* theme: Allow using custom colors from the GTK+ themeFlorian Müllner2014-09-273-3/+97
* theme: Add background functions for single buttonsFlorian Müllner2014-09-273-23/+50
* theme-parser: Use peek_required_version() for validationFlorian Müllner2014-09-271-3/+5
* Add frame type for attached modal dialogsOwen W. Taylor2014-09-273-6/+21
* Allow a theme to specify ellipsize width for a titleOwen W. Taylor2014-09-274-3/+56
* Add frame_x_center/frame_y_center variables for themesOwen W. Taylor2014-09-273-1/+19
* metacity-theme-3.xml: Add a flexible version mechanismOwen W. Taylor2014-09-272-27/+243
* Clean up code to find themesOwen W. Taylor2014-09-271-177/+124
* theme-viewer: stop using gtk_misc_set_alignmentAlberts Muktupāvels2014-08-251-2/+4
* theme: fix button backgroundAlberts Muktupāvels2014-06-092-26/+27
* tabpopup.c: don't show shadow for outline windowAlberts Muktupāvels2014-06-091-0/+16
* Partially revert 'tabpopup.c: improve'Alberts Muktupāvels2014-06-091-0/+9
* tile-preview: updated FSF's addressAlberts Muktupāvels2014-06-081-3/+1
* tabpopup.c: improveAlberts Muktupāvels2014-06-081-41/+31
* tile-preview.c: fix deprecated warningsAlberts Muktupāvels2014-06-061-37/+37
* Add side-by-side tilingAlberts Muktupāvels2014-06-064-2/+358
* theme-viewer.c: fix deprecated warningsAlberts Muktupāvels2014-06-041-83/+117
* remove METACITY_STOCK_* and related thingsAlberts Muktupāvels2014-06-042-50/+0
* menu.c: fix deprecated warningsAlberts Muktupāvels2014-06-041-14/+3
* Add UXD shadows and bordersAlberts Muktupāvels2014-06-043-0/+264
* Update previous commit for gtk+-3Alberts Muktupāvels2014-06-041-11/+13
* Cut with fading the Bar title when it's longer than the decoration barMarco Trevisan (Treviño)2014-06-041-0/+27
* frames.c: don't try to remove source that does not existAlberts Muktupāvels2014-06-031-0/+2
* fixedtip: remove unused function parameterAlberts Muktupāvels2014-06-033-5/+3
* More fixes from mutterAlberts Muktupāvels2014-06-036-132/+77
* Fix some deprecated warningsAlberts Muktupāvels2014-06-035-77/+65
* Build with gtk+-3.0Alberts Muktupāvels2014-06-0317-1817/+997