summaryrefslogtreecommitdiff
path: root/src/core/window.c
Commit message (Expand)AuthorAgeFilesLines
* window: Correct coordinates for the configure eventJasper St. Pierre2011-10-171-4/+8
* tiling: keep track of the monitor where a window was tiledRui Matos2011-10-181-9/+24
* Update window->has_resize_func at the right time when unfullscreeningOwen W. Taylor2011-10-171-3/+5
* window.c: use a consistent mapping from frame_type => decoratedOwen W. Taylor2011-10-171-4/+2
* window: Fix _NET_FRAME_EXTENTS to work properlyJasper St. Pierre2011-09-241-4/+7
* window: Fix window placement to exclude invisible bordersJasper St. Pierre2011-09-241-4/+4
* When monitors change, keep windows on same output.Alexander Larsson2011-09-141-22/+72
* window: remove warning about _NET_WM_MOVERESIZE's lack of timestampsRui Matos2011-09-121-3/+0
* window: only attach dialogs to NORMAL, DIALOG, and MODAL_DIALOG windowsDan Winship2011-08-271-1/+10
* window: make determination of attached dialog windows more consistentDan Winship2011-08-271-24/+84
* MetaWindow: Compensate for invisible border changesJasper St. Pierre2011-08-091-20/+20
* MetaWindow: Repurpose get_outer_rect and add get_input_rectJasper St. Pierre2011-08-091-2/+33
* Replace public MetaFrameGeometry with MetaFrameBordersJasper St. Pierre2011-08-091-31/+31
* Stop shaping the frame windowJasper St. Pierre2011-08-091-8/+0
* MetaWindow: Add :resizable and :above propertiesTim Cuthbertson2011-08-091-9/+45
* window: remove redundant conditionRui Matos2011-07-271-2/+1
* window: fix appears-focused propagation with attached grandchildrenDan Winship2011-07-071-6/+23
* reload_transient_for: avoid xtransient_for loopsDan Winship2011-07-071-32/+3
* window: Expose minimized state as propertyFlorian Müllner2011-05-311-0/+13
* window: Add wm-class property and notify it when changed.Jasper St. Pierre2011-05-251-1/+13
* window: Parse _GTK_THEME_VARIANT propertyFlorian Müllner2011-05-181-0/+1
* window: don't allow side-by-side tiling of non-maximizable windowsDan Winship2011-05-161-13/+13
* Only shadow ARGB windows with a frame outside the frameOwen W. Taylor2011-04-261-6/+37
* edge-tiling: Fix cancelling maximize tilingFlorian Müllner2011-04-251-32/+24
* meta_window_is_remote: If WM_CLIENT_MACHINE not set, don't assume remoteColin Walters2011-04-251-1/+3
* window: fix a case of appears-focused getting stuckDan Winship2011-04-201-2/+3
* window: don't crash on spurious calls to idle_calc_showing()Dan Winship2011-04-021-0/+2
* Don't move all window to active workspace if monitors changeAlexander Larsson2011-03-281-0/+4
* window: add an appears-focused property, redraw shadows when it changesDan Winship2011-03-281-36/+65
* Add and export meta_window_move_to_monitorFlorian Müllner2011-03-221-0/+43
* window: Allow resizing of attached modal dialogsFlorian Müllner2011-03-221-4/+10
* tiling: Fix dragging windows free from edge-tilingFlorian Müllner2011-03-211-2/+5
* window: Remove unnecessary checksFlorian Müllner2011-03-211-19/+11
* Make entire side of screen edge-tiling not maximizationOwen W. Taylor2011-03-181-1/+3
* Add MUTTER_WM_CLASS_FILTER environment variableOwen W. Taylor2011-03-181-10/+111
* Only show workspace and stick/unstick in menu item for primary monitorAlexander Larsson2011-03-171-25/+29
* Add signals for when windows change monitorsAlexander Larsson2011-03-171-0/+13
* Add workspaces_only_on_primary preferences (default FALSE)Alexander Larsson2011-03-171-1/+24
* Split out on_all_workspaces and on_all_workspaces_requestedAlexander Larsson2011-03-171-50/+78
* Add meta_window_is_on_primary_monitor functionAlexander Larsson2011-03-171-0/+11
* Add API to get the monitor of a windowAlexander Larsson2011-03-171-0/+14
* Track the monitor for each windowAlexander Larsson2011-03-171-0/+12
* expose MetaWindow .move(), resize() and add/expose .move_frame()Jeffery Olson2011-03-091-0/+58
* Move the installed includes to a subdirDan Winship2011-03-071-5/+5
* introspection: Annotate meta_window_get_rect()Jeff Olson2011-02-281-0/+8
* When live_hidden_previews is set, force placement for hidden windowsOwen W. Taylor2011-02-021-25/+46
* Fix set but not used variablesOwen W. Taylor2011-01-241-6/+3
* window: Make meta_window_tile() semi-publicFlorian Müllner2011-01-201-1/+1
* Update window->visible_to_compositor before calling into compositorOwen W. Taylor2011-01-041-4/+4
* tiling: Reset maximized tile mode when unmaximizingFlorian Müllner2010-12-101-0/+7