summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Always use the default screenJonas Ådahl2016-07-237-27/+22
* core: Add special case for the pad OSD in event handlingCarlos Garnacho2016-07-221-0/+6
* core: Add meta_display_request_pad_osd() functionCarlos Garnacho2016-07-222-2/+67
* core: Add MetaDisplay:show-pad-osd signalCarlos Garnacho2016-07-221-0/+20
* core: Add public MetaDisplay functions to get action labels for pad buttonsCarlos Garnacho2016-07-221-0/+50
* Throw an error in case of unsupported session typeJouke Witteveen2016-07-221-33/+54
* main: Fix compilation with wayland disabledJonas Ådahl2016-07-211-0/+2
* meta/boxes: typedef cairo_rectangle_int_t MetaRectangleRui Matos2016-07-202-13/+0
* Revert "main: Add --x11 command line argument"Jonas Ådahl2016-07-201-24/+3
* Introduce regional stage renderingJonas Ådahl2016-07-202-0/+13
* main: Add --x11 command line argumentJonas Ådahl2016-07-201-3/+24
* 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