aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-win.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-03gdb/tui: relax restrictions on window max height and widthAndrew Burgess1-2/+2
2022-04-03gdb/tui: support placing the cmd window into a horizontal layoutAndrew Burgess1-2/+4
2022-04-03gdb/tui: add new 'tui window width' command and 'winwidth' aliasAndrew Burgess1-7/+61
2022-04-03gdb: move some commands into the tui namespaceAndrew Burgess1-8/+32
2022-03-29Unify gdb printf functionsTom Tromey1-12/+12
2022-02-06gdb/tui: add window width information to 'info win' outputAndrew Burgess1-1/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Consistently Use ui_file parameter to show callbacksTom Tromey1-2/+2
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-6/+5
2021-06-17Make the TUI command window support the mousePedro Alves1-9/+3
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi1-9/+11
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-5/+3
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-2/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-3/+3
2020-10-02gdb: give names to async event/signal handlersSimon Marchi1-1/+2
2020-07-06[gdb/tui,c++17] Fix NULL string_view in tui_partial_win_by_nameTom de Vries1-13/+10
2020-07-01Remove tui_gen_win_infoTom Tromey1-1/+1
2020-07-01Move some code out of tui-data.hTom Tromey1-0/+2
2020-05-03Update more calls to add_prefix_cmdTom Tromey1-18/+8
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-11/+3
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-1/+1
2020-04-13Introduce async-event.[ch]Tom Tromey1-0/+1
2020-02-22Add "usage" text to all TUI command helpTom Tromey1-1/+2
2020-02-22Use error_no_arg in TUITom Tromey1-90/+70
2020-02-22Remove tui_set_win_with_focusTom Tromey1-15/+0
2020-02-22Remove tui_delete_invisible_windows and tui_make_all_invisibleTom Tromey1-1/+0
2020-02-22Handle ambiguity in tui_partial_win_by_nameTom Tromey1-2/+11
2020-02-22Add horizontal splitting to TUI layoutTom Tromey1-0/+8
2020-02-22Remove hard-coded TUI layoutsTom Tromey1-1/+1
2020-01-31gdb/tui: Update help text for scroll commandsAndrew Burgess1-4/+12
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-30Make some TUI globals "static"Tom Tromey1-10/+10
2019-12-30Use "bool" in more spots in TUITom Tromey1-6/+6
2019-12-11Change "winheight" resizing to use new layout codeTom Tromey1-279/+2
2019-12-11Re-apply the current layout when resizingTom Tromey1-104/+2
2019-12-11Remove struct tui_pointTom Tromey1-15/+15
2019-12-01Treat inactive TUI specially in "info win"Tom Tromey1-0/+6
2019-12-01Add TUI border colorsTom Tromey1-0/+4
2019-12-01Allow using less horizontal space in TUI source windowTom Tromey1-0/+33
2019-11-26Remove declaration of tui_set_var_cmd, make definition staticSimon Marchi1-1/+2
2019-11-19Fix the "winheight" commandTom Tromey1-7/+22
2019-11-12Make TUI resizing tests more robustTom Tromey1-0/+34
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-2/+2
2019-10-09Make TUI window handle a unique_ptrTom Tromey1-3/+3
2019-09-20Change TUI window commands to be case-sensitiveTom Tromey1-81/+59
2019-09-20Remove separator comments from TUITom Tromey1-15/+0
2019-09-20Don't call refresh in tui_resize_allTom Tromey1-1/+0
2019-09-20Set TUI locator height to 1Tom Tromey1-5/+4