aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-layout.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-25Remove layout_def::splitTom Tromey1-5/+0
2019-06-25Separate out locator windowTom Tromey1-21/+21
2019-06-25Separate out execution-info windowTom Tromey1-8/+12
2019-06-25Remove tui_alloc_win_infoTom Tromey1-4/+23
2019-06-25Introduce enum tui_boxTom Tromey1-2/+3
2019-06-25Remove some TUI static allocationsTom Tromey1-16/+8
2019-06-25Introduce tui_gen_win_info::reset methodTom Tromey1-155/+113
2019-06-25Introduce refresh_window methodTom Tromey1-2/+2
2019-06-25Derive tui_win_info from tui_gen_win_infoTom Tromey1-38/+38
2019-06-25Use new and delete for tui_gen_win_infoTom Tromey1-1/+1
2019-06-25Introduce set_highlight methodTom Tromey1-9/+9
2019-06-25Introduce two TUI source window methodsTom Tromey1-1/+2
2019-06-25Remove an unneeded NULL checkTom Tromey1-23/+21
2019-06-25Remove struct tui_data_infoTom Tromey1-6/+2
2019-06-25Remove struct tui_command_infoTom Tromey1-3/+4
2019-06-25Remove struct tui_source_infoTom Tromey1-31/+39
2019-06-25Introduce has_locator methodTom Tromey1-7/+7