summaryrefslogtreecommitdiff
path: root/src/core/frame.c
Commit message (Expand)AuthorAgeFilesLines
* core: Remove meta_frame_get_flags()Sebastian Keller2023-04-201-65/+0
* Revert "core: Avoid setting up frames on fullscreen windows"Jonas Ådahl2023-03-181-3/+0
* core: Avoid setting up frames on fullscreen windowsCarlos Garnacho2023-03-031-0/+3
* Remove support for window shadingRobert Mader2023-03-031-5/+0
* core: Update frame opaque region from _NET_WM_OPAQUE_REGION propertyCarlos Garnacho2023-01-201-1/+5
* core: Add infrastructure to keep window frames' opaque regionsCarlos Garnacho2023-01-201-0/+20
* core: Delete _MUTTER_NEEDS_FRAME property when destroying frameCarlos Garnacho2023-01-181-0/+4
* core: Wrap XMapWindow() request with error trapsCarlos Garnacho2023-01-121-0/+2
* core: Wrap an extra X11 call with error trapCarlos Garnacho2023-01-121-1/+3
* core: Add a in-tree copy of GtkBorderBilal Elmoussaoui2022-12-221-3/+3
* compositor: Opt out compositor shadows from windows with framesCarlos Garnacho2022-12-011-4/+3
* x11: Add frame synchronization to window framesCarlos Garnacho2022-12-011-3/+24
* core: Shuffle function to get description string from a frameCarlos Garnacho2022-12-011-0/+35
* x11: Integrate frames client into MutterCarlos Garnacho2022-12-011-96/+205
* core: Avoid notifying the stack manager of frame reparents during unmanagingCarlos Garnacho2022-12-011-3/+6
* Make meta_* logging utilities not require line breakJonas Ådahl2020-10-081-6/+6
* frame: Pass the frame area for get_mask()Olivier Fourdan2020-01-291-3/+4
* core: Fix multiple reparent requests handlingRémi Bernon2019-09-021-0/+2
* core: Avoid queueing a stack operation on the frame when the X11 is closingCarlos Garnacho2019-08-061-12/+18
* frame: Remove flashing supportwip/fmuellner/flash-flashFlorian Müllner2019-03-121-6/+0
* ui: Remove fallback app menuFlorian Müllner2019-01-301-4/+0
* Clean up include macros messJonas Ådahl2018-11-061-5/+7
* core: Preserve focus across decoration changesCarlos Garnacho2018-09-241-0/+12
* Rename errors.[ch] to meta-x11-errors.[ch]Armin Krezović2018-07-061-5/+5
* Move UI and key grabs to MetaX11DisplayArmin Krezović2018-07-061-2/+2
* Move stack tracking and guard_window outside of MetaScreenArmin Krezović2018-07-061-3/+3
* Move alarm and xids management to MetaX11DisplayArmin Krezović2018-07-061-3/+2
* Switch meta_error_trap functions to MetaX11DisplayArmin Krezović2018-07-061-4/+4
* Start populating MetaX11DisplayArmin Krezović2018-07-061-13/+24
* Always use the default screenJonas Ådahl2016-07-231-1/+0
* Revert "window: Remove old tiling code"Florian Müllner2016-01-101-0/+6
* Revert "frame: Don't allow resizing of edges that are constrained"Florian Müllner2016-01-101-12/+0
* frame: Don't allow resizing of edges that are constrainedJasper St. Pierre2016-01-091-0/+12
* window: Remove old tiling codeJasper St. Pierre2016-01-091-6/+0
* frame: Always use the client window's visual for our frameJasper St. Pierre2015-04-011-25/+1
* core: Unset all input events on the GDK connectionCarlos Garnacho2015-03-141-0/+3
* frame: Don't redraw immediately when we resizeJasper St. Pierre2015-01-301-9/+0
* frames: Clutterify frame event handlingJasper St. Pierre2015-01-191-16/+16
* frames: Give Havoc and Owen a heart attackJasper St. Pierre2015-01-011-0/+1
* frames: We don't need to pass in the frame rect to get_bounds eitherJasper St. Pierre2015-01-011-1/+1
* frames: Don't pass the frame rect into get_maskJasper St. Pierre2015-01-011-1/+1
* frame: Start converting over to direct usage of MetaUIFrameJasper St. Pierre2014-12-311-20/+10
* frame: Put a MetaUIFrame* in our MetaFrameJasper St. Pierre2014-12-311-9/+11
* Only poke the frames UI code from inside frame.cJasper St. Pierre2014-12-311-6/+15
* frame: Remove extra argument from sync_to_windowJasper St. Pierre2014-12-311-2/+0
* Replace MetaStackWindow with a 64-bit "stack ID"Owen W. Taylor2014-09-121-10/+3
* ui: always set the frame background to NoneGiovanni Campagna2014-07-311-13/+0
* frame: Only XSync when we're on the X11 compositor backendJasper St. Pierre2014-07-101-4/+11
* frame: Don't select for core events on the frame windowJasper St. Pierre2014-07-071-5/+1
* frame: Only select for ButtonPress/Release/Motion/CrossingCarlos Garnacho2014-07-071-0/+13