summaryrefslogtreecommitdiff
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
* frames: Add basic color-scheme supportFlorian Müllner2022-07-292-3/+33
* window: Move icon management to X11 implementationJonas Ådahl2022-02-071-1/+1
* core: Drop META_GRAB_OP_COMPOSITORCarlos Garnacho2022-01-291-5/+1
* frames: Keep accounting of double clicks in placeCarlos Garnacho2021-10-292-3/+42
* main: Move rect related macro to util-private.hJonas Ådahl2021-05-171-1/+0
* frame: Fix crash when clicking below titlebar with broken gtk themesSebastian Keller2021-03-081-0/+9
* frames: Consider events on fullscreen windows to be on the client areaSebastian Keller2021-01-281-0/+3
* Make meta_* logging utilities not require line breakJonas Ådahl2020-10-082-4/+4
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-291-1/+1
* cleanup: Remove duplicate semicolons in C codeOlivier Fourdan2020-07-281-1/+1
* window/x11: Use G_DECLARE_DERIVABLE_TYPE()Jonas Ådahl2020-04-161-6/+10
* frame: Pass the frame area for get_mask()Olivier Fourdan2020-01-292-10/+9
* frames: Freeze Xwayland commits until repaintedOlivier Fourdan2020-01-162-0/+17
* theme: Plug GdkPixbuf leakSebastian Keller2020-01-061-1/+1
* theme: Plug GtkIconInfo leakSebastian Keller2020-01-061-1/+1
* meta: Move private defines to a private headerCarlos Garnacho2019-10-151-0/+1
* x11/window-controls: Pass around MetaX11Display directlyJonas Ådahl2019-10-153-65/+62
* core/core: Rename and move to x11/meta-x11-window-controlJonas Ådahl2019-10-152-2/+2
* core/core: Remove meta_retheme_all() helperJonas Ådahl2019-10-151-1/+1
* meta: Add META namespace to macrosRobert Mader2019-10-141-6/+6
* cleanup: Don't use g_memmove()Florian Müllner2019-07-181-2/+2
* theme: Remove DEBUG_FILL_STRUCTMarco Trevisan (Treviño)2019-05-271-4/+0
* frame: Remove flashing supportwip/fmuellner/flash-flashFlorian Müllner2019-03-121-2/+0
* Use a consistent style for enum bracesNiels De Graef2019-02-281-1/+2
* ui: Remove fallback app menuFlorian Müllner2019-01-304-42/+3
* Fix builds with G_DISABLE_ASSERTFlorian Müllner2019-01-251-0/+3
* meta: Hide libmutter symbols by default and selectively export themMarco Trevisan (Treviño)2019-01-231-1/+3
* theme: Drop gtk_css_provider_get_default()Georges Basile Stavracas Neto2018-11-081-4/+18
* Clean up include macros messJonas Ådahl2018-11-066-41/+47
* Split GDK initialization from MetaUIArmin Krezović2018-07-062-51/+12
* frames: Allow for unknown mouse buttonsOlivier Fourdan2018-05-251-4/+11
* frames: Handle touch eventswip/carlosg/touch-on-framesCarlos Garnacho2018-05-142-29/+137
* frames: Make 1st button/motion handlers take generic eventsCarlos Garnacho2018-05-141-51/+77
* theme, frames: Use surface device scale instead of cairo_scaleMarco Trevisan (Treviño)2018-04-202-4/+22
* theme: Scale titlebar spacing when computing xMarco Trevisan (Treviño)2018-04-031-1/+1
* theme: add ".appmenu" class to the appmenu buttonMarco Trevisan (Treviño)2018-04-031-0/+2
* theme: Fix icon scalingEgmont Koblinger2018-03-031-4/+4
* window: Allow resizing of tiled windowsFlorian Müllner2017-10-031-2/+5
* frames: use correct variable in for loop assignmentShantanu Goel2017-04-041-1/+1
* ui/frames: Simplify client area control computationRui Matos2017-03-021-16/+3
* Always use the default screenJonas Ådahl2016-07-234-19/+12
* ui/frames: Drop the current grab info on button releaseRui Matos2016-06-231-0/+1
* frames: "Initialize" frame backgroundFlorian Müllner2016-06-231-0/+7
* frames: Don't clip out "invisible" parts of framesFlorian Müllner2016-06-231-10/+10
* theme: set RTL/LTR flags on the style contextCosimo Cecchi2016-04-091-0/+14
* theme: Take invisible borders required by the theme into accountFlorian Müllner2016-02-042-4/+18
* theme: Update style context hierarchy (again)Florian Müllner2016-02-043-3/+13
* frames: don't force dark theme to all windowsAlberts Muktupāvels2016-02-041-8/+4
* frames: default theme variant now is set as empty stringAlberts Muktupāvels2016-02-041-1/+1
* theme: Support margins on titlebar title/buttonsFlorian Müllner2016-01-212-3/+34