aboutsummaryrefslogtreecommitdiff
path: root/window.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master' into masterThomas Adam2021-10-07
|\
| * Handle splitw -I correctly when used from an attached client, GitHubnicm2021-10-07
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-27
|\|
| * Allow control mode clients to set a hard limit on the window width andnicm2021-08-27
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-20
|\|
| * Fill colour palette correctly from option for new panes, GitHub issuenicm2021-08-20
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-14
|\|
| * Change focus to be driven by events rather than walking all panes at endnicm2021-08-13
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-12
|\|
| * Break the colour palette into a struct rather than just a single arraynicm2021-08-11
| * Change resize timers and flags into one timer and a queue which isnicm2021-06-10
| * Include current client in size calculation for new sessions, GitHubnicm2021-06-10
* | Change resize timers and flags into one timer and a queue to fix problems withNicholas Marriott2021-04-28
* | Include current client in size calcultion for new sessions, GitHub issue 2662.Nicholas Marriott2021-04-21
* | Merge branch 'obsd-master' into masterThomas Adam2021-03-11
|\|
| * Add split-window -Z to start the pane zoomed, GitHub issue 2591.nicm2021-03-11
* | Merge branch 'obsd-master' into masterThomas Adam2021-02-22
|\|
| * There are many format variables now so allocating all the default onesnicm2021-02-22
* | Merge branch 'obsd-master' into masterThomas Adam2021-01-20
|\|
| * Change so that window_flags escapes # automatically which means configsnicm2021-01-20
* | Merge branch 'obsd-master' into masterThomas Adam2020-12-15
|\|
| * Make synchronize-panes a pane option and add -U flag to set-option tonicm2020-12-15
* | Merge branch 'obsd-master'Thomas Adam2020-06-13
|\|
| * Add -b flags to insert a window before (like the existing -a for after)nicm2020-06-13
* | Merge branch 'obsd-master'Thomas Adam2020-06-05
|\|
| * Change how panes are resized so that the code is clearer and if the panenicm2020-06-05
* | Merge branch 'obsd-master'Thomas Adam2020-06-01
|\|
| * Instead of sending all data to control mode clients as fast as possible,nicm2020-06-01
* | Merge branch 'obsd-master'Thomas Adam2020-05-21
|\|
| * Support code for control mode flow control: allow clients to havenicm2020-05-21
| * Move lazy resize from the pane to the window, there is no point innicm2020-05-16
| * Do not hoke into struct window_pane from the tty code and instead setnicm2020-05-16
| * Drop having a separate type for style options and make them all strings,nicm2020-05-16
| * Use a grid cell not a style for the pane style.nicm2020-05-16
* | Move lazy resize from the pane to the window, there is no point in resizing theNicholas Marriott2020-05-16
* | Separate key flags and modifiers, log key flags, make the "xterm" flag moreNicholas Marriott2020-05-15
* | Do not hoke into struct window_pane from the tty code and instead setNicholas Marriott2020-05-01
* | Need to redraw borders now when some things change. Also change default so thatNicholas Marriott2020-04-29
* | Drop having a separate type for style options and make them all strings, whichNicholas Marriott2020-04-28
* | Use a grid cell not a style for the pane style.Nicholas Marriott2020-04-27
* | Merge branch 'obsd-master'Thomas Adam2020-04-14
|\|
| * Make client -c and -t handling common in cmd-queue.c and try to benicm2020-04-13
* | Merge branch 'obsd-master'Thomas Adam2020-04-13
|\|
| * Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm2020-04-13
* | Merge branch 'obsd-master'Thomas Adam2020-04-13
|\|
| * Now that copy mode copies the pane content rather than keeping anicm2020-04-10
* | Merge branch 'obsd-master'Thomas Adam2020-04-09
|\|
| * Pass correct flags to fnmatch.nicm2020-04-09
* | Merge branch 'obsd-master'Thomas Adam2020-04-06
|\|
| * Change copy mode to make copy of the pane history so it does not need tonicm2020-04-06