aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove can_highlight from TUI windowsTom Tromey2019-11-101-3/+3
* Make TUI window handle a unique_ptrTom Tromey2019-10-091-17/+5
* Remove separator comments from TUITom Tromey2019-09-201-9/+0
* Truncate long TUI window titlesTom Tromey2019-09-081-1/+15
* Don't call touchwin in tui_gen_win_info::refresh_windowTom Tromey2019-08-301-4/+1
* Remove NULL checks from box_winTom Tromey2019-08-301-19/+16
* Remove some defines from tui-data.hTom Tromey2019-08-201-5/+5
* Change tui_make_window to be a methodTom Tromey2019-08-201-17/+14
* Remove separate visibility flagTom Tromey2019-08-161-5/+3
* Move locator code to tui-stack.cTom Tromey2019-08-151-0/+1
* Simplify TUI boxingTom Tromey2019-08-151-4/+3
* Change tui_check_and_display_highlight_if_needed to be a methodTom Tromey2019-08-131-6/+5
* Simplify tui_make_all_invisibleTom Tromey2019-08-131-9/+3
* Remove tui_make_all_visibleTom Tromey2019-08-131-6/+0
* Remove unnecessary "return"sTom Tromey2019-07-171-1/+0
* Move source window common to code to tui-winsource.[ch]Tom Tromey2019-07-171-18/+0
* Rearrange TUI data window codeTom Tromey2019-07-171-13/+0
* Remove tui_make_visible and tui_make_invisibleTom Tromey2019-07-171-12/+0
* Simplify tui_gen_win_info::make_visibleTom Tromey2019-07-171-12/+7
* Always create an execution info window for a source windowTom Tromey2019-07-171-2/+1
* Remove TUI data window special caseTom Tromey2019-07-171-9/+6
* Merge refresh and refresh_window methodsTom Tromey2019-07-171-22/+11
* Introduce TUI window iteratorTom Tromey2019-07-171-14/+6
* Check can_highlight in tui_check_and_display_highlight_if_neededTom Tromey2019-07-171-1/+1
* Tidy tui_delete_winTom Tromey2019-06-251-2/+0
* Fix "auxiliary" typoTom Tromey2019-06-251-1/+1
* Separate out data windowTom Tromey2019-06-251-8/+4
* Separate out locator windowTom Tromey2019-06-251-1/+1
* Don't check window type in tui_set_win_focus_toTom Tromey2019-06-251-0/+1
* Introduce enum tui_boxTom Tromey2019-06-251-2/+3
* Move make_visible method to tui_gen_win_infoTom Tromey2019-06-251-27/+14
* Introduce refresh_window methodTom Tromey2019-06-251-21/+19
* Derive tui_win_info from tui_gen_win_infoTom Tromey2019-06-251-11/+11
* Change tui_which_element::data_window to be a pointerTom Tromey2019-06-251-1/+1
* Introduce set_highlight methodTom Tromey2019-06-251-2/+2
* Remove redundant check from make_visibleTom Tromey2019-06-251-3/+1
* Introduce the refresh methodTom Tromey2019-06-251-11/+20
* Use bool for visibilityTom Tromey2019-06-251-11/+11
* Introduce make_visible methodTom Tromey2019-06-251-11/+18
* Remove struct tui_source_infoTom Tromey2019-06-251-4/+9
* Don't cast a tui_win_info directly to tui_gen_win_infoTom Tromey2019-06-161-3/+3
* Remove unnecessary casts of NULLTom Tromey2019-06-161-7/+7
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove unnecessary casts from TUITom Tromey2018-10-151-3/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Fix tui compilation with Solaris libcurses: non-const last arg to mvwaddstr (...Rainer Orth2017-05-191-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdb/tui: Remove casts of NULL during assignment.Andrew Burgess2015-09-041-1/+1
* Do not increment of decrement enumsTom Tromey2015-02-271-1/+1