aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-win.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-30gdb: remove unused includes in utils.hSimon Marchi1-0/+1
2024-05-10Remove tui_refresh_allTom Tromey1-1/+5
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+0
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-21Rename tui-stack -> tui-statusTom Tromey1-1/+1
2023-11-21gdb: Use std::string_view instead of gdb::string_viewLancelot Six1-3/+3
2023-09-20gdb/tui: add 'set tui mouse-events off' to restore mouse selectionMatthew "strager" Glazar1-0/+22
2023-07-12[gdb/tui] Make translate return entry->value instead of entryTom de Vries1-13/+11
2023-07-12[gdb/tui] Merge tui border-kind corner translation tablesTom de Vries1-25/+7
2023-07-12[gdb/tui] Introduce translate_acsTom de Vries1-25/+34
2023-07-12[gdb/tui] Remove default entries in TUI translation tablesTom de Vries1-21/+10
2023-06-19[gdb/tui] Simplify tui_update_variablesTom de Vries1-15/+7
2023-06-12[gdb/tui] Replace macro HELP_ATTRIBUTE_MODE with std::stringTom de Vries1-10/+14
2023-06-07[gdb/tui] Factor out border-mode help textTom de Vries1-15/+16
2023-06-03[gdb/tui] Fix help text of show tui tab-widthTom de Vries1-1/+1
2023-05-22[gdb/tui] Fix buglet in tui_update_variablesTom de Vries1-2/+3
2023-05-10[gdb/tui] Fix tui compact-sourceTom de Vries1-2/+1
2023-04-30[gdb/tui] Fix TUI resizing for TERM=ansiTom de Vries1-0/+4
2023-04-13[gdb/tui] Add maint set/show tui-left-margin-verboseTom de Vries1-0/+16
2023-01-27gdb/tui: improve errors from tui focus commandAndrew Burgess1-2/+38
2023-01-25gdb/tui: better filtering of tab completion results for focus commandAndrew Burgess1-7/+17
2023-01-25gdb/tui: convert if/error to an assertAndrew Burgess1-2/+5
2023-01-25gdb/testsuite/tui: more testing of the 'focus' commandAndrew Burgess1-0/+3
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-15Remove subset_compareTom Tromey1-2/+2
2022-11-16gdb: add "set style tui-current-position on|off", default to offPedro Alves1-0/+37
2022-04-03gdb/tui: relax restrictions on window max height and widthAndrew Burgess1-2/+2
2022-04-03gdb/tui: support placing the cmd window into a horizontal layoutAndrew Burgess1-2/+4
2022-04-03gdb/tui: add new 'tui window width' command and 'winwidth' aliasAndrew Burgess1-7/+61
2022-04-03gdb: move some commands into the tui namespaceAndrew Burgess1-8/+32
2022-03-29Unify gdb printf functionsTom Tromey1-12/+12
2022-02-06gdb/tui: add window width information to 'info win' outputAndrew Burgess1-1/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Consistently Use ui_file parameter to show callbacksTom Tromey1-2/+2
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-6/+5
2021-06-17Make the TUI command window support the mousePedro Alves1-9/+3
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi1-9/+11
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-5/+3
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-2/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-3/+3
2020-10-02gdb: give names to async event/signal handlersSimon Marchi1-1/+2
2020-07-06[gdb/tui,c++17] Fix NULL string_view in tui_partial_win_by_nameTom de Vries1-13/+10
2020-07-01Remove tui_gen_win_infoTom Tromey1-1/+1
2020-07-01Move some code out of tui-data.hTom Tromey1-0/+2
2020-05-03Update more calls to add_prefix_cmdTom Tromey1-18/+8
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-11/+3
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-1/+1
2020-04-13Introduce async-event.[ch]Tom Tromey1-0/+1