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