binutils-gdb/gdb/tui
Tom Tromey 32c1e21009 Remove tui_gen_win_info
This merges the tui_gen_win_info base class with tui_win_info;
renaming the resulting class to tui_win_info.

gdb/ChangeLog
2020-07-01  Tom Tromey  <tom@tromey.com>

	* tui/tui-wingeneral.c (tui_win_info::refresh_window): Move from
	tui_gen_win_info.
	(tui_win_info::make_window): Merge with
	tui_gen_win_info::make_window.
	(tui_win_info::make_visible): Move from tui_gen_win_info.
	* tui/tui-win.c (tui_win_info::max_width): Move from
	tui_gen_win_info.
	* tui/tui-layout.h (class tui_layout_window) <m_window>: Change
	type.
	<window_factory>: Likewise.
	* tui/tui-layout.c (tui_win_info::resize): Move from
	tui_gen_win_info.
	(make_standard_window): Change return type.
	(get_locator_window, tui_get_window_by_name): Likewise.
	(tui_layout_window::apply): Remove a cast.
	* tui/tui-data.h (MIN_WIN_HEIGHT): Move earlier.
	(struct tui_win_info): Merge with tui_gen_win_info.
	(struct tui_gen_win_info): Remove.
2020-07-01 21:21:17 -06:00
..
ChangeLog-1998-2003
tui-command.c Remove flickering from the TUI 2020-01-19 13:08:49 -07:00
tui-command.h TUI windows do not need to store their type 2020-02-22 11:48:37 -07:00
tui-data.c Remove tui_set_win_with_focus 2020-02-22 11:48:38 -07:00
tui-data.h Remove tui_gen_win_info 2020-07-01 21:21:17 -06:00
tui-disasm.c Make some tui_source_window_base members "protected" 2020-02-22 12:57:25 -07:00
tui-disasm.h Make some tui_source_window_base members "protected" 2020-02-22 12:57:25 -07:00
tui-file.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-file.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-hooks.c Move event-loop.[ch] to gdbsupport/ 2020-04-13 14:10:04 -06:00
tui-hooks.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-interp.c Fix crash when exiting TUI with gdb -tui 2020-06-16 18:02:20 -06:00
tui-io.c Remove tui_expand_tabs 2020-07-01 21:21:13 -06:00
tui-io.h Remove tui_expand_tabs 2020-07-01 21:21:13 -06:00
tui-layout.c Remove tui_gen_win_info 2020-07-01 21:21:17 -06:00
tui-layout.h Remove tui_gen_win_info 2020-07-01 21:21:17 -06:00
tui-out.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-out.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-regs.c Don't derive tui_data_item_window from tui_gen_win_info 2020-07-01 21:21:15 -06:00
tui-regs.h Don't derive tui_data_item_window from tui_gen_win_info 2020-07-01 21:21:15 -06:00
tui-source.c Change get_objfile_arch to a method on objfile 2020-04-18 08:35:04 -06:00
tui-source.h Make some tui_source_window_base members "protected" 2020-02-22 12:57:25 -07:00
tui-stack.c Move some code out of tui-data.h 2020-07-01 21:21:13 -06:00
tui-stack.h Derive tui_locator_window from tui_win_info 2020-07-01 21:21:16 -06:00
tui-win.c Remove tui_gen_win_info 2020-07-01 21:21:17 -06:00
tui-win.h Remove unnecessary TUI declarations 2020-06-17 20:07:04 -06:00
tui-wingeneral.c Remove tui_gen_win_info 2020-07-01 21:21:17 -06:00
tui-wingeneral.h Remove tui_delete_invisible_windows and tui_make_all_invisible 2020-02-22 11:48:37 -07:00
tui-winsource.c Change get_objfile_arch to a method on objfile 2020-04-18 08:35:04 -06:00
tui-winsource.h Move some code out of tui-data.h 2020-07-01 21:21:13 -06:00
tui.c Fix crash when exiting TUI with gdb -tui 2020-06-16 18:02:20 -06:00
tui.h Fix crash when exiting TUI with gdb -tui 2020-06-16 18:02:20 -06:00