| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove self-assign from make_invisible_and_set_new_height | Tom Tromey | 2019-07-22 | 1 | -2/+2 |
* | Remove unnecessary "return"s | Tom Tromey | 2019-07-17 | 4 | -14/+0 |
* | Fix an error in parse_scrolling_args | Tom Tromey | 2019-07-17 | 1 | -4/+4 |
* | Move source window common to code to tui-winsource.[ch] | Tom Tromey | 2019-07-17 | 9 | -233/+231 |
* | Change make_invisible_and_set_new_height to be a method | Tom Tromey | 2019-07-17 | 2 | -43/+40 |
* | Move tui_source_window to tui-source.h | Tom Tromey | 2019-07-17 | 5 | -31/+34 |
* | Move tui_disasm_window to tui-disasm.h | Tom Tromey | 2019-07-17 | 2 | -25/+25 |
* | Move TUI data item window to tui-regs.h | Tom Tromey | 2019-07-17 | 4 | -30/+28 |
* | Move TUI command window code | Tom Tromey | 2019-07-17 | 7 | -81/+80 |
* | Move tui_dispatch_ctrl_char to tui-io.c | Tom Tromey | 2019-07-17 | 3 | -53/+51 |
* | Rearrange TUI data window code | Tom Tromey | 2019-07-17 | 11 | -353/+262 |
* | Fix flushing bug in tui_puts_internal | Tom Tromey | 2019-07-17 | 1 | -0/+6 |
* | Remove has_locator method | Tom Tromey | 2019-07-17 | 2 | -14/+2 |
* | Remove tui_make_visible and tui_make_invisible | Tom Tromey | 2019-07-17 | 4 | -27/+13 |
* | Remove make_data_window | Tom Tromey | 2019-07-17 | 1 | -15/+2 |
* | Remove make_source_window and make_disasm_window | Tom Tromey | 2019-07-17 | 1 | -51/+15 |
* | Remove make_command_window | Tom Tromey | 2019-07-17 | 1 | -34/+16 |
* | Simplify show_source_or_disasm_and_command | Tom Tromey | 2019-07-17 | 1 | -29/+20 |
* | Change tui_get_register to return void | Tom Tromey | 2019-07-17 | 1 | -9/+4 |
* | Simplify tui_gen_win_info::make_visible | Tom Tromey | 2019-07-17 | 1 | -12/+7 |
* | Simplify show_source_disasm_command | Tom Tromey | 2019-07-17 | 1 | -31/+17 |
* | Clean up tui_layout_command | Tom Tromey | 2019-07-17 | 3 | -64/+51 |
* | Change tui_set_layout to return void | Tom Tromey | 2019-07-17 | 2 | -88/+81 |
* | Remove reset_locator | Tom Tromey | 2019-07-17 | 1 | -27/+12 |
* | Remove the win_type parameter from tui_gen_win_info::reset | Tom Tromey | 2019-07-17 | 3 | -38/+22 |
* | Introduce reset_locator function in tui-layout.c | Tom Tromey | 2019-07-17 | 1 | -66/+23 |
* | Always create an execution info window for a source window | Tom Tromey | 2019-07-17 | 6 | -126/+83 |
* | Remove some dead code from tui_set_layout | Tom Tromey | 2019-07-17 | 1 | -13/+4 |
* | Remove TUI data window special case | Tom Tromey | 2019-07-17 | 3 | -13/+6 |
* | Remove tui_set_focus | Tom Tromey | 2019-07-17 | 1 | -11/+3 |
* | Merge refresh and refresh_window methods | Tom Tromey | 2019-07-17 | 4 | -29/+12 |
* | Remove tui_source_window::content_in_use | Tom Tromey | 2019-07-17 | 3 | -5/+1 |
* | Simplify source window clearing | Tom Tromey | 2019-07-17 | 3 | -73/+1 |
* | Remove UNDEFINED_ITEM define from TUI | Tom Tromey | 2019-07-17 | 1 | -2/+1 |
* | Remove unused TUI defines | Tom Tromey | 2019-07-17 | 1 | -5/+0 |
* | Remove unused parameter from two TUI functions | Tom Tromey | 2019-07-17 | 5 | -43/+37 |
* | Add win_info parameter to tui_set_disassem_content | Tom Tromey | 2019-07-17 | 3 | -13/+14 |
* | Move content_in_use to tui_source_window class | Tom Tromey | 2019-07-17 | 6 | -17/+18 |
* | Introduce tui_source_window_base::location_matches_p method | Tom Tromey | 2019-07-17 | 4 | -10/+26 |
* | Remove tui_set_win_height | Tom Tromey | 2019-07-17 | 1 | -11/+1 |
* | Make source windows be self-updating | Tom Tromey | 2019-07-17 | 3 | -18/+30 |
* | Fix comment typos | Tom Tromey | 2019-07-17 | 2 | -2/+2 |
* | Introduce TUI window iterator | Tom Tromey | 2019-07-17 | 6 | -59/+103 |
* | Minor tui_reg_next / tui_reg_prev cleanup | Tom Tromey | 2019-07-17 | 1 | -10/+11 |
* | Simplify tui_show_registers | Tom Tromey | 2019-07-17 | 1 | -11/+6 |
* | Parameterize tui_show_register_group with window | Tom Tromey | 2019-07-17 | 1 | -11/+13 |
* | Introduce tui_data_window::display_reg_element_at_line method | Tom Tromey | 2019-07-17 | 2 | -16/+16 |
* | Introduce two more tui_data_window methods | Tom Tromey | 2019-07-17 | 4 | -36/+37 |
* | Introduce tui_data_window::erase_data_content method | Tom Tromey | 2019-07-17 | 4 | -17/+14 |
* | Introduce tui_data_window::delete_data_content_windows method | Tom Tromey | 2019-07-17 | 3 | -7/+9 |