aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-data.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-27Remove tui_gen_win_info::viewport_heightTom Tromey1-2/+0
2019-12-11Remove struct tui_pointTom Tromey1-7/+2
2019-12-11Introduce the tui_gen_win_info::min_height methodTom Tromey1-0/+8
2019-12-11Move can_box to tui_gen_win_infoTom Tromey1-1/+7
2019-12-11Move max_height method to tui_gen_win_infoTom Tromey1-2/+4
2019-11-19Fix the "winheight" commandTom Tromey1-1/+0
2019-11-10Remove can_highlight from TUI windowsTom Tromey1-3/+0
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-09Make TUI window handle a unique_ptrTom Tromey1-2/+13
2019-10-09Remove tui_win_is_auxiliaryTom Tromey1-2/+0
2019-09-20Change "win_resized" to boolTom Tromey1-2/+2
2019-09-20Remove tui_clear_source_windows_detailTom Tromey1-1/+0
2019-08-30Remove tui_win_info::refresh_allTom Tromey1-6/+0
2019-08-30Remove NO_DATA_STRINGTom Tromey1-1/+0
2019-08-21Fix g++ 9.1 build breakageChristian Biesinger1-0/+1
2019-08-20Remove some defines from tui-data.hTom Tromey1-2/+0
2019-08-20Move some defines to tui-stack.cTom Tromey1-11/+0
2019-08-20Change tui_make_window to be a methodTom Tromey1-9/+8
2019-08-20Some i18n fixes for the TUITom Tromey1-3/+0
2019-08-16Remove separate visibility flagTom Tromey1-2/+6
2019-08-15TUI resize unificationTom Tromey1-17/+7
2019-08-15Change TUI source window iterationTom Tromey1-3/+0
2019-08-15Rename the "reset" method to "resize"Tom Tromey1-3/+3
2019-08-15Remove tui_initialize_static_dataTom Tromey1-1/+0
2019-08-15Move locator code to tui-stack.cTom Tromey1-25/+0
2019-08-15Simplify TUI boxingTom Tromey1-7/+11
2019-08-13Remove tui_gen_win_info::last_visible_lineTom Tromey1-2/+0
2019-08-13Move code to tui-winsource.hTom Tromey1-41/+0
2019-08-13Change tui_check_and_display_highlight_if_needed to be a methodTom Tromey1-0/+2
2019-08-13Delete invisible TUI windowsTom Tromey1-0/+5
2019-08-13Move current_layout to tui-layout.cTom Tromey1-1/+0
2019-08-13Remove struct tui_layout_defTom Tromey1-7/+0
2019-08-13clear_detail can only be called on TUI source windowsTom Tromey1-3/+0
2019-07-17Move source window common to code to tui-winsource.[ch]Tom Tromey1-84/+1
2019-07-17Change make_invisible_and_set_new_height to be a methodTom Tromey1-0/+5
2019-07-17Move tui_source_window to tui-source.hTom Tromey1-30/+1
2019-07-17Move tui_disasm_window to tui-disasm.hTom Tromey1-23/+0
2019-07-17Move TUI data item window to tui-regs.hTom Tromey1-19/+0
2019-07-17Move TUI command window codeTom Tromey1-47/+2
2019-07-17Rearrange TUI data window codeTom Tromey1-81/+0
2019-07-17Remove has_locator methodTom Tromey1-12/+0
2019-07-17Remove the win_type parameter from tui_gen_win_info::resetTom Tromey1-7/+4
2019-07-17Always create an execution info window for a source windowTom Tromey1-4/+8
2019-07-17Merge refresh and refresh_window methodsTom Tromey1-4/+1
2019-07-17Remove tui_source_window::content_in_useTom Tromey1-2/+0
2019-07-17Remove UNDEFINED_ITEM define from TUITom Tromey1-2/+1
2019-07-17Remove unused TUI definesTom Tromey1-5/+0
2019-07-17Remove unused parameter from two TUI functionsTom Tromey1-2/+0
2019-07-17Move content_in_use to tui_source_window classTom Tromey1-3/+5