aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-wingeneral.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-30gdb: cleanup includes in tui/users/simark/try-remove-unused-includes-tuiSimon Marchi1-2/+0
2024-05-10Remove tui_refresh_allTom Tromey1-12/+0
2024-04-27Fix typo in TUI commentTom Tromey1-1/+1
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-stack -> tui-statusTom Tromey1-1/+1
2023-11-13[gdb/tui] Add tui_win_info::{box_width,box_size}Tom de Vries1-1/+1
2023-07-15gdb/tui: make tui_win_info::title privateAndrew Burgess1-5/+5
2023-07-12[gdb/tui] Assume HAVE_WBORDERTom de Vries1-4/+0
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
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