index
:
xmonad
master
mirror of http://code.haskell.org/xmonad
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Main.hs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add preliminary randr support
Spencer Janssen
2007-05-22
1
-2
/
+7
*
Experimental support for a beefier restart.
Spencer Janssen
2007-05-21
1
-2
/
+8
*
Make screen info dynamic: first step to supporting randr
Spencer Janssen
2007-05-21
1
-4
/
+4
*
s/workspace/windowset/
Jason Creighton
2007-05-21
1
-1
/
+1
*
HEADS UP: Rewrite StackSet as a Zipper
Don Stewart
2007-05-20
1
-61
/
+31
*
Handle empty layout lists
Spencer Janssen
2007-05-04
1
-2
/
+3
*
use anyKey constant instead of magic number
Jason Creighton
2007-05-04
1
-1
/
+1
*
add support for extensible layouts.
David Roundy
2007-05-03
1
-1
/
+1
*
Use updated refreshKeyboardMapping. Requires latest X11-extras
Spencer Janssen
2007-05-03
1
-4
/
+1
*
Add Config.hs-boot, remove defaultLayoutDesc from XConf
Spencer Janssen
2007-04-30
1
-1
/
+0
*
Add XConf for values that don't change.
Spencer Janssen
2007-04-30
1
-6
/
+10
*
configurable border colors
Jason Creighton
2007-04-30
1
-0
/
+6
*
avoid grabbing all keys when a keysym is undefined
Jason Creighton
2007-04-28
1
-1
/
+3
*
Ignore numlock and capslock in keybindings
Jason Creighton
2007-04-24
1
-2
/
+2
*
Clear numlock bit
Spencer Janssen
2007-04-24
1
-1
/
+1
*
use prefixed record names in latest X11-extras
Jason Creighton
2007-04-19
1
-24
/
+24
*
moved screen <-> workspace mapping from XMonad to StackSet
Jason Creighton
2007-04-10
1
-2
/
+1
*
Remove redundant parens
Spencer Janssen
2007-04-09
1
-1
/
+1
*
Remove unused 'screen' field
Spencer Janssen
2007-04-09
1
-1
/
+0
*
replace multiple gets with a single get and record bind
Don Stewart
2007-04-04
1
-2
/
+1
*
Revert to the old layout code.
Spencer Janssen
2007-04-02
1
-1
/
+1
*
Remove trailing spaces, no content changed
Alec Berryman
2007-04-01
1
-4
/
+4
*
Fix type error in dimensions field of XState record for 64-bit systems
Alec Berryman
2007-04-01
1
-1
/
+3
*
Vertical/horizontal split, and resizability.
hughes
2007-04-01
1
-1
/
+1
*
Move safeFocus from Main to Operations
Spencer Janssen
2007-03-31
1
-7
/
+0
*
removed refocus; moved functionality to setFocus
Jason Creighton
2007-03-31
1
-1
/
+0
*
refactored "focus changed" code into "refocus"
Jason Creighton
2007-03-30
1
-0
/
+1
*
Fix refreshKeyboardMapping issues. Requires the latest X11-extras
Spencer Janssen
2007-03-28
1
-2
/
+2
*
first shot at allowing click to focus windows
daniel
2007-03-28
1
-5
/
+14
*
Compatibility with CInt'ified X11
Spencer Janssen
2007-03-28
1
-2
/
+6
*
Workspace-specific layouts
hughes
2007-03-26
1
-11
/
+11
*
Extra config: defaultLayout
daniel
2007-03-26
1
-1
/
+1
*
minor aesthetic changes
daniel
2007-03-26
1
-1
/
+0
*
added Config.lhs and moved most things in Main.hs into Operations.hs to enabl...
Jason Creighton
2007-03-26
1
-252
/
+4
*
Xinerama focus bug (couldn't focus on current workspace)
Jason Creighton
2007-03-25
1
-16
/
+15
*
restart (simple exec(), no state saved)
Jason Creighton
2007-03-23
1
-0
/
+11
*
Add promote. Makes the focused window the master
Spencer Janssen
2007-03-22
1
-0
/
+5
*
I like 1%2 split. Maintainer's prerogative :)
Spencer Janssen
2007-03-21
1
-1
/
+1
*
Add defaultLeftWidth in the configuration section
Spencer Janssen
2007-03-21
1
-1
/
+5
*
Allow dynamic width in tiling mode
daniel
2007-03-21
1
-3
/
+15
*
GHC 6.4 compatibility.
Spencer Janssen
2007-03-21
1
-2
/
+2
*
add keybindings to change screens and tag windows to screens
Jason Creighton
2007-03-21
1
-0
/
+15
*
Make numlockMask configurable
Spencer Janssen
2007-03-20
1
-1
/
+7
*
Initial tiling support.
Spencer Janssen
2007-03-20
1
-8
/
+36
*
Fix indentation
Spencer Janssen
2007-03-20
1
-1
/
+1
*
Untabify
Spencer Janssen
2007-03-20
1
-25
/
+25
*
changed type of getScreenInfo in Graphics.X11.Xinerama
Jason Creighton
2007-03-20
1
-5
/
+5
*
Decouple the concepts of focus and window order. First step to tiling!
Spencer Janssen
2007-03-20
1
-1
/
+1
*
trace wsOnScreen when it's changed
Jason Creighton
2007-03-19
1
-0
/
+1
*
don't try to change the current workspace based on an enterNotify event
Jason Creighton
2007-03-19
1
-5
/
+4
[prev]
[next]