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