summaryrefslogtreecommitdiff
path: root/src/ui
AgeCommit message (Expand)AuthorFilesLines
2023-08-17ui/frames: check that compositing is not only requested, but also available.Mihai Moldovan3-17/+24
2022-08-15ui: avoid 'g_object_unref (NULL)'rbuj1-3/+5
2022-03-11Fix some -Wfloat-conversion warningsrbuj3-34/+41
2022-02-13Remove TRUE, FALSE from if statementrbuj1-6/+3
2022-01-30theme-viewer: use GTK_STYLE_PROPERTY_FONTrbuj1-2/+6
2022-01-30theme: fix memory leakrbuj1-1/+0
2022-01-27Fix implicit conversion changes signedness: 'gboolean' to 'guint'rbuj1-2/+2
2021-07-09tabpopup: fix cairo surface leakFaidon Liambotis1-1/+7
2021-06-04iconcache: Use GDesktopAppInfo to find correct application iconsVictor Kareh1-0/+74
2021-03-29warning: declaration of a variable shadows a previous localrbuj1-3/+4
2021-03-13frames: Unused static functions 'get_client_region', 'get_frame_region'rbuj1-0/+2
2021-03-06i18n: Use glib's gettext support macrosrbuj7-5/+15
2020-09-05Do not call cairo paint on generate_pixmaps.rcaridade1451-2/+0
2020-09-01theme: macro "ALPHA_TO_UCHAR" is not usedrbuj1-2/+0
2020-08-04Remove multiple empty linesrbuj16-39/+0
2020-08-04Remove trailing spaces/tabsrbuj2-5/+5
2020-06-16Remove enum conversion warningsrbuj3-5/+5
2020-05-27In the pop-up workspace switcher, show the selected workspace withWilliam Bader1-1/+10
2020-02-21theme: avoid deprecated g_memmovercaridade1451-3/+3
2020-02-21frames: don't bother painting the backgroundrcaridade1451-23/+0
2019-12-05theme.c: Fix window control hidpi rendering for all themes.Michael Webster1-3/+15
2019-10-27tabpopup: Fix deprecation warningsVictor Kareh1-26/+38
2019-10-27tabpopup: Make workspaces compatible with OSD popupVictor Kareh2-25/+23
2019-10-27tabpopup: Render window thumbnail as cairo surfaceVictor Kareh1-10/+20
2019-10-27tabpopup: Draw transparent OSD-style popupsVictor Kareh1-56/+89
2019-10-07theme: Render window control buttons and icons as surfacesVictor Kareh2-24/+291
2019-09-19Remove warning: format not a string literal, argument types not checkedrbuj1-7/+1
2019-08-10frames: bump priority of style providersmonsta1-1/+1
2019-08-10frames: apply modified hack from Mutter/Metacitymonsta3-27/+25
2019-08-10frames: avoid infinite loop on the variants GListmonsta1-4/+4
2019-08-10frames: use style_updated instead of style_setmonsta1-6/+4
2019-06-07Make alt+tab max columns configurable and consider window label widthosch1-13/+43
2019-06-05theme: Fix window state when tiling from maximizedVictor Kareh1-0/+2
2019-06-05frames: include invisible area in cacheVictor Kareh1-11/+11
2019-06-05frames: Rename layout to text_layoutVictor Kareh2-25/+19
2019-06-05theme: fix warningVictor Kareh1-0/+1
2019-06-05frames: again change meta_frames_applet_shapesVictor Kareh2-64/+29
2019-06-05Fix scaling overcorrection when caching frame bordersVictor Kareh1-18/+16
2019-06-05frames: apply shapes in different wayVictor Kareh2-4/+53
2019-06-05frames: add dest_kind to apply_cairo_region_to_windowVictor Kareh1-3/+4
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