]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/tui/tui-layout.c
Unify gdb printf functions
[thirdparty/binutils-gdb.git] / gdb / tui / tui-layout.c
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-29  Tom TromeyUnify gdb puts functions
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-11-18  Simon Marchigdbsupport: make gdb_assert_not_reached accept a format...
2021-11-16  Andrew Burgessgdb/gdbsupport: make xstrprintf and xstrvprintf return...
2021-07-23  Simon Marchigdb: remove cmd_list_element::function::sfunc
2021-06-26  Simon Marchigdb: add context getter/setter to cmd_list_element
2021-05-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-02-08  Andrew Burgessgdb: return true in TuiWindow.is_valid only if TUI...
2021-02-08  Andrew Burgessgdb/tui: don't add windows to global list from tui_layo...
2021-02-08  Andrew Burgessgdb/tui: restore delete of window objects
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-11-29  Hannes DomaniDon't delete the locator win info
2020-07-02  Tom TromeyRemove tui_gen_win_info
2020-06-17  Tom TromeyUse macros for TUI window names
2020-06-17  Tom TromeyFix C-x 1 from gdb prompt
2020-04-17  Tom TromeyReplace most calls to help_list and cmd_show_list
2020-02-24  Tom de Vries[gdb/testsuite] Fix layout next/prev/regs help message
2020-02-22  Tom TromeyMake some tui_source_window_base members "protected"
2020-02-22  Tom TromeyAllow TUI windows in Python
2020-02-22  Tom TromeyChange how TUI windows are instantiated
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 TromeyChange return type of tui_layout_base::adjust_size
2020-02-22  Tom TromeyAllow TUI sub-layouts in "new-layout" command
2020-02-22  Tom TromeyAdd the "tui new-layout" command
2020-02-22  Tom TromeyRemove hard-coded TUI layouts
2020-02-22  Tom TromeyReimplement "tui reg" command
2020-02-22  Tom TromeyReimplement TUI "C-x 1" binding
2020-02-22  Tom TromeySimplify TUI C-x 2 binding
2020-02-22  Tom TromeySimplify tui_add_win_to_layout
2020-01-19  Tom TromeyRemove flickering from the TUI
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-05  Andrew Burgessgdb: use tui_set_layout not show_layout to fix window...
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 TromeyChange "winheight" resizing to use new layout code
2019-12-11  Tom TromeyFirst use of tui_layout
2019-12-11  Tom TromeyIntroduce new layout code
2019-12-11  Tom TromeyRemove struct tui_point
2019-11-12  Tom TromeyConsolidate setting of current_layout
2019-11-12  Tom TromeyMove _initialize_tui_layout to end of file
2019-10-09  Tom TromeyMake TUI window handle a unique_ptr
2019-10-09  Tom TromeyRemove tui_default_win_viewport_height
2019-09-20  Tom TromeyChange TUI window commands to be case-sensitive
2019-09-20  Tom TromeyRemove separator comments from TUI
2019-09-20  Tom TromeySet TUI locator height to 1
2019-09-20  Tom TromeyRemove some explicit re-rendering from the TUI
2019-09-20  Tom TromeyRemove tui_clear_source_windows_detail
2019-08-30  Tom TromeyDon't call tui_refresh_all from show_layout
2019-08-30  Tom TromeySimplify register display
2019-08-30  Tom TromeyPrivate data members in tui_data_window
2019-08-20  Tom TromeyChange tui_make_window to be a method
2019-08-20  Tom TromeyAdd two methods to tui_data_window
2019-08-16  Tom TromeyRemove m_has_locator
2019-08-15  Tom TromeyTUI resize unification
2019-08-15  Tom TromeyTUI window resize should not need invisibility
2019-08-15  Tom TromeyChange TUI source window iteration
2019-08-15  Tom TromeyRename the "reset" method to "resize"
2019-08-15  Tom TromeyMinor simplification in tui_default_win_viewport_height
2019-08-15  Tom TromeyRemove FIXMEs from tui-layout.c
2019-08-15  Tom TromeySimplify TUI boxing
2019-08-13  Tom TromeyChange tui_show_source_content to be a method
2019-08-13  Tom TromeyDelete invisible TUI windows
2019-08-13  Tom TromeyMake tui_default_win_height static
2019-08-13  Tom TromeyTwo simplifications in tui-layout.c
2019-08-13  Tom TromeySimplify tui_make_all_invisible
2019-08-13  Tom TromeyMove current_layout to tui-layout.c
2019-08-13  Tom TromeyRemove struct tui_layout_def
2019-07-17  Tom TromeyMove tui_source_window to tui-source.h
2019-07-17  Tom TromeyMove TUI command window code
2019-07-17  Tom TromeyRearrange TUI data window code
2019-07-17  Tom TromeyRemove tui_make_visible and tui_make_invisible
2019-07-17  Tom TromeyRemove make_data_window
2019-07-17  Tom TromeyRemove make_source_window and make_disasm_window
2019-07-17  Tom TromeyRemove make_command_window
2019-07-17  Tom TromeySimplify show_source_or_disasm_and_command
2019-07-17  Tom TromeySimplify show_source_disasm_command
2019-07-17  Tom TromeyClean up tui_layout_command
2019-07-17  Tom TromeyChange tui_set_layout to return void
2019-07-17  Tom TromeyRemove reset_locator
2019-07-17  Tom TromeyRemove the win_type parameter from tui_gen_win_info...
2019-07-17  Tom TromeyIntroduce reset_locator function in tui-layout.c
2019-07-17  Tom TromeyAlways create an execution info window for a source...
2019-07-17  Tom TromeyRemove some dead code from tui_set_layout
2019-07-17  Tom TromeyMerge refresh and refresh_window methods
2019-07-17  Tom TromeyIntroduce TUI window iterator
2019-07-17  Tom TromeyIntroduce tui_data_window::display_all_data method
2019-06-25  Tom TromeyMake tui_gen_win_info constructor protected
2019-06-25  Tom TromeyRemove union tui_which_element
2019-06-25  Tom TromeyMore type safety for TUI source window functions
2019-06-25  Tom TromeyFix "auxiliary" typo
2019-06-25  Tom TromeyRemove layout_def::split
2019-06-25  Tom TromeySeparate out locator window
2019-06-25  Tom TromeySeparate out execution-info window
2019-06-25  Tom TromeyRemove tui_alloc_win_info
2019-06-25  Tom TromeyIntroduce enum tui_box
2019-06-25  Tom TromeyRemove some TUI static allocations
next