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
/
rfb_win32
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop using CopyRect in WinVNC
Pierre Ossman
2017-11-24
1
-5
/
+5
*
Merge branch 'pause' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2017-11-17
1
-0
/
+31
|
\
|
*
Handle Ctrl+Alt+Delete in raw keyboard mode
Pierre Ossman
2017-11-13
1
-0
/
+8
|
*
Handle Windows scan code exceptions
Pierre Ossman
2017-11-13
1
-0
/
+23
*
|
Fix compile error on windows when not building with GnuTLS
Brian P. Hinz
2017-11-16
1
-0
/
+2
|
/
*
Get rid of getFbSize()/getDesktopSize() in common
Pierre Ossman
2017-09-22
1
-1
/
+4
*
rfb_win32: Use scan codes if available
Rahul Kale
2017-09-11
2
-0
/
+36
*
Basic support for QEMU Extended Key Events
Pierre Ossman
2017-08-28
4
-5
/
+5
*
rfb_win32: Add support for LED state notifications
Rahul Kale
2017-08-28
2
-1
/
+31
*
Change cursor API to use RGBA data
Pierre Ossman
2017-02-22
2
-86
/
+153
*
spelling fixes
klemens
2017-01-28
2
-2
/
+2
*
Replace Windows specific thread handling
Pierre Ossman
2016-07-07
9
-346
/
+45
*
Move socket write event handling in to the RFB core
Pierre Ossman
2016-04-29
1
-1
/
+1
*
Remove legacy Windows code
Pierre Ossman
2016-01-12
23
-1040
/
+264
*
Remove stub mirror driver code
Pierre Ossman
2016-01-12
3
-62
/
+2
*
Provide description for services
Pierre Ossman
2016-01-12
2
-4
/
+11
*
Use correct type for format string
Pierre Ossman
2015-09-29
1
-1
/
+3
*
Fix some bad signed/unsigned mismatches
Pierre Ossman
2015-06-17
1
-1
/
+1
*
Remove debug log noise from Windows dialog class
Pierre Ossman
2015-03-17
1
-7
/
+0
*
Local address change events are not socket specific
Pierre Ossman
2015-03-17
2
-2
/
+2
*
Fix bad initialiser lists
Pierre Ossman
2015-03-03
1
-2
/
+2
*
Compiler doesn't like us not checking return values here
Pierre Ossman
2015-03-03
1
-3
/
+3
*
Compiler doesn't like referencing unset variables
Pierre Ossman
2015-03-03
1
-0
/
+4
*
LPARAM and WPARAM have different types on Win32 and Win64
Pierre Ossman
2015-03-03
2
-2
/
+4
*
Pointer truncation/expansion needs to be very explicit
Pierre Ossman
2015-03-03
2
-9
/
+10
*
Add extra parentheses to avoid and/or priority ambiguity
Pierre Ossman
2015-03-03
1
-1
/
+2
*
Fix mismatches between format string and arguments
Pierre Ossman
2015-03-03
13
-42
/
+42
*
Fix bad signed/unsigned comparisons
Pierre Ossman
2015-03-03
2
-3
/
+3
*
Provide a better R/W base PixelBuffer class
Pierre Ossman
2014-07-07
1
-0
/
+1
*
Get rid of getStride()
Pierre Ossman
2014-07-07
1
-3
/
+0
*
Get rid of the direct access abuse of FullFramePixelBuffer's data
Pierre Ossman
2014-07-07
1
-6
/
+19
*
Remove full support for colour maps
Pierre Ossman
2014-07-07
7
-154
/
+22
*
Remove remnants of Windows only client
Pierre Ossman
2014-07-07
12
-1346
/
+0
*
Fix some offenders that poke around in the PixelFormat internals
Pierre Ossman
2014-07-07
2
-43
/
+58
*
Remove the scaled pixel buffer classes as they are not used.
Pierre Ossman
2014-07-07
3
-281
/
+0
*
Removes VeNCrypt-checkbox from the security page in the WinVNC options. Fixes...
Samuel Mannehed
2014-02-12
2
-82
/
+59
*
Make WinVNC service mode work on Windows Vista and beyond.
Samuel Mannehed
2014-02-07
2
-1
/
+19
*
Fix unsafe usage of the logging functions.
Pierre Ossman
2012-04-26
7
-19
/
+19
*
Reimplement the deferred update handling, this time in a more robust and
Pierre Ossman
2011-11-08
1
-7
/
+1
*
Clean up the interface for VNCSConnectionST. Entry points are more apparent
Pierre Ossman
2011-11-07
2
-7
/
+1
*
Enable WinVNC build with MinGW and MinGW64
DRC
2011-10-12
1
-0
/
+1
*
Remove unused autotools build system
DRC
2011-06-24
1
-111
/
+0
*
[Bugfix] Fix 3-button mouse emulation in win viewer.
Adam Tkac
2011-05-11
1
-2
/
+2
*
[Bugfix] rfb_win32: DeviceContext::getPF didn't return correct pixel format.
Adam Tkac
2011-02-21
1
-1
/
+6
*
Remove old Visual C++ project files (use CMake to build with Visual C++)
DRC
2011-02-08
1
-489
/
+0
*
[Development] Add new rfb_win32::SecurityPage class
Adam Tkac
2011-02-01
5
-0
/
+341
*
CMake build system for Windows
DRC
2010-10-27
2
-0
/
+50
*
Avoid conflict with Visual C++ abs() intrinsic
DRC
2010-10-27
1
-2
/
+2
*
winvnc: Declare argv as "char**" instead of "const *char[]"
Adam Tkac
2010-06-25
2
-2
/
+2
*
[Bugfix] Third parameter of GetLocaleInfo is LPTSTR. Also compute the 4th
Adam Tkac
2010-06-24
1
-1
/
+2
[next]