aboutsummaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* [Development] Use enhanced Security class by both UNIX and Windows viewers.Adam Tkac2010-04-232-16/+3
* [Development] Replace SSecurityFactoryStandard class by simplier Security class.Adam Tkac2010-04-234-6/+2
* [Development] Move all VncAuth code from SSecurityFactoryStandard class toAdam Tkac2010-04-231-1/+2
* [Development] Define security types as rdr::U8 values.Adam Tkac2010-04-231-2/+2
* [Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}.Adam Tkac2010-04-233-3/+3
* [Development] Add possibility to define viewer/server specific parameters viaAdam Tkac2010-04-232-2/+2
* 'make dist' still doesn't build a complete source archive like it should, but...DRC2010-04-111-1/+1
* Don't assign new threads to unused thread variables. No point, plusPeter Åstrand2010-02-103-4/+4
* Eliminate GCC signed/unsigned warning. Peter Åstrand2010-02-101-1/+1
* Removed unused variables.Peter Åstrand2010-02-101-2/+0
* Eliminated signed/unsigned warnings. Peter Åstrand2010-02-101-6/+6
* Eliminated timerId signed/unsigned warnings. Peter Åstrand2010-02-104-6/+6
* Eliminated GCC warning: DWORD is unsigned long, so use that in thePeter Åstrand2010-02-101-1/+1
* Eliminated GCC signed/unsigned warnings:Peter Åstrand2010-02-102-3/+3
* Bugfix: We were using assignement instead of comparision in the ifPeter Åstrand2010-02-101-1/+1
* Eliminate warning about unused rfb::getHostAndPort, by not including Hostname.h.Peter Åstrand2010-02-101-1/+0
* Eliminate GCC signed/unsigned warnings related to encodings: ThePeter Åstrand2010-02-102-4/+4
* Eliminate three more GCC warnings:Peter Åstrand2010-02-101-3/+3
* Eliminate GCC signed/unsigned warning. sizeof returns unsigned. Peter Åstrand2010-02-101-1/+1
* [Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is ableAdam Tkac2010-02-052-2/+2
* Make it possible to compile things with current upstream mingw. You'll losePierre Ossman2009-12-232-3/+12
* [Development] Bump version numbers to 1.0.90.Adam Tkac2009-12-214-14/+14
* Make winvnc4 and Windows vncconfig compilable via MinGW.Adam Tkac2009-10-1213-18/+73
* [Bugfix] Fix MS Visual Studio 2008 compilation issues.Adam Tkac2009-10-089-28/+36
* Adapt Windows viewer to new build system.Adam Tkac2009-09-044-40/+8
* Change product name to TigerVNC in about dialogs. Peter Åstrand2009-08-273-3/+3
* Declare virtual methods with empty body as pure virtual methods in rfb::CMsgH...Adam Tkac2009-06-161-0/+1
* Bump version to 0.0.91.Adam Tkac2009-06-124-13/+13
* DIBSectionBuffer can modify the pixel format so we need to read it back toPierre Ossman2009-06-011-0/+1
* Updated version information and copyright.Peter Åstrand2009-04-291-6/+6
* Added Inno Setup file, for creating Windows installer. Peter Åstrand2009-04-151-0/+42
* Added DOS line breaks.Peter Åstrand2009-04-151-0/+1
* Added a copy of the license with DOS line breaks, so that we can shipPeter Åstrand2009-04-151-0/+340
* The index.vnc in the javabin directory was removed in r3667. We couldPeter Åstrand2009-04-142-1/+14
* Fetch VncViewer.jar directly from the Java build directory, instead ofPeter Åstrand2009-04-141-1/+1
* Yet another version number fix. We had forgotten to update VERSIONINFOPeter Åstrand2009-04-142-8/+8
* logo150x150.gif is no longer used. Peter Åstrand2009-04-141-1/+0
* Updated the version number in yet another location. Peter Åstrand2009-04-141-2/+2
* Update version information, to match rest of the project. Peter Åstrand2009-04-141-4/+4
* Create the system menu entries earlier to play nice with any system-widePierre Ossman2009-04-091-15/+17
* Update copyright notice and version in executable metadata.Pierre Ossman2009-04-091-4/+4
* Use lower IDs for system menu entries.Pierre Ossman2009-04-091-19/+19
* Check for full *-windres name in configure instead of hardcode it.Adam Tkac2009-04-073-4/+3
* Try to render entire update in one go to avoid tearing.Pierre Ossman2009-03-253-2/+44
* Support for ExtendedDesktopSize and -DesktopSize in the Windows client.Pierre Ossman2009-03-244-1/+67
* Change Windows viewer version to 0.0.90.Adam Tkac2009-03-181-1/+1
* Remove file transfer support.Pierre Ossman2009-03-1331-4063/+0
* Change encoding and quality defaults to what auto mode would choose.Pierre Ossman2009-03-121-3/+3
* Improve auto mode for new JPEG code.Pierre Ossman2009-03-122-37/+51
* Fix some overloading ambiguity.Pierre Ossman2009-03-101-2/+2