Age | Commit message (Expand) | Author | Files | Lines |
2019-06-05 | frames: Fall back to title bar if nothing else matched | Victor Kareh | 1 | -1/+4 |
2019-06-05 | theme-viewer: Fix invisible borders | Victor Kareh | 2 | -10/+11 |
2019-06-05 | theme: don't add invisible borders for windows that can't be resized | Victor Kareh | 1 | -7/+14 |
2019-06-05 | theme: Don't add any bottom border to shaded windows | Victor Kareh | 1 | -4/+4 |
2019-06-05 | ui: Replace inline borders in MetaFrameGeometry with MetaFrameBorder | Victor Kareh | 3 | -172/+198 |
2019-06-05 | MetaFrameBorders: add invisible borders | Victor Kareh | 2 | -0/+20 |
2019-06-05 | theme: add invisible_border to metacity theme | Victor Kareh | 1 | -0/+5 |
2019-06-05 | MetaFrames: factor out MetaUIFrame accessors for borders, corner radiuses | Victor Kareh | 1 | -15/+38 |
2019-06-05 | frame: Add "get_corner_radiuses" chain | Victor Kareh | 3 | -0/+55 |
2019-06-05 | Only shadow ARGB windows with a frame outside the frame | Victor Kareh | 3 | -68/+135 |
2019-06-05 | Fix XShape | Victor Kareh | 1 | -1/+1 |
2019-06-05 | theme: Make meta_frame_draw_theme take a GtkStyleContext instead of a widget | Victor Kareh | 5 | -56/+21 |
2019-06-05 | frames: Explicitly initialize style contexts | Victor Kareh | 1 | -0/+1 |
2019-06-05 | fix a crash-on-exit | Victor Kareh | 1 | -0/+9 |
2019-06-05 | ui-frame: Add support for style variants | Victor Kareh | 2 | -4/+93 |
2019-06-05 | ui-frames: Delay attaching the style to new frames | Victor Kareh | 1 | -1/+0 |
2019-06-05 | ui: Add meta_ui_update_frame_style() | Victor Kareh | 3 | -0/+23 |
2019-06-05 | MetaFrameBorders: Add meta_frame_borders_clear | Victor Kareh | 4 | -34/+10 |
2019-06-05 | Replace public MetaFrameGeometry with MetaFrameBorders | Victor Kareh | 8 | -133/+96 |
2019-06-03 | alt+tab popup: bugfix mouse click handling for scale factor > 1 | osch | 1 | -5/+5 |
2019-06-03 | Handle mouse clicks in Alt+Tab Popup | osch | 1 | -0/+40 |
2019-06-03 | Allow use of up/down arrow keys in alt+tab popup | osch | 1 | -2/+51 |
2019-06-01 | libmetacity: use cairo to render gradient | Victor Kareh | 2 | -58/+99 |
2019-06-01 | gradient: sync code with mutter before it was removed | Victor Kareh | 2 | -225/+280 |
2019-04-23 | ui: always set the frame background to None | Giovanni Campagna | 3 | -136/+12 |
2019-04-23 | theme-viewer: avoid deprecated gtk_widget_override_background_color | Alberts Muktupavels | 1 | -3/+23 |
2019-04-23 | reload icons if icon size preference changed | osch | 1 | -3/+6 |
2019-04-23 | make icon size configurable | osch | 2 | -3/+3 |
2019-04-15 | Remove unnecessary GClosureNotify methods | rbuj | 1 | -17/+2 |
2019-04-08 | Remove GDestroyNotify function cast for g_object_unref | rbuj | 1 | -1/+1 |
2019-03-28 | Fix -Werror=cast-function-type | rbuj | 2 | -6/+25 |
2019-03-28 | Improve performance by removing unused assignments | rbuj | 3 | -11/+5 |
2019-03-10 | frames: avoid deprecated 'gtk_widget_set_double_buffered' | Pablo Barciela | 1 | -6/+17 |
2019-01-31 | screen: Remove get_current_monitor in favor of get_current_xinerama | Victor Kareh | 1 | -14/+4 |
2019-01-31 | Increase icon size on tab and workspace popups | Victor Kareh | 3 | -33/+47 |
2019-01-06 | frames.c: drop unused variables | Pablo Barciela | 1 | -3/+0 |
2018-08-29 | theme: revert theme format version 3.6 | Alberts Muktupāvels | 1 | -3/+1 |
2018-08-28 | Convert frame region handling to cairo regions | Owen W. Taylor | 1 | -43/+79 |
2018-08-28 | theme: add invisible_border to metacity theme | Alberts Muktupāvels | 3 | -1/+11 |
2018-08-28 | add support for app-menu button in theme | Alberts Muktupāvels | 5 | -3/+56 |
2018-08-28 | theme: replace mutter/metacity with marco | Victor Kareh | 3 | -3/+3 |
2018-08-28 | theme: Replace char array element comparisons with strncmp | Jasper St. Pierre | 1 | -19/+7 |
2018-08-28 | tabpopup.c: improve | Victor Kareh | 1 | -32/+29 |
2018-08-28 | theme: Allow disabling fallback colors in gtk:custom() | Florian Müllner | 1 | -4/+20 |
2018-08-28 | theme: Allow using custom colors from the GTK+ theme | Florian Müllner | 3 | -2/+96 |
2018-08-28 | theme: Add background functions for single buttons | Florian Müllner | 3 | -22/+47 |
2018-08-28 | theme-parser: Use peek_required_version() for validation | Florian Müllner | 1 | -3/+5 |
2018-08-28 | Add frame type for attached modal dialogs | Owen W. Taylor | 3 | -4/+19 |
2018-08-28 | Allow a theme to specify ellipsize width for a title | Owen W. Taylor | 4 | -3/+56 |
2018-08-28 | Add frame_x_center/frame_y_center variables for themes | Owen W. Taylor | 3 | -1/+19 |