aboutsummaryrefslogtreecommitdiffstats
path: root/DragPane.hs (unfollow)
Commit message (Expand)AuthorFilesLines
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