aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-layout.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-29Don't delete the locator win infoHannes Domani1-1/+3
2020-07-01Remove tui_gen_win_infoTom Tromey1-8/+7
2020-06-16Use macros for TUI window namesTom Tromey1-32/+32
2020-06-16Fix C-x 1 from gdb promptTom Tromey1-5/+6
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-11/+2
2020-02-24[gdb/testsuite] Fix layout next/prev/regs help messageTom de Vries1-3/+3
2020-02-22Make some tui_source_window_base members "protected"Tom Tromey1-17/+5
2020-02-22Allow TUI windows in PythonTom Tromey1-3/+25
2020-02-22Change how TUI windows are instantiatedTom Tromey1-32/+67
2020-02-22Remove tui_delete_invisible_windows and tui_make_all_invisibleTom Tromey1-11/+35
2020-02-22Change TUI window iterationTom Tromey1-0/+6
2020-02-22Add horizontal splitting to TUI layoutTom Tromey1-53/+94
2020-02-22Change return type of tui_layout_base::adjust_sizeTom Tromey1-8/+9
2020-02-22Allow TUI sub-layouts in "new-layout" commandTom Tromey1-19/+65
2020-02-22Add the "tui new-layout" commandTom Tromey1-3/+100
2020-02-22Remove hard-coded TUI layoutsTom Tromey1-277/+222
2020-02-22Reimplement "tui reg" commandTom Tromey1-0/+8
2020-02-22Reimplement TUI "C-x 1" bindingTom Tromey1-0/+45
2020-02-22Simplify TUI C-x 2 bindingTom Tromey1-0/+7
2020-02-22Simplify tui_add_win_to_layoutTom Tromey1-15/+4
2020-01-19Remove flickering from the TUITom Tromey1-0/+2
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-05gdb: use tui_set_layout not show_layout to fix window focusAndrew Burgess1-6/+6
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-27Remove tui_gen_win_info::viewport_heightTom Tromey1-4/+0
2019-12-11Change "winheight" resizing to use new layout codeTom Tromey1-0/+8
2019-12-11First use of tui_layoutTom Tromey1-167/+49
2019-12-11Introduce new layout codeTom Tromey1-0/+360
2019-12-11Remove struct tui_pointTom Tromey1-4/+4
2019-11-12Consolidate setting of current_layoutTom Tromey1-4/+1
2019-11-12Move _initialize_tui_layout to end of fileTom Tromey1-25/+26
2019-10-09Make TUI window handle a unique_ptrTom Tromey1-5/+4
2019-10-09Remove tui_default_win_viewport_heightTom Tromey1-60/+0
2019-09-20Change TUI window commands to be case-sensitiveTom Tromey1-14/+8
2019-09-20Remove separator comments from TUITom Tromey1-11/+0
2019-09-20Set TUI locator height to 1Tom Tromey1-12/+6
2019-09-20Remove some explicit re-rendering from the TUITom Tromey1-4/+0
2019-09-20Remove tui_clear_source_windows_detailTom Tromey1-2/+0
2019-08-30Don't call tui_refresh_all from show_layoutTom Tromey1-1/+0
2019-08-30Simplify register displayTom Tromey1-0/+5
2019-08-30Private data members in tui_data_windowTom Tromey1-1/+1
2019-08-20Change tui_make_window to be a methodTom Tromey1-1/+1
2019-08-20Add two methods to tui_data_windowTom Tromey1-1/+1
2019-08-16Remove m_has_locatorTom Tromey1-7/+0
2019-08-15TUI resize unificationTom Tromey1-3/+2
2019-08-15TUI window resize should not need invisibilityTom Tromey1-23/+21
2019-08-15Change TUI source window iterationTom Tromey1-9/+0
2019-08-15Rename the "reset" method to "resize"Tom Tromey1-37/+37
2019-08-15Minor simplification in tui_default_win_viewport_heightTom Tromey1-1/+1