aboutsummaryrefslogtreecommitdiff
path: root/layout.c
Commit message (Collapse)AuthorAge
* main-horizontal layout and main-pane-height option to match vertical.Nicholas Marriott2009-05-18
|
* left-vertical -> main-vertical.Nicholas Marriott2009-05-18
| | | | | Also update CHANGES/TODO.
* New option main-pane-width to set width of pane in left-vertical mode.Nicholas Marriott2009-05-18
|
* horizontal -> h, vertical -> v, to shorten some function names a little.Nicholas Marriott2009-05-18
|
* Behave properly when resize not supported.Nicholas Marriott2009-05-18
|
* manual -> manual-vertical.Nicholas Marriott2009-05-18
|
* Clean up manual layout code:Nicholas Marriott2009-05-18
| | | | | | | | | | | | - 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.
* select-layout command and some key bindings.Nicholas Marriott2009-05-16
|
* Space trimmage mega-diff.Nicholas Marriott2009-05-04
|
* previous-layout command.Nicholas Marriott2009-04-30
|
* Display the layout name in window lists.Nicholas Marriott2009-04-30
|
* - Allow switching to hidden windows (for active-only layout).Nicholas Marriott2009-04-01
| | | | | - Don't update unnecessarily for other layouts when changing active pane doesn't matter.
* Handle 0 panes better.Nicholas Marriott2009-04-01
|
* Basic horizontal splitting and layout management. Still some redraw and otherNicholas Marriott2009-04-01
issues - particularly, don't mix with manual pane resizing and be careful when viewing from multiple clients; generally cycling the layout a few times will fix most problems. Getting this in for testing while I think about how to deal with manual mode. Split window as normal and cycle the layouts with C-b space. Some of the layouts will work better when swap-pane comes along.