summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 3.13.43.13.4Florian Müllner2014-07-232-1/+22
* wayland: Unset keyboard/pointer focus when releasing the data for these devicesCarlos Garnacho2014-07-222-0/+2
* wayland: set the interface vfuncs when declaring the touch interfaceCarlos Garnacho2014-07-221-1/+1
* wayland: set the interface vfuncs when declaring the keyboard interfaceCarlos Garnacho2014-07-221-1/+1
* cursor-tracker: Don't require a screenJasper St. Pierre2014-07-224-48/+18
* x11: Move event filter to backend connectionAdel Gadllah2014-07-192-3/+5
* Updated Brazilian Portuguese translationEnrico Nicoletto2014-07-181-699/+580
* wayland: Use a named #define for the xdg-shell versionJasper St. Pierre2014-07-172-4/+6
* wayland: Use our named #define for the wl_shell versionJasper St. Pierre2014-07-171-1/+2
* wayland: Don't leak an extra xdg_shell resourceJasper St. Pierre2014-07-171-3/+0
* wayland: Fix indentationJasper St. Pierre2014-07-171-24/+24
* wayland: Don't emit SIZE_CHANGED on every commitJasper St. Pierre2014-07-171-8/+17
* wayland: Replace set_margin with set_window_geometryJasper St. Pierre2014-07-173-53/+73
* wayland: Treat the size in the configure event as frame rect coordinatesJasper St. Pierre2014-07-172-3/+8
* wayland: Fix the sign for the geometry coordinatesJasper St. Pierre2014-07-171-2/+2
* wayland: Calculate the window geometry based on all subsurfacesJasper St. Pierre2014-07-173-17/+49
* wayland: Don't fizzle out attachesJasper St. Pierre2014-07-171-5/+1
* wayland: Don't send superfluous configures for uninteresting grab opsJasper St. Pierre2014-07-171-2/+4
* display: Call meta_window_grab_op_ended after everything else is resetJasper St. Pierre2014-07-171-6/+9
* wayland: Use the variables we already haveJasper St. Pierre2014-07-171-2/+2
* wayland: Don't require a new buffer to move windows with dx/dyJasper St. Pierre2014-07-171-45/+35
* xdg-shell: Update to latestJasper St. Pierre2014-07-172-6/+10
* xdg-shell: Fix typoJasper St. Pierre2014-07-171-1/+1
* Update .gitignoreJasper St. Pierre2014-07-171-10/+1
* restart: Fix pointer/XID confusionJasper St. Pierre2014-07-171-1/+1
* Revert "backend-x11: Take the touch grab on the stage window"Adel Gadllah2014-07-175-25/+3
* Add a framework for restarting the compositor with nice visualsOwen W. Taylor2014-07-169-1/+396
* Connect to ClutterStage::after-paint with connect_after()Owen W. Taylor2014-07-161-2/+10
* Updated Greek translationMarMav2014-07-161-1682/+1774
* screen: Select for events on the guard window on the backend connectionJasper St. Pierre2014-07-151-6/+19
* screen: Don't select for key and motion events on the root windowJasper St. Pierre2014-07-151-3/+0
* compositor: Don't bother selecting for events on the COWJasper St. Pierre2014-07-151-26/+2
* backend-x11: Take the touch grab on the stage windowJasper St. Pierre2014-07-145-3/+25
* window: Fix meta_window_move_resize_internal for the case of a sole ackJasper St. Pierre2014-07-141-12/+23
* keybindings: Fix backend check in change_keygrabsJasper St. Pierre2014-07-141-3/+2
* window: Force updating icons when initially loading themJasper St. Pierre2014-07-141-5/+7
* window: Remove the concept of surface_mappedJasper St. Pierre2014-07-144-27/+10
* window: Move X11-specific icon code to MetaWindowX11Jasper St. Pierre2014-07-148-133/+138
* iconcache: Remove a useless icon_cache_freeJasper St. Pierre2014-07-143-9/+0
* core: Remove useless meta_invalidate_default_icons implementationJasper St. Pierre2014-07-143-23/+3
* iconcache: Group declarations where they're usedJasper St. Pierre2014-07-141-9/+11
* iconcache: Remove dead codeJasper St. Pierre2014-07-141-41/+5
* iconcache: Remove commented out codeJasper St. Pierre2014-07-141-43/+0
* iconcache: Remove want_fallback hintJasper St. Pierre2014-07-142-20/+2
* Take the touch grab in MetaBackendX11Jasper St. Pierre2014-07-142-31/+20
* screen: Don't make a round-trip to fetch a value we know to be emptyJasper St. Pierre2014-07-141-4/+0
* window-props: Don't make another round-trip to fetch the opaque regionJasper St. Pierre2014-07-133-72/+61
* frames: Don't make a round trip to the X server for every MotionNotifyJasper St. Pierre2014-07-132-4/+3
* Makefile: Disable Clutter / Cogl deprecation warningsJasper St. Pierre2014-07-131-0/+2
* events: Return early if we close the displayJasper St. Pierre2014-07-131-9/+11