summaryrefslogtreecommitdiff
path: root/src/core/window.c
Commit message (Expand)AuthorAgeFilesLines
* window: fix cursor not on titlebar unmaximizing csd windowsAlberts Muktupāvels2015-04-031-4/+3
* window: add a meta_window_get_titlebar_rectAlberts Muktupāvels2015-04-031-2/+23
* window: add _NET_WM_STATE_FOCUSED hint to _NET_WM_STATEAlberts Muktupāvels2015-04-031-7/+18
* require xsync and xshape at build timeAlberts Muktupāvels2015-02-191-16/+0
* window: load NET_WM_USER_TIME from the right windowAlberts Muktupāvels2015-02-181-1/+9
* window: Correct coordinates for the configure eventJasper St. Pierre2015-01-201-4/+8
* window: Fix _NET_FRAME_EXTENTS to work properlyJasper St. Pierre2015-01-201-4/+7
* window: Fix window placement to exclude invisible bordersJasper St. Pierre2015-01-201-4/+4
* MetaWindow: Repurpose get_outer_rect and add get_input_rectAlberts Muktupāvels2015-01-201-1/+39
* MetaWindow: Compensate for invisible border changesJasper St. Pierre2015-01-201-20/+20
* Only shadow ARGB windows with a frame outside the frameOwen W. Taylor2015-01-191-6/+40
* Revert "use force_save_user_rect=TRUE for maximized windows too"Alberts Muktupāvels2015-01-191-0/+2
* window: fix warning about uninitialized variable usageAlberts Muktupāvels2014-10-311-0/+2
* window: initialize custom_frame_extentsAlberts Muktupāvels2014-10-311-0/+6
* window: initialize few variablesAlberts Muktupāvels2014-10-251-0/+2
* window: initialize fullscreen to FALSEAlberts Muktupāvels2014-10-111-0/+1
* Fix identification of CSD windows when checking whether to force fullscreenOwen W. Taylor2014-10-101-0/+18
* Fix uninitialized variablesVincent Untz2014-10-091-0/+6
* window: Parse _GTK_THEME_VARIANT propertyFlorian Müllner2014-10-081-0/+2
* don't show shadow for maximized windowsAlberts Muktupāvels2014-10-061-0/+10
* remove trailing whitespaceAlberts Muktupāvels2014-10-051-436/+436
* add support for _GTK_FRAME_EXTENTSAlberts Muktupāvels2014-10-051-1/+12
* window-props: improve properties handlingAlberts Muktupāvels2014-10-051-118/+3
* Replace public MetaFrameGeometry with MetaFrameBordersJasper St. Pierre2014-09-281-31/+30
* Optionally attach modal dialogsMaxim Ermilov2014-09-271-0/+72
* Add meta_window_get_transient_for() methodDavyd Madeley2014-09-271-0/+23
* Add side-by-side tilingAlberts Muktupāvels2014-06-061-37/+252
* Fix new window focusAlberts Muktupāvels2014-06-041-7/+13
* use force_save_user_rect=TRUE for maximized windows tooAlberts Muktupāvels2014-06-031-2/+0
* window.c: remove unused variablesAlberts Muktupāvels2014-06-031-14/+1
* Updated FSF's addressDaniel Mustieles2014-01-231-3/+1
* Port preferences to GSettingsFlorian Müllner2011-11-111-6/+6
* Allow explicit raises from same client, not just same appOwen W. Taylor2011-01-241-0/+22
* Allow applications to raise windows when raise_on_click is off. Closes #445447.Owen Taylor2011-01-221-2/+1
* Remove warning which doesn't do much good. Closes #432552.Marcus Carlson2011-01-221-3/+0
* Honour _NET_RESTACK_WINDOW and sibling-relative stackingChristian Hammond2011-01-191-24/+92
* Use correct timestamp for focus stealing preventionTomas Frydrych2010-05-021-6/+24
* Fix build with gcc 4.5Vincent Untz2010-03-311-7/+6
* Cleanup: split MetaSide from MetaDirectionOwen W. Taylor2010-01-221-1/+1
* prevent window self-maximisationPeter Bloomfield2010-01-201-2/+14
* Add XFCE Terminal as a terminalOwen W. Taylor2009-10-211-0/+3
* add optional dependency on gtop. Include "(as username)" in the titlebarThomas James Alexander Thurman2009-03-061-1/+1
* Don't define meta_spew_event unless verbose mode is on.Thomas James Alexander Thurman2009-02-111-0/+2
* Further movement of code out of metacity-dialog into Zenity;Thomas James Alexander Thurman2009-02-101-1/+0
* All the window properties are now handled using simpleThomas James Alexander Thurman2009-01-271-67/+12
* More of the window properties are checked using simpleThomas James Alexander Thurman2009-01-271-81/+11
* add support for _NET_WM_MOVERESIZE_CANCEL.Thomas James Alexander Thurman2009-01-251-1/+9
* windows which attempt to present themselves but are offscreen end upThomas James Alexander Thurman2008-12-211-2/+17
* This change adds support for the new _NET_WM_FULLSCREEN_MONITORSThomas James Alexander Thurman2008-11-171-1/+68
* Support _NET_WM_STATE_STICKY (i.e. allow third-party apps to decideThomas Thurman2008-10-231-3/+18