This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 11/24] Add horizontal splitting to TUI layout


> From: Tom Tromey <tom@tromey.com>
> Cc: Tom Tromey <tom@tromey.com>
> Date: Sat,  4 Jan 2020 11:33:57 -0700
> 
> gdb/ChangeLog
> 2020-01-04  Tom Tromey  <tom@tromey.com>
> 
> 	PR tui/17850:
> 	* tui/tui-win.c (tui_gen_win_info::max_width): New method.
> 	* tui/tui-layout.h (class tui_layout_base) <get_sizes>: Add
> 	"height" argument.
> 	(class tui_layout_window) <get_sizes>: Likewise.
> 	(class tui_layout_split) <tui_layout_split>: Add "vertical"
> 	argument.
> 	<get_sizes>: Add "height" argument.
> 	<m_vertical>: New field.
> 	* tui/tui-layout.c (tui_layout_split::clone): Update.
> 	(tui_layout_split::get_sizes): Add "height" argument.
> 	(tui_layout_split::adjust_size, tui_layout_split::apply): Update.
> 	(tui_new_layout_command): Parse "-horizontal".
> 	(_initialize_tui_layout): Update help string.
> 	(tui_layout_split::specification): Add "-horizontal" when needed.
> 	* tui/tui-layout.c (tui_layout_window::get_sizes): Add "height"
> 	argument.
> 	* tui/tui-data.h (struct tui_gen_win_info) <max_width, min_width>:
> 	New methods.
> 
> gdb/doc/ChangeLog
> 2020-01-04  Tom Tromey  <tom@tromey.com>
> 
> 	PR tui/17850:
> 	* gdb.texinfo (TUI Commands): Document horizontal layouts.
> 
> gdb/testsuite/ChangeLog
> 2020-01-04  Tom Tromey  <tom@tromey.com>
> 
> 	PR tui/17850:
> 	* gdb.tui/new-layout.exp: Add horizontal layout and winheight
> 	tests.

Thanks, the documentation parts are OK.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]