summaryrefslogtreecommitdiff
path: root/src/ui
AgeCommit message (Expand)AuthorFilesLines
2019-06-03Allow use of up/down arrow keys in alt+tab popuposch1-2/+51
2019-06-01libmetacity: use cairo to render gradientVictor Kareh2-58/+99
2019-06-01gradient: sync code with mutter before it was removedVictor Kareh2-225/+280
2019-04-23ui: always set the frame background to NoneGiovanni Campagna3-136/+12
2019-04-23theme-viewer: avoid deprecated gtk_widget_override_background_colorAlberts Muktupavels1-3/+23
2019-04-23reload icons if icon size preference changedosch1-3/+6
2019-04-23make icon size configurableosch2-3/+3
2019-04-15Remove unnecessary GClosureNotify methodsrbuj1-17/+2
2019-04-08Remove GDestroyNotify function cast for g_object_unrefrbuj1-1/+1
2019-03-28Fix -Werror=cast-function-typerbuj2-6/+25
2019-03-28Improve performance by removing unused assignmentsrbuj3-11/+5
2019-03-10frames: avoid deprecated 'gtk_widget_set_double_buffered'Pablo Barciela1-6/+17
2019-01-31screen: Remove get_current_monitor in favor of get_current_xineramaVictor Kareh1-14/+4
2019-01-31Increase icon size on tab and workspace popupsVictor Kareh3-33/+47
2019-01-06frames.c: drop unused variablesPablo Barciela1-3/+0
2018-08-29theme: revert theme format version 3.6Alberts Muktupāvels1-3/+1
2018-08-28Convert frame region handling to cairo regionsOwen W. Taylor1-43/+79
2018-08-28theme: add invisible_border to metacity themeAlberts Muktupāvels3-1/+11
2018-08-28add support for app-menu button in themeAlberts Muktupāvels5-3/+56
2018-08-28theme: replace mutter/metacity with marcoVictor Kareh3-3/+3
2018-08-28theme: Replace char array element comparisons with strncmpJasper St. Pierre1-19/+7
2018-08-28tabpopup.c: improveVictor Kareh1-32/+29
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üllner3-2/+96
2018-08-28theme: Add background functions for single buttonsFlorian Müllner3-22/+47
2018-08-28theme-parser: Use peek_required_version() for validationFlorian Müllner1-3/+5
2018-08-28Add frame type for attached modal dialogsOwen W. Taylor3-4/+19
2018-08-28Allow a theme to specify ellipsize width for a titleOwen W. Taylor4-3/+56
2018-08-28Add frame_x_center/frame_y_center variables for themesOwen W. Taylor3-1/+19
2018-08-28metacity-theme-3.xml: Add a flexible version mechanismOwen W. Taylor2-30/+246
2018-08-28theme-parser: Remove unused defineVictor Kareh1-19/+1
2018-04-29Correct resize popup position on HiDPI displaysVictor Kareh1-0/+8
2018-04-25Fix frame geometry to avoid stuck resize cursorVictor Kareh1-5/+0
2018-03-22Use frame window to determine scaleVictor Kareh1-1/+1
2018-03-22Support HiDPI window decorationsVictor Kareh5-49/+96
2018-02-16avoid deprecated GtkButton:use-stockPablo Barciela1-5/+2
2018-02-15avoid deprecated GtkStockPablo Barciela1-1/+6
2018-01-28require GTK+ 3.22 and GLib 2.50monsta4-43/+1
2017-12-20WidthOfScreen and HeightOfScreen implementationPablo Barciela2-9/+5
2017-08-22gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker1-0/+9
2017-08-18avoid deprecated gdk_screen_width/heightZenWalker1-2/+6
2017-08-18avoid deprecated gdk_screen_get_widthZenWalker1-1/+3
2017-08-11Forces a window scale of 1 for the window manager, instead of using the defau...Martin Wimpress1-0/+5
2017-07-29avoid deprecated gdk_display_get_screenZenWalker8-26/+15
2017-07-15avoid deprecated gdk_screen_get_numberZenWalker1-1/+1
2017-06-27ui: Fix invalid object construction in framesIkey Doherty1-4/+0
2017-04-23ui: avoid deprecated GdkDeviceManagerAlberts Muktupāvels1-0/+9
2017-04-23tile-preview: avoid a deprecation warningAlberts Muktupāvels1-3/+4
2017-02-07theme-viewer: don't use deprecated gtk_widget_override_fontraveit651-1/+23
2017-02-07theme-viewer: don't use deprecated GtkAlignmentraveit651-17/+10