aboutsummaryrefslogtreecommitdiff
path: root/layout.c
Commit message (Expand)AuthorAge
* Add resize-pane -Z to temporary zoom the active pane to occupy the full windowNicholas Marriott2013-02-24
* Add resize-pane -x and -y for absolute pane size.Nicholas Marriott2013-02-18
* Merge branch 'obsd-master'Thomas Adam2013-01-17
|\
| * Remove the layout undo/redo code which never really worked.Nicholas Marriott2013-01-17
* | Merge branch 'obsd-master'Thomas Adam2012-10-26
|\|
| * Make mouse event structure clearer by defining events (up, click, drag)Nicholas Marriott2012-10-26
| * xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
| * Fix some indentation.Nicholas Marriott2012-04-01
| * Fix option name.Nicholas Marriott2012-04-01
| * Add a layout history which can be stepped through with select-layout -uNicholas Marriott2012-04-01
| * Add notify hooks for various events, the functions are currently emptyNicholas Marriott2012-03-17
| * Add move-pane command (like join-pane but allows the same window). AlsoNicholas Marriott2012-03-03
| * Add an option to move the status line to the top of the screen,Nicholas Marriott2012-01-29
| * Add a new option, mouse-resize-pane. When on, panes may be resized byNicholas Marriott2011-05-08
| * Custom layouts. list-windows command displays the layout as a string (such asNicholas Marriott2010-06-29
| * New command, join-pane, to split and move an existing pane into the space (likeNicholas Marriott2010-01-07
| * Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
| * Improved layout code.Nicholas Marriott2009-07-19
| * Get rid of the PANE_HIDDEN flag in favour of a function, and moving theNicholas Marriott2009-07-14
| * Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01
* Sync OpenBSD patchset 1150:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 1089:Tiago Cunha2012-04-10
* Sync OpenBSD patchset 1085:Tiago Cunha2012-04-10
* Sync OpenBSD patchset 1084:Tiago Cunha2012-04-10
* Sync OpenBSD patchset 1069:Tiago Cunha2012-03-18
* Sync OpenBSD patchset 1035:Tiago Cunha2012-03-03
* Sync OpenBSD patchset 1015:Tiago Cunha2012-01-29
* Expand the Id keyword. Tiago Cunha2011-07-09
* Sync OpenBSD patchset 905:Tiago Cunha2011-05-18
* Sync OpenBSD patchset 732:Tiago Cunha2010-07-02
* Sync OpenBSD patchset 604:Tiago Cunha2010-01-08
* Sync OpenBSD patchset 581:Tiago Cunha2009-12-04
* Sync OpenBSD patchset 142:Tiago Cunha2009-07-20
* Get rid of the PANE_HIDDEN flag in favour of a function, and moving theNicholas Marriott2009-07-15
* main-horizontal layout and main-pane-height option to match vertical.Nicholas Marriott2009-05-18
* left-vertical -> main-vertical.Nicholas Marriott2009-05-18
* 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
* 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
* Handle 0 panes better.Nicholas Marriott2009-04-01
* Basic horizontal splitting and layout management. Still some redraw and otherNicholas Marriott2009-04-01