summaryrefslogtreecommitdiff
path: root/src/core/window.c
Commit message (Expand)AuthorAgeFilesLines
* Consistently use meta_grab_op_is_resizing() for _NET_WM_SYNC_REQUESTwip/frame-synchronizationOwen W. Taylor2013-01-301-33/+10
* Distinguish "no delay" frames from spontaneous drawingOwen W. Taylor2013-01-301-2/+6
* MetaWindow: always resize the frame first when we have synchronizationOwen W. Taylor2013-01-301-4/+20
* Send _NET_WM_FRAME_DRAWN messagesOwen W. Taylor2013-01-301-0/+3
* Add support for an extended style of _NET_WM_SYNC_REQUEST_COUNTEROwen W. Taylor2013-01-301-16/+53
* Move sync alarms to be per-window and permanentOwen W. Taylor2013-01-301-3/+77
* Implement freezing of updates during resizeOwen W. Taylor2013-01-301-6/+34
* Use meta_window_located_on_workspace() in more placesJasper St. Pierre2013-01-181-3/+1
* window: Make meta_window_located_on_workspace() publicJasper St. Pierre2013-01-181-0/+8
* Remove some server calls for core devicesJasper St. Pierre2013-01-081-17/+20
* Check that the application is responding when activating a windowGiovanni Campagna2012-12-251-0/+2
* automaximize: Make it optionalAdel Gadllah2012-12-251-1/+1
* window: recompute modal dialog attached status when the window type changesGiovanni Campagna2012-12-181-0/+1
* Support bypass compositor hintsAdel Gadllah2012-12-181-0/+22
* Select for XI2 events everywhere elseJasper St. Pierre2012-12-131-3/+13
* display: Use XInput2 to grab the pointerJasper St. Pierre2012-12-131-2/+1
* window: Pass the grab timestamp when updating the resize grabJasper St. Pierre2012-12-131-4/+1
* Port mutter to use XInput2 events instead of Core EventsJasper St. Pierre2012-12-131-93/+113
* window: Move grab op sync handling code outJasper St. Pierre2012-12-131-4/+12
* Increase typical icon size to 96Jasper St. Pierre2012-12-091-1/+1
* window: Avoid spurious focus-window changes when showing desktopFlorian Müllner2012-10-261-1/+4
* window: Don't move the desktop window after monitor hotplugJasper St. Pierre2012-10-071-0/+3
* window: Do not restore tiling on unmaximizeFlorian Müllner2012-07-161-9/+0
* window: Handle changes of the attach-modal-dialogs preferenceFlorian Müllner2012-07-161-6/+12
* constraints: Center modal dialogs on their parentFlorian Müllner2012-07-141-3/+6
* window: Also use hide-titlebar-when-maximized when tiledFlorian Müllner2012-07-031-1/+2
* Make it possible to reimplement move-to-workspace keybindings from pluginsGiovanni Campagna2012-06-251-0/+3
* Fix bad declarationsJasper St. Pierre2012-06-111-1/+1
* screen: Add new public meta_screen_get_current_monitor APITim L2012-06-081-2/+2
* stack: Ignore keep-on-top property on maximized windowsFlorian Müllner2012-05-301-1/+2
* window: Remove setting of an unused variableJasper St. Pierre2012-05-011-7/+1
* meta_window_move_frame(): fix crash when frame is NULLOwen W. Taylor2012-05-011-10/+12
* core/window.c: Remove unused unmap_frame() functionJavier Jardón2012-04-261-14/+0
* Revert "core/window.c: Remove unused function"Javier Jardón2012-04-261-0/+15
* core/window.c: Remove unused functionJavier Jardón2012-04-261-15/+0
* prefs: Remove live-hidden-windows preferenceJasper St. Pierre2012-04-241-45/+18
* Switch to gtk-doc syntaxJasper St. Pierre2012-04-241-4/+6
* Don't try to auto-maximize not-maximizable windowsOwen W. Taylor2012-04-051-1/+1
* Revert "window: Stop a gcc warning"Rui Matos2012-03-191-5/+8
* window: Stop a gcc warningJasper St. Pierre2012-03-171-4/+1
* window: Disallow maximization for windows that can't be maximizedJasper St. Pierre2012-03-171-0/+21
* Simplify the frame testing logic in callers to grab bordersJasper St. Pierre2012-03-171-50/+38
* window: Fix meta_window_get_workspaces when a window isn't on a workspaceJasper St. Pierre2012-03-161-1/+3
* window: Introduce meta_window_get_tile_match()Rui Matos2012-03-161-0/+101
* Automaximize large windows on mapAdel Gadllah2012-03-151-2/+17
* Don't unmaximize to nearly maximized sizeAdel Gadllah2012-03-151-0/+30
* window: Remove prefs listener in _unmanage instead of _finalizeRui Matos2012-03-011-2/+2
* Use a META_ prefix for enum types, not MUTTER_Jasper St. Pierre2012-02-231-1/+1
* window: Fix meta_window_move_frame in the context of the new invisible bordersJasper St. Pierre2012-02-161-4/+9
* adjust to new Gtk properties for app menuRyan Lortie2012-01-181-33/+108