summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Replace TightVNC graphics with the TigerVNC logo.Pierre Ossman2009-03-048-0/+0
* Rebrand the source as TigerVNC. It is my hope that this patch isPeter Åstrand2009-02-2717-37/+37
* Update to r3618; yet another update of my copyrightPeter Åstrand2009-02-251-1/+1
* No need to repeat the project home page in every source file. Not SPOT.Peter Åstrand2009-02-2520-20/+20
* Updated my copyrightPeter Åstrand2009-02-251-1/+1
* Removed Windows version of rfbplayer, not part of the TigerVNC project. Peter Åstrand2009-02-2527-4226/+0
* [Bugfix] Use rdr::U32 type for length of strings handled by *CutText functions.Adam Tkac2009-02-134-4/+4
* [Bugfix] Make windows viewer compilable via migw32 (4.3 series)Adam Tkac2009-02-132-3/+3