summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: Move data files to their dedicated subfolderRico Tzschichholz2014-06-0517-98/+59
* wayland: Implement the server side bits of wl_touch_interfaceCarlos Garnacho2014-06-047-3/+634
* build: Fix some warnings and clean up a bitRico Tzschichholz2014-06-045-26/+23
* build: Do not distribute generated desktop-filesRico Tzschichholz2014-06-041-5/+3
* common: Do not leak MetaResizePopup to the public apiRico Tzschichholz2014-06-043-4/+5
* window-x11: Don't ever send ConfigureNotifies for OR windowsJasper St. Pierre2014-06-031-7/+11
* window: Make sure to update client_rect for OR windows tooJasper St. Pierre2014-06-031-4/+21
* display: Remove the screen from get_tab_listRico Tzschichholz2014-06-032-5/+2
* frames: Only skip updating prelight when both control and state matchFlorian Müllner2014-06-021-1/+2
* frames: Fix pressed state of window menu buttonsFlorian Müllner2014-06-022-0/+22
* Pass button_rect when opening window menu from buttonFlorian Müllner2014-06-0210-13/+90
* window: Make sure not to respond to input events on OR windowsJasper St. Pierre2014-06-021-0/+9
* wayland: Scale smooth scroll events to pointer motion coordinate spaceJonas Ådahl2014-05-311-2/+6
* window: Fix placement not actually placing windowsJasper St. Pierre2014-05-291-0/+10
* place: ReindentJasper St. Pierre2014-05-291-57/+56
* Make the native backend build-optionalJasper St. Pierre2014-05-297-18/+55
* keybindings: Only add VT keybindings if we're using the native backendJasper St. Pierre2014-05-291-1/+2
* events: Improve check for native backendJasper St. Pierre2014-05-291-21/+22
* Update (allow-none) annotationsFlorian Müllner2014-05-288-15/+15
* window: Construct the frame before the initial move_resizeJasper St. Pierre2014-05-282-6/+6
* window-x11: Keep flags where they're usedJasper St. Pierre2014-05-281-2/+3
* 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-278-262/+176
* core: Make META_CORE_GET_FRAME_RECT return the "frame rect"Jasper St. Pierre2014-05-272-3/+3
* core: Convert GET_FRAME_WIDTH / GET_FRAME_HEIGHT to GET_FRAME_RECTJasper St. Pierre2014-05-273-12/+7
* window: Correct the anchoring of drag moving / resizingJasper St. Pierre2014-05-272-3/+6
* window: Remove meta_window_move as wellJasper St. Pierre2014-05-277-67/+27
* window: Replace meta_window_resize_with_gravity with a frame-rect variantJasper St. Pierre2014-05-275-48/+32
* Bump version to 3.13.23.13.2Florian Müllner2014-05-272-1/+19
* window: Make meta_window_unmaximize_with_gravity internalJasper St. Pierre2014-05-272-6/+1
* window: Add a meta_window_get_titlebar_rectJasper St. Pierre2014-05-274-26/+35
* window: Rename get_geometry to get_session_geometryJasper St. Pierre2014-05-273-7/+7
* window: Remove meta_window_get_rectJasper St. Pierre2014-05-272-15/+0
* backend: Add an XIWarpPointer wrapperJasper St. Pierre2014-05-275-6/+48
* window: Add accessor method for gtk_theme_variantFlorian Müllner2014-05-272-0/+13
* Actually implement opening the app menuFlorian Müllner2014-05-2714-47/+78
* Add support for app-menu button in window decorationsFlorian Müllner2014-05-279-21/+144
* core: ReindentJasper St. Pierre2014-05-271-46/+48
* constraints: Remove improper frame_rect_to_client_rect for placementJasper St. Pierre2014-05-261-2/+0
* window: Move the extents storage above the rectsJasper St. Pierre2014-05-241-3/+3
* wayland: Add support for show_window_menuJasper St. Pierre2014-05-242-0/+34
* Remove MetaMenuIconTypeFlorian Müllner2014-05-231-9/+0
* monitor-manager-xrandr: Make sure to XFlush the XUngrabServerJasper St. Pierre2014-05-221-0/+1
* keybindings: Replace the incomprehensible set of flags with a gravity paramJasper St. Pierre2014-05-221-36/+44
* window-wayland: Don't use meta_window_get_positionJasper St. Pierre2014-05-221-1/+1
* keybindings: Correct move_to_corner_backendJasper St. Pierre2014-05-221-4/+2
* keybindings: Fix code styleJasper St. Pierre2014-05-221-14/+20
* window-x11: Remove a use of meta_window_get_positionJasper St. Pierre2014-05-221-12/+0
* window: Rename the requested_rect to the unconstrained_rectJasper St. Pierre2014-05-224-18/+17
* window: Allow passing garbage window sizes for move-only actionsJasper St. Pierre2014-05-221-7/+9