David Roundy
9880d6faab
make DragPane code a bit more compact.
2007-09-26 19:16:56 +00:00
David Roundy
f703dea0ae
hide implementation of DragPane from users.
2007-09-26 19:16:30 +00:00
David Roundy
9d2f57f6a6
make DragPane a bit more succinct.
2007-09-26 19:09:00 +00:00
Andrea Rossato
2d3cf0b4fd
make DragPane work with the new Layout class
2007-09-26 19:04:39 +00:00
Andrea Rossato
430a0dd8a9
make MagicFocus work with the new Layout class
2007-09-26 11:43:07 +00:00
Andrea Rossato
e8b225fee1
NewTabbed: we must check if the sceen rectangle changed
...
- Check if rectangle changed
- removed orphan instances warnings
- some code formatting
2007-09-26 11:40:56 +00:00
David Roundy
5ff5f0ca01
fix DynamicWorkspaces.
2007-09-25 22:06:59 +00:00
Spencer Janssen
14c44216dc
Remove LayoutChoice, this functionality is in the core
2007-09-25 21:49:12 +00:00
David Roundy
537e0b8681
new SetLayout module.
2007-09-25 20:53:33 +00:00
David Roundy
c2ca3c6593
make Accordian use pureLayout.
2007-09-25 19:21:17 +00:00
David Roundy
23af4f228b
modifyLayout -> handleMessage.
2007-09-25 18:29:30 +00:00
David Roundy
8c6ebf9d6e
Make Square work with class.
2007-09-25 17:44:46 +00:00
David Roundy
40e1d3e618
make Combo work with class
2007-09-25 17:44:17 +00:00
Andrea Rossato
648132f636
NewTabbed: fixed a bug and some code formatting
...
- Since now Operations.windows doesn't call sendMessage UnDoLayout
anymore, doLayout must take care of destroying all tabs when only one
window ( or none) is left on the workspace.
- Some code formatting.
2007-09-25 13:37:49 +00:00
Andrea Rossato
2c29ae74df
make Roledex work with Layout class
2007-09-25 15:32:37 +00:00
Andrea Rossato
1f986de3f6
make Accordion work with Layout class
2007-09-25 15:23:07 +00:00
David Roundy
3183254033
fix embarrassing bugs in LayoutModifier.
2007-09-24 19:57:26 +00:00
Andrea Rossato
5116847159
Added a NewTabbed module with a new tabbed layout to test
2007-09-24 19:34:19 +00:00
Andrea Rossato
ac82b7ec35
LayoutModifier updated to use LayoutMessages
2007-09-24 19:33:45 +00:00
David Roundy
4bd8319e02
move ThreeCol over to new class.
2007-09-24 19:16:32 +00:00
Spencer Janssen
b34251c722
Use the new modifiers in LayoutHints
2007-09-24 06:20:00 +00:00
Spencer Janssen
318c5e83eb
Use the new layout switcher in Commands
2007-09-24 06:05:41 +00:00
Spencer Janssen
59be9148e4
Follow kind changes in FindEmptyWorkspace
2007-09-24 05:59:28 +00:00
David Roundy
38657d40c6
update WorkspaceDir.
2007-09-23 22:14:56 +00:00
David Roundy
220cea642d
rename LayoutHelpers to LayoutModifier.
2007-09-23 21:59:56 +00:00
David Roundy
6a4ed37fb0
convert LayoutScreens to class.
2007-09-23 21:59:42 +00:00
David Roundy
f82d3dadb2
Update NoBorders and LayoutHelpers.
2007-09-23 19:26:40 +00:00
David Roundy
89f89021ab
add a hook to LayoutHelpers.
2007-09-23 12:17:23 +00:00
David Roundy
92834a2493
use default modifyLayout in Circle.
2007-09-23 11:52:57 +00:00
David Roundy
dcaae4f01b
update LayoutHelpers to work with new Layout class.
2007-09-23 11:49:29 +00:00
Andrea Rossato
4c841078b3
make TwoPane work with Layout class
2007-09-22 12:42:10 +00:00
Andrea Rossato
62f6884423
Circle: must export type constructor
2007-09-22 12:41:26 +00:00
David Roundy
8d1d4b466e
make Circle work with Layout class.
2007-09-21 21:55:25 +00:00
Spencer Janssen
59789e11f4
Cope with StackSet export changes
2007-09-24 09:10:31 +00:00
Joachim Fasting
fa98fc3b7d
Rolodex.hs: add missing type signature.
...
div' is only used with Dimension, used Integral to keep it general.
2007-09-19 21:54:36 +00:00
Joachim Fasting
35f29b75d3
Warp.hs: remove seemingly unused code.
2007-09-19 21:46:34 +00:00
Joachim Fasting
4bde5e30b6
CopyWindow.hs: -Wall police.
2007-09-19 21:45:56 +00:00
Joachim Fasting
d557e5f382
CopyWindow.copy: remove seemingly unnecessary parameter from helper func.
2007-09-19 21:45:26 +00:00
Joachim Fasting
119412d095
DirectoryPrompt.hs: add missing type signature.
2007-09-19 21:37:36 +00:00
Joachim Fasting
2fa916ad29
LayoutChoice.hs: update module header.
2007-09-19 21:31:01 +00:00
Joachim Fasting
3ce4b71b13
LayoutChoice.hs: add LANGUAGE pragma.
2007-09-19 21:28:15 +00:00
Joachim Fasting
1f3bdd659a
SinkAll.hs: -Wall police.
2007-09-19 21:23:59 +00:00
gwern0
8d29875f8b
XPrompt.hs: replace 'borderWidth' with 'borderPixel'
...
borderWidth is already defined in Config.hs. Thus, if one attempted to use a prompt configuration different than defaultXPConfig, and one defined it in one's Config.hs where it should be, then the borderWidth field would cause a warning by -Wall, since borderWidth is already a name being used by XMonad at large.
2007-09-18 16:29:50 +00:00
Spencer Janssen
4d2170bbb4
Operations.sink is gone
2007-09-17 21:41:13 +00:00
Spencer Janssen
6c7fde2991
Match 'Remove Operations functions which have StackSet equivalents' from the core
2007-09-17 21:33:29 +00:00
Brandon S Allbery KF8NH
67779476ed
SshPrompt.hs: fix some copy/paste errors, rebind sshPrompt to not conflict with xmonadPrompt
...
Just a minor patch to the comments/documentation, which was clearly copied
unchanged from ShellPrompt.hs.
2007-09-16 18:25:20 +00:00
David Roundy
2aaadede35
make fixedLayout accept a list of Rectangles.
...
This works nicely for describing a fixed xinerama-like layout.
(e.g. when using two distinct VNC clients to log into a single
VNC server and attain multiheadedness).
2007-09-11 13:48:45 +00:00
Michael Fellinger
44a2e41a15
Fixing some typos and grammar in documentation.
2007-09-11 02:31:58 +00:00
Michael Fellinger
0994d187f2
Typo in Tabbed.hs documentation
2007-09-11 02:18:15 +00:00
Brandon S Allbery KF8NH
f5f674280d
ssh-global-known-hosts
...
Add support for global ssh known hosts file, which is checked for via
$SSH_KNOWN_HOSTS or a standard list of locations. This is stripped of
comments and hashed hosts, combined with the local hosts file (which is
trated the same way), and duplicates eliminated.
2007-09-09 22:24:32 +00:00