summaryrefslogtreecommitdiff
path: root/src/cycle.c
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant codeAvinash Sonawane2021-12-091-3/+1
* cycle: Revert to original window when clickingOlivier Fourdan2020-04-211-0/+4
* cycle: Do not grab the pointer for alt-tabOlivier Fourdan2020-04-201-11/+11
* device: Rename XfwmEventMeta's XEvent as 'xevent'Olivier Fourdan2019-05-081-5/+5
* cycling: Remove client if destroyed while cyclingOlivier Fourdan2019-04-241-8/+17
* cycle: No need to raise parents separatelyOlivier Fourdan2019-04-191-4/+4
* Use convenient display functionsOlivier Fourdan2018-04-051-5/+1
* trace: rework tracesOlivier Fourdan2018-03-311-11/+11
* Build: Fix warnings with newer gtk+Olivier Fourdan2018-03-311-1/+4
* Raise window while cyclingDavid Siroky2017-12-201-0/+8
* Replace XEvent with XfwmEvent + add xfwm_device_* grabs usageViktor Odintsev2017-11-271-107/+115
* Fix some build warningsViktor Odintsev2017-11-221-1/+1
* Code cleanupOlivier Fourdan2015-01-241-5/+3
* Rework the cairo wireframeOlivier Fourdan2015-01-191-3/+3
* Code cleanup and even less flickerOlivier Fourdan2015-01-191-75/+63
* Fix flickering when cyclingOlivier Fourdan2015-01-191-1/+3
* Ungrab even if grab failedOlivier Fourdan2015-01-171-5/+1
* Allow cycling even without the pointer grabOlivier Fourdan2015-01-171-3/+9
* Fix cycle vs. focus follow mouseOlivier Fourdan2014-12-301-30/+63
* Revert "Experiment with button events."Olivier Fourdan2014-12-281-5/+0
* Fix selection with mouse in multi-monitor alt-tab dialogOlivier Fourdan2014-12-181-1/+1
* Silent a leftover degug messageOlivier Fourdan2014-12-051-2/+1
* Allow cycle through windows with mouse wheelCédric Leporcq2014-02-231-15/+34
* Restore grab mouse pointer based on commit 380c869 and restrict mouse interac...Cédric Leporcq2014-02-231-28/+26
* Don't select the window when it gets mouse focusEric Koegel2014-02-231-20/+13
* Select window button on mouse overEric Koegel2014-02-231-35/+19
* Tabwin buttons are clickableEric Koegel2014-02-231-11/+39
* Experiment with button events.Nick Schermer2014-02-231-2/+26
* Rework patch for clarity, fix build on git masterOlivier Fourdan2012-02-131-5/+14
* Navigate with arrows in task switcher (bug #4752)Kees van Veen2012-02-131-1/+12
* Check for both forward and backward cycling modifier to be released before ex...Olivier Fourdan2011-11-071-44/+78
* Update copyright year.Olivier Fourdan2011-01-051-1/+1
* Mass update: Update (c) yearOlivier Fourdan2010-12-161-1/+1
* Fix application cyclingOlivier Fourdan2010-12-161-18/+48
* Unshade windows when given focus with Alt-Tab (bug #5931)Olivier Fourdan2010-12-031-0/+1
* Do not swallow destroy/unmap notify events in cycling otherwise the composito...Olivier Fourdan2009-11-101-1/+2
* Avoid crash if only one client is eligible for cyclingOlivier Fourdan2009-10-021-0/+5
* "I don't remember why we need sync grab on keyboard. This is causing all sort...Olivier Fourdan2009-09-301-8/+4
* Simplify the tabwin/cycle code,Olivier Fourdan2009-09-101-31/+27
* Add new keyboard shortcut to switch between windows of the same application, ...Olivier Fourdan2009-09-091-49/+172
* Remove debug messageOlivier Fourdan2009-09-041-8/+2
* Display an app switcher window per physical monitor (bug #5229)Olivier Fourdan2009-09-041-7/+12
* * src/cycle.c, src/events.c, src/client.c: Transition fullscreenOlivier Fourdan2009-07-091-5/+9
* * src/client.c, src/cycle.c: Fix a long standing bug in xfwm4 4.6 Olivier Fourdan2009-03-251-0/+1
* * src/cycle.c, src/moveresize.c: Make sure any active grab on theOlivier Fourdan2009-02-231-4/+8
* * src/*.c, src/*.h: Update year.Olivier Fourdan2009-01-181-1/+1
* * settings-dialogs/workspace-settings.c: Fix compiler warningOlivier Fourdan2008-11-091-9/+9
* * settings-dialogs/xfwm4-settings.c, src/cycle.c, src/settings.c,Olivier Fourdan2008-11-091-1/+10
* Fix compiler warningsStephan Arts2008-10-031-1/+1
* Make wire frame while cycling user configurable (Bug #4443)Olivier Fourdan2008-10-031-3/+13