aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-layout.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-30gdb: cleanup includes in tui/users/simark/try-remove-unused-includes-tuiSimon Marchi1-5/+0
2024-05-30gdb/tui: change some macros to functionsSimon Marchi1-10/+10
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-21Rename TUI locator window -> statusTom Tromey1-2/+2
2023-12-21Rename tui-stack -> tui-statusTom Tromey1-1/+1
2023-12-09[gdb/tui] Handle shared border in fixed-sized layoutTom de Vries1-9/+18
2023-12-08[gdb/tui] Fix displaying main after resizingTom de Vries1-25/+0
2023-11-22[gdb/tui] Fix resizing of terminal to 1 or 2 linesTom de Vries1-2/+20
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-1/+1
2023-05-31[gdb/tui] Fix fingerprint for cmd-only layoutTom de Vries1-1/+1
2023-04-29gdb: Fix building with latest libc++Manoj Gupta1-1/+1
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-6/+6
2023-02-13gdb/tui: don't leak the known_window_types mapAndrew Burgess1-24/+17
2023-02-13gdb/python: allow Python TUI windows to be replacedAndrew Burgess1-0/+8
2023-01-27gdb/tui: improve errors from tui focus commandAndrew Burgess1-3/+12
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-09-22gdb/python: restrict the names accepted by gdb.register_window_typeAndrew Burgess1-0/+13
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