index
:
XMonadContrib
master
mirror of http://code.haskell.org/XMonadContrib
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
XMonad.Layout.LayoutModifier: add a metric crapload of documentation
Brent Yorgey
2008-03-25
1
-10
/
+205
*
XMonad.Layout.Reflect: update documentation to reflect (haha) recent updates ...
Brent Yorgey
2008-03-25
1
-2
/
+2
*
XMonad.Layout.HintedTile: make alignment of shrunk windows configurable
Lukas Mai
2008-03-25
2
-17
/
+33
*
XMonad.Actions.Commands: documentation fix
Brent Yorgey
2008-03-25
1
-4
/
+4
*
focusedHasProperty
redbeard0531
2008-03-25
1
-1
/
+11
*
XMonad.Util.Themes: improve documentation to make it clear that themes only a...
Brent Yorgey
2008-03-24
1
-8
/
+12
*
Doc/Extending: remove references to "XMonad.Layouts" -- it's now called "XMon...
Brent Yorgey
2008-03-24
1
-2
/
+1
*
XMonad.Actions.Search: add Google Maps search
Brent Yorgey
2008-03-24
1
-1
/
+5
*
XMonad.Layout.Magnifier: add documentation
Brent Yorgey
2008-03-24
1
-0
/
+12
*
wfarrTheme
wcfarrington
2008-03-24
1
-0
/
+18
*
added RunOrRaisePrompt, exported getCommands from Shell
Justin Bogner
2008-03-23
3
-0
/
+79
*
XMonad.Actions.MouseGestures: reexport Direction from WindowNavigation, avoid...
Lukas Mai
2008-03-22
2
-6
/
+2
*
use ewmhDesktopsLayout in Droundy.
David Roundy
2008-03-22
1
-2
/
+4
*
cut Anneal and Mosaic.
David Roundy
2008-03-22
4
-592
/
+0
*
fix WorkspaceDir to work when there are multiple screens.
David Roundy
2008-03-11
1
-3
/
+7
*
fix various compilation errors
Lukas Mai
2008-03-22
2
-2
/
+2
*
XMonad.Layout.NoBorders: first attempt at documenting smartBorders
Lukas Mai
2008-03-21
1
-4
/
+8
*
allow magnifier to toggle whether it's active
daniel
2008-03-21
1
-1
/
+3
*
a magnifier that defaults to not magnifying any windows
daniel
2008-03-21
1
-0
/
+5
*
XMonad.Layout.Magnifier: remove references to Data.Ratio.% from documentation
Lukas Mai
2008-03-20
1
-7
/
+3
*
mark Mosaic as broken. use MosaicAlt
Don Stewart
2008-03-20
2
-1
/
+3
*
add ewmhDesktopsLayout for EWMH interaction
Joachim Breitner
2008-03-19
1
-4
/
+58
*
Export HandleEvent type to be able to use it in type annotations
Joachim Breitner
2008-03-19
1
-0
/
+1
*
I now use ServerMode
Andrea Rossato
2008-02-26
1
-1
/
+3
*
EventHook: handle events after the underlying layout and more
Andrea Rossato
2008-02-25
1
-14
/
+14
*
Add Hooks.ServerMode: an event hook to execute commands sent by an external c...
Andrea Rossato
2008-02-24
2
-0
/
+104
*
Add EventHook: a layout modifier to handle X events
Andrea Rossato
2008-02-24
2
-0
/
+108
*
tabs
Don Stewart
2008-03-17
1
-2
/
+2
*
WindowProperties: fix documentation
Brent Yorgey
2008-03-18
1
-1
/
+1
*
Move window properties to a separate Util module
Roman Cheplyaka
2008-03-18
3
-22
/
+51
*
XMonad.Layout.NoBorders: always unborder fullscreen floating windows, even wh...
Lukas Mai
2008-03-17
1
-4
/
+2
*
MagicFocus: reimplement as a LayoutModifier, fix bug (MagicFocus didn't pass ...
Brent Yorgey
2008-03-17
1
-14
/
+13
*
WindowGo.hs: improve description
gwern0
2008-03-16
1
-2
/
+6
*
Run.hs: improve haddock
gwern0
2008-03-16
1
-25
/
+26
*
XSelection.hs: improved haddockf formatting, more links, & cpedit
gwern0
2008-03-16
1
-50
/
+51
*
Search.hs: try to add a more descriptive type
gwern0
2008-03-16
1
-2
/
+3
*
improve the formatting for WindowGo.hs
gwern0
2008-03-16
1
-25
/
+25
*
Search.hs: haddock fmt
gwern0
2008-03-16
1
-12
/
+12
*
Add XMonad.Actions.Promote
xmonad
2008-03-16
2
-0
/
+50
*
LayoutCombinators: improve documentation (closes ticket #136)
Brent Yorgey
2008-03-16
1
-15
/
+78
*
Xmonad.Layout.NoBorders: make smartBorders unborder fullscreen floating windo...
Lukas Mai
2008-03-16
1
-11
/
+19
*
Xmonad.Prompt.DirExec: fix haddock error
Lukas Mai
2008-03-16
1
-1
/
+1
*
EwmhDesktops: advertise support for _NET_CLIENT_LIST_STACKING
Alec Berryman
2008-03-15
1
-0
/
+1
*
ScratchWorkspace: update to work with runLayout changes
Brent Yorgey
2008-03-11
1
-1
/
+1
*
Scratchpad: update to work with runLayout changes
Brent Yorgey
2008-03-11
1
-5
/
+5
*
MagicFocus: update to work with runLayout changes
Brent Yorgey
2008-03-11
1
-3
/
+3
*
LayoutScreens: update to work with runLayout changes
Brent Yorgey
2008-03-11
1
-1
/
+1
*
Combo: update to work with runLayout changes
Brent Yorgey
2008-03-11
1
-7
/
+7
*
MultiToggle: fix to work with runLayout changes to core
Brent Yorgey
2008-03-11
1
-5
/
+3
*
PerWorksapce: use a safer False as default
Andrea Rossato
2008-02-23
1
-2
/
+2
[prev]
[next]