Introduce run_on_main_thread
[binutils-gdb.git] / gdb / tui /
2019-11-26 Simon MarchiRemove declaration of tui_set_var_cmd, make definition...
2019-11-19 Tom TromeyFix the "winheight" command
2019-11-12 Tom TromeyConsolidate setting of current_layout
2019-11-12 Tom TromeyMove _initialize_tui_layout to end of file
2019-11-12 Tom TromeyMake TUI resizing tests more robust
2019-11-11 Tom TromeyDocument and extend readline-bindable functions
2019-11-10 Tom TromeyRemove can_highlight from TUI windows
2019-11-06 Tom TromeyRemove some includes of readline.h
2019-11-06 Tom TromeyFix regression from TUI disassembly style patch
2019-11-05 Tom TromeyStyle disassembly in the TUI
2019-11-05 Tom TromeyChange tui_source_element::line to have type std::string
2019-10-26 Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-21 Tom TromeyRemove tui_exec_info_content
2019-10-15 Christian BiesingerMake tui-winsource not use breakpoint_chain
2019-10-09 Tom TromeyDon't call erase_data_content from tui_data_window...
2019-10-09 Tom TromeyMake TUI window handle a unique_ptr
2019-10-09 Tom TromeyRemove declaration from tui-wingeneral.h
2019-10-09 Tom TromeyRemove tui_win_is_auxiliary
2019-10-09 Tom TromeyRemove tui_default_win_viewport_height
2019-10-09 Tom TromeyRemove two TUI comments
2019-10-01 Tom TromeyIntroduce metadata style
2019-10-01 Tom TromeyRemove the ui_out_style_kind enum
2019-09-20 Tom TromeyChange TUI window commands to be case-sensitive
2019-09-20 Tom TromeyUse make_unique_xstrdup in TUI
2019-09-20 Tom TromeyRemove separator comments from TUI
2019-09-20 Tom TromeyRemove strcat_to_buf
2019-09-20 Tom TromeyRename a private data member in tui_source_window
2019-09-20 Tom TromeyRename private data members of tui_data_window
2019-09-20 Tom TromeyChange members of tui_locator_window to std::string
2019-09-20 Tom TromeyRemove a call to tui_locator_win_info_ptr
2019-09-20 Tom TromeyDon't call refresh in tui_resize_all
2019-09-20 Tom TromeySet TUI locator height to 1
2019-09-20 Tom TromeyChange "win_resized" to bool
2019-09-20 Tom TromeyUse "bool" in tui_data_window::show_register_group
2019-09-20 Tom TromeySimplify TUI disassembly
2019-09-20 Tom TromeySimplify tui_source_window_base::show_source_content
2019-09-20 Tom TromeyRemove some explicit re-rendering from the TUI
2019-09-20 Tom TromeyChange tui_make_status_line to be a method
2019-09-20 Tom TromeyChange tui_make_status_line to return std::string
2019-09-20 Tom TromeyMove "fullname" to tui_source_window
2019-09-20 Tom TromeyChange tui_source_element::line to be a unique_xmalloc_ptr
2019-09-20 Tom TromeyRemove tui_clear_source_windows_detail
2019-09-18 Tom TromeyGive a name to the TUI SingleKey keymap
2019-09-09 Tom TromeyUse ui_out for "info win"
2019-09-08 Tom TromeyTruncate long TUI window titles
2019-08-30 Tom TromeyRemove tui_win_info::refresh_all
2019-08-30 Tom TromeyDon't call wrefresh from tui_cont_sig
2019-08-30 Tom TromeyMinor rearrangement of tui-stack.c
2019-08-30 Tom TromeyMake tui_locator_window::set_locator_fullname re-render
2019-08-30 Tom TromeySwap tui_show_locator_content and tui_locator_window...
2019-08-30 Tom TromeyTurn two locator functions into methods
2019-08-30 Tom TromeyDon't call tui_refresh_all from show_layout
2019-08-30 Tom TromeyDon't call touchwin in tui_gen_win_info::refresh_window
2019-08-30 Tom TromeyRemove NULL checks from box_win
2019-08-30 Tom TromeySimplify register display
2019-08-30 Tom TromeyPrivate data members in tui_data_window
2019-08-30 Tom TromeyRemove some calls in tui_data_window
2019-08-30 Tom TromeyRemove some checks of .empty()
2019-08-30 Tom TromeyRemove tui_data_window::display_all_data
2019-08-30 Tom TromeyRemove NO_DATA_STRING
2019-08-21 Christian BiesingerFix g++ 9.1 build breakage
2019-08-20 Tom TromeyChange some tui_data_window methods to be private
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 TromeyRemove tui_data_window::display_regs
2019-08-20 Tom TromeyRemove indirection from tui_data_window::regs_content
2019-08-20 Tom TromeyAdd two methods to tui_data_window
2019-08-20 Tom TromeyChange tui_check_register_values to be a method
2019-08-20 Tom TromeyRearrange tui-regs.c some more
2019-08-20 Tom TromeyChange tui_data_item_window::content to be a unique_xma...
2019-08-20 Tom TromeyRemove tui_data_item_window::value
2019-08-20 Tom TromeyMinor rearrangement in tui-regs.c
2019-08-20 Tom TromeyRemove NULL check from tui_reg_command
2019-08-20 Tom TromeySome i18n fixes for the TUI
2019-08-16 Tom TromeyRemove the TUI execution info window
2019-08-16 Tom TromeyRemove useless assignment from tui_remove_hooks
2019-08-16 Tom TromeyChange tui_show_symtab_source to be a method
2019-08-16 Tom TromeyIntroduce tui_source_window_base::set_contents method
2019-08-16 Tom TromeyChange tui_update_breakpoint_info to be a method
2019-08-16 Tom TromeyChange tui_update_source_window to be a method
2019-08-16 Tom TromeyChange tui_update_source_window_as_is to be a method
2019-08-16 Tom TromeyRemove "noerror" parameter from some TUI functions
2019-08-16 Tom TromeyRemove separate visibility flag
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 TromeyRemove tui_initialize_static_data
2019-08-15 Tom TromeyMinor simplification in tui_default_win_viewport_height
2019-08-15 Tom TromeyRemove tui_clear_source_content
2019-08-15 Tom TromeyTurn tui_erase_source_content into a method
2019-08-15 Tom TromeyRemove tui_alloc_source_buffer
2019-08-15 Tom TromeyChange tui_line_is_displayed to be a method
2019-08-15 Tom TromeyChange tui_addr_is_displayed into a method
2019-08-15 Tom TromeyMove contents of tui_show_frame_info to new method
2019-08-15 Tom TromeyAvoid string_file in tui_make_status_line
2019-08-15 Tom TromeyMove locator code to tui-stack.c
2019-08-15 Tom TromeyRemove FIXMEs from tui-layout.c
next