summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: Add AC_GNU_SOURCEJonas Ådahl2016-07-203-4/+0
* Make mutter manage its own clutter backendsJonas Ådahl2016-07-202-5/+34
* window: Stop updating layers on focus changesRui Matos2016-07-061-6/+0
* core: Remove META_LAYER_FULLSCREENRui Matos2016-07-062-43/+3
* window: Do not try to focus O-R windows in focus-follow-mouseOlivier Fourdan2016-07-061-0/+3
* Fix string format in startup notification to be a gint64Luca Bruno2016-07-041-1/+1
* Improve handling of tracking the old focused window during restartOwen W. Taylor2016-06-291-37/+19
* compositor: Handle GL video memory purged errorsRui Matos2016-06-271-0/+9
* restart: Make meta_restart() work without a messageRui Matos2016-06-271-2/+2
* window: Don't create invalid UTF-8 window description stringsRui Matos2016-06-071-4/+10
* stack: Don't add wayland windows to _NET_CLIENT_LISTRui Matos2016-05-121-22/+18
* stack: Stack both wayland and X hidden windows below the guard windowRui Matos2016-05-121-8/+7
* wayland: don't send notify when window is being unmanagedMarek Chalupa2016-05-121-2/+1
* keybindings: Avoid using unitialized memory and grabbing random keysRui Matos2016-05-122-3/+11
* core: fix build without waylandVictor Toso2016-05-121-0/+2
* core: Update tablet cursorsCarlos Garnacho2016-05-031-2/+14
* MetaWindow: Make buffer_rect and rect share coordinate spaceJonas Ådahl2016-05-011-2/+4
* keybindings: Keep virtual modifier masks aroundRui Matos2016-04-192-5/+15
* keybindings: Fix keyboard move/resize on WaylandOlivier Fourdan2016-04-191-36/+14
* stack: Fix 32-bit issuesJasper St. Pierre2016-04-081-2/+3
* wayland: Move buffer use count to MetaWaylandSurfaceJonas Ådahl2016-03-291-2/+2
* bell: Fallback to fullscreen flash if no window was passedJonas Ådahl2016-03-211-1/+3
* display: Fix typoFlorian Müllner2016-03-111-1/+1
* Handle meta_screen_get_monitor_for_point() returning NULLRui Matos2016-03-101-1/+2
* bell: Flash whole window if the window had no frameJonas Ådahl2016-03-101-1/+8
* bell: Let the X11 caller deal with the X11 fallbackJonas Ådahl2016-03-102-27/+11
* startup-notification: Ensure provided timestamp is always a 64 bit integerJonas Ådahl2016-03-071-2/+5
* MetaLater: Invoke later callbacks queued by earlier onesJonas Ådahl2016-02-261-35/+68
* Add --nested command line argumentJonas Ådahl2016-02-221-7/+23
* core: Refactor startup notification into a separate objectCarlos Garnacho2016-02-196-280/+837
* window: check for possible loop in transientsOlivier Fourdan2016-02-181-0/+21
* MetaBorder: Use float constants and functions instead of double variantsJonas Ådahl2016-02-161-1/+1
* Move out generic math parts out of the native barrier implementationJonas Ådahl2016-02-162-0/+238
* Revert "window: Remove old tiling code"Florian Müllner2016-01-1010-31/+521
* Revert "Add "size states" which save window size information"Florian Müllner2016-01-102-163/+129
* Revert "window: Add new tiling code"Florian Müllner2016-01-106-330/+55
* 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: Add new tiling codeJasper St. Pierre2016-01-096-55/+330
* Add "size states" which save window size informationJasper St. Pierre2016-01-092-129/+163
* window: Remove old tiling codeJasper St. Pierre2016-01-0910-521/+31
* window: Re-evaluate window visibility when making it transientRui Matos2016-01-061-1/+1
* window: Focus windows on button press regardless of modifier stateRui Matos2016-01-051-16/+16
* window: Remove a spurious meta_verbose()Rui Matos2016-01-051-3/+0
* window: Update the stack after setting the transient_for fieldJonas Ådahl2015-12-231-4/+4
* window: Allow minimizing windows which don't advertise support for itJasper St. Pierre2015-12-051-0/+5
* core: Unset "pointer emulating" sequence lazilyCarlos Garnacho2015-12-041-9/+19
* core: Make meta_window_handle_ungrabbed_event() touch-awareCarlos Garnacho2015-11-251-21/+37
* window: do not force placing window if it is not mappedMarek Chalupa2015-11-161-1/+3
* core: start as wayland display server when XDG_SESSION_TYPE=waylandRay Strode2015-11-091-2/+80