binutils-gdb/gdb/tui
Tom Tromey d4eeccfe6b Change "winheight" resizing to use new layout code
The "winheight" command resizes a specified window, resizing the other
windows in the layout to adapt.  In the current code, this is done by
examining each possible layout separately.  The new layout code has a
more general approach to handling this, and this patch simply removes
the old code in favor of a call into the new layout engine.

gdb/ChangeLog
2019-12-11  Tom Tromey  <tom@tromey.com>

	* tui/tui-win.c (tui_set_win_height_command): Call
	tui_adjust_window_height.
	(tui_adjust_win_heights, new_height_ok): Remove.
	* tui/tui-layout.h (tui_adjust_window_height): Declare.
	* tui/tui-layout.c (tui_adjust_window_height): New function.

Change-Id: I6bb681375a46adc8d29fd06f581deed4e078e78a
2019-12-11 15:49:03 -07:00
..
ChangeLog-1998-2003
tui-command.c Remove struct tui_point 2019-12-11 15:49:01 -07:00
tui-command.h Remove can_highlight from TUI windows 2019-11-10 10:33:07 -07:00
tui-data.c Fix the "winheight" command 2019-11-19 13:27:25 -07:00
tui-data.h Remove struct tui_point 2019-12-11 15:49:01 -07:00
tui-disasm.c Allow using less horizontal space in TUI source window 2019-12-01 11:59:23 -07:00
tui-disasm.h Some i18n fixes for the TUI 2019-08-20 16:22:03 -06:00
tui-file.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tui-file.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
tui-hooks.c Remove some includes of readline.h 2019-11-06 07:29:43 -07:00
tui-hooks.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
tui-interp.c Remove some includes of readline.h 2019-11-06 07:29:43 -07:00
tui-io.c Add TUI border colors 2019-12-01 11:59:23 -07:00
tui-io.h Add TUI border colors 2019-12-01 11:59:23 -07:00
tui-layout.c Change "winheight" resizing to use new layout code 2019-12-11 15:49:03 -07:00
tui-layout.h Change "winheight" resizing to use new layout code 2019-12-11 15:49:03 -07:00
tui-out.c Introduce metadata style 2019-10-01 15:12:40 -06:00
tui-out.h Introduce metadata style 2019-10-01 15:12:40 -06:00
tui-regs.c Don't call erase_data_content from tui_data_window::show_registers 2019-10-09 16:50:36 -06:00
tui-regs.h Introduce the tui_gen_win_info::min_height method 2019-12-11 15:49:00 -07:00
tui-source.c Allow using less horizontal space in TUI source window 2019-12-01 11:59:23 -07:00
tui-source.h Style disassembly in the TUI 2019-11-05 15:23:36 -07:00
tui-stack.c Make TUI window handle a unique_ptr 2019-10-09 16:50:35 -06:00
tui-stack.h Introduce the tui_gen_win_info::min_height method 2019-12-11 15:49:00 -07:00
tui-win.c Change "winheight" resizing to use new layout code 2019-12-11 15:49:03 -07:00
tui-win.h Allow using less horizontal space in TUI source window 2019-12-01 11:59:23 -07:00
tui-wingeneral.c Remove struct tui_point 2019-12-11 15:49:01 -07:00
tui-wingeneral.h Make TUI window handle a unique_ptr 2019-10-09 16:50:35 -06:00
tui-winsource.c Fix latent bug in tui_copy_source_line 2019-12-01 12:29:50 -07:00
tui-winsource.h Allow using less horizontal space in TUI source window 2019-12-01 11:59:23 -07:00
tui.c Re-highlight windows when needed during TUI startup 2019-12-01 11:59:24 -07:00
tui.h Remove two TUI comments 2019-10-09 16:50:33 -06:00