index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
win
/
vncviewer
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Avoid GCC warning: initializer lists ordered as declarations
Peter Åstrand
2008-12-11
1
-8
/
+8
*
Eliminated unused variable
Peter Åstrand
2008-12-11
1
-1
/
+1
*
Explicit cast of -1 to UINT, to silence GCC warnings, but still adhere
Peter Åstrand
2008-12-11
1
-1
/
+1
*
Avoid GCC warning: initializer lists ordered as declarations
Peter Åstrand
2008-12-11
1
-3
/
+3
*
Make sure all files ends with newline
Peter Åstrand
2008-12-10
3
-3
/
+3
*
MinGW: Syntax correction: Added missing comma.
Peter Åstrand
2008-12-10
1
-1
/
+1
*
MinGW: Compile resource file and link with it.
Peter Åstrand
2008-12-10
1
-3
/
+8
*
MinGW tweak: Constructs such as:
Peter Åstrand
2008-12-09
3
-7
/
+7
*
MinGW tweak: use __rfbmax/__rfbmin instead of max/min, just like most
Peter Åstrand
2008-12-09
1
-6
/
+7
*
MinGW tweak. baseClass is defined in MsgWindow.cxx as well. Needs to
Peter Åstrand
2008-12-09
1
-1
/
+1
*
Basic support for building Windows vncviewer using MinGW. This patch
Peter Åstrand
2008-12-09
1
-0
/
+50
*
Fix -PasswordFile, which was causing asserts. Since we are providing
Peter Åstrand
2008-12-03
1
-1
/
+2
*
Added throwing rfb::UnsupportedPixelFormatExceptions exception in ScaledDIBSe...
george82
2007-11-05
1
-1
/
+1
*
Removed the possibility to choose the scale filter in the options dialog of v...
george82
2007-11-05
6
-37
/
+1
*
Now implemented manage the scale filters from the vncviewer options dialog.
george82
2007-04-30
1
-0
/
+1
*
Temporary added constraint of scale filters.
george82
2007-04-30
1
-1
/
+6
*
Added controls to manage the scale filters in the vncviewer options dialog.
george82
2007-04-30
3
-14
/
+50
*
Added the new options parameter scaleFilter to CConnOptions class.
george82
2007-04-30
2
-1
/
+15
*
Added the routines for manipulation the scale filter method. It allow change the
george82
2007-03-20
2
-0
/
+8
*
Before first use DesktopWindow::setSize() should set the toolbar status because
george82
2007-03-20
1
-0
/
+1
*
Don't resize the maximized desktop window when vncviewer change the scale
george82
2007-03-20
1
-1
/
+1
*
Added the implementation of cursor handling in the scaling mode.
george82
2007-03-19
2
-3
/
+71
*
Fixed the small defect with refreshing the toolbar buttons (now always enable...
george82
2007-03-12
1
-2
/
+2
*
Auto scaling mode of the vncviewer make improved.
george82
2007-03-12
3
-7
/
+17
*
Fixed the bug with wrong desktop window size of the
george82
2007-03-10
1
-1
/
+1
*
Fixed the bug with crashing vncviewer when it works in the
george82
2007-03-10
2
-8
/
+9
*
Now the min desktop window size limit to the toolbar size.
george82
2007-01-27
1
-4
/
+30
*
Added DesktopWindow::resizeDesktopWindowToBuffer() method.
george82
2007-01-27
2
-4
/
+28
*
Initial support all color formats by the vncviewer in
george82
2006-09-23
2
-5
/
+5
*
Fixed passing of mouse wheel events.
Constantin Kaplinsky
2006-09-14
2
-65
/
+79
*
Now the vncviewer window title display the remote desktop
george82
2006-09-11
2
-1
/
+9
*
Small the DesktopWindow class code improvements.
george82
2006-09-11
2
-6
/
+5
*
Now status of ZOOM IN, ZOOM OUT, ACTUAL SIZE, AUTO SIZE
george82
2006-09-11
3
-6
/
+31
*
Fixed the bug with overlaping the vncviewer window all other
george82
2006-09-11
1
-3
/
+3
*
Added implementation of the ZOOM IN and ZOOM OUT vncviewer
george82
2006-09-11
2
-1
/
+26
*
Removed the unnecessary CConnOptions::scaling parameter.
george82
2006-09-11
4
-12
/
+0
*
Added the new scale values (10, 200) to the vncviewer
george82
2006-09-11
2
-4
/
+4
*
Fixed the bug with the zero-sized vncviewer window when
george82
2006-09-10
1
-1
/
+1
*
Implemented Actual Size and Auto Size the vncviewer toolbar
george82
2006-09-10
1
-0
/
+21
*
Removed the unnecessary button "Disconnect" from the
george82
2006-09-09
2
-7
/
+0
*
Added the new buttons to the vncviewer toolbar:
george82
2006-09-09
3
-8
/
+17
*
Increased the scale combobox list rectangle.
george82
2006-09-07
1
-1
/
+1
*
Before any manipulations with DesktopWindow (setSize and
george82
2006-09-05
1
-1
/
+1
*
Added the autoScaling mode implementation to the vncviewer.
george82
2006-09-05
3
-9
/
+29
*
Added DesktopWindow::fitBufferToWindow() method.
george82
2006-09-05
2
-0
/
+24
*
Fixed the bug with the main window resizing (don't take
george82
2006-06-10
1
-0
/
+2
*
Fixed the bug with the main window resizing (don't take
george82
2006-06-10
2
-2
/
+11
*
Removed the unnecessary methods ViewerToolBar::show() and
george82
2006-06-10
2
-13
/
+0
*
Fixed the bug with overlapping the vncviwer window by
george82
2006-06-05
1
-1
/
+1
*
Implemented scaling interface of the local copy of remote
george82
2006-05-29
4
-1
/
+27
[prev]
[next]