gdb/testsuite/dap: prefix some procs with _
[binutils-gdb.git] / gdb / tui / tui-win.c
2023-01-25 Andrew Burgessgdb/tui: better filtering of tab completion results...
2023-01-25 Andrew Burgessgdb/tui: convert if/error to an assert
2023-01-25 Andrew Burgessgdb/testsuite/tui: more testing of the 'focus' command
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-15 Tom TromeyRemove subset_compare
2022-11-16 Pedro Alvesgdb: add "set style tui-current-position on|off", defau...
2022-04-03 Andrew Burgessgdb/tui: relax restrictions on window max height and...
2022-04-03 Andrew Burgessgdb/tui: support placing the cmd window into a horizont...
2022-04-03 Andrew Burgessgdb/tui: add new 'tui window width' command and 'winwid...
2022-04-03 Andrew Burgessgdb: move some commands into the tui namespace
2022-03-29 Tom TromeyUnify gdb printf functions
2022-02-06 Andrew Burgessgdb/tui: add window width information to 'info win...
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-29 Tom TromeyConsistently Use ui_file parameter to show callbacks
2021-10-28 Simon Marchigdb: add add_setshow_prefix_cmd
2021-06-17 Pedro AlvesMake the TUI command window support the mouse
2021-05-27 Simon Marchigdb: make add_com_alias accept target as a cmd_list_element
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-04-24 Simon Marchigdbsupport, gdb: give names to observers
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-02 Simon Marchigdb: give names to async event/signal handlers
2020-07-06 Tom de Vries[gdb/tui,c++17] Fix NULL string_view in tui_partial_win...
2020-07-02 Tom TromeyRemove tui_gen_win_info
2020-07-02 Tom TromeyMove some code out of tui-data.h
2020-05-03 Tom TromeyUpdate more calls to add_prefix_cmd
2020-04-17 Tom TromeyReplace most calls to help_list and cmd_show_list
2020-04-13 Tom TromeyMove event-loop.[ch] to gdbsupport/
2020-04-13 Tom TromeyIntroduce async-event.[ch]
2020-02-22 Tom TromeyAdd "usage" text to all TUI command help
2020-02-22 Tom TromeyUse error_no_arg in TUI
2020-02-22 Tom TromeyRemove tui_set_win_with_focus
2020-02-22 Tom TromeyRemove tui_delete_invisible_windows and tui_make_all_in...
2020-02-22 Tom TromeyHandle ambiguity in tui_partial_win_by_name
2020-02-22 Tom TromeyAdd horizontal splitting to TUI layout
2020-02-22 Tom TromeyRemove hard-coded TUI layouts
2020-01-31 Andrew Burgessgdb/tui: Update help text for scroll commands
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-30 Tom TromeyMake some TUI globals "static"
2019-12-30 Tom TromeyUse "bool" in more spots in TUI
2019-12-11 Tom TromeyChange "winheight" resizing to use new layout code
2019-12-11 Tom TromeyRe-apply the current layout when resizing
2019-12-11 Tom TromeyRemove struct tui_point
2019-12-01 Tom TromeyTreat inactive TUI specially in "info win"
2019-12-01 Tom TromeyAdd TUI border colors
2019-12-01 Tom TromeyAllow using less horizontal space in TUI source window
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 TromeyMake TUI resizing tests more robust
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-09-20 Tom TromeyChange TUI window commands to be case-sensitive
2019-09-20 Tom TromeyRemove separator comments from TUI
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-09 Tom TromeyUse ui_out for "info win"
2019-08-30 Tom TromeyRemove tui_win_info::refresh_all
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 TromeyTurn tui_erase_source_content into a method
2019-08-13 Tom TromeyChange tui_check_and_display_highlight_if_needed to...
2019-08-13 Tom TromeyDelete invisible TUI windows
2019-08-06 Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-07-22 Tom TromeyRemove self-assign from make_invisible_and_set_new_height
2019-07-17 Tom TromeyFix an error in parse_scrolling_args
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 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 tui_make_visible and tui_make_invisible
2019-07-17 Tom TromeyRemove TUI data window special case
2019-07-17 Tom TromeyRemove tui_set_focus
2019-07-17 Tom TromeyRemove unused parameter from two TUI functions
2019-07-17 Tom TromeyRemove tui_set_win_height
2019-07-17 Tom TromeyFix comment typos
2019-07-17 Tom TromeyIntroduce TUI window iterator
2019-07-17 Tom TromeyIntroduce tui_data_window::display_all_data method
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 TromeySeparate out data window
2019-06-25 Tom TromeySeparate out locator window
2019-06-25 Tom TromeyDon't check window type in tui_set_win_focus_to
2019-06-25 Tom TromeyIntroduce tui_win_info::make_visible_with_new_height
2019-06-25 Tom TromeyIntroduce tui_win_info::update_tab_width
2019-06-25 Tom TromeyRemove tui_scroll_direction enum
2019-06-25 Tom TromeyIntroduce tui_gen_win_info::name method
2019-06-25 Tom TromeyChange tui_update_source_window for better type safety
2019-06-25 Tom TromeyDerive tui_win_info from tui_gen_win_info
2019-06-25 Tom TromeyChange tui_which_element::data_window to be a pointer
2019-06-25 Tom TromeyIntroduce max_height method
2019-06-25 Tom TromeyIntroduce set_new_height method
2019-06-25 Tom TromeyIntroduce the refresh_all method
2019-06-25 Tom TromeyRemove struct tui_source_info
2019-06-25 Tom TromeyIntroduce has_locator method
2019-06-25 Tom TromeyIntroduce methods for scrolling
next