index
:
metatile
master
A fork of XMonad
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
XMonad.hs
Age
Commit message (
Expand
)
Author
2007-09-25
Simplify readLayout, comment on surprising behavior
Spencer Janssen
2007-09-25
fix bug in reading of SomeLayouts.
David Roundy
2007-09-25
rename modifyLayout to handleMessage.
David Roundy
2007-09-25
make it easier to define pure layouts.
David Roundy
2007-09-24
Make a String description part of each Layout.
David Roundy
2007-09-23
create default modifyLayout that ignores messages.
David Roundy
2007-09-21
add layout selection back into core xmonad using LayoutSelection.
David Roundy
2007-09-21
make layouts preserved over restart
David Roundy
2007-09-21
move Layout into StackSet.
David Roundy
2007-09-20
add (unused) Layout to StackSet.
David Roundy
2007-09-20
Pointfree Mirror and SomeLayout instances
Spencer Janssen
2007-09-20
define readLayout to create a SomeLayout based on a set of possible layout ty...
David Roundy
2007-09-20
add Read instance to Layout.
David Roundy
2007-09-20
add Show instance to Layout
David Roundy
2007-09-20
eliminate ugly OldLayout.
David Roundy
2007-09-14
move Layout stuff into class (hokey first cut).
David Roundy
2007-09-27
use hPrint instead of hPutStrLn
Don Stewart
2007-08-25
export getAtom from XMonad.
Ivan Tarasov
2007-08-20
switch WorkspaceId to String.
David Roundy
2007-08-16
Comment only
Spencer Janssen
2007-08-07
move event loop out of mouseDrag.
David Roundy
2007-06-29
Move screen details into StackSet
Spencer Janssen
2007-06-23
support self-modifying layouts.
David Roundy
2007-06-21
minor tweaks, ideas from joachim.fasting@
Don Stewart
2007-06-20
Update Layout documentation
Spencer Janssen
2007-06-19
make Layouts able to layout whatever they like.
David Roundy
2007-06-14
move initColor to Operations and only store the Pixel value of colors
Jason Creighton
2007-06-13
haddick fine tuning
Andrea Rossato
2007-06-13
Indentation
Spencer Janssen
2007-06-12
add catchX to catch exceptions.
David Roundy
2007-06-12
make focus, up and down complete functions.
David Roundy
2007-06-11
API CHANGE: Give doLayout a Stack rather than a flattened list
Spencer Janssen
2007-06-11
Use catchIO in 'restart'
Spencer Janssen
2007-06-11
Rename safeIO to catchIO
Spencer Janssen
2007-06-11
add safeIO which catches and logs exceptions.
David Roundy
2007-06-10
implement Spencer's decoration suggestion.
David Roundy
2007-06-10
haddock compatibility
Andrea Rossato
2007-06-10
Move state logging into Config.hs, via logHook :: X ()
Don Stewart
2007-06-10
polish serialisation code (-7 lines)
Don Stewart
2007-06-09
HEADS UP: (logging format change). use a custom pretty printer, for an easier...
Don Stewart
2007-06-06
Fix unmap handling
Spencer Janssen
2007-06-04
Remove no-longer-needed 'dimensions' state (-5 loc)
Stefan O'Rear
2007-06-04
Set WM_STATE, iconify invisible windows (+9 loc)
Stefan O'Rear
2007-06-04
whitespace
Don Stewart
2007-06-04
-Wall
Don Stewart
2007-06-04
do not cache atom values within Xmonad, instead let Xlib worry about caching ...
Stefan O'Rear
2007-06-01
Rename withWorkspace to withWindowSet.
glasser
2007-05-30
Minor style change.
Spencer Janssen
2007-05-30
log errors on executeFile in restart
nickburlett
2007-05-28
support per-screen gap settings. you can have different gaps on individual sc...
Don Stewart
[next]