summaryrefslogtreecommitdiffstats
path: root/win/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Bump version numbers to 1.0.1.Adam Tkac2010-01-191-4/+4
* [Bugfix] Fix MS Visual Studio 2008 compilation issues.Adam Tkac2009-10-084-17/+21
* Bump release number to 1.0.0.Adam Tkac2009-08-191-4/+4
* Bump version to 0.0.91 and add doc/version_numbers file which lists occurrencesAdam Tkac2009-06-121-4/+4
* Yet another version number fix. We had forgotten to update VERSIONINFOPeter Å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-071-1/+1
* 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
* Remove file transfer support.Pierre Ossman2009-03-1321-3377/+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
* Replace TightVNC graphics with the TigerVNC logo.Pierre Ossman2009-03-042-0/+0
* Rebrand the source as TigerVNC. It is my hope that this patch isPeter Åstrand2009-02-277-16/+16
* No need to repeat the project home page in every source file. Not SPOT.Peter Åstrand2009-02-2510-10/+10
* [Bugfix] Use rdr::U32 type for length of strings handled by *CutText functions.Adam Tkac2009-02-134-4/+4
* Like r3552/r3553, but for Windows viewer: Add TightVNC to window title.Peter Åstrand2009-01-271-1/+1
* Make sure that the scale factor code and DesktopName support works together: ...Peter Åstrand2009-01-271-6/+8
* Implemented support for DesktopName pseudo encoding, which allowsPeter Åstrand2009-01-151-0/+1
* Build a GUI application rather than a console onePeter Åstrand2008-12-161-1/+1
* Eliminiated two unused variables; no need to store result fromPeter Åstrand2008-12-121-2/+2
* Corrected r3380, forgotten passwordFile init. Peter Åstrand2008-12-111-1/+2
* Avoid GCC warning: initializer lists ordered as declarationsPeter Åstrand2008-12-111-1/+1
* Avoid using bResult variable uninitializedPeter Åstrand2008-12-111-1/+1
* Avoid using result variable uninitializedPeter Åstrand2008-12-111-1/+1
* Avoid using result variable uninitializedPeter Åstrand2008-12-111-1/+1
* Avoid GCC warning: initializer lists ordered as declarationsPeter Åstrand2008-12-111-2/+2
* Avoid GCC warning: initializer lists ordered as declarationsPeter Åstrand2008-12-111-10/+26
* Avoid GCC warning: initializer lists ordered as declarationsPeter Åstrand2008-12-111-8/+8
* Eliminated unused variablePeter Åstrand2008-12-111-1/+1
* Explicit cast of -1 to UINT, to silence GCC warnings, but still adherePeter Åstrand2008-12-111-1/+1
* Avoid GCC warning: initializer lists ordered as declarationsPeter Åstrand2008-12-111-3/+3
* Make sure all files ends with newlinePeter Åstrand2008-12-103-3/+3
* MinGW: Syntax correction: Added missing comma. Peter Åstrand2008-12-101-1/+1
* MinGW: Compile resource file and link with it. Peter Åstrand2008-12-101-3/+8
* MinGW tweak: Constructs such as:Peter Åstrand2008-12-093-7/+7
* MinGW tweak: use __rfbmax/__rfbmin instead of max/min, just like mostPeter Åstrand2008-12-091-6/+7
* MinGW tweak. baseClass is defined in MsgWindow.cxx as well. Needs toPeter Åstrand2008-12-091-1/+1
* Basic support for building Windows vncviewer using MinGW. This patchPeter Åstrand2008-12-091-0/+50
* Fix -PasswordFile, which was causing asserts. Since we are providingPeter Åstrand2008-12-031-1/+2
* Added throwing rfb::UnsupportedPixelFormatExceptions exception in ScaledDIBSe...george822007-11-051-1/+1
* Removed the possibility to choose the scale filter in the options dialog of v...george822007-11-056-37/+1
* Now implemented manage the scale filters from the vncviewer options dialog.george822007-04-301-0/+1
* Temporary added constraint of scale filters.george822007-04-301-1/+6
* Added controls to manage the scale filters in the vncviewer options dialog.george822007-04-303-14/+50
* Added the new options parameter scaleFilter to CConnOptions class.george822007-04-302-1/+15
* Added the routines for manipulation the scale filter method. It allow change thegeorge822007-03-202-0/+8
* Before first use DesktopWindow::setSize() should set the toolbar status becausegeorge822007-03-201-0/+1