aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-layout.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-03gdb/tui: fair split of delta after a resizeAndrew Burgess1-12/+25
2022-04-03gdb/tui: support placing the cmd window into a horizontal layoutAndrew Burgess1-14/+55
2022-04-03gdb/tui: allow cmd window to change size in tui_layout_split::applyAndrew Burgess1-8/+87
2022-04-03gdb/tui: fairer distribution of excess space during applyAndrew Burgess1-7/+31
2022-04-03gdb/tui: avoid fp exception when applying layoutsAndrew Burgess1-11/+19
2022-04-03gdb/tui: add left_boxed_p and right_boxed_p member functionsAndrew Burgess1-8/+8
2022-04-03gdb/tui: add a tui debugging flagAndrew Burgess1-11/+88
2022-04-03gdb/tui: add new 'tui window width' command and 'winwidth' aliasAndrew Burgess1-8/+25
2022-04-03gdb/tui: rename tui_layout_split:set_weights_from_heightsAndrew Burgess1-4/+5
2022-04-03gdb/tui: rename tui_layout_base::adjust_size to ::set_heightAndrew Burgess1-3/+3
2022-04-03gdb: move some commands into the tui namespaceAndrew Burgess1-3/+13
2022-03-29Unify gdb printf functionsTom Tromey1-1/+1
2022-03-29Unify gdb puts functionsTom Tromey1-5/+5
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-18gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi1-1/+1
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess1-2/+2
2021-07-23gdb: remove cmd_list_element::function::sfuncSimon Marchi1-2/+1
2021-06-25gdb: add context getter/setter to cmd_list_elementSimon Marchi1-3/+2
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-1/+1
2021-02-08gdb: return true in TuiWindow.is_valid only if TUI is enabledAndrew Burgess1-0/+1
2021-02-08gdb/tui: don't add windows to global list from tui_layout:window::applyAndrew Burgess1-15/+11
2021-02-08gdb/tui: restore delete of window objectsAndrew Burgess1-0/+1
2021-01-28gdb/tui: remove special handling of locator/status windowAndrew Burgess1-13/+3
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-29Don't delete the locator win infoHannes Domani1-1/+3
2020-07-01Remove tui_gen_win_infoTom Tromey1-8/+7
2020-06-16Use macros for TUI window namesTom Tromey1-32/+32
2020-06-16Fix C-x 1 from gdb promptTom Tromey1-5/+6
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-11/+2
2020-02-24[gdb/testsuite] Fix layout next/prev/regs help messageTom de Vries1-3/+3
2020-02-22Make some tui_source_window_base members "protected"Tom Tromey1-17/+5
2020-02-22Allow TUI windows in PythonTom Tromey1-3/+25
2020-02-22Change how TUI windows are instantiatedTom Tromey1-32/+67
2020-02-22Remove tui_delete_invisible_windows and tui_make_all_invisibleTom Tromey1-11/+35
2020-02-22Change TUI window iterationTom Tromey1-0/+6
2020-02-22Add horizontal splitting to TUI layoutTom Tromey1-53/+94
2020-02-22Change return type of tui_layout_base::adjust_sizeTom Tromey1-8/+9
2020-02-22Allow TUI sub-layouts in "new-layout" commandTom Tromey1-19/+65
2020-02-22Add the "tui new-layout" commandTom Tromey1-3/+100
2020-02-22Remove hard-coded TUI layoutsTom Tromey1-277/+222
2020-02-22Reimplement "tui reg" commandTom Tromey1-0/+8
2020-02-22Reimplement TUI "C-x 1" bindingTom Tromey1-0/+45
2020-02-22Simplify TUI C-x 2 bindingTom Tromey1-0/+7
2020-02-22Simplify tui_add_win_to_layoutTom Tromey1-15/+4
2020-01-19Remove flickering from the TUITom Tromey1-0/+2
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-05gdb: use tui_set_layout not show_layout to fix window focusAndrew Burgess1-6/+6
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-27Remove tui_gen_win_info::viewport_heightTom Tromey1-4/+0
2019-12-11Change "winheight" resizing to use new layout codeTom Tromey1-0/+8