Age | Commit message (Expand) | Author | Files | Lines |
2019-06-25 | Remove command from tui_which_element | Tom Tromey | 2 | -13/+1 |
2019-06-25 | Remove layout_def::split | Tom Tromey | 3 | -7/+1 |
2019-06-25 | Separate out locator window | Tom Tromey | 8 | -113/+83 |
2019-06-25 | Separate out execution-info window | Tom Tromey | 4 | -37/+69 |
2019-06-25 | Remove tui_alloc_win_info | Tom Tromey | 3 | -27/+23 |
2019-06-25 | Don't check window type in tui_set_win_focus_to | Tom Tromey | 2 | -5/+3 |
2019-06-25 | Introduce tui_win_info::make_visible_with_new_height | Tom Tromey | 2 | -78/+87 |
2019-06-25 | Introduce tui_win_info::update_tab_width | Tom Tromey | 2 | -16/+24 |
2019-06-25 | Introduce enum tui_box | Tom Tromey | 4 | -7/+14 |
2019-06-25 | Remove some TUI static allocations | Tom Tromey | 3 | -62/+24 |
2019-06-25 | Introduce tui_gen_win_info::reset method | Tom Tromey | 2 | -156/+122 |
2019-06-25 | Move make_visible method to tui_gen_win_info | Tom Tromey | 2 | -30/+17 |
2019-06-25 | Remove tui_scroll_direction enum | Tom Tromey | 6 | -76/+35 |
2019-06-25 | Change more TUI functions to take a tui_source_window_base | Tom Tromey | 2 | -21/+15 |
2019-06-25 | Change tui_set_exec_info_content to return void | Tom Tromey | 2 | -6/+2 |
2019-06-25 | Remove NULL check from tui_set_exec_info_content | Tom Tromey | 1 | -38/+32 |
2019-06-25 | Change tui_alloc_source_buffer return type to void | Tom Tromey | 4 | -83/+77 |
2019-06-25 | Introduce tui_gen_win_info::name method | Tom Tromey | 3 | -35/+31 |
2019-06-25 | Change tui_update_source_window for better type safety | Tom Tromey | 3 | -8/+7 |
2019-06-25 | Introduce refresh_window method | Tom Tromey | 7 | -31/+37 |
2019-06-25 | Derive tui_win_info from tui_gen_win_info | Tom Tromey | 14 | -317/+309 |
2019-06-25 | Use new and delete for tui_gen_win_info | Tom Tromey | 3 | -35/+42 |
2019-06-25 | Change tui_which_element::data_window to be a pointer | Tom Tromey | 6 | -15/+17 |
2019-06-25 | Introduce set_highlight method | Tom Tromey | 4 | -23/+19 |
2019-06-25 | Remove redundant check from make_visible | Tom Tromey | 1 | -3/+1 |
2019-06-25 | Introduce max_height method | Tom Tromey | 2 | -6/+23 |
2019-06-25 | Introduce set_new_height method | Tom Tromey | 2 | -40/+48 |
2019-06-25 | Introduce the refresh_all method | Tom Tromey | 4 | -23/+25 |
2019-06-25 | Introduce two TUI source window methods | Tom Tromey | 7 | -38/+35 |
2019-06-25 | Introduce the refresh method | Tom Tromey | 2 | -11/+24 |
2019-06-25 | Use bool for visibility | Tom Tromey | 6 | -22/+22 |
2019-06-25 | Introduce make_visible method | Tom Tromey | 3 | -18/+27 |
2019-06-25 | Remove an unneeded NULL check | Tom Tromey | 1 | -23/+21 |
2019-06-25 | Inline constructors and initializers | Tom Tromey | 2 | -27/+21 |
2019-06-25 | Change tui_data_window::display_regs to bool | Tom Tromey | 3 | -5/+5 |
2019-06-25 | Remove struct tui_data_info | Tom Tromey | 5 | -122/+91 |
2019-06-25 | Remove struct tui_command_info | Tom Tromey | 3 | -16/+12 |
2019-06-25 | Remove struct tui_source_info | Tom Tromey | 8 | -111/+112 |
2019-06-25 | Introduce has_locator method | Tom Tromey | 4 | -16/+26 |
2019-06-25 | Remove tui_clear_win_detail | Tom Tromey | 2 | -11/+1 |
2019-06-25 | Don't use TUI_DISASM_WIN in tui_disasm_window method | Tom Tromey | 1 | -1/+1 |
2019-06-25 | Introduce methods for scrolling | Tom Tromey | 12 | -144/+100 |
2019-06-25 | Create tui_disasm_window | Tom Tromey | 2 | -8/+40 |
2019-06-25 | Split the tui_win_info destructor | Tom Tromey | 2 | -37/+35 |
2019-06-25 | Remove tui_list | Tom Tromey | 5 | -64/+31 |
2019-06-25 | Introduce tui_win_info::clear_detail method | Tom Tromey | 2 | -25/+41 |
2019-06-25 | Simplify source and disassembly window creation | Tom Tromey | 1 | -30/+24 |
2019-06-25 | Simplify command window creation | Tom Tromey | 1 | -77/+69 |
2019-06-25 | Remove an unnecessary NULL check from the TUI | Tom Tromey | 1 | -10/+8 |
2019-06-25 | Create subclasses for different window types | Tom Tromey | 2 | -40/+74 |