| Commit message (Expand) | Author | Age | Files | Lines |
* | fix bug in DragPane (where we forgot that r was mirrored). | David Roundy | 2007-10-23 | 1 | -2/+2 |
* | export DragPane type. | David Roundy | 2007-10-23 | 1 | -1/+1 |
* | make DragPane work with any type (not just Windows). | David Roundy | 2007-10-23 | 1 | -4/+4 |
* | DragPane: haddock fixes | Andrea Rossato | 2007-10-13 | 1 | -1/+1 |
* | DragPane: no need to deal with expose events in this simplified version | Andrea Rossato | 2007-10-08 | 1 | -16/+8 |
* | make createNewWindow set background and foreground to a given color. | David Roundy | 2007-10-08 | 1 | -4/+2 |
* | Add LANGUAGE pragams | Shachaf Ben-Kiki | 2007-10-08 | 1 | -1/+2 |
* | DragPane must handle ExposeEvent too | Andrea Rossato | 2007-10-08 | 1 | -8/+17 |
* | some renaming of classes and data types. | David Roundy | 2007-09-29 | 1 | -1/+1 |
* | make DraPane use XUtils | Andrea Rossato | 2007-09-29 | 1 | -34/+12 |
* | DragPane now uses Invisible | Andrea Rossato | 2007-09-28 | 1 | -9/+10 |
* | Use LANGUAGE pragmas over -fglasgow-exts | Spencer Janssen | 2007-09-28 | 1 | -1/+2 |
* | DragPane:just code formatting | Andrea Rossato | 2007-09-27 | 1 | -8/+8 |
* | make DragPane code a bit more compact. | David Roundy | 2007-09-26 | 1 | -9/+6 |
* | hide implementation of DragPane from users. | David Roundy | 2007-09-26 | 1 | -2/+5 |
* | make DragPane a bit more succinct. | David Roundy | 2007-09-26 | 1 | -4/+2 |
* | make DragPane work with the new Layout class | Andrea Rossato | 2007-09-26 | 1 | -51/+115 |
* | DragPane.hs: needs -fglasgow-exts to compile. | Joachim Fasting | 2007-09-09 | 1 | -0/+1 |
* | Unify Drag(UpDown)Pane | Karsten Schoelzel | 2007-09-04 | 1 | -47/+21 |
* | make dragPane handle thinner. | David Roundy | 2007-09-05 | 1 | -1/+1 |
* | docs not generated in DragPane.hs | Don Stewart | 2007-09-05 | 1 | -1/+1 |
* | Doc fixes for DragPane | Spencer Janssen | 2007-09-04 | 1 | -1/+1 |
* | fix bug where we draw divider for DragPane even if there's just one window. | David Roundy | 2007-08-23 | 1 | -4/+6 |
* | add DragPane. | David Roundy | 2007-08-13 | 1 | -0/+117 |