aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-data.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-30gdb: cleanup includes in tui/users/simark/try-remove-unused-includes-tuiSimon Marchi1-2/+0
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-01Fix TUI text centeringTom Tromey1-5/+15
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-21Rename TUI locator window -> statusTom Tromey1-1/+1
2023-12-21Rename tui-stack -> tui-statusTom Tromey1-1/+1
2023-12-08[gdb/tui] Show focus window in status lineTom de Vries1-0/+2
2023-12-04[gdb/tui] Fix wrapping stringsTom de Vries1-0/+30
2023-07-15gdb/tui: make tui_win_info::title privateAndrew Burgess1-3/+3
2023-07-10Update TUI window title when changedTom Tromey1-0/+11
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-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-09-24Don't let TUI focus on locatorTom Tromey1-8/+26
2020-02-22Remove tui_set_win_with_focusTom Tromey1-3/+9
2020-02-22TUI windows do not need to store their typeTom Tromey1-5/+0
2020-02-22Remove tui_delete_invisible_windows and tui_make_all_invisibleTom Tromey1-23/+0
2020-02-22Reimplement tui_next_win and tui_prev_winTom Tromey1-42/+13
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-19Fix the "winheight" commandTom Tromey1-19/+0
2019-10-09Make TUI window handle a unique_ptrTom Tromey1-5/+0
2019-10-09Remove tui_win_is_auxiliaryTom Tromey1-6/+0
2019-09-20Remove separator comments from TUITom Tromey1-20/+0
2019-09-20Change "win_resized" to boolTom Tromey1-4/+4
2019-09-20Remove tui_clear_source_windows_detailTom Tromey1-9/+0
2019-08-20Change tui_make_window to be a methodTom Tromey1-1/+0
2019-08-16Remove separate visibility flagTom Tromey1-3/+3
2019-08-15TUI resize unificationTom Tromey1-0/+6
2019-08-15Change TUI source window iterationTom Tromey1-31/+0
2019-08-15Move locator code to tui-stack.cTom Tromey1-25/+0
2019-08-13Remove tui_gen_win_info::last_visible_lineTom Tromey1-2/+1
2019-08-13Delete invisible TUI windowsTom Tromey1-0/+22
2019-08-13Move current_layout to tui-layout.cTom Tromey1-17/+0
2019-08-13Remove struct tui_layout_defTom Tromey1-11/+0
2019-07-17Move source window common to code to tui-winsource.[ch]Tom Tromey1-26/+1
2019-07-17Move TUI data item window to tui-regs.hTom Tromey1-11/+0
2019-07-17Move TUI command window codeTom Tromey1-8/+0
2019-07-17Rearrange TUI data window codeTom Tromey1-10/+0
2019-07-17Always create an execution info window for a source windowTom Tromey1-1/+2
2019-07-17Move content_in_use to tui_source_window classTom Tromey1-1/+0
2019-07-17Fix comment typosTom Tromey1-1/+1
2019-07-17Introduce TUI window iteratorTom Tromey1-15/+7
2019-06-25Tidy tui_delete_winTom Tromey1-5/+1
2019-06-25Remove union tui_which_elementTom Tromey1-166/+0
2019-06-25Use bool for is_exec_pointTom Tromey1-1/+1
2019-06-25Fix "auxiliary" typoTom Tromey1-1/+1
2019-06-25Separate out data windowTom Tromey1-72/+2
2019-06-25Remove "data_content" and "data_content_count" from TUI data windowTom Tromey1-7/+0
2019-06-25Remove tui_init_generic_partTom Tromey1-8/+2
2019-06-25Separate out data item windowTom Tromey1-22/+10