summaryrefslogtreecommitdiff
path: root/src/core/frame.c
Commit message (Expand)AuthorAgeFilesLines
* WIPwip/nielsdg/uncrustify-testNiels De Graef2018-11-191-19/+23
* 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
* frame: Don't reset window->rectJasper St. Pierre2014-05-281-5/+2
* window: Refactor all move/resize operations to be in frame rect spaceJasper St. Pierre2014-05-271-1/+1
* Add support for app-menu button in window decorationsFlorian Müllner2014-05-271-0/+4
* frame: Make sure to XSync before grabbing keybindingsJasper St. Pierre2014-05-211-2/+7
* Remove trailing whitespaceJasper St. Pierre2014-05-021-28/+28
* display: Remove the RENDER extension requirementJasper St. Pierre2014-04-221-2/+0
* window: Kill off the rest of colormapsJasper St. Pierre2014-03-201-2/+1
* Always map the client and frame windowsJasper St. Pierre2014-02-141-1/+2
* Revert unintentional merge from wip/surface-content to waylandJasper St. Pierre2014-01-221-2/+1
* Always map the client and frame windowsJasper St. Pierre2014-01-211-1/+2
* Changed obsolete FSF postal address into generic URL.Andika Triwidada2014-01-131-3/+1
* frame: remove unnecessary server grabDaniel Drake2014-01-071-13/+0
* MetaFrame: Cache bordersOwen W. Taylor2013-11-191-3/+18
* Add support for stacking X and Wayland windows togetherRobert Bragg2013-08-101-3/+10
* Let the UI layer (via the core) construct the frame maskSimon McVittie2013-04-171-13/+8
* Simplify the frame testing logic in callers to grab bordersJasper St. Pierre2012-03-171-3/+8
* frame: Make sure to offset by invisible borders when unmanaging windowsJasper St. Pierre2011-10-171-2/+5
* frame: destroy window->frame_bounds when destroying the frameRui Matos2011-10-041-0/+5
* frame: Add "get_corner_radiuses" chainJasper St. Pierre2011-08-241-0/+13
* MetaFrameBorders: Add invisible bordersJasper St. Pierre2011-08-091-4/+4