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.15-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
/
rfb_win32
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use msgType variable when writing debug; eliminating warning about unused var...
Peter Åstrand
2008-12-10
1
-1
/
+1
*
Should return FALSE; not NULL
Peter Åstrand
2008-12-10
1
-1
/
+1
*
Removed extra colon after #endif
Peter Åstrand
2008-12-10
1
-1
/
+1
*
Eliminated unused lastError variable
Peter Åstrand
2008-12-10
1
-2
/
+0
*
Make sure all files ends with newline
Peter Åstrand
2008-12-10
4
-4
/
+4
*
Avoid GCC warning: initializer lists ordered as declarations
Peter Åstrand
2008-12-10
1
-1
/
+1
*
Avoid GCC warning: initializer lists ordered as declarations
Peter Åstrand
2008-12-10
1
-1
/
+1
*
Avoid GCC warning: initializer lists ordered as declarations
Peter Åstrand
2008-12-10
1
-2
/
+2
*
Removed unused variable
Peter Åstrand
2008-12-10
1
-1
/
+0
*
Avoid GCC warning: initializer lists ordered as declarations
Peter Åstrand
2008-12-10
1
-2
/
+2
*
MinGW tweak: Constructs such as:
Peter Åstrand
2008-12-09
6
-10
/
+10
*
MinGW tweak: Mark gigantic constants as longlong.
Peter Åstrand
2008-12-09
2
-4
/
+4
*
Corrected invalid conversion from `void*' to `_SECURITY_DESCRIPTOR*':
Peter Åstrand
2008-12-09
1
-1
/
+1
*
MinGW tweak: Like last patch, use __rfbmax/__rfbmin.
Peter Åstrand
2008-12-09
1
-2
/
+3
*
MinGW tweak: takeSD must cast result from takePtr
Peter Åstrand
2008-12-09
1
-1
/
+1
*
MinGW tweak: Only define RFB_HAVE_SENDINPUT is we have MOUSEEVENTF_VIRTUALDESK.
Peter Åstrand
2008-12-09
1
-1
/
+1
*
MinGW tweak: Force cast from `int (*)()' to `void*'.
Peter Åstrand
2008-12-09
1
-1
/
+1
*
MinGW tweak: Use sizeof(PROPSHEETHEADER) instead of
Peter Åstrand
2008-12-09
1
-1
/
+1
*
MinGW tweak: ISO C++ forbids declaration of `requestAddressChangeEvents' with...
Peter Åstrand
2008-12-09
1
-1
/
+1
*
MinGW tweak: Follow up on last patch: Define this baseClass static as well.
Peter Åstrand
2008-12-09
1
-1
/
+1
*
MinGW tweak: HexOutstream.h is really named HexOutStream.h.
Peter Åstrand
2008-12-09
1
-1
/
+1
*
MinGW tweak: Accctrl.h is really named accctrl.h.
Peter Åstrand
2008-12-09
1
-1
/
+1
*
MinGW tweak: ISO C++ forbids declaration of `abs' with no type
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
/
+109
*
We are using printf - stdio.h must be included
Peter Åstrand
2008-12-02
1
-0
/
+1
*
Added throwing rfb::UnsupportedPixelFormatExceptions exception in ScaledDIBSe...
george82
2007-11-05
1
-1
/
+2
*
Added the improvements of the ScaledPixelBuffer class - increased scaled imag...
george82
2007-11-05
1
-10
/
+1
*
Powerful ScaledPixelBuffer class code improvements - at 10x increased scale p...
george82
2007-11-04
1
-0
/
+1
*
Auto scaling mode of the vncviewer make improved.
george82
2007-03-12
2
-1
/
+23
*
Fixed the bug with crashing vncviewer when it works in the
george82
2007-03-10
2
-11
/
+10
*
Fixed the bug in ToolBar::getTotalWidth() method.
george82
2007-01-27
1
-3
/
+3
*
Added ToolBar::getTotalWidth(). It returns the total size
george82
2006-12-10
2
-0
/
+10
*
Fixed the bug with very low quality of the remote desktop
george82
2006-12-03
1
-4
/
+4
*
Added support all true color pixel format for scaling the
george82
2006-11-26
1
-1
/
+1
*
Now ScaledPixelBuffer class using the weighting tabs for
george82
2006-11-20
1
-1
/
+16
*
Timely added check for unsupported pixel format.
george82
2006-09-23
1
-1
/
+1
*
Correct the ScaledDIBSectionBuffer class code.
george82
2006-09-23
1
-15
/
+18
*
Added the new methods to the ScaledDIBSectionBuffer class:
george82
2006-09-23
1
-0
/
+2
*
Initial support all color formats by the vncviewer in
george82
2006-09-16
1
-21
/
+25
*
Small ScaledPixelBuffer class improvements.
george82
2006-09-16
1
-3
/
+1
*
Eliminated two compilation warnings.
Constantin Kaplinsky
2006-09-06
1
-2
/
+2
*
Small the ScaledDIBSectionBuffer class code improvements.
george82
2006-09-05
2
-4
/
+9
*
Added the ScaledDIBSectionBuffer::recreateBuffers method.
george82
2006-09-05
2
-30
/
+43
*
ScaledDIBSectionBuffer class code improvements. Added check
george82
2006-08-02
1
-2
/
+8
*
ScaledDIBSectionBuffer class code improvements. Now we
george82
2006-07-29
2
-5
/
+6
*
Added new exception rfb::UnsupportedPixelFormatException.
george82
2006-05-29
1
-0
/
+2
*
ScaledDIBSectionBuffer class improvements:
george82
2006-05-27
1
-3
/
+11
*
Added ScaledDIBSectionBuffer::area() method.
george82
2006-05-27
1
-0
/
+1
*
Merged the changes from revision range 582:588 into reorganized sources. Thes...
Constantin Kaplinsky
2006-05-26
1
-9
/
+14
*
Migrating to new directory structure adopted from the RealVNC's source tree. ...
Constantin Kaplinsky
2006-05-25
100
-0
/
+12590
[prev]