summaryrefslogtreecommitdiff
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
* 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
* theme: Consider minimum sizesFlorian Müllner2016-01-212-4/+29
* Revert "frame: Don't allow resizing of edges that are constrained"Florian Müllner2016-01-101-8/+5
* frame: Don't allow resizing of edges that are constrainedJasper St. Pierre2016-01-091-5/+8
* ui/frames: Don't focus if the button press is on the client areaRui Matos2016-01-051-5/+4
* theme: Shut up some GTK+ warningsFlorian Müllner2015-11-241-2/+3
* theme: Update style hierarchy (again)Florian Müllner2015-11-121-6/+4
* theme: Set object-name on style contextsFlorian Müllner2015-10-271-0/+9
* theme: Complete removal of "fringe" titlebar button supportFlorian Müllner2015-10-164-176/+3
* theme: Reset button style state when done drawingFlorian Müllner2015-10-161-0/+1
* theme: Stop hiding titlebar buttons in dialogsFlorian Müllner2015-10-071-2/+0
* frames: handle META_FRAME_CONTROL_NONE on left clickMarek Chalupa2015-07-151-0/+5
* theme: Fix C++-ismJasper St. Pierre2015-07-011-1/+1
* prevent duplicate declaration of MetaUIFrameJasper Lievisse Adriaanse2015-06-261-2/+1
* theme: Make sure to clear the entirety of buttons properlyJasper St. Pierre2015-06-231-1/+1
* theme: Scale window decorations on HiDPI displaysFlorian Müllner2015-03-173-30/+84
* ui: Remove device events from X11 maskJasper St. Pierre2015-03-131-7/+1
* ui: Fix undefined variable warningJasper St. Pierre2015-03-131-0/+1
* theme: Stop clipping titlebar buttonsFlorian Müllner2015-03-111-3/+1
* frames: Refactor out another inner switchJasper St. Pierre2015-03-081-40/+30
* frames: Refactor control handling with a switch statementJasper St. Pierre2015-03-081-71/+75