summaryrefslogtreecommitdiff
path: root/src/ui
AgeCommit message (Expand)AuthorFilesLines
2019-06-05frames: Fall back to title bar if nothing else matchedVictor Kareh1-1/+4
2019-06-05theme-viewer: Fix invisible bordersVictor Kareh2-10/+11
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 Kareh3-172/+198
2019-06-05MetaFrameBorders: add invisible bordersVictor Kareh2-0/+20
2019-06-05theme: add invisible_border to metacity themeVictor Kareh1-0/+5
2019-06-05MetaFrames: factor out MetaUIFrame accessors for borders, corner radiusesVictor Kareh1-15/+38
2019-06-05frame: Add "get_corner_radiuses" chainVictor Kareh3-0/+55
2019-06-05Only shadow ARGB windows with a frame outside the frameVictor Kareh3-68/+135
2019-06-05Fix XShapeVictor Kareh1-1/+1
2019-06-05theme: Make meta_frame_draw_theme take a GtkStyleContext instead of a widgetVictor Kareh5-56/+21
2019-06-05frames: Explicitly initialize style contextsVictor Kareh1-0/+1
2019-06-05fix a crash-on-exitVictor Kareh1-0/+9
2019-06-05ui-frame: Add support for style variantsVictor Kareh2-4/+93
2019-06-05ui-frames: Delay attaching the style to new framesVictor Kareh1-1/+0
2019-06-05ui: Add meta_ui_update_frame_style()Victor Kareh3-0/+23
2019-06-05MetaFrameBorders: Add meta_frame_borders_clearVictor Kareh4-34/+10
2019-06-05Replace public MetaFrameGeometry with MetaFrameBordersVictor Kareh8-133/+96
2019-06-03alt+tab popup: bugfix mouse click handling for scale factor > 1osch1-5/+5
2019-06-03Handle mouse clicks in Alt+Tab Popuposch1-0/+40
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