summaryrefslogtreecommitdiff
path: root/gdb/tui/tui-layout.c
Commit message (Expand)AuthorAgeFilesLines
* Don't call tui_refresh_all from show_layoutTom Tromey2019-08-301-1/+0
* Simplify register displayTom Tromey2019-08-301-0/+5
* Private data members in tui_data_windowTom Tromey2019-08-301-1/+1
* Change tui_make_window to be a methodTom Tromey2019-08-201-1/+1
* Add two methods to tui_data_windowTom Tromey2019-08-201-1/+1
* Remove m_has_locatorTom Tromey2019-08-161-7/+0
* TUI resize unificationTom Tromey2019-08-151-3/+2
* TUI window resize should not need invisibilityTom Tromey2019-08-151-23/+21
* Change TUI source window iterationTom Tromey2019-08-151-9/+0
* Rename the "reset" method to "resize"Tom Tromey2019-08-151-37/+37
* Minor simplification in tui_default_win_viewport_heightTom Tromey2019-08-151-1/+1
* Remove FIXMEs from tui-layout.cTom Tromey2019-08-151-6/+2
* Simplify TUI boxingTom Tromey2019-08-151-2/+2
* Change tui_show_source_content to be a methodTom Tromey2019-08-131-3/+3
* Delete invisible TUI windowsTom Tromey2019-08-131-0/+3
* Make tui_default_win_height staticTom Tromey2019-08-131-1/+1
* Two simplifications in tui-layout.cTom Tromey2019-08-131-119/+109
* Simplify tui_make_all_invisibleTom Tromey2019-08-131-6/+3
* Move current_layout to tui-layout.cTom Tromey2019-08-131-3/+12
* Remove struct tui_layout_defTom Tromey2019-08-131-5/+0
* Move tui_source_window to tui-source.hTom Tromey2019-07-171-0/+1
* Move TUI command window codeTom Tromey2019-07-171-0/+1
* Rearrange TUI data window codeTom Tromey2019-07-171-1/+0
* Remove tui_make_visible and tui_make_invisibleTom Tromey2019-07-171-8/+8
* Remove make_data_windowTom Tromey2019-07-171-15/+2
* Remove make_source_window and make_disasm_windowTom Tromey2019-07-171-51/+15
* Remove make_command_windowTom Tromey2019-07-171-34/+16
* Simplify show_source_or_disasm_and_commandTom Tromey2019-07-171-29/+20
* Simplify show_source_disasm_commandTom Tromey2019-07-171-31/+17
* Clean up tui_layout_commandTom Tromey2019-07-171-59/+35
* Change tui_set_layout to return voidTom Tromey2019-07-171-87/+80
* Remove reset_locatorTom Tromey2019-07-171-27/+12
* Remove the win_type parameter from tui_gen_win_info::resetTom Tromey2019-07-171-27/+15
* Introduce reset_locator function in tui-layout.cTom Tromey2019-07-171-66/+23
* Always create an execution info window for a source windowTom Tromey2019-07-171-87/+33
* Remove some dead code from tui_set_layoutTom Tromey2019-07-171-13/+4
* Merge refresh and refresh_window methodsTom Tromey2019-07-171-2/+0
* Introduce TUI window iteratorTom Tromey2019-07-171-1/+1
* Introduce tui_data_window::display_all_data methodTom Tromey2019-07-171-1/+1
* Make tui_gen_win_info constructor protectedTom Tromey2019-06-251-3/+1
* Remove union tui_which_elementTom Tromey2019-06-251-1/+0
* More type safety for TUI source window functionsTom Tromey2019-06-251-1/+1
* Fix "auxiliary" typoTom Tromey2019-06-251-1/+1
* Remove layout_def::splitTom Tromey2019-06-251-5/+0
* Separate out locator windowTom Tromey2019-06-251-21/+21
* Separate out execution-info windowTom Tromey2019-06-251-8/+12
* Remove tui_alloc_win_infoTom Tromey2019-06-251-4/+23
* Introduce enum tui_boxTom Tromey2019-06-251-2/+3
* Remove some TUI static allocationsTom Tromey2019-06-251-16/+8
* Introduce tui_gen_win_info::reset methodTom Tromey2019-06-251-155/+113