summaryrefslogtreecommitdiff
path: root/src/transients.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Don't use parenthesis when returning constantsOlivier Fourdan2021-02-021-1/+1
* transients: Do no search for parent in lower layersOlivier Fourdan2020-04-121-0/+5
* stacking: Limit to direct transients when raisingOlivier Fourdan2019-07-091-38/+46
* Fix compiler warningsOlivier Fourdan2019-05-031-1/+0
* stacking: Raise all transients togetherOlivier Fourdan2019-04-191-27/+41
* transients: Search for both client and window frameOlivier Fourdan2018-08-011-1/+1
* trace: rework tracesOlivier Fourdan2018-03-311-17/+29
* Check class hint name for same applicationsOlivier Fourdan2015-03-141-0/+15
* Use g_ascii_strcasecmp () in place of deprecated g_strcasecmp () (bug #8688)Olivier Fourdan2012-04-131-1/+1
* Rework focus and fullscreen windows to make xfwm4 simpler andOlivier Fourdan2011-10-151-3/+6
* Update copyright year.Olivier Fourdan2011-01-051-1/+1
* Mass update: Update (c) yearOlivier Fourdan2010-12-161-1/+1
* Simplify the tabwin/cycle code,Olivier Fourdan2009-09-101-28/+28
* Add new keyboard shortcut to switch between windows of the same application, ...Olivier Fourdan2009-09-091-0/+30
* * src/*.c, src/*.h: Update year.Olivier Fourdan2009-01-181-1/+1
* * src/transients.c: Based on previous change, we an now optimize Olivier Fourdan2008-11-271-30/+6
* * src/transients.c: Do not consider all windows of the same group forOlivier Fourdan2008-11-271-1/+7
* Update FSF addressOlivier Fourdan2008-05-311-2/+4
* Improve compatibily with libwnck tasklistOlivier Fourdan2007-10-281-0/+32
* Rework a bit the code for hilight and frame drawingOlivier Fourdan2007-06-121-1/+1
* Add support for button prelight in windows frameOlivier Fourdan2007-06-111-1/+1
* CleanupOlivier Fourdan2007-05-091-6/+6
* Transients for group shouldn't apply to other transients, or it breaks stacki...Olivier Fourdan2007-04-201-1/+6
* Treat dialogs and utility windows as transient for groupOlivier Fourdan2007-04-061-2/+1
* Check for valid transient or modal when switching workspaces, to avoid missin...Olivier Fourdan2006-11-061-1/+4
* Set focus flag on windows initially mapped on other desktopsOlivier Fourdan2006-09-111-13/+13
* Fix compilation warnings (patch from Nick Schermer <nickschermer@gmail.com>)Olivier Fourdan2006-07-161-0/+1
* Don't adjust fullscreen window if newly focused window is one if its transien...Olivier Fourdan2006-06-131-1/+1
* Code cleanup.Olivier Fourdan2006-05-151-15/+16
* Update copyright date and add propertiesOlivier Fourdan2006-02-181-1/+1
* Update datesOlivier Fourdan2005-06-201-1/+1
* Set up a work arround for apps misusing MODAL state (bug #619)Olivier Fourdan2004-12-301-3/+3
* Check for an already running compositing manager,Olivier Fourdan2004-10-091-33/+33
* Improve handling of transients/modals which aren't tied to a parent window.Olivier Fourdan2004-10-081-0/+65
* Add CVS Id, like Jasper does with the panel.Olivier Fourdan2004-08-221-1/+2
* Add support for TRANSIENT_FOR update (with cautious checks for cyclic transie...Olivier Fourdan2004-08-041-0/+26
* Fix bug #0000273Olivier Fourdan2004-08-041-2/+2
* Check for apps that set their group leader to themselves.Olivier Fourdan2004-06-291-4/+4
* Add multiscreen support.Olivier Fourdan2004-06-151-11/+17
* Change internals to prepare multi-screen (not quite there yet)Olivier Fourdan2004-06-041-9/+9
* - Change gtktoxevent API to be GdkScreen and therefore multiscreen compliantOlivier Fourdan2004-05-301-100/+100
* Change serial testing for transientsOlivier Fourdan2004-05-141-6/+5
* IndentationOlivier Fourdan2004-05-141-1/+2
* Fix for Opera improper use of modalsOlivier Fourdan2004-05-141-2/+2
* Fix some compiler warnings and get rid of a bunch of deprecated callsOlivier Fourdan2004-05-141-1/+1
* Get rid of out own Xinerama impl. and use GdkScreen routines instead (that fi...Olivier Fourdan2004-05-131-97/+97
* Huge code reorg., add preliminary support for partial struts; it still needs ...Olivier Fourdan2004-05-091-0/+295