summaryrefslogtreecommitdiffstats
path: root/resize.c
AgeCommit message (Expand)Author
2016-03-11Merge remote-tracking branch 'tmux/master'Nicolas Viennot
2016-01-19I no longer use my SourceForge address so replace it.nicm
2016-01-01Reusing protocol code from tmate-slaveNicolas Viennot
2015-12-23Merge with latest tmuxNicolas Viennot
2015-10-27Move struct options into options.c.nicm
2015-04-24Convert clients list into a TAILQ.nicm
2015-04-22Make session_has return a flag, returning the first winlink found is anicm
2015-04-22Change the windows array into an RB tree and fix some places where wenicm
2014-11-14Label windows which are smaller than expected with a reason.nicm
2014-11-12Don't let force-width or force-height be < PANE_MINIMUM.nicm
2014-03-31Make session_attached a count and add session_many_attached flag.nicm
2013-10-10Make recalculate_sizes() handle an empty window with no activenicm
2013-06-12Show tmate messages in the status barNicolas Viennot
2013-06-10Client side first shotNicolas Viennot
2013-03-24Add resize-pane -Z to temporary zoom the active pane to occupy the fullNicholas Marriott
2013-03-21Do not include status line in size calculations in control mode.Nicholas Marriott
2013-02-24Add resize-pane -Z to temporary zoom the active pane to occupy the full windowNicholas Marriott
2013-02-17Do not include status line in size calculations in control mode.Nicholas Marriott
2012-03-18Sync OpenBSD patchset 1069:Tiago Cunha
2012-03-17Add notify hooks for various events, the functions are currently emptyNicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2010-12-22Sync OpenBSD patchset 806:Tiago Cunha
2010-12-21Store sessions in an RB tree by name rather than a list, this is tidierNicholas Marriott
2010-12-06PatchSet 789Nicholas Marriott
2010-11-22There is somewhere that WINDOW_HIDDEN is getting set when it shouldn'tNicholas Marriott
2010-06-22Sync OpenBSD patchset 724:Tiago Cunha
2010-06-21Having a list of winlinks->alerts for each session is stupid, just storeNicholas Marriott
2009-09-25Sync OpenBSD patchset 352:Tiago Cunha
2009-09-24Don't allow locked or suspended clients to limit the size of active clients.Nicholas 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-04-01- Allow switching to hidden windows (for active-only layout).Nicholas Marriott
2009-04-01Basic horizontal splitting and layout management. Still some redraw and otherNicholas Marriott
2009-02-11Move sx,sy into tty rather than client.Nicholas Marriott
2009-01-11Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti...Nicholas Marriott
2008-12-08Make window options work the same was as session options, add mode-fg/mode-bg...Nicholas Marriott
2008-06-19status-lines -> status, prefix-key -> prefixNicholas Marriott
2008-06-14New window options: force-width and force-height. This will force a window toNicholas Marriott
2008-06-14Clear blank area properly on redraw, and add a marker line below it.Nicholas Marriott
2008-06-07Clear clients with flag too.Nicholas Marriott
2008-06-06New flag: aggressize resize. Resize window when to size of smallest session f...Nicholas Marriott
2008-06-03Per-session configuration options.Nicholas Marriott
2008-06-01Don't die if no dst window and -k to linkw.Nicholas Marriott
2007-12-06Major reorganisation of screen handling.Nicholas Marriott
2007-12-02Clear before resize.Nicholas Marriott
2007-11-27Big internal reorganisation to move tty control into parent.Nicholas Marriott
2007-11-21Initial history support.Nicholas Marriott