aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-wingeneral.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-28gdb/tui: remove special handling of locator/status windowAndrew Burgess1-4/+0
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-07-01Remove tui_gen_win_infoTom Tromey1-12/+5
2020-02-22Remove tui_delete_invisible_windows and tui_make_all_invisibleTom Tromey1-9/+0
2020-01-19Remove flickering from the TUITom Tromey1-2/+44
2020-01-13gdb/tui: Place window titles in the center of the borderAndrew Burgess1-2/+2
2020-01-11Make TUI borders respect "set style enabled"Tom Tromey1-3/+4
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-11Remove struct tui_pointTom Tromey1-1/+1
2019-12-01Add TUI border colorsTom Tromey1-0/+8
2019-11-10Remove can_highlight from TUI windowsTom Tromey1-3/+3
2019-10-09Make TUI window handle a unique_ptrTom Tromey1-17/+5
2019-09-20Remove separator comments from TUITom Tromey1-9/+0
2019-09-08Truncate long TUI window titlesTom Tromey1-1/+15
2019-08-30Don't call touchwin in tui_gen_win_info::refresh_windowTom Tromey1-4/+1
2019-08-30Remove NULL checks from box_winTom Tromey1-19/+16
2019-08-20Remove some defines from tui-data.hTom Tromey1-5/+5
2019-08-20Change tui_make_window to be a methodTom Tromey1-17/+14
2019-08-16Remove separate visibility flagTom Tromey1-5/+3
2019-08-15Move locator code to tui-stack.cTom Tromey1-0/+1
2019-08-15Simplify TUI boxingTom Tromey1-4/+3
2019-08-13Change tui_check_and_display_highlight_if_needed to be a methodTom Tromey1-6/+5
2019-08-13Simplify tui_make_all_invisibleTom Tromey1-9/+3
2019-08-13Remove tui_make_all_visibleTom Tromey1-6/+0
2019-07-17Remove unnecessary "return"sTom Tromey1-1/+0
2019-07-17Move source window common to code to tui-winsource.[ch]Tom Tromey1-18/+0
2019-07-17Rearrange TUI data window codeTom Tromey1-13/+0
2019-07-17Remove tui_make_visible and tui_make_invisibleTom Tromey1-12/+0
2019-07-17Simplify tui_gen_win_info::make_visibleTom Tromey1-12/+7
2019-07-17Always create an execution info window for a source windowTom Tromey1-2/+1
2019-07-17Remove TUI data window special caseTom Tromey1-9/+6
2019-07-17Merge refresh and refresh_window methodsTom Tromey1-22/+11
2019-07-17Introduce TUI window iteratorTom Tromey1-14/+6
2019-07-17Check can_highlight in tui_check_and_display_highlight_if_neededTom Tromey1-1/+1
2019-06-25Tidy tui_delete_winTom Tromey1-2/+0
2019-06-25Fix "auxiliary" typoTom Tromey1-1/+1
2019-06-25Separate out data windowTom Tromey1-8/+4
2019-06-25Separate out locator windowTom Tromey1-1/+1
2019-06-25Don't check window type in tui_set_win_focus_toTom Tromey1-0/+1
2019-06-25Introduce enum tui_boxTom Tromey1-2/+3
2019-06-25Move make_visible method to tui_gen_win_infoTom Tromey1-27/+14
2019-06-25Introduce refresh_window methodTom Tromey1-21/+19
2019-06-25Derive tui_win_info from tui_gen_win_infoTom Tromey1-11/+11
2019-06-25Change tui_which_element::data_window to be a pointerTom Tromey1-1/+1
2019-06-25Introduce set_highlight methodTom Tromey1-2/+2
2019-06-25Remove redundant check from make_visibleTom Tromey1-3/+1
2019-06-25Introduce the refresh methodTom Tromey1-11/+20
2019-06-25Use bool for visibilityTom Tromey1-11/+11