aboutsummaryrefslogtreecommitdiffstats
path: root/DragPane.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use hierarchical module names from the coreSpencer Janssen2007-11-011-3/+3
* Port DragPaneSpencer Janssen2007-11-011-1/+2
* fix bug in DragPane (where we forgot that r was mirrored).David Roundy2007-10-231-2/+2
* export DragPane type.David Roundy2007-10-231-1/+1
* make DragPane work with any type (not just Windows).David Roundy2007-10-231-4/+4
* DragPane: haddock fixesAndrea Rossato2007-10-131-1/+1
* DragPane: no need to deal with expose events in this simplified versionAndrea Rossato2007-10-081-16/+8
* make createNewWindow set background and foreground to a given color.David Roundy2007-10-081-4/+2
* Add LANGUAGE pragamsShachaf Ben-Kiki2007-10-081-1/+2
* DragPane must handle ExposeEvent tooAndrea Rossato2007-10-081-8/+17
* some renaming of classes and data types.David Roundy2007-09-291-1/+1
* make DraPane use XUtilsAndrea Rossato2007-09-291-34/+12
* DragPane now uses InvisibleAndrea Rossato2007-09-281-9/+10
* Use LANGUAGE pragmas over -fglasgow-extsSpencer Janssen2007-09-281-1/+2
* DragPane:just code formattingAndrea Rossato2007-09-271-8/+8
* make DragPane code a bit more compact.David Roundy2007-09-261-9/+6
* hide implementation of DragPane from users.David Roundy2007-09-261-2/+5
* make DragPane a bit more succinct.David Roundy2007-09-261-4/+2
* make DragPane work with the new Layout classAndrea Rossato2007-09-261-51/+115
* DragPane.hs: needs -fglasgow-exts to compile.Joachim Fasting2007-09-091-0/+1
* Unify Drag(UpDown)PaneKarsten Schoelzel2007-09-041-47/+21
* make dragPane handle thinner.David Roundy2007-09-051-1/+1
* docs not generated in DragPane.hsDon Stewart2007-09-051-1/+1
* Doc fixes for DragPaneSpencer Janssen2007-09-041-1/+1
* fix bug where we draw divider for DragPane even if there's just one window.David Roundy2007-08-231-4/+6
* add DragPane.David Roundy2007-08-131-0/+117