aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-win.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-20Change "win_resized" to boolTom Tromey1-2/+2
2019-09-09Use ui_out for "info win"Tom Tromey1-6/+14
2019-08-30Remove tui_win_info::refresh_allTom Tromey1-6/+0
2019-08-16Remove separate visibility flagTom Tromey1-7/+7
2019-08-15TUI resize unificationTom Tromey1-87/+52
2019-08-15Change TUI source window iterationTom Tromey1-7/+7
2019-08-15Turn tui_erase_source_content into a methodTom Tromey1-5/+5
2019-08-13Change tui_check_and_display_highlight_if_needed to be a methodTom Tromey1-2/+2
2019-08-13Delete invisible TUI windowsTom Tromey1-13/+2
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-3/+3
2019-07-22Remove self-assign from make_invisible_and_set_new_heightTom Tromey1-2/+2
2019-07-17Fix an error in parse_scrolling_argsTom Tromey1-4/+4
2019-07-17Move source window common to code to tui-winsource.[ch]Tom Tromey1-90/+0