aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/DragPane.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-23Docs: use myLayout like template rather than pluralWirt Wolff1-2/+2
2009-07-05Remove trailing whitespace from many modulesAdam Vogt1-8/+8
2009-06-26Replace most -fglasgow-exts with specific LANGUAGE pragmasAdam Vogt1-2/+1
2008-08-28remove myself as maintainer from modules I don't maintain or use.David Roundy1-2/+1
2008-07-14I prefer the spencerjanssen@gmail.com addressSpencer Janssen1-1/+1
2008-06-10keep drag panes on the bottom of the window stack.David Roundy1-0/+2
2007-12-24Fix isssue 105Andrea Rossato1-1/+1
2007-12-22No more tabsSpencer Janssen1-1/+1
2007-12-08More import pruningSpencer Janssen1-1/+0
2007-12-08Remove XMonad.Operations importsSpencer Janssen1-1/+0
2007-12-08Prune more importsSpencer Janssen1-1/+0
2007-12-08Remove redundant importsSpencer Janssen1-2/+0
2007-11-23dafaultConfig --> defaultConfigBrent Yorgey1-1/+1
2007-11-21DragPane: haddock fixesAndrea Rossato1-4/+8
2007-11-01HierarchifySpencer Janssen1-5/+5
2007-11-01Use hierarchical module names from the coreSpencer Janssen1-3/+3
2007-11-01Port DragPaneSpencer Janssen1-1/+2
2007-10-23fix bug in DragPane (where we forgot that r was mirrored).David Roundy1-2/+2
2007-10-23export DragPane type.David Roundy1-1/+1
2007-10-23make DragPane work with any type (not just Windows).David Roundy1-4/+4
2007-10-13DragPane: haddock fixesAndrea Rossato1-1/+1
2007-10-08DragPane: no need to deal with expose events in this simplified versionAndrea Rossato1-16/+8
2007-10-08make createNewWindow set background and foreground to a given color.David Roundy1-4/+2
2007-10-08Add LANGUAGE pragamsShachaf Ben-Kiki1-1/+2
2007-10-08DragPane must handle ExposeEvent tooAndrea Rossato1-8/+17
2007-09-29some renaming of classes and data types.David Roundy1-1/+1
2007-09-29make DraPane use XUtilsAndrea Rossato1-34/+12
2007-09-28DragPane now uses InvisibleAndrea Rossato1-9/+10
2007-09-28Use LANGUAGE pragmas over -fglasgow-extsSpencer Janssen1-1/+2
2007-09-27DragPane:just code formattingAndrea Rossato1-8/+8
2007-09-26make DragPane code a bit more compact.David Roundy1-9/+6
2007-09-26hide implementation of DragPane from users.David Roundy1-2/+5
2007-09-26make DragPane a bit more succinct.David Roundy1-4/+2
2007-09-26make DragPane work with the new Layout classAndrea Rossato1-51/+115
2007-09-09DragPane.hs: needs -fglasgow-exts to compile.Joachim Fasting1-0/+1
2007-09-04Unify Drag(UpDown)PaneKarsten Schoelzel1-47/+21
2007-09-05make dragPane handle thinner.David Roundy1-1/+1
2007-09-05docs not generated in DragPane.hsDon Stewart1-1/+1
2007-09-04Doc fixes for DragPaneSpencer Janssen1-1/+1
2007-08-23fix bug where we draw divider for DragPane even if there's just one window.David Roundy1-4/+6
2007-08-13add DragPane.David Roundy1-0/+117