summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wayland: Implement wl_pointer.axis_source/axis_stop/axis_frame emissionwip/garnacho/wayland-extra-scroll-eventsCarlos Garnacho2015-10-232-1/+37
* wayland: Make it possible to trigger popups through pointer/keyboard/touchCarlos Garnacho2015-10-177-2/+46
* wayland: Store key press/release serials on MetaWaylandKeyboardCarlos Garnacho2015-10-172-2/+4
* monitor-manager-xrandr: Be more robust when reading XRROutputInfosRui Matos2015-10-161-13/+29
* wayland: Set the xdg_popup pointer even when not mappingJonas Ådahl2015-10-161-3/+3
* theme: Complete removal of "fringe" titlebar button supportFlorian Müllner2015-10-166-245/+7
* theme: Reset button style state when done drawingFlorian Müllner2015-10-161-0/+1
* iconcache: Mark surfaces as dirty after changing dataFlorian Müllner2015-10-161-0/+2
* Bump version to 3.18.13.18.1Florian Müllner2015-10-152-1/+15
* events: Don't use XIEvent serial numbersFlorian Müllner2015-10-151-9/+11
* session: Fix crash when saving sticky windowsFlorian Müllner2015-10-151-9/+9
* compositor: add hooks for fullscreen and unfullscreen animationsCosimo Cecchi2015-10-122-4/+26
* compositor: pass correct parameter to meta_window_actor_size_change()Cosimo Cecchi2015-10-121-1/+1
* META_DEBUG_STACK: Fix message about the dumped window orderOwen W. Taylor2015-10-121-1/+1
* Improve debug logging of Wayland windowsOwen W. Taylor2015-10-121-3/+15
* Protect against stray calls to meta_display_end_grab_op()Owen W. Taylor2015-10-121-1/+4
* window-actor: Draw shadows around some CSD windowsbaserock/3.18.0-25-gb975676Jasper St. Pierre2015-10-071-8/+10
* theme: Stop hiding titlebar buttons in dialogsFlorian Müllner2015-10-071-2/+0
* xprops: Fix reading Window and XSyncCounter propertiesRui Matos2015-10-061-2/+2
* wayland: Don't pre-multiply root cursor sizes with primary monitor scaleJonas Ådahl2015-10-041-9/+55
* wayland: Don't scale XWayland pointer cursor spritesJonas Ådahl2015-10-043-3/+21
* wayland: Avoid resending new data offers on intra-client focus changesCarlos Garnacho2015-10-022-0/+7
* xwayland: Protect against crash on x11->wayland transfer cancellationCarlos Garnacho2015-10-021-11/+17
* MetaWaylandSurface: Don't assume a toplevel always have a MetaWindowJonas Ådahl2015-09-291-10/+5
* wayland: Check the drag focus before processing XDND dest-side messagesCarlos Garnacho2015-09-281-0/+3
* wayland: Improve transformation of the UTF8_STRING atom to mimetypeCarlos Garnacho2015-09-281-4/+11
* wayland: Fix weak ref tracking on data sourcesCarlos Garnacho2015-09-281-3/+5
* wayland: Avoid use of struct data after destructionCarlos Garnacho2015-09-281-2/+2
* window: Remove invalid (transfer) annnotationsColin Walters2015-09-271-2/+2
* xwayland: Fix windows disappearing on reparentingRui Matos2015-09-251-7/+10
* backend-x11: Fallback to a default keymap if getting it from X failsRui Matos2015-09-251-0/+3
* wayland: Scale saved rect changing monitor scaleJonas Ådahl2015-09-241-0/+1
* wayland: Scale unconstrained rect changing monitor scaleJonas Ådahl2015-09-241-0/+1
* wayland: Fix variable declarationFlorian Müllner2015-09-241-1/+1
* testboxes: Don't avoid parameter listFlorian Müllner2015-09-241-17/+17
* meta-monitor-manager: Remove bogus condition from checkFlorian Müllner2015-09-241-2/+1
* Avoid shadowing existing variablesFlorian Müllner2015-09-2412-57/+41
* Annotate functions to improve compiler diagnosticsFlorian Müllner2015-09-243-2/+4
* Fix constness warningsFlorian Müllner2015-09-249-34/+34
* Don't duplicate declarations from G_DEFINE_TYPEFlorian Müllner2015-09-249-22/+0
* wayland: Fix output destroyed callback vfunc typeJonas Ådahl2015-09-241-1/+0
* Bump version to 3.18.03.18.0Florian Müllner2015-09-212-2/+12
* Updated Latvian translationRūdolfs Mazurs2015-09-201-10/+9
* Updated Latvian translationRūdolfs Mazurs2015-09-201-1814/+46
* Revert "launcher: simplify getting session dbus proxy"Jonas Ådahl2015-09-171-1/+10
* launcher: Don't pass variable as format stringFlorian Müllner2015-09-161-1/+1
* Bump version to 3.17.923.17.92Florian Müllner2015-09-162-1/+15
* MetaCursorRenderer: Rely on update_cursor for redrawingJonas Ådahl2015-09-131-1/+0
* wayland: Support sending wl_surface.enter/leave to cursor surfacesJonas Ådahl2015-09-132-5/+70
* Support scaling of cursor sprites given what output they are onJonas Ådahl2015-09-1313-245/+630