ODR warning for "enum string_repr_result"
[binutils-gdb.git] / gdb / tui / tui-data.c
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-09-24 Tom TromeyDon't let TUI focus on locator
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 TromeyReimplement tui_next_win and tui_prev_win
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-19 Tom TromeyFix the "winheight" command
2019-10-09 Tom TromeyMake TUI window handle a unique_ptr
2019-10-09 Tom TromeyRemove tui_win_is_auxiliary
2019-09-20 Tom TromeyRemove separator comments from TUI
2019-09-20 Tom TromeyChange "win_resized" to bool
2019-09-20 Tom TromeyRemove tui_clear_source_windows_detail
2019-08-20 Tom TromeyChange tui_make_window to be a method
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 TromeyMove locator code to tui-stack.c
2019-08-13 Tom TromeyRemove tui_gen_win_info::last_visible_line
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-07-17 Tom TromeyMove source window common to code to tui-winsource...
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 TromeyAlways create an execution info window for a source...
2019-07-17 Tom TromeyMove content_in_use to tui_source_window class
2019-07-17 Tom TromeyFix comment typos
2019-07-17 Tom TromeyIntroduce TUI window iterator
2019-06-25 Tom TromeyTidy tui_delete_win
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 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
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 TromeyRemove some TUI static allocations
2019-06-25 Tom TromeyIntroduce tui_gen_win_info::name method
2019-06-25 Tom TromeyDerive tui_win_info from tui_gen_win_info
2019-06-25 Tom TromeyUse new and delete for tui_gen_win_info
2019-06-25 Tom TromeyChange tui_which_element::data_window to be a pointer
2019-06-25 Tom TromeyIntroduce set_highlight method
2019-06-25 Tom TromeyIntroduce two TUI source window methods
2019-06-25 Tom TromeyUse bool for visibility
2019-06-25 Tom TromeyIntroduce make_visible method
2019-06-25 Tom TromeyInline constructors and initializers
2019-06-25 Tom TromeyChange tui_data_window::display_regs to bool
2019-06-25 Tom TromeyRemove struct tui_data_info
2019-06-25 Tom TromeyRemove struct tui_source_info
2019-06-25 Tom TromeyIntroduce has_locator method
2019-06-25 Tom TromeyRemove tui_clear_win_detail
2019-06-25 Tom TromeyCreate tui_disasm_window
2019-06-25 Tom TromeySplit the tui_win_info destructor
2019-06-25 Tom TromeyRemove tui_list
2019-06-25 Tom TromeyIntroduce tui_win_info::clear_detail method
2019-06-25 Tom TromeyCreate subclasses for different window types
2019-06-25 Tom TromeyAdd destructor to tui_win_info
2019-06-25 Tom TromeyUse new and delete for TUI windows
2019-06-22 Tom TromeyRemove two unused functions from the TUI
2019-06-16 Tom TromeyRemove more unnecessary casts of NULL
2019-06-16 Tom TromeyRemove unnecessary casts of NULL
2019-06-16 Tom TromeyRemove some NULL checks from the TUI
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28 Tom TromeyHighlight source code using GNU Source Highlight
2018-10-19 Tom TromeyDeprecate and replace the "tabset" command
2018-10-16 Tom TromeyRemove unnecessary casts from TUI
2018-09-06 Simon MarchiRemove unused tui_win_element::highlight
2018-09-06 Simon MarchiRemove unused tui_win_info::detail::opaque
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-11 Egeyar BagciogluRemove unnecessary parentheses in declarations
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-10-26 Simon Marchitui: Simplify tui_alloc_content
2015-10-25 Simon Marchitui-data.c: Remove unnecessary casts
2015-09-04 Andrew Burgessgdb/tui: Remove casts of NULL during assignment.
2015-08-31 Andrew Burgessgdb/tui: Make local variable const.
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-21 Patrick PalkaRemove fields curch and cur_line from TUI_CMD_WIN
2015-07-06 Andrew Burgessgdb: tui_win_name: Make parameter and result const.
2015-05-21 Andrew Burgessgdb: Remove register class specific layout names.
2015-04-28 Patrick PalkaFix PR gdb/18155
2015-04-28 Patrick PalkaMake type-safe the 'content' field of struct tui_gen_wi...
2015-03-06 Gary BensonNew common function "startswith"
2015-02-27 Tom TromeyDo not increment of decrement enums
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-01-13 Tom Tromeyreplace XMALLOC with XNEW
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-02-03 Jan Kratochvilgdb/
2013-02-03 Jan Kratochvilgdb/
next