Age | Commit message (Expand) | Author | Files | Lines |
2020-02-22 | Remove tui_delete_invisible_windows and tui_make_all_invisible | Tom Tromey | 1 | -9/+0 |
2020-01-19 | Remove flickering from the TUI | Tom Tromey | 1 | -2/+44 |
2020-01-13 | gdb/tui: Place window titles in the center of the border | Andrew Burgess | 1 | -2/+2 |
2020-01-11 | Make TUI borders respect "set style enabled" | Tom Tromey | 1 | -3/+4 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-11 | Remove struct tui_point | Tom Tromey | 1 | -1/+1 |
2019-12-01 | Add TUI border colors | Tom Tromey | 1 | -0/+8 |
2019-11-10 | Remove can_highlight from TUI windows | Tom Tromey | 1 | -3/+3 |
2019-10-09 | Make TUI window handle a unique_ptr | Tom Tromey | 1 | -17/+5 |
2019-09-20 | Remove separator comments from TUI | Tom Tromey | 1 | -9/+0 |
2019-09-08 | Truncate long TUI window titles | Tom Tromey | 1 | -1/+15 |
2019-08-30 | Don't call touchwin in tui_gen_win_info::refresh_window | Tom Tromey | 1 | -4/+1 |
2019-08-30 | Remove NULL checks from box_win | Tom Tromey | 1 | -19/+16 |
2019-08-20 | Remove some defines from tui-data.h | Tom Tromey | 1 | -5/+5 |
2019-08-20 | Change tui_make_window to be a method | Tom Tromey | 1 | -17/+14 |
2019-08-16 | Remove separate visibility flag | Tom Tromey | 1 | -5/+3 |
2019-08-15 | Move locator code to tui-stack.c | Tom Tromey | 1 | -0/+1 |
2019-08-15 | Simplify TUI boxing | Tom Tromey | 1 | -4/+3 |
2019-08-13 | Change tui_check_and_display_highlight_if_needed to be a method | Tom Tromey | 1 | -6/+5 |
2019-08-13 | Simplify tui_make_all_invisible | Tom Tromey | 1 | -9/+3 |
2019-08-13 | Remove tui_make_all_visible | Tom Tromey | 1 | -6/+0 |
2019-07-17 | Remove unnecessary "return"s | Tom Tromey | 1 | -1/+0 |
2019-07-17 | Move source window common to code to tui-winsource.[ch] | Tom Tromey | 1 | -18/+0 |
2019-07-17 | Rearrange TUI data window code | Tom Tromey | 1 | -13/+0 |
2019-07-17 | Remove tui_make_visible and tui_make_invisible | Tom Tromey | 1 | -12/+0 |
2019-07-17 | Simplify tui_gen_win_info::make_visible | Tom Tromey | 1 | -12/+7 |
2019-07-17 | Always create an execution info window for a source window | Tom Tromey | 1 | -2/+1 |
2019-07-17 | Remove TUI data window special case | Tom Tromey | 1 | -9/+6 |
2019-07-17 | Merge refresh and refresh_window methods | Tom Tromey | 1 | -22/+11 |
2019-07-17 | Introduce TUI window iterator | Tom Tromey | 1 | -14/+6 |
2019-07-17 | Check can_highlight in tui_check_and_display_highlight_if_needed | Tom Tromey | 1 | -1/+1 |
2019-06-25 | Tidy tui_delete_win | Tom Tromey | 1 | -2/+0 |
2019-06-25 | Fix "auxiliary" typo | Tom Tromey | 1 | -1/+1 |
2019-06-25 | Separate out data window | Tom Tromey | 1 | -8/+4 |
2019-06-25 | Separate out locator window | Tom Tromey | 1 | -1/+1 |
2019-06-25 | Don't check window type in tui_set_win_focus_to | Tom Tromey | 1 | -0/+1 |
2019-06-25 | Introduce enum tui_box | Tom Tromey | 1 | -2/+3 |
2019-06-25 | Move make_visible method to tui_gen_win_info | Tom Tromey | 1 | -27/+14 |
2019-06-25 | Introduce refresh_window method | Tom Tromey | 1 | -21/+19 |
2019-06-25 | Derive tui_win_info from tui_gen_win_info | Tom Tromey | 1 | -11/+11 |
2019-06-25 | Change tui_which_element::data_window to be a pointer | Tom Tromey | 1 | -1/+1 |
2019-06-25 | Introduce set_highlight method | Tom Tromey | 1 | -2/+2 |
2019-06-25 | Remove redundant check from make_visible | Tom Tromey | 1 | -3/+1 |
2019-06-25 | Introduce the refresh method | Tom Tromey | 1 | -11/+20 |
2019-06-25 | Use bool for visibility | Tom Tromey | 1 | -11/+11 |
2019-06-25 | Introduce make_visible method | Tom Tromey | 1 | -11/+18 |
2019-06-25 | Remove struct tui_source_info | Tom Tromey | 1 | -4/+9 |
2019-06-16 | Don't cast a tui_win_info directly to tui_gen_win_info | Tom Tromey | 1 | -3/+3 |
2019-06-16 | Remove unnecessary casts of NULL | Tom Tromey | 1 | -7/+7 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |