summaryrefslogtreecommitdiff
path: root/src/VBox/Debugger/VBoxDbgConsole.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-7/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* VBoxDbg: bugref:9532: Build fix.vboxsync2021-02-101-1/+1
* VBoxDbg: bugref:9532: Qt 5.15.2 migration: Replacing QComboBox::setAutoComple...vboxsync2021-02-101-1/+1
* Debugger: Allow for different I/O providers instead of only TCPvboxsync2020-09-281-8/+8
* Debugger/VBoxDbgConsole: Fix memory leak on destructionvboxsync2020-09-021-0/+6
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* VBox/Debugger: Do not delete debugger windows on close ourselves, we have Qt ...vboxsync2019-11-261-3/+3
* VBoxDbg: Moved the title management to the VBoxDbgBaseWindow class, combining...vboxsync2019-02-211-9/+1
* FE/Qt: Showing machine's name in debug console's title bar.vboxsync2019-02-211-1/+8
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* scm --fix-err-h src/ (bugref:9344)vboxsync2018-12-251-1/+1
* VBoxDbg: Console font size menu. Don't call setExtraData during construction ...vboxsync2018-05-111-78/+168
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* backed out r118835 as it incorrectly updated the 'This file is based on' file...vboxsync2017-10-281-1/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* Debugger: scm updatesvboxsync2017-10-251-2/+2
* Debugger: make font + color scheme setting persistentvboxsync2017-01-301-5/+0
* Debugger: make font + color scheme setting persistentvboxsync2017-01-301-6/+50
* DBGC: Basic implementation of the 'gu' (shift-F11), 'p' (F10), 'pc', 'pt', 't...vboxsync2016-11-201-0/+12
* VBoxDbgConsole: Made it grok F11, F5, ctrl+break and alt+delete.vboxsync2016-11-171-0/+28
* scm: cleaning up todosvboxsync2016-08-161-1/+1
* (C) 2016vboxsync2016-07-221-1/+1
* *: scm cleanup run.vboxsync2015-08-141-3/+3
* Debugger: Updated (C) year.vboxsync2015-06-091-1/+1
* Debugger/VBoxDbgConsole: missed copyright header year update.vboxsync2014-07-121-1/+1
* Debugger/VBoxDbgConsole: Add context-menu options to change color and font sc...vboxsync2014-07-121-20/+121
* Debugger/VBoxDbgConsole: Backed out r89996.vboxsync2013-10-241-52/+11
* Debugger/VBoxDbgConsole: Customized context-menu to toggle colors/fonts.vboxsync2013-10-161-11/+52
* Debugger/VBoxDbgConsole: A legible font on S10 hosts for the debugger, spaces.vboxsync2013-06-211-3/+15
* header (C) fixesvboxsync2013-02-041-1/+1
* Translate previous to Hungarian.vboxsync2012-09-141-19/+20
* bug #6322: Debugger: Redo the command historyvboxsync2012-09-131-15/+44
* VBoxDbgConsole.cpp: Input focus hack.vboxsync2011-09-211-0/+1
* VBoxDbgConsole: Fixed busted text handling wrt selections and cursor position...vboxsync2011-09-211-8/+29
* VMM reorg: Moving the public include files from include/VBox to include/VBox/...vboxsync2010-12-271-1/+1
* *: spelling fixes, thanks Timeless!vboxsync2010-10-281-1/+1
* Debugger: Updated the file headers.vboxsync2010-08-101-3/+8
* The debugger is back in the OSE.vboxsync2010-08-101-0/+679
* #2722: Unexported the debugger.vboxsync2008-10-021-832/+0
* Debugger: parenting, menu, destroy on closevboxsync2008-10-011-1/+6
* Debugger: destroy the console window on close if the debugger is terminated. ...vboxsync2008-10-011-1/+21
* Debugger: fixed busy/ready.vboxsync2008-10-011-16/+14
* Debugger: log groups and console 'exit' fix.vboxsync2008-10-011-25/+53
* Debugger: appendText optimizations for Qt4.vboxsync2008-10-011-11/+11
* Debugger: fixed problem where selected text was overwritten.vboxsync2008-10-011-2/+15
* Debugger: fixes.vboxsync2008-10-011-4/+6
* Debugger: some shortcuts for the console.vboxsync2008-10-011-9/+70