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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
win
/
rfb_win32
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix 64-bit Windows issues
DRC
2010-05-20
4
-12
/
+15
*
Some compilers (most notably, MinGW64) don't define min and max
DRC
2010-05-20
1
-0
/
+8
*
Removed unused variables.
Peter Åstrand
2010-02-10
1
-2
/
+0
*
Eliminated signed/unsigned warnings.
Peter Åstrand
2010-02-10
1
-6
/
+6
*
Eliminated timerId signed/unsigned warnings.
Peter Åstrand
2010-02-10
4
-6
/
+6
*
Eliminated GCC warning: DWORD is unsigned long, so use that in the
Peter Åstrand
2010-02-10
1
-1
/
+1
*
Eliminated GCC signed/unsigned warnings:
Peter Åstrand
2010-02-10
2
-3
/
+3
*
Bugfix: We were using assignement instead of comparision in the if
Peter Åstrand
2010-02-10
1
-1
/
+1
*
Eliminate GCC signed/unsigned warning. sizeof returns unsigned.
Peter Åstrand
2010-02-10
1
-1
/
+1
*
Make it possible to compile things with current upstream mingw. You'll lose
Pierre Ossman
2009-12-23
1
-2
/
+7
*
Make winvnc4 and Windows vncconfig compilable via MinGW.
Adam Tkac
2009-10-12
2
-5
/
+3
*
[Bugfix] Fix MS Visual Studio 2008 compilation issues.
Adam Tkac
2009-10-08
1
-1
/
+1
*
Adapt Windows viewer to new build system.
Adam Tkac
2009-09-04
1
-1
/
+1
*
DIBSectionBuffer can modify the pixel format so we need to read it back to
Pierre Ossman
2009-06-01
1
-0
/
+1
*
Remove file transfer support.
Pierre Ossman
2009-03-13
8
-676
/
+0
*
Fix some overloading ambiguity.
Pierre Ossman
2009-03-10
1
-2
/
+2
*
No need to repeat the project home page in every source file. Not SPOT.
Peter Åstrand
2009-02-25
10
-10
/
+10
*
[Bugfix] Make windows viewer compilable via migw32 (4.3 series)
Adam Tkac
2009-02-13
2
-3
/
+3
*
Make sure we are sending the appropriate numeric decimal symbol. The
Peter Åstrand
2009-01-15
1
-0
/
+26
*
Define ~Notifier as virtual, to avoid GCC warning about "virtual
Peter Åstrand
2008-12-11
1
-0
/
+1
*
Avoid GCC warning: initializer lists ordered as declarations
Peter Åstrand
2008-12-10
1
-2
/
+3
*
printf does not accept CStr()s
Peter Åstrand
2008-12-10
1
-1
/
+1
*
Avoid GCC warning: initializer lists ordered as declarations
Peter Åstrand
2008-12-10
1
-2
/
+2
*
vlog.debug doesn't accept CStr()s.
Peter Åstrand
2008-12-10
1
-1
/
+1
*
Avoid GCC warning: initializer lists ordered as declarations
Peter Åstrand
2008-12-10
1
-2
/
+2
*
Bugfix:
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 using result variable uninitialized
Peter Åstrand
2008-12-10
1
-1
/
+1
*
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
[next]