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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
MinGW tweak: calculateScaleBoundary is not an inline method. If it
Peter Åstrand
2008-12-09
1
-1
/
+6
*
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: use __rfbmax/__rfbmin instead of max/min, just like most
Peter Åstrand
2008-12-09
1
-6
/
+7
*
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. baseClass is defined in MsgWindow.cxx as well. Needs to
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
6
-2
/
+201
*
[Layout] Added file RawDecoder.java and RawDecoder class.
enikey
2008-12-08
1
-0
/
+5
*
[Layout] Added folder "decoder" for new package "com.tightvnc.decoder".
enikey
2008-12-08
0
-0
/
+0
*
[Developement] Added auto scaling on resizing window (non applet mode), auto ...
enikey
2008-12-04
2
-9
/
+65
*
[Cleanup] Removed unneeded #includes from rdr/Exception.cxx
Adam Tkac
2008-12-03
1
-3
/
+2
*
[Portability] Use /**/ comments instead of // in C code
Adam Tkac
2008-12-03
2
-5
/
+2
*
[Portability] Implemented snprintf() function to support old compilers
Adam Tkac
2008-12-03
5
-2
/
+23
*
[Portability] Reimplement vsnprintf to be C89 compatible
Adam Tkac
2008-12-03
2
-22
/
+64
*
Fix -PasswordFile, which was causing asserts. Since we are providing
Peter Åstrand
2008-12-03
1
-1
/
+2
*
[Developement] Added "auto scaling" feature to Applet.
enikey
2008-12-03
2
-5
/
+9
*
[Developement] Added feature to change "Scaling factor" parameter from Option...
enikey
2008-12-03
1
-13
/
+39
*
[Developement] Added method setScalingFactor.
enikey
2008-12-03
1
-0
/
+6
*
Needs to include ../jpeg/win here as well
Peter Åstrand
2008-12-02
1
-3
/
+3
*
This should be the final modification to restore a working Visual
Peter Åstrand
2008-12-02
2
-2
/
+48
*
jpeg.dsp is a text file
Peter Åstrand
2008-12-02
0
-0
/
+0
*
Removed Xregion.vcproj. As I understand it, this file was committed by
Peter Åstrand
2008-12-02
1
-298
/
+0
*
Define VNC_SOCKLEN_T if not defined - needed for Visual Studio build.
Peter Åstrand
2008-12-02
1
-0
/
+3
*
We are using printf - stdio.h must be included
Peter Åstrand
2008-12-02
1
-0
/
+1
*
Need to include jpeg directory; used by JpegCompressor.h
Peter Åstrand
2008-12-01
1
-3
/
+3
*
rfb.dsp is a text file, corrected mime type.
Peter Åstrand
2008-12-01
0
-0
/
+0
*
Corrected r3167; the file is called common-config.win.h, not
Peter Åstrand
2008-12-01
1
-1
/
+1
*
Project-Id-Version mustn't have initial default value
Peter Åstrand
2008-11-30
1
-3
/
+2
*
[Bugfix] Fixed building with new libtool (2.2.6)
Adam Tkac
2008-11-20
1
-10
/
+18
*
[Cleanup] Removed unneeded else branch in TcpSocket constructor
Adam Tkac
2008-11-18
1
-2
/
+0
*
[Bugfix] Backported patch from RealVNC 4.1.3. FYI it is not security related.
Adam Tkac
2008-11-18
1
-0
/
+6
*
[Development] Basic IPv6 support to viewer.
Adam Tkac
2008-11-14
2
-34
/
+94
*
[Refactoring] Improved rdr::Exception constructor. It now accepts variable
Adam Tkac
2008-11-14
10
-11
/
+32
*
[Refactoring] Introduced common/os/ directory for platform dependent
Adam Tkac
2008-11-14
7
-46
/
+107
*
Check where select() is defined during configure time
Adam Tkac
2008-11-14
3
-10
/
+15
*
[Documentation] Included information from rfbproto.tex. LaTeX formatting is n...
Constantin Kaplinsky
2008-10-25
1
-0
/
+0
*
[Doc] Added "vncviewer host::port" syntax to vncviewer man page
Adam Tkac
2008-10-23
1
-0
/
+4
*
[Bugfix] Handle conditional jpeg/zlib building through AM_CONDITIONAL to make
Adam Tkac
2008-10-22
5
-45
/
+36
*
[Bugfix] Include man files and more jpeg libraries in tarball
Adam Tkac
2008-10-22
7
-2
/
+14
*
[Bugfix] Check return value from fbPictureInit
Adam Tkac
2008-10-17
1
-1
/
+1
*
xserver.patch update in r3021 was incomplete
Adam Tkac
2008-10-15
1
-6
/
+19
[next]