[gdb/tui] Factor out tui_noscroll_window et al
[binutils-gdb.git] / gdb / tui / tui-data.h
2023-11-14 Tom de Vries[gdb/tui] Factor out tui_noscroll_window et al
2023-11-13 Tom de Vries[gdb/tui] Add tui_win_info::{box_width,box_size}
2023-09-20 Tom TromeyRemove explanatory comments from includes
2023-07-15 Andrew Burgessgdb/tui: make tui_win_info::title private
2023-07-10 Tom TromeyUpdate TUI window title when changed
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-06-04 Hannes DomaniInitial TUI mouse support
2021-02-08 Andrew Burgessgdb: return true in TuiWindow.is_valid only if TUI...
2021-01-28 Andrew Burgessgdb/tui: remove special handling of locator/status...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-09-24 Tom TromeyDon't let TUI focus on locator
2020-07-02 Tom TromeyMake tui_win_info::name pure virtual
2020-07-02 Tom TromeyRemove tui_gen_win_info
2020-07-02 Tom TromeyDon't derive tui_data_item_window from tui_gen_win_info
2020-07-02 Tom TromeyMove some code out of tui-data.h
2020-06-18 Tom TromeyRemove unnecessary TUI declarations
2020-06-17 Tom TromeyUse macros for TUI window names
2020-02-22 Tom TromeyFix cast in TUI_DISASM_WIN
2020-02-22 Tom TromeyRemove tui_set_win_with_focus
2020-02-22 Tom TromeyTUI windows do not need to store their type
2020-02-22 Tom TromeyRemove tui_delete_invisible_windows and tui_make_all_in...
2020-02-22 Tom TromeyChange TUI window iteration
2020-02-22 Tom TromeyAdd horizontal splitting to TUI layout
2020-02-22 Tom TromeyRemove hard-coded TUI layouts
2020-01-19 Tom TromeyRemove flickering from the TUI
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-27 Tom TromeyRemove tui_gen_win_info::viewport_height
2019-12-11 Tom TromeyRemove struct tui_point
2019-12-11 Tom TromeyIntroduce the tui_gen_win_info::min_height method
2019-12-11 Tom TromeyMove can_box to tui_gen_win_info
2019-12-11 Tom TromeyMove max_height method to tui_gen_win_info
2019-11-19 Tom TromeyFix the "winheight" command
2019-11-10 Tom TromeyRemove can_highlight from TUI windows
2019-10-26 Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-09 Tom TromeyMake TUI window handle a unique_ptr
2019-10-09 Tom TromeyRemove tui_win_is_auxiliary
2019-09-20 Tom TromeyChange "win_resized" to bool
2019-09-20 Tom TromeyRemove tui_clear_source_windows_detail
2019-08-30 Tom TromeyRemove tui_win_info::refresh_all
2019-08-30 Tom TromeyRemove NO_DATA_STRING
2019-08-21 Christian BiesingerFix g++ 9.1 build breakage
2019-08-20 Tom TromeyRemove some defines from tui-data.h
2019-08-20 Tom TromeyMove some defines to tui-stack.c
2019-08-20 Tom TromeyChange tui_make_window to be a method
2019-08-20 Tom TromeySome i18n fixes for the TUI
2019-08-16 Tom TromeyRemove separate visibility flag
2019-08-15 Tom TromeyTUI resize unification
2019-08-15 Tom TromeyChange TUI source window iteration
2019-08-15 Tom TromeyRename the "reset" method to "resize"
2019-08-15 Tom TromeyRemove tui_initialize_static_data
2019-08-15 Tom TromeyMove locator code to tui-stack.c
2019-08-15 Tom TromeySimplify TUI boxing
2019-08-13 Tom TromeyRemove tui_gen_win_info::last_visible_line
2019-08-13 Tom TromeyMove code to tui-winsource.h
2019-08-13 Tom TromeyChange tui_check_and_display_highlight_if_needed to...
2019-08-13 Tom TromeyDelete invisible TUI windows
2019-08-13 Tom TromeyMove current_layout to tui-layout.c
2019-08-13 Tom TromeyRemove struct tui_layout_def
2019-08-13 Tom Tromeyclear_detail can only be called on TUI source windows
2019-07-17 Tom TromeyMove source window common to code to tui-winsource...
2019-07-17 Tom TromeyChange make_invisible_and_set_new_height to be a method
2019-07-17 Tom TromeyMove tui_source_window to tui-source.h
2019-07-17 Tom TromeyMove tui_disasm_window to tui-disasm.h
2019-07-17 Tom TromeyMove TUI data item window to tui-regs.h
2019-07-17 Tom TromeyMove TUI command window code
2019-07-17 Tom TromeyRearrange TUI data window code
2019-07-17 Tom TromeyRemove has_locator method
2019-07-17 Tom TromeyRemove the win_type parameter from tui_gen_win_info...
2019-07-17 Tom TromeyAlways create an execution info window for a source...
2019-07-17 Tom TromeyMerge refresh and refresh_window methods
2019-07-17 Tom TromeyRemove tui_source_window::content_in_use
2019-07-17 Tom TromeyRemove UNDEFINED_ITEM define from TUI
2019-07-17 Tom TromeyRemove unused TUI defines
2019-07-17 Tom TromeyRemove unused parameter from two TUI functions
2019-07-17 Tom TromeyMove content_in_use to tui_source_window class
2019-07-17 Tom TromeyIntroduce tui_source_window_base::location_matches_p...
2019-07-17 Tom TromeyMake source windows be self-updating
2019-07-17 Tom TromeyIntroduce TUI window iterator
2019-07-17 Tom TromeyIntroduce tui_data_window::display_reg_element_at_line...
2019-07-17 Tom TromeyIntroduce two more tui_data_window methods
2019-07-17 Tom TromeyIntroduce tui_data_window::erase_data_content method
2019-07-17 Tom TromeyIntroduce tui_data_window::delete_data_content_windows...
2019-07-17 Tom TromeyIntroduce tui_data_window::display_all_data method
2019-07-17 Tom TromeyIntroduce tui_data_window::first_reg_element_no_inline
2019-07-17 Tom TromeyIntroduce tui_data_window::line_from_reg_element_no...
2019-07-17 Tom TromeyIntroduce tui_data_window::last_regs_line_no method
2019-07-17 Tom TromeyIntroduce can_scroll method
2019-07-04 Tom TromeyFix TUI use of "has_break" field
2019-06-25 Tom TromeyMake tui_gen_win_info constructor protected
2019-06-25 Tom TromeyRemove union tui_which_element
2019-06-25 Tom TromeyUse bool for is_exec_point
2019-06-25 Tom TromeyFix "auxiliary" typo
2019-06-25 Tom TromeySeparate out data window
2019-06-25 Tom TromeyRemove "data_content" and "data_content_count" from...
2019-06-25 Tom TromeyTurn tui_first_data_item_displayed into a method
2019-06-25 Tom TromeyRemove tui_init_generic_part
2019-06-25 Tom TromeySeparate out data item window
2019-06-25 Tom TromeyRemove command from tui_which_element
2019-06-25 Tom TromeyRemove layout_def::split
next