summaryrefslogtreecommitdiff
path: root/gdb/tui/tui-win.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make some TUI globals "static"Tom Tromey2019-12-301-10/+10
* Use "bool" in more spots in TUITom Tromey2019-12-301-6/+6
* Change "winheight" resizing to use new layout codeTom Tromey2019-12-111-279/+2
* Re-apply the current layout when resizingTom Tromey2019-12-111-104/+2
* Remove struct tui_pointTom Tromey2019-12-111-15/+15
* Treat inactive TUI specially in "info win"Tom Tromey2019-12-011-0/+6
* Add TUI border colorsTom Tromey2019-12-011-0/+4
* Allow using less horizontal space in TUI source windowTom Tromey2019-12-011-0/+33
* Remove declaration of tui_set_var_cmd, make definition staticSimon Marchi2019-11-261-1/+2
* Fix the "winheight" commandTom Tromey2019-11-191-7/+22
* Make TUI resizing tests more robustTom Tromey2019-11-121-0/+34
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-2/+2
* Make TUI window handle a unique_ptrTom Tromey2019-10-091-3/+3
* Change TUI window commands to be case-sensitiveTom Tromey2019-09-201-81/+59
* Remove separator comments from TUITom Tromey2019-09-201-15/+0
* Don't call refresh in tui_resize_allTom Tromey2019-09-201-1/+0
* Set TUI locator height to 1Tom Tromey2019-09-201-5/+4
* Change "win_resized" to boolTom Tromey2019-09-201-2/+2
* Use ui_out for "info win"Tom Tromey2019-09-091-6/+14
* Remove tui_win_info::refresh_allTom Tromey2019-08-301-6/+0
* Remove separate visibility flagTom Tromey2019-08-161-7/+7
* TUI resize unificationTom Tromey2019-08-151-87/+52
* Change TUI source window iterationTom Tromey2019-08-151-7/+7
* Turn tui_erase_source_content into a methodTom Tromey2019-08-151-5/+5
* Change tui_check_and_display_highlight_if_needed to be a methodTom Tromey2019-08-131-2/+2
* Delete invisible TUI windowsTom Tromey2019-08-131-13/+2
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-3/+3
* Remove self-assign from make_invisible_and_set_new_heightTom Tromey2019-07-221-2/+2
* Fix an error in parse_scrolling_argsTom Tromey2019-07-171-4/+4
* Move source window common to code to tui-winsource.[ch]Tom Tromey2019-07-171-90/+0
* Change make_invisible_and_set_new_height to be a methodTom Tromey2019-07-171-43/+35
* Move TUI command window codeTom Tromey2019-07-171-20/+1
* Rearrange TUI data window codeTom Tromey2019-07-171-22/+0
* Remove has_locator methodTom Tromey2019-07-171-2/+2
* Remove tui_make_visible and tui_make_invisibleTom Tromey2019-07-171-5/+5
* Remove TUI data window special caseTom Tromey2019-07-171-2/+0
* Remove tui_set_focusTom Tromey2019-07-171-11/+3
* Remove unused parameter from two TUI functionsTom Tromey2019-07-171-6/+5
* Remove tui_set_win_heightTom Tromey2019-07-171-11/+1
* Fix comment typosTom Tromey2019-07-171-1/+1
* Introduce TUI window iteratorTom Tromey2019-07-171-28/+19
* Introduce tui_data_window::display_all_data methodTom Tromey2019-07-171-1/+1
* Remove union tui_which_elementTom Tromey2019-06-251-12/+13
* More type safety for TUI source window functionsTom Tromey2019-06-251-15/+24
* Fix "auxiliary" typoTom Tromey2019-06-251-2/+2
* Separate out data windowTom Tromey2019-06-251-5/+3
* Separate out locator windowTom Tromey2019-06-251-3/+3
* Don't check window type in tui_set_win_focus_toTom Tromey2019-06-251-5/+2