summaryrefslogtreecommitdiff
path: root/src/ui/theme.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-11Fix some -Wfloat-conversion warningsrbuj1-11/+13
2022-02-13Remove TRUE, FALSE from if statementrbuj1-6/+3
2022-01-30theme: fix memory leakrbuj1-1/+0
2021-03-06i18n: Use glib's gettext support macrosrbuj1-0/+2
2020-09-01theme: macro "ALPHA_TO_UCHAR" is not usedrbuj1-2/+0
2020-08-04Remove multiple empty linesrbuj1-4/+0
2020-08-04Remove trailing spaces/tabsrbuj1-1/+1
2020-02-21theme: avoid deprecated g_memmovercaridade1451-3/+3
2019-12-05theme.c: Fix window control hidpi rendering for all themes.Michael Webster1-3/+15
2019-10-07theme: Render window control buttons and icons as surfacesVictor Kareh1-24/+290
2019-06-05theme: Fix window state when tiling from maximizedVictor Kareh1-0/+2
2019-06-05theme: fix warningVictor Kareh1-0/+1
2019-06-05theme: don't add invisible borders for windows that can't be resizedVictor Kareh1-7/+14
2019-06-05theme: Don't add any bottom border to shaded windowsVictor Kareh1-4/+4
2019-06-05ui: Replace inline borders in MetaFrameGeometry with MetaFrameBorderVictor Kareh1-46/+46
2019-06-05MetaFrameBorders: add invisible bordersVictor Kareh1-0/+10
2019-06-05theme: add invisible_border to metacity themeVictor Kareh1-0/+5
2019-06-05theme: Make meta_frame_draw_theme take a GtkStyleContext instead of a widgetVictor Kareh1-37/+13
2019-06-05MetaFrameBorders: Add meta_frame_borders_clearVictor Kareh1-13/+3
2019-06-05Replace public MetaFrameGeometry with MetaFrameBordersVictor Kareh1-52/+31
2019-06-01libmetacity: use cairo to render gradientVictor Kareh1-54/+91
2019-04-08Remove GDestroyNotify function cast for g_object_unrefrbuj1-1/+1
2019-03-28Improve performance by removing unused assignmentsrbuj1-5/+3
2019-01-31Increase icon size on tab and workspace popupsVictor Kareh1-1/+5
2018-08-28theme: add invisible_border to metacity themeAlberts Muktupāvels1-0/+5
2018-08-28add support for app-menu button in themeAlberts Muktupāvels1-2/+27
2018-08-28theme: replace mutter/metacity with marcoVictor Kareh1-1/+1
2018-08-28theme: Replace char array element comparisons with strncmpJasper St. Pierre1-19/+7
2018-08-28theme: Allow disabling fallback colors in gtk:custom()Florian Müllner1-4/+20
2018-08-28theme: Allow using custom colors from the GTK+ themeFlorian Müllner1-1/+90
2018-08-28theme: Add background functions for single buttonsFlorian Müllner1-18/+41
2018-08-28Add frame type for attached modal dialogsOwen W. Taylor1-2/+9
2018-08-28Allow a theme to specify ellipsize width for a titleOwen W. Taylor1-3/+40
2018-08-28Add frame_x_center/frame_y_center variables for themesOwen W. Taylor1-0/+14
2018-08-28metacity-theme-3.xml: Add a flexible version mechanismOwen W. Taylor1-3/+3
2016-10-15move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-627/+0
2015-11-20Gtk3: fix colorsBalló György1-0/+4
2015-09-24gtk3: fix assertion 'gtk_widget_get_realized (widget)' failedDenis Gorodnichev1-0/+2
2015-09-14theme: Rename button_rect() to get_button_rect()Florian Müllner1-6/+6
2015-09-14Clean up antialiasing fixesOwen W. Taylor1-24/+11
2015-08-20Gtk3: Fix background colorinfirit1-10/+71
2015-07-17theme: Remove outdated assertionYaakov Selkowitz1-1/+0
2014-11-25merge metacity(gtk3) changesDenis Gorodnichev1-151/+360
2014-11-18Add missing ';'Stefano Karapetsas1-1/+1
2014-11-12buttons: Fix background functions for non-default layoutsinfirit1-2/+103
2014-11-12Fix drawing of <arc> elementsinfirit1-1/+1
2014-10-27Rework tiling code based off Consortiuminfirit1-2/+61
2014-06-26Remove all trailing whitespaces in the code treeJoaquín Ignacio Aramendía1-7/+7
2014-04-23GTK3 fixesStefano Karapetsas1-0/+4
2014-04-23GTK3 fixesStefano Karapetsas1-2/+31