aboutsummaryrefslogtreecommitdiffstats
path: root/win/vncviewer
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Now the vncviewer window title display the remote desktopgeorge822006-09-112-1/+9
* Small the DesktopWindow class code improvements.george822006-09-112-6/+5
* Now status of ZOOM IN, ZOOM OUT, ACTUAL SIZE, AUTO SIZEgeorge822006-09-113-6/+31
* Fixed the bug with overlaping the vncviewer window all othergeorge822006-09-111-3/+3
* Added implementation of the ZOOM IN and ZOOM OUT vncviewergeorge822006-09-112-1/+26
* Removed the unnecessary CConnOptions::scaling parameter.george822006-09-114-12/+0
* Added the new scale values (10, 200) to the vncviewer george822006-09-112-4/+4
* Fixed the bug with the zero-sized vncviewer window when george822006-09-101-1/+1
* Implemented Actual Size and Auto Size the vncviewer toolbar george822006-09-101-0/+21
* Removed the unnecessary button "Disconnect" from thegeorge822006-09-092-7/+0
* Added the new buttons to the vncviewer toolbar:george822006-09-093-8/+17
* Increased the scale combobox list rectangle.george822006-09-071-1/+1
* Before any manipulations with DesktopWindow (setSize andgeorge822006-09-051-1/+1
* Added the autoScaling mode implementation to the vncviewer.george822006-09-053-9/+29
* Added DesktopWindow::fitBufferToWindow() method.george822006-09-052-0/+24
* Fixed the bug with the main window resizing (don't takegeorge822006-06-101-0/+2
* Fixed the bug with the main window resizing (don't takegeorge822006-06-102-2/+11
* Removed the unnecessary methods ViewerToolBar::show() andgeorge822006-06-102-13/+0
* Fixed the bug with overlapping the vncviwer window bygeorge822006-06-051-1/+1
* Implemented scaling interface of the local copy of remotegeorge822006-05-294-1/+27