aboutsummaryrefslogtreecommitdiffstats
path: root/win/vncviewer
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't resize the maximized desktop window when vncviewer change the scalegeorge822007-03-201-1/+1
* Added the implementation of cursor handling in the scaling mode.george822007-03-192-3/+71
* Fixed the small defect with refreshing the toolbar buttons (now always enable...george822007-03-121-2/+2
* Auto scaling mode of the vncviewer make improved.george822007-03-123-7/+17
* Fixed the bug with wrong desktop window size of the george822007-03-101-1/+1
* Fixed the bug with crashing vncviewer when it works in the george822007-03-102-8/+9
* Now the min desktop window size limit to the toolbar size.george822007-01-271-4/+30
* Added DesktopWindow::resizeDesktopWindowToBuffer() method.george822007-01-272-4/+28
* Initial support all color formats by the vncviewer ingeorge822006-09-232-5/+5
* Fixed passing of mouse wheel events.Constantin Kaplinsky2006-09-142-65/+79