]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2008-12-19 enikey[Developement] Added update() method to RawDecoder...
2008-12-19 enikey[Developement] Added protected getColorModel8, getColor...
2008-12-19 enikey[Developement] Added constructor, base set methods...
2008-12-19 enikey[Developement] VncCanvas class implements RecordInterfa...
2008-12-19 enikey[Developement] Added base methods headers to interface...
2008-12-19 enikey[Layout] Added RecordInterface interface. This interfac...
2008-12-19 enikey[Documentation] Added comments to RfbInputStream class.
2008-12-19 enikey[Developement] Added readFully, readU32, readU8, readCo...
2008-12-19 enikey[Developement] Added constructor and class member ...
2008-12-19 enikey[Layout] Added public class RfbInputStream. This class...
2008-12-18 Constantin... [Bugfix] Previous commit (r3204) included two lines...
2008-12-18 Constantin... [Development] Disabling special video encoding when...
2008-12-17 Constantin... [Documentation] Added a document to track problems...
2008-12-16 Peter ÅstrandBuild a GUI application rather than a console one
2008-12-12 Peter ÅstrandMinGW fix: If vsnprintf if defined before MinGWs stdio...
2008-12-12 Peter ÅstrandEliminiated two unused variables; no need to store...
2008-12-11 Peter ÅstrandCorrected r3380, forgotten passwordFile init.
2008-12-11 Peter ÅstrandAvoid GCC warning: initializer lists ordered as declara...
2008-12-11 Peter ÅstrandAvoid using bResult variable uninitialized
2008-12-11 Peter ÅstrandAvoid using result variable uninitialized
2008-12-11 Peter ÅstrandAvoid using result variable uninitialized
2008-12-11 Peter ÅstrandAvoid GCC warning: initializer lists ordered as declara...
2008-12-11 Peter ÅstrandAvoid GCC warning: initializer lists ordered as declara...
2008-12-11 Peter ÅstrandAvoid GCC warning: initializer lists ordered as declara...
2008-12-11 Peter ÅstrandEliminated unused variable
2008-12-11 Peter ÅstrandDefine ~Notifier as virtual, to avoid GCC warning about...
2008-12-11 Peter ÅstrandExplicit cast of -1 to UINT, to silence GCC warnings...
2008-12-11 Peter ÅstrandAvoid GCC warning: initializer lists ordered as declara...
2008-12-11 Peter ÅstrandThe restrict keyboard was introduced with C99, but...
2008-12-10 Adam Tkac[Layout] Added os/net.[ch]. They will include wrappers...
2008-12-10 Peter ÅstrandMinGW tweak: Build with -mthreads.
2008-12-10 Peter ÅstrandAvoid GCC warning: initializer lists ordered as declara...
2008-12-10 Peter Åstrandprintf does not accept CStr()s
2008-12-10 Peter ÅstrandAvoid GCC warning: initializer lists ordered as declara...
2008-12-10 Peter Åstrandvlog.debug doesn't accept CStr()s.
2008-12-10 Peter ÅstrandAvoid GCC warning: initializer lists ordered as declara...
2008-12-10 Peter ÅstrandDefine ~DirManager, to avoid GCC warning:
2008-12-10 Peter ÅstrandBugfix:
2008-12-10 Peter ÅstrandAvoid GCC warning: initializer lists ordered as declara...
2008-12-10 Peter ÅstrandAvoid using result variable uninitialized
2008-12-10 Peter ÅstrandUse msgType variable when writing debug; eliminating...
2008-12-10 Peter ÅstrandShould return FALSE; not NULL
2008-12-10 Peter ÅstrandRemoved extra colon after #endif
2008-12-10 Peter ÅstrandEliminated unused lastError variable
2008-12-10 Peter ÅstrandMake sure all files ends with newline
2008-12-10 Peter ÅstrandAvoid GCC warning: initializer lists ordered as declara...
2008-12-10 Peter ÅstrandAvoid GCC warning: initializer lists ordered as declara...
2008-12-10 Peter ÅstrandAvoid GCC warning: initializer lists ordered as declara...
2008-12-10 Peter ÅstrandRemoved unused variable
2008-12-10 Peter ÅstrandAvoid GCC warning: initializer lists ordered as declara...
2008-12-10 Peter ÅstrandIgnoring Autotools and build files.
2008-12-10 Peter ÅstrandMinGW: Syntax correction: Added missing comma.
2008-12-10 Peter ÅstrandMinGW: Compile resource file and link with it.
2008-12-09 Peter ÅstrandMinGW tweak: Constructs such as:
2008-12-09 Peter ÅstrandMinGW tweak: calculateScaleBoundary is not an inline...
2008-12-09 Peter ÅstrandMinGW tweak: Mark gigantic constants as longlong.
2008-12-09 Peter ÅstrandCorrected invalid conversion from `void*' to `_SECURITY...
2008-12-09 Peter ÅstrandMinGW tweak: Like last patch, use __rfbmax/__rfbmin.
2008-12-09 Peter ÅstrandMinGW tweak: use __rfbmax/__rfbmin instead of max/min...
2008-12-09 Peter ÅstrandMinGW tweak: takeSD must cast result from takePtr
2008-12-09 Peter ÅstrandMinGW tweak: Only define RFB_HAVE_SENDINPUT is we have...
2008-12-09 Peter ÅstrandMinGW tweak: Force cast from `int (*)()' to `void*'.
2008-12-09 Peter ÅstrandMinGW tweak: Use sizeof(PROPSHEETHEADER) instead of
2008-12-09 Peter ÅstrandMinGW tweak: ISO C++ forbids declaration of `requestAdd...
2008-12-09 Peter ÅstrandMinGW tweak: Follow up on last patch: Define this baseC...
2008-12-09 Peter ÅstrandMinGW tweak. baseClass is defined in MsgWindow.cxx...
2008-12-09 Peter ÅstrandMinGW tweak: HexOutstream.h is really named HexOutStream.h.
2008-12-09 Peter ÅstrandMinGW tweak: Accctrl.h is really named accctrl.h.
2008-12-09 Peter ÅstrandMinGW tweak: ISO C++ forbids declaration of `abs'...
2008-12-09 Peter ÅstrandBasic support for building Windows vncviewer using...
2008-12-08 enikey[Layout] Added file RawDecoder.java and RawDecoder...
2008-12-08 enikey[Layout] Added folder "decoder" for new package "com...
2008-12-04 enikey[Developement] Added auto scaling on resizing window...
2008-12-03 Adam Tkac[Cleanup] Removed unneeded #includes from rdr/Exception.cxx
2008-12-03 Adam Tkac[Portability] Use /**/ comments instead of // in C...
2008-12-03 Adam Tkac[Portability] Implemented snprintf() function to suppor...
2008-12-03 Adam Tkac[Portability] Reimplement vsnprintf to be C89 compatible
2008-12-03 Peter ÅstrandFix -PasswordFile, which was causing asserts. Since...
2008-12-03 enikey[Developement] Added "auto scaling" feature to Applet.
2008-12-03 enikey[Developement] Added feature to change "Scaling factor...
2008-12-03 enikey[Developement] Added method setScalingFactor.
2008-12-02 Peter ÅstrandNeeds to include ../jpeg/win here as well
2008-12-02 Peter ÅstrandThis should be the final modification to restore a...
2008-12-02 Peter Åstrandjpeg.dsp is a text file
2008-12-02 Peter ÅstrandRemoved Xregion.vcproj. As I understand it, this file...
2008-12-02 Peter ÅstrandDefine VNC_SOCKLEN_T if not defined - needed for Visual...
2008-12-02 Peter ÅstrandWe are using printf - stdio.h must be included
2008-12-01 Peter ÅstrandNeed to include jpeg directory; used by JpegCompressor.h
2008-12-01 Peter Åstrandrfb.dsp is a text file, corrected mime type.
2008-12-01 Peter ÅstrandCorrected r3167; the file is called common-config.win...
2008-11-30 Peter ÅstrandProject-Id-Version mustn't have initial default value
2008-11-20 Adam Tkac[Bugfix] Fixed building with new libtool (2.2.6)
2008-11-18 Adam Tkac[Cleanup] Removed unneeded else branch in TcpSocket...
2008-11-18 Adam Tkac[Bugfix] Backported patch from RealVNC 4.1.3. FYI it...
2008-11-14 Adam Tkac[Development] Basic IPv6 support to viewer.
2008-11-14 Adam Tkac[Refactoring] Improved rdr::Exception constructor....
2008-11-14 Adam Tkac[Refactoring] Introduced common/os/ directory for platf...
2008-11-14 Adam TkacCheck where select() is defined during configure time
2008-10-25 Constantin... [Documentation] Included information from rfbproto...
2008-10-23 Adam Tkac[Doc] Added "vncviewer host::port" syntax to vncviewer...
next