summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement NET_WM_MOVERESIZE_CANCEL message (bug #8949)Olivier Fourdan2012-07-193-4/+21
* Don't use deprecated g_strncasecmp (bug #8688).Nick Schermer2012-04-131-1/+1
* Use g_ascii_strcasecmp () in place of deprecated g_strcasecmp () (bug #8688)Olivier Fourdan2012-04-132-2/+2
* Resize fullscreen windows on screen size changes (bug #8622)Olivier Fourdan2012-04-101-0/+4
* Restore button press/release mask as removing it breaks switching workspaces ...Olivier Fourdan2012-04-091-0/+2
* Generate default icon during make dist.Nick Schermer2012-04-082-500/+6
* Stoopid typo (thank andrzejr for spotting this)Olivier Fourdan2012-04-071-1/+1
* Keep pointer position relative to the window being moved (bug #8629),Olivier Fourdan2012-04-073-36/+75
* Reduce tiling distance (bug #8628)Olivier Fourdan2012-04-071-2/+2
* Fix compilation.Nick Schermer2012-04-041-1/+3
* Improve tilingOlivier Fourdan2012-03-306-136/+187
* Fix some more compiler warnings.Nick Schermer2012-02-203-5/+1
* Fix compiler warning.Nick Schermer2012-02-201-1/+1
* Revert PointerMotionHintMask (commit 7c095f5f),Olivier Fourdan2012-02-133-26/+43
* Do not tile fullscreen windowsOlivier Fourdan2012-02-131-2/+4
* Fix key testing to avoid tiling up whatever key tile is used (oops)Olivier Fourdan2012-02-131-0/+3
* Rework patch for clarity, fix build on git masterOlivier Fourdan2012-02-132-28/+72
* Navigate with arrows in task switcher (bug #4752)Kees van Veen2012-02-133-40/+93
* Add tiling feature (bug #6648)Olivier Fourdan2012-02-136-165/+405
* Do not cancel pending focus transition and use actual meaningful timestamp to...Olivier Fourdan2012-01-164-7/+8
* Avoid entering the move/resize loop twice (can happen when using NET_WM_MOVER...Olivier Fourdan2012-01-101-14/+22
* Identify previous window manager and log its name.Olivier Fourdan2012-01-101-12/+14
* Workaround Adobe AIR setting workspace to 0xFF instead of 0xFFFFFFFF for all ...Olivier Fourdan2012-01-085-22/+48
* Name the window manager when one is already running to help debugging session...Olivier Fourdan2012-01-082-1/+14
* Make the position window a widgetOlivier Fourdan2011-12-192-20/+54
* Add PointerMotionMask to event maskOlivier Fourdan2011-12-192-9/+16
* Add patch for themeable tab-window (bug #8238) by Peter de Ridder <peter@xfce...Olivier Fourdan2011-12-122-25/+87
* Use themeable icons for the settings manager and the menu, rework the default...Olivier Fourdan2011-12-1214-487/+24
* Remove the mouse button grab/ungrab that was introduced to fix an issue with ...Olivier Fourdan2011-12-126-90/+2
* Do not exit the move/resize loop when just any key is pressed unless the ops ...Olivier Fourdan2011-12-121-2/+2
* Make gcc happyOlivier Fourdan2011-12-061-1/+1
* Reverting from desktop view may not focus the top most window (bug #8173)Olivier Fourdan2011-12-063-5/+19
* Restore the grab for double-click detection as it fails with "easy-click" and...Olivier Fourdan2011-11-181-6/+18
* Reintroduce the double-click timeout, this is unrelated to events being lost,Olivier Fourdan2011-11-172-16/+37
* Simply double click detection logic, remove the timeout (this may have some s...Olivier Fourdan2011-11-115-70/+27
* Check for both forward and backward cycling modifier to be released before ex...Olivier Fourdan2011-11-073-44/+92
* Remove unused variables.Nick Schermer2011-10-301-2/+0
* SimplifyOlivier Fourdan2011-10-281-3/+1
* Memory leak in pixmap codeOlivier Fourdan2011-10-281-0/+1
* Fix some events being lost causing the tabwin window to remain sometimes afte...Olivier Fourdan2011-10-282-4/+10
* Optimize workspace deletionOlivier Fourdan2011-10-271-13/+9
* Implement raise or lower shortcutOlivier Fourdan2011-10-273-0/+12
* Fix crash when workspace count is set to negative values (Bug #8002)Olivier Fourdan2011-10-261-5/+3
* Cleanup set but unused variablesOlivier Fourdan2011-10-251-4/+2
* Do not fiddle with SIGSEGVOlivier Fourdan2011-10-251-1/+0
* Remove some XFlush() callsOlivier Fourdan2011-10-254-14/+10
* Fix crash in signal handlerOlivier Fourdan2011-10-251-35/+48
* Upon restart, restore the previous selected workspace.Olivier Fourdan2011-10-214-12/+32
* Optimize signal handler setupOlivier Fourdan2011-10-211-37/+35
* Improve horizontal/vertical maximization toggle so that de-maximizing in eith...Olivier Fourdan2011-10-211-29/+19