Daniel Wagner
daa2731d3d
eliminate references to defaultConfig
2013-05-28 00:58:25 +00:00
Adam Vogt
067ccb950e
Export types to reduce haddock warnings.
2010-10-23 19:57:55 +00:00
Brent Yorgey
b435a6a519
suppress some warnings under ghc 6.12.1 and clean up redundant imports to get rid of some others.
2010-01-12 17:25:07 +00:00
Adam Vogt
74a03cd8fb
Refer to modm as the current modMask
...
This makes the config suggestions consistent with the current template.
2009-10-22 04:11:26 +00:00
Adam Vogt
dc07d902d9
Add Portability and Stability boilerplate for a couple modules.
...
Needed for automating the generation of the Doc.Extending module summaries.
2009-10-12 04:10:55 +00:00
Daniel Schoepe
e2113acd35
Factor out direction types and put them in X.U.Types
...
This patch factors out commonly used direction types like
data Direction = Prev | Next
and moves them to X.U.Types.
2009-09-19 19:17:17 +00:00
Devin Mullins
f3b6b2707a
cleanup - use currentTag
2008-09-21 01:11:59 +00:00
Devin Mullins
b775d682ca
X.A.WindowNavigation: comments
2008-07-10 04:10:28 +00:00
Devin Mullins
3436683f88
more documentation for WindowNavigation and UrgencyHook
2008-05-25 05:02:31 +00:00
Devin Mullins
8bec9a32e1
X.A.WindowNavigation: add logHook for better state tracking
2008-05-25 03:23:25 +00:00
Devin Mullins
f13c352bff
doco tweaks
2008-05-24 21:18:49 +00:00
Devin Mullins
21dd3fed8f
X.A.WindowNavigation: currentPosition and setPosition share the same inside
logic, now
...
Aside from documentation, this is pretty much usable, now.
2008-05-15 06:22:11 +00:00
Devin Mullins
7852e704fa
X.A.WindowNavigation: have currentPosition handle axes independently
...
This improves some subtle interactions between mod-j/k and mod-w/a/s/d, though
that might not become very apparent until I fix setPosition.
2008-05-15 05:33:30 +00:00
Devin Mullins
921097c9b5
X.A.WindowNavigation: comment cleanup
2008-05-13 09:13:13 +00:00
Devin Mullins
2d60591715
windowRect now compensates for border width
...
Odd that I have to do (Rectangle x y (w + 2 * bw) (h + 2 * bw)) -- you'd think
the window would be centered within the bordered area.
2008-05-13 09:01:51 +00:00
Devin Mullins
4d1bc6eecb
X.A.WindowNavigation: update TODO
2008-05-13 04:42:29 +00:00
Devin Mullins
bb5fd00967
X.A.WindowNavigation: minor cleanup
2008-05-12 17:04:10 +00:00
Devin Mullins
864f3382ce
X.A.WindowNavigation: simplify inr somewhat
2008-05-12 09:06:47 +00:00
Devin Mullins
95e5210d95
X.A.WindowNavigation: clarity
2008-05-12 08:53:38 +00:00
Devin Mullins
6eb5074bd1
X.A.WindowNavigation: ugh, typo
2008-05-12 08:22:28 +00:00
Devin Mullins
70caa5a67b
X.A.WindowNavigation: implement swap, extract withTargetWindow commonality
...
Why doesn't mapWindows exist already?
2008-05-12 06:47:15 +00:00
Devin Mullins
cdeb842834
add more flexible withWindowNavigationKeys
...
Names aren't permanent yet, so don't cry if they change.
2008-05-12 05:06:37 +00:00
Devin Mullins
255a04753e
X.A.WindowNavigation: TODO
2008-05-11 22:21:16 +00:00
Devin Mullins
8f0b9fa066
X.A.WindowNavigation: add withWindowNavigation, for easy setup
...
This should be more flexible than it is -- I've got an idea, but am interested to hear others.
2008-05-11 22:04:58 +00:00
Devin Mullins
98c70dd264
X.A.WindowNavigation: fix currentPosition
...
Now properly deals with an unitialized state (e.g. from a restart) or an
inconsistent state (e.g. from using mod-j/k). Deserves cleanup.
2008-05-11 21:21:28 +00:00
Devin Mullins
5338391ae9
X.A.WindowNavigation: add TODOs
2008-05-11 21:13:26 +00:00
Devin Mullins
ad787b2d5f
X.A.WindowNavigation state is now workspace-specific
...
racking up some code debt, here...
2008-05-11 07:16:56 +00:00
Devin Mullins
50420922eb
X.A.WindowNavigation: minor doco changes
2008-05-06 07:42:35 +00:00
Devin Mullins
b45722cf82
add draft XMonad.Actions.WindowNavigation
...
This is an experiment with replacing the WindowNavigation LayoutModifier with
one that simply adds keybindings and stores state in an IORef. Credit to
droundy for the original code -- hopefully I'm not butchering it. The end
intent is to add Xinerama support, but it'll be a little while before I get
there.
2008-05-04 05:00:22 +00:00