- Nov 12, 2010
-
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
- Nov 05, 2010
-
-
Michael Cardell Widerkrantz authored
-
- Nov 01, 2010
-
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
See struct client's wsitem[] array. We use this to be able to free a window from a workspace window list without having to traverse all items in all workspace lists. This is stored as an array in the client because a window should be able to occupy several workspaces simultaneously. This also made it possible to clean up changing workspaces. Also added early breaks in focusnext().
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
other hand I would probably have found it if I had tried to use it before. Added some debug code for the stand-alone list.
-
- Sep 13, 2010
-
-
Michael Cardell Widerkrantz authored
Neukirchen, chneukirchen at the domain gmail.com. I only changed the default key and moved a flush.
-
- Aug 23, 2010
-
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
in the window geometry.
-
- Aug 10, 2010
-
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
some other window. If we don't find any window to focus on, focus first in list, whatever it is.
-
- Aug 04, 2010
-
-
Michael Cardell Widerkrantz authored
workspace.
-
- Aug 03, 2010
-
-
Michael Cardell Widerkrantz authored
remember to ungrab the pointer and reset the mode! We *do* need EnterNotify events with mode Ungrab! Users might do strange things, like not letting go of a mouse button or a grabbed key until they have entered a window, and we still want to change focus if they do.
- Jul 29, 2010
-
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
-
- Jul 28, 2010
-
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
nicer. Break out of loop if we get EINTR instead of continue. Same effect since the for loop ends when sigcode != 0, but this makes it more explicit.
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
we don't know anything about. This seems to fix the unclutter(1) problem.
-
Michael Cardell Widerkrantz authored
-
- Jul 23, 2010
-
-
Michael Cardell Widerkrantz authored
but not totally maximizing. Remember to forget about a window being vertically maxed when resizing it.
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
Add check for minimum size when resizing by keyboard.
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
Better use of size increments when mouse resizing.
-
- Jul 22, 2010
-
-
Michael Cardell Widerkrantz authored
window to begin with.
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
-
- Jul 21, 2010
-
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
resize.
-
Michael Cardell Widerkrantz authored
exit() instead.
-