2009-03-20 |
Pierre Ossman | Minimal server side implementation of the extended... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Pierre Ossman | Remove stray file left over from the file transfer... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Pierre Ossman | Move the SetDesktopName parser into CMsgReaderV3 to... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
DRC | VNC needs to be autoreconf'ed as well, otherwise unix... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
DRC | Remove Xorg 1.1 support since it doesn't work and we... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
DRC | Allow PREFIX to be overridden |
commit | commitdiff | tree | snapshot |
2009-03-19 |
DRC | Don't download tarballs if they already exist in the... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Pierre Ossman | Restore Composite callback when we close the screen. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Peter Åstrand | Build the macros package before everything else; must... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
DRC | Allow additional configure flags to be passed on the... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Pierre Ossman | Support for RandR on the server. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Pierre Ossman | Move framebuffer information into its own structure... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Pierre Ossman | Remove more crud from the mmap support. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Peter Åstrand | Added scripts for building Xvnc with Xorg 1.5. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Adam Tkac | Remove undocumented and useless option which allowed... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Peter Åstrand | Ignore a few more generated files. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Adam Tkac | Change Windows viewer version to 0.0.90. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
DRC | Support building Xvnc using Xorg 1.1 code base (for... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
DRC | iEliminate backward incompatibility which required... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Pierre Ossman | Work around subdirectory bug in older automake. |
commit | commitdiff | tree | snapshot |
2009-03-14 |
DRC | Fix broken buffered I/O (to make cjpeg work) |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Pierre Ossman | Remove file transfer support. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Adam Tkac | Make source compilable via GNU autotools which are... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Adam Tkac | Revert r3657 (import of autogenerated) files. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Adam Tkac | Make java viewer compilable via OpenJDK 1.6.0 series... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Adam Tkac | Rename all java modules to tigervnc from tightvnc |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Adam Tkac | Rename java/src/com/tightvnc to java/src/com/tigervnc. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Pierre Ossman | Add new simd files to Visual Studio project file. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Pierre Ossman | Move variable init around a bit to please crappy compilers. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Pierre Ossman | Don't mix LOCAL() and qualifiers. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Peter Åstrand | Do not explicitly enable backing store support, but... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Pierre Ossman | Remove old, compiled version of the Java client. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
DRC | Change JPEG quality/subsampling map to produce meaningf... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Adam Tkac | Remove obsolete checking for IRIX compression and digit... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
DRC | Include Huffman codec optimizations borrowed from TurboJPEG |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Pierre Ossman | Change encoding and quality defaults to what auto mode... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Pierre Ossman | Improve auto mode for new JPEG code. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Pierre Ossman | Make sure we list fallback encodings in a preferable... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Pierre Ossman | Tweak the quality to JPEG settings mapping a bit. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Pierre Ossman | The quality setting goes from 0 to 9, not 1 to 9. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Adam Tkac | Fix README. jpeg/zlib parameters are --with-included... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Adam Tkac | Import autogenerated files for unix/ and common/ subdir... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Pierre Ossman | Fix some overloading ambiguity. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Pierre Ossman | Add SSE2 SIMD implementation of computationally intensi... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Pierre Ossman | Add SSE SIMD implementation of computationally intensiv... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Pierre Ossman | Most SIMD implementations need 16 byte alignment |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Pierre Ossman | Make sure the work space memory is properly aligned |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Pierre Ossman | Add 3DNow SIMD implementation of computationally intens... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Pierre Ossman | Add MMX SIMD implementation of computationally intensiv... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Pierre Ossman | "Optimise" quantization step by replacing the division... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Pierre Ossman | Implement x86 SIMD framework |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Pierre Ossman | Framework for supporting SIMD acceleration |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Pierre Ossman | Split up the forward DCT routine into three stages |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Pierre Ossman | Improve memory allocater alignment handling |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Pierre Ossman | Ignore generated configuration header. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Pierre Ossman | Don't forget the highest byte when reading out pixels. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Pierre Ossman | Update default white pixel value now that we use 24... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Pierre Ossman | Use a 24-bit framebuffer by default. This is what's... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Pierre Ossman | Explain the config header voodoo. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Pierre Ossman | Don't test for GNU malloc as we don't need it (or even... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Pierre Ossman | Consolidate pixel conversion into the PixelFormat class... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Pierre Ossman | Remove the "video" feature and its associated custom... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Pierre Ossman | Ignore generated icons. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Pierre Ossman | Replace TightVNC graphics with the TigerVNC logo. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Pierre Ossman | Add some basic icon files. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Adam Tkac | Update xserver16.patch. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Adam Tkac | Change version strings to "0.0.90". |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Peter Åstrand | Renamed tightvnc.pot as tigervnc.pot |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Peter Åstrand | Renamed README_TightVNC.txt as README_TigerVNC.txt |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Peter Åstrand | Rebrand the source as TigerVNC. It is my hope that... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Peter Åstrand | Update to r3618; yet another update of my copyright |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Peter Åstrand | No need to repeat the project home page in every source... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Peter Åstrand | Updated my copyright |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Peter Åstrand | Use include files from the includedir variable as well, |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Adam Tkac | [Bugfix] Fixed building of libvnc module when xserver... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Peter Åstrand | Removed Windows version of rfbplayer, not part of the... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Peter Åstrand | Removed Java-based rfbplayer, not a part of the TigerVN... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Peter Åstrand | Ignore generated build files (but not those copied... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Peter Åstrand | Ignore created files |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Peter Åstrand | Ignore files created by a simple build. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Peter Åstrand | Added script for building Xvnc using latest Xorg from... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Adam Tkac | [Bugfix] Use rdr::U32 type for length of strings handle... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Adam Tkac | [Bugfix] Make windows viewer compilable via migw32... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Adam Tkac | [Bugfix] Removed one #ifdef/#endif, it broke compilatio... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Adam Tkac | [Bugfix] Updated xserver16.patch |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Adam Tkac | [Bugfix] Removed obsolete #ifdef from Xorg module to... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Adam Tkac | [Development] Make Xvnc working when compiled against... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Adam Tkac | [Bugfix] Dynamic keycode-keysym mapping works again... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Adam Tkac | [Bugfix] Rediff xserver16.patch against the latest... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Peter Åstrand | Reverted the dixLookupResourceByType part of r3573... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Peter Åstrand | Like r3552/r3553, but for Windows viewer: Add TightVNC... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Peter Åstrand | Make sure that the scale factor code and DesktopName... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Peter Åstrand | Make sure both console and GUI about text is displayed... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Peter Åstrand | Use GUI codeset for C library as well, since we are... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Peter Åstrand | Updated swedish translation. |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Peter Åstrand | Removed fuzzy comment |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Peter Åstrand | Making translation template up to date |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Peter Åstrand | Eliminated several GCC warnings: |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Peter Åstrand | Eliminated unused variable vncPasswdFile. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
enikey | [BugFix] Fixed: Skipping some mouse events when limitin... |
commit | commitdiff | tree | snapshot |
next |