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.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
*
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
*
Remove the "video" feature and its associated custom JPEG handling.
Pierre Ossman
2009-03-05
32
-1779
/
+17
*
Ignore generated icons.
Pierre Ossman
2009-03-04
0
-0
/
+0
*
Replace TightVNC graphics with the TigerVNC logo.
Pierre Ossman
2009-03-04
8
-0
/
+0
*
Add some basic icon files.
Pierre Ossman
2009-03-04
8
-0
/
+2187
*
Update xserver16.patch.
Adam Tkac
2009-03-03
1
-8
/
+8
*
Change version strings to "0.0.90".
Adam Tkac
2009-03-03
3
-3
/
+3
*
Renamed tightvnc.pot as tigervnc.pot
Peter Åstrand
2009-03-03
1
-0
/
+0
*
Renamed README_TightVNC.txt as README_TigerVNC.txt
Peter Åstrand
2009-03-03
1
-0
/
+0
*
Rebrand the source as TigerVNC. It is my hope that this patch is
Peter Åstrand
2009-02-27
48
-129
/
+129
*
Update to r3618; yet another update of my copyright
Peter Åstrand
2009-02-25
2
-2
/
+2
*
No need to repeat the project home page in every source file. Not SPOT.
Peter Åstrand
2009-02-25
43
-43
/
+43
*
Updated my copyright
Peter Åstrand
2009-02-25
8
-198
/
+198
*
Use include files from the includedir variable as well,
Peter Åstrand
2009-02-25
1
-3
/
+3
*
[Bugfix] Fixed building of libvnc module when xserver is configured with
Adam Tkac
2009-02-25
2
-18
/
+52
*
Removed Windows version of rfbplayer, not part of the TigerVNC project.
Peter Åstrand
2009-02-25
27
-4226
/
+0
*
Removed Java-based rfbplayer, not a part of the TigerVNC project.
Peter Åstrand
2009-02-25
15
-3694
/
+0
*
Ignore generated build files (but not those copied from the Xserver).
Peter Åstrand
2009-02-16
0
-0
/
+0
*
Ignore created files
Peter Åstrand
2009-02-16
0
-0
/
+0
*
Ignore files created by a simple build.
Peter Åstrand
2009-02-16
0
-0
/
+0
*
Added script for building Xvnc using latest Xorg from git master. Note howeve...
Peter Åstrand
2009-02-16
1
-0
/
+205
*
[Bugfix] Use rdr::U32 type for length of strings handled by *CutText functions.
Adam Tkac
2009-02-13
11
-11
/
+11
*
[Bugfix] Make windows viewer compilable via migw32 (4.3 series)
Adam Tkac
2009-02-13
2
-3
/
+3
*
[Bugfix] Removed one #ifdef/#endif, it broke compilation with X 1.5 source
Adam Tkac
2009-02-13
1
-2
/
+0
*
[Bugfix] Updated xserver16.patch
Adam Tkac
2009-02-04
1
-12
/
+12
*
[Bugfix] Removed obsolete #ifdef from Xorg module to make it working.
Adam Tkac
2009-02-04
1
-6
/
+2
*
[Development] Make Xvnc working when compiled against X 1.6 branch.
Adam Tkac
2009-02-04
1
-16
/
+21
*
[Bugfix] Dynamic keycode-keysym mapping works again in non-XKB 1.5 server. (X...
Adam Tkac
2009-02-02
1
-117
/
+68
*
[Bugfix] Rediff xserver16.patch against the latest 1.6 X source
Adam Tkac
2009-01-29
1
-1
/
+1
*
Reverted the dixLookupResourceByType part of r3573 - this function exists onl...
Peter Åstrand
2009-01-27
1
-1
/
+1
*
Like r3552/r3553, but for Windows viewer: Add TightVNC to window title.
Peter Åstrand
2009-01-27
1
-1
/
+1
[next]