aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-win.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-17Change make_invisible_and_set_new_height to be a methodTom Tromey1-43/+35
2019-07-17Move TUI command window codeTom Tromey1-20/+1
2019-07-17Rearrange TUI data window codeTom Tromey1-22/+0
2019-07-17Remove has_locator methodTom Tromey1-2/+2
2019-07-17Remove tui_make_visible and tui_make_invisibleTom Tromey1-5/+5
2019-07-17Remove TUI data window special caseTom Tromey1-2/+0
2019-07-17Remove tui_set_focusTom Tromey1-11/+3
2019-07-17Remove unused parameter from two TUI functionsTom Tromey1-6/+5
2019-07-17Remove tui_set_win_heightTom Tromey1-11/+1
2019-07-17Fix comment typosTom Tromey1-1/+1
2019-07-17Introduce TUI window iteratorTom Tromey1-28/+19
2019-07-17Introduce tui_data_window::display_all_data methodTom Tromey1-1/+1
2019-06-25Remove union tui_which_elementTom Tromey1-12/+13
2019-06-25More type safety for TUI source window functionsTom Tromey1-15/+24
2019-06-25Fix "auxiliary" typoTom Tromey1-2/+2
2019-06-25Separate out data windowTom Tromey1-5/+3
2019-06-25Separate out locator windowTom Tromey1-3/+3
2019-06-25Don't check window type in tui_set_win_focus_toTom Tromey1-5/+2