summaryrefslogtreecommitdiffstats
path: root/layout.c
AgeCommit message (Expand)Author
2013-02-24Add resize-pane -Z to temporary zoom the active pane to occupy the full windowNicholas Marriott
2013-02-18Add resize-pane -x and -y for absolute pane size.Nicholas Marriott
2013-01-17Merge branch 'obsd-master'Thomas Adam
2013-01-17Remove the layout undo/redo code which never really worked.Nicholas Marriott
2012-10-26Merge branch 'obsd-master'Thomas Adam
2012-10-26Make mouse event structure clearer by defining events (up, click, drag)Nicholas Marriott
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-04-10Sync OpenBSD patchset 1089:Tiago Cunha
2012-04-10Sync OpenBSD patchset 1085:Tiago Cunha
2012-04-10Sync OpenBSD patchset 1084:Tiago Cunha
2012-04-01Fix some indentation.Nicholas Marriott
2012-04-01Fix option name.Nicholas Marriott
2012-04-01Add a layout history which can be stepped through with select-layout -uNicholas Marriott
2012-03-18Sync OpenBSD patchset 1069:Tiago Cunha
2012-03-17Add notify hooks for various events, the functions are currently emptyNicholas Marriott
2012-03-03Sync OpenBSD patchset 1035:Tiago Cunha
2012-03-03Add move-pane command (like join-pane but allows the same window). AlsoNicholas Marriott
2012-01-29Sync OpenBSD patchset 1015:Tiago Cunha
2012-01-29Add an option to move the status line to the top of the screen,Nicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2011-05-18Sync OpenBSD patchset 905:Tiago Cunha
2011-05-08Add a new option, mouse-resize-pane. When on, panes may be resized byNicholas Marriott
2010-07-02Sync OpenBSD patchset 732:Tiago Cunha
2010-06-29Custom layouts. list-windows command displays the layout as a string (such asNicholas Marriott
2010-01-08Sync OpenBSD patchset 604:Tiago Cunha
2010-01-07New command, join-pane, to split and move an existing pane into the space (likeNicholas Marriott
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-07-20Sync OpenBSD patchset 142:Tiago Cunha
2009-07-19Improved layout code.Nicholas Marriott
2009-07-15Get rid of the PANE_HIDDEN flag in favour of a function, and moving theNicholas Marriott
2009-07-14Get rid of the PANE_HIDDEN flag in favour of a function, and moving theNicholas Marriott
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott
2009-05-18main-horizontal layout and main-pane-height option to match vertical.Nicholas Marriott
2009-05-18left-vertical -> main-vertical.Nicholas Marriott
2009-05-18New option main-pane-width to set width of pane in left-vertical mode.Nicholas Marriott
2009-05-18horizontal -> h, vertical -> v, to shorten some function names a little.Nicholas Marriott
2009-05-18Behave properly when resize not supported.Nicholas Marriott
2009-05-18manual -> manual-vertical.Nicholas Marriott
2009-05-18Clean up manual layout code:Nicholas Marriott
2009-05-16select-layout command and some key bindings.Nicholas Marriott
2009-05-04Space trimmage mega-diff.Nicholas Marriott
2009-04-30previous-layout command.Nicholas Marriott
2009-04-30Display the layout name in window lists.Nicholas Marriott
2009-04-01- Allow switching to hidden windows (for active-only layout).Nicholas Marriott
2009-04-01Handle 0 panes better.Nicholas Marriott
2009-04-01Basic horizontal splitting and layout management. Still some redraw and otherNicholas Marriott