summaryrefslogtreecommitdiffstats
path: root/layout-manual.c
AgeCommit message (Collapse)Author
2009-07-15Get rid of the PANE_HIDDEN flag in favour of a function, and moving theNicholas Marriott
decision for whether or not a pane should be drawn out of the layout code and into the redraw code. This is needed for the new layout design, getting it in now to make that easier to work on.
2009-05-18horizontal -> h, vertical -> v, to shorten some function names a little.Nicholas Marriott
2009-05-18manual -> manual-vertical.Nicholas Marriott
2009-05-18Clean up manual layout code:Nicholas Marriott
- change the one layout function into two _refresh and _resize - create layout-manual.c for manual layout code - move the fit panes/update panes code from window.c to the new file as it is only used by manual layout now - move the resize pane code into layout-manual.c as well - get rid of the direct calls to fit/update and make them go through layout - rename a couple of variables This is mainly as a first step before reworking the manual layout code to see if anything breaks.