aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-layout.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-15Remove FIXMEs from tui-layout.cTom Tromey1-6/+2
2019-08-15Simplify TUI boxingTom Tromey1-2/+2
2019-08-13Change tui_show_source_content to be a methodTom Tromey1-3/+3
2019-08-13Delete invisible TUI windowsTom Tromey1-0/+3
2019-08-13Make tui_default_win_height staticTom Tromey1-1/+1
2019-08-13Two simplifications in tui-layout.cTom Tromey1-119/+109
2019-08-13Simplify tui_make_all_invisibleTom Tromey1-6/+3
2019-08-13Move current_layout to tui-layout.cTom Tromey1-3/+12
2019-08-13Remove struct tui_layout_defTom Tromey1-5/+0
2019-07-17Move tui_source_window to tui-source.hTom Tromey1-0/+1
2019-07-17Move TUI command window codeTom Tromey1-0/+1
2019-07-17Rearrange TUI data window codeTom Tromey1-1/+0
2019-07-17Remove tui_make_visible and tui_make_invisibleTom Tromey1-8/+8
2019-07-17Remove make_data_windowTom Tromey1-15/+2
2019-07-17Remove make_source_window and make_disasm_windowTom Tromey1-51/+15
2019-07-17Remove make_command_windowTom Tromey1-34/+16
2019-07-17Simplify show_source_or_disasm_and_commandTom Tromey1-29/+20
2019-07-17Simplify show_source_disasm_commandTom Tromey1-31/+17
2019-07-17Clean up tui_layout_commandTom Tromey1-59/+35
2019-07-17Change tui_set_layout to return voidTom Tromey1-87/+80
2019-07-17Remove reset_locatorTom Tromey1-27/+12
2019-07-17Remove the win_type parameter from tui_gen_win_info::resetTom Tromey1-27/+15
2019-07-17Introduce reset_locator function in tui-layout.cTom Tromey1-66/+23
2019-07-17Always create an execution info window for a source windowTom Tromey1-87/+33
2019-07-17Remove some dead code from tui_set_layoutTom Tromey1-13/+4
2019-07-17Merge refresh and refresh_window methodsTom Tromey1-2/+0
2019-07-17Introduce TUI window iteratorTom Tromey1-1/+1
2019-07-17Introduce tui_data_window::display_all_data methodTom Tromey1-1/+1
2019-06-25Make tui_gen_win_info constructor protectedTom Tromey1-3/+1
2019-06-25Remove union tui_which_elementTom Tromey1-1/+0
2019-06-25More type safety for TUI source window functionsTom Tromey1-1/+1
2019-06-25Fix "auxiliary" typoTom Tromey1-1/+1