Make TUI resizing tests more robust
[deliverable/binutils-gdb.git] / gdb / tui / tui-win.c
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
2019-06-25  Tom TromeyRemove tui_list
2019-06-25  Tom TromeyAdd destructor to tui_win_info
2019-06-16  Tom TromeyRemove unnecessary casts of NULL
2019-06-11  Tom TromeyRemove trailing newlines from help text
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-19  Tom TromeyDeprecate and replace the "tabset" command
2018-10-16  Tom TromeyRemove unnecessary casts from TUI
2018-09-26  Tom TromeySmall fix for "winheight" usage
2018-05-24  Tom TromeyUpdate help strings in TUI
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-15  Simon Marchitui-win: Replace VEC with std::vector
2017-11-07  Tom TromeyConstify add_setshow_*
2017-11-07  Tom TromeyConstify add_info
2017-11-07  Tom TromeyConstify add_com
2017-10-11  Tom TromeyRemove cleanups from TUI
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-07-17  Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-04  Andrew Burgessgdb/tui: Remove casts of NULL during assignment.
2015-08-21  Patrick PalkaRemove fields curch and cur_line from TUI_CMD_WIN
2015-07-13  Andrew Burgessgdb/tui: Add command completion to winheight command.
2015-07-10  Andrew Burgessgdb/tui: Use cleanups to free string copies.
2015-07-10  Andrew Burgessgdb/tui: Define tui window names once.
2015-07-10  Andrew Burgessgdb: Convert TUI windows names to lower case.
2015-07-06  Andrew Burgessgdb/tui: Don't cast between window types.
2015-06-26  Patrick PalkaAdd tab completion for TUI's "focus" command
2015-05-13  Patrick PalkaAvoid race condition when handling a SIGWINCH signal
2015-04-28  Patrick PalkaUpdate our idea of our terminal's dimensions even outsi...
2015-04-28  Patrick PalkaIntroduce function for directly updating GDB's screen...
2015-04-23  Patrick PalkaExplicitly call rl_resize_terminal() in TUI's SIGWINCH...
2015-04-11  Jan KratochvilRemove --xdb
2015-02-27  Tom TromeyDo not increment of decrement enums
2015-02-18  Patrick PalkaAsynchronously resize the TUI
2015-01-16  Eli ZaretskiiFix an erroneous commentary.
2015-01-16  Eli ZaretskiiMake setting TUI border attributes take effect immediately
2015-01-16  Eli ZaretskiiMake the change of tab size in TUI mode effective immed...
2015-01-16  Eli ZaretskiiFix TUI-related documentation.
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-23  Patrick PalkaSpecify SA_RESTART when registering the SIGWINCH signal...
2014-11-15  Doug EvansPR symtab/17559
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-06-13  Tom Tromeymake calls to help_list use enumerator
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18  Tom Tromeyremove gdb_string.h
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-20  Pierre Muller ARI fixes: sprintf rule.
next
This page took 1.154389 seconds and 107 git commands to generate.