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
*
Move framebuffer information into its own structure (needed for RandR).
Pierre Ossman
2009-03-18
1
-84
/
+103
*
Remove more crud from the mmap support.
Pierre Ossman
2009-03-18
1
-168
/
+10
*
Added scripts for building Xvnc with Xorg 1.5.
Peter Åstrand
2009-03-18
2
-0
/
+237
*
Remove undocumented and useless option which allowed to put framebuffer to
Adam Tkac
2009-03-18
1
-139
/
+1
*
Ignore a few more generated files.
Peter Åstrand
2009-03-18
0
-0
/
+0
*
Change Windows viewer version to 0.0.90.
Adam Tkac
2009-03-18
1
-1
/
+1
*
Support building Xvnc using Xorg 1.1 code base (for compatibility with RHEL 5)
DRC
2009-03-18
2
-2
/
+96
*
iEliminate backward incompatibility which required empty_output_buffer() to h...
DRC
2009-03-16
2
-21
/
+46
*
Work around subdirectory bug in older automake.
Pierre Ossman
2009-03-16
36
-83
/
+88
*
Fix broken buffered I/O (to make cjpeg work)
DRC
2009-03-14
2
-9
/
+10
*
Remove file transfer support.
Pierre Ossman
2009-03-13
65
-6813
/
+14
*
Make source compilable via GNU autotools which are part of RHEL 5.
Adam Tkac
2009-03-13
4
-6
/
+6
*
Revert r3657 (import of autogenerated) files.
Adam Tkac
2009-03-13
87
-171753
/
+0
*
Make java viewer compilable via OpenJDK 1.6.0 series (thanks to Karl
Adam Tkac
2009-03-13
1
-1
/
+1
*
Rename all java modules to tigervnc from tightvnc
Adam Tkac
2009-03-13
31
-56
/
+56
*
Rename java/src/com/tightvnc to java/src/com/tigervnc.
Adam Tkac
2009-03-13
37
-0
/
+0
*
Add new simd files to Visual Studio project file.
Pierre Ossman
2009-03-13
1
-0
/
+12
*
Move variable init around a bit to please crappy compilers.
Pierre Ossman
2009-03-13
1
-2
/
+2
*
Don't mix LOCAL() and qualifiers.
Pierre Ossman
2009-03-13
1
-2
/
+0
*
Do not explicitly enable backing store support, but instead fall back
Peter Åstrand
2009-03-13
1
-6
/
+1
*
Remove old, compiled version of the Java client.
Pierre Ossman
2009-03-13
3
-13
/
+0
*
Change JPEG quality/subsampling map to produce meaningful compression ratios,...
DRC
2009-03-12
3
-13
/
+45
*
Remove obsolete checking for IRIX compression and digital media libraries.
Adam Tkac
2009-03-12
3
-310
/
+20
*
Include Huffman codec optimizations borrowed from TurboJPEG
DRC
2009-03-12
1
-109
/
+147
*
Change encoding and quality defaults to what auto mode would choose.
Pierre Ossman
2009-03-12
3
-5
/
+5
*
Improve auto mode for new JPEG code.
Pierre Ossman
2009-03-12
4
-59
/
+86
*
Make sure we list fallback encodings in a preferable order.
Pierre Ossman
2009-03-12
1
-2
/
+29
*
Tweak the quality to JPEG settings mapping a bit.
Pierre Ossman
2009-03-11
3
-11
/
+18
*
The quality setting goes from 0 to 9, not 1 to 9.
Pierre Ossman
2009-03-11
1
-1
/
+1
*
Fix README. jpeg/zlib parameters are --with-included-{zlib,jpeg} instead of
Adam Tkac
2009-03-11
1
-1
/
+1
*
Import autogenerated files for unix/ and common/ subdirs to make source
Adam Tkac
2009-03-11
87
-0
/
+172030
*
Fix some overloading ambiguity.
Pierre Ossman
2009-03-10
1
-2
/
+2
*
Add SSE2 SIMD implementation of computationally intensive routines.
Pierre Ossman
2009-03-09
20
-22
/
+6897
*
Add SSE SIMD implementation of computationally intensive routines.
Pierre Ossman
2009-03-09
10
-5
/
+1223
*
Most SIMD implementations need 16 byte alignment
Pierre Ossman
2009-03-09
1
-0
/
+4
*
Make sure the work space memory is properly aligned
Pierre Ossman
2009-03-09
2
-3
/
+33
*
Add 3DNow SIMD implementation of computationally intensive routines.
Pierre Ossman
2009-03-09
9
-1
/
+1114
*
Add MMX SIMD implementation of computationally intensive routines.
Pierre Ossman
2009-03-09
21
-2
/
+6438
*
"Optimise" quantization step by replacing the division by a multiplication.
Pierre Ossman
2009-03-09
2
-32
/
+149
*
Implement x86 SIMD framework
Pierre Ossman
2009-03-09
9
-5
/
+562
*
Framework for supporting SIMD acceleration
Pierre Ossman
2009-03-09
13
-29
/
+674
*
Split up the forward DCT routine into three stages
Pierre Ossman
2009-03-09
2
-111
/
+199
*
Improve memory allocater alignment handling
Pierre Ossman
2009-03-09
1
-72
/
+92
*
Ignore generated configuration header.
Pierre Ossman
2009-03-09
0
-0
/
+0
*
Don't forget the highest byte when reading out pixels.
Pierre Ossman
2009-03-09
1
-1
/
+3
*
Update default white pixel value now that we use 24-bit fb.
Pierre Ossman
2009-03-09
1
-1
/
+1
*
Use a 24-bit framebuffer by default. This is what's commonly used today and
Pierre Ossman
2009-03-06
2
-3
/
+3
*
Explain the config header voodoo.
Pierre Ossman
2009-03-06
1
-1
/
+4
*
Don't test for GNU malloc as we don't need it (or even check the result
Pierre Ossman
2009-03-06
1
-1
/
+0
*
Consolidate pixel conversion into the PixelFormat class and optimise the
Pierre Ossman
2009-03-06
13
-159
/
+345
[next]