summaryrefslogtreecommitdiff
path: root/src/VBox/Main/include/ParallelPortImpl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Main: bugref:1909: Added API localizationvboxsync2021-08-241-1/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* Main: Use MAIN_INCLUDED_ and MAIN_INCLUDED_SRC_ as header guard prefixes with...vboxsync2019-01-011-3/+3
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* Main/include: Slapped #pragma once on all headers in prep for GCC precompiled...vboxsync2018-12-271-0/+3
* *: 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
* Main/Machine+SerialPort+ParallelPort: only write the non-default serial/paral...vboxsync2016-03-041-4/+5
* Parallel ports: Several fixes for multiple parallel ports. Make the second pa...vboxsync2015-10-011-2/+1
* 6813 - User server side API wrapper code in all interfaces.. stage 4 rev 1vboxsync2013-12-101-37/+23
* Main: move handleUnexpectedExceptions method to VirtualBoxBasevboxsync2012-05-081-2/+2
* Main. QT/FE: fix long standing COM issuevboxsync2011-01-191-3/+1
* back out r63543, r63544 until windows build problems can be solved properlyvboxsync2010-07-091-2/+7
* Main: separate internal machine data structs into MachineImplPrivate.h to sig...vboxsync2010-07-091-7/+2
* Main: remove VirtualBoxSupportTranslation template, add translation support t...vboxsync2010-07-081-1/+0
* Main: remove SupportErrorInfo template magicvboxsync2010-07-071-5/+1
* Automated rebranding to Oracle copyright/license strings via filemunchervboxsync2010-04-271-5/+1
* Main: get rid of Backupable<>::hasActualChanges and the operator== in all the...vboxsync2010-02-021-1/+2
* Main: get rid of isModified() loops in Machine and subclasses; instead, on ev...vboxsync2010-02-021-1/+0
* Main: get rid of isReallyChanged() voodoo in Machine and subclasses; instead ...vboxsync2010-02-021-1/+0
* Main: move Host::Get{DVD|Floppy}Drives implementation into implementation met...vboxsync2010-01-261-2/+0
* Main: make SerialPort instance data private and make it use the XML settings ...vboxsync2009-12-041-1/+0
* Main: make ParallelPort instance data private and make it use the XML setting...vboxsync2009-12-041-36/+8
* Main: enable -Wshadow gcc option to warn about shadowed variables and fix all...vboxsync2009-11-261-1/+1
* API: big medium handling change and lots of assorted other cleanups and fixesvboxsync2009-09-221-2/+0
* Main: fix more windows warnings + burnsvboxsync2009-08-111-1/+1
* Main: the big XML settings rework. Move XML reading/writing out of interface ...vboxsync2009-08-111-2/+7
* Main: coding style: have Main obey the standard VirtualBox coding style rules...vboxsync2009-07-301-2/+2
* Main: merge VirtualBoxBaseNEXT onto VirtualBoxBase, adjust Host accordingly; ...vboxsync2009-07-271-3/+3
* Main: back out r50147 until the locking is properly understood; will come back.vboxsync2009-07-171-3/+3
* Main: cleanup: merge VirtualBoxBase{WithTypedChildren}NEXT onto VirtualBoxBas...vboxsync2009-07-151-3/+3
* Main: support for using VBox from Python on Windows (still certain limitation...vboxsync2009-04-281-2/+3
* Main: make VBox interfaces scriptable (that is, callable from Python and Visu...vboxsync2009-04-231-1/+1
* Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on WIn32 vs...vboxsync2008-12-051-2/+2
* Appended vim modeline to set tabstop and expand tabs (in the wayvboxsync2008-12-031-0/+1
* The Big Sun Rebranding Header Changevboxsync2008-04-181-1/+5
* Main: Renamed AutoLock => AutoWriteLock; AutoReaderLock => AutoReadLock.vboxsync2008-04-171-2/+2
* Main: Return errors when the parallel port is enabled but the path is null.vboxsync2007-12-211-1/+3
* Merged dmik/s2 branch (r25959:26751) to the trunk.vboxsync2007-12-141-5/+5
* The Giant CDDL Dual-License Header Change.vboxsync2007-12-071-4/+4
* Main: Improved serial port API (mostly spelling);vboxsync2007-08-231-4/+5
* Biggest check-in ever. New source code headers for all (C) innotek files.vboxsync2007-08-071-4/+0
* Parallel port support. Contributed by: Alexander Eichnervboxsync2007-07-161-0/+123