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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove partial update functionality
Pierre Ossman
2014-07-07
15
-80
/
+46
*
Move serialisation of pseudorects into separate functions
Pierre Ossman
2014-07-07
2
-69
/
+72
*
Merge the "V3" message classes into the normal ones
Pierre Ossman
2014-07-07
20
-1140
/
+818
*
Merge branch 'pixeltest' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2014-07-07
7
-2
/
+314
|
\
|
*
Add pixel conversion speed test
Pierre Ossman
2014-07-04
5
-0
/
+312
|
*
librfb needs librdr so make sure it always gets pulled in
Pierre Ossman
2014-07-04
2
-2
/
+2
*
|
Merge branch 'cleanup' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2014-07-07
112
-4856
/
+763
|
\
\
|
|
/
|
/
|
|
*
Remove a lot of platform compatibilty stuff
Pierre Ossman
2014-07-07
27
-450
/
+10
|
*
Remove remnants of Windows only client
Pierre Ossman
2014-07-07
12
-1346
/
+0
|
*
Fix some offenders that poke around in the PixelFormat internals
Pierre Ossman
2014-07-07
6
-113
/
+116
|
*
Avoid code duplication for the linear pixel format conversion methods
Pierre Ossman
2014-07-07
1
-79
/
+2
|
*
Consistent use of stride vs pitch
Pierre Ossman
2014-07-07
6
-23
/
+24
|
*
Fix possible information leakage
Pierre Ossman
2014-07-07
1
-2
/
+11
|
*
Use the same algorithm for conversions
Pierre Ossman
2014-07-07
1
-73
/
+53
|
*
Optimise the RGB to pixel conversion to simple shifts
Pierre Ossman
2014-07-07
3
-51
/
+65
|
*
Remove magic JPEG variables from ConnParams
Pierre Ossman
2014-07-07
4
-23
/
+19
|
*
Clean up the encoding parser in ConnParams
Pierre Ossman
2014-07-07
1
-48
/
+55
|
*
Make the subsampling setting follow the common style
Pierre Ossman
2014-07-07
8
-45
/
+64
|
*
Remove some premature optimisation
Pierre Ossman
2014-07-07
6
-74
/
+104
|
*
Add some missing whitespace
Pierre Ossman
2014-07-07
1
-0
/
+3
|
*
Stop storing a copy of the encodings as we don't use it for anything
Pierre Ossman
2014-07-07
2
-14
/
+3
|
*
Get rid of the register mechanism for encoders and decoders
Pierre Ossman
2014-07-07
25
-183
/
+77
|
*
Be more consistent in referring to pixel byte streams as buffers
Pierre Ossman
2014-07-07
12
-38
/
+38
|
*
Document the different pixel representations that we deal with
Pierre Ossman
2014-07-07
1
-1
/
+10
|
*
Get rid of unused things in the ZRLE encoder
Pierre Ossman
2014-07-07
3
-35
/
+13
|
*
Remove unused method prototype
Pierre Ossman
2014-07-07
1
-1
/
+0
|
*
Remove all unused TX widgets
Pierre Ossman
2014-07-07
11
-1487
/
+1
|
*
Remove the scaled pixel buffer classes as they are not used.
Pierre Ossman
2014-07-07
6
-635
/
+0
|
*
Remove unused (and commented out) PixelBuffer::getPixel()
Pierre Ossman
2014-07-07
2
-17
/
+0
|
*
Remove unused alternative code path from the ZRLE and Hextile decoders
Pierre Ossman
2014-07-07
2
-81
/
+0
|
*
Remove unused pixel conversion method
Pierre Ossman
2014-07-07
2
-18
/
+0
|
*
Remove unsused, commented out code
Pierre Ossman
2014-07-07
2
-24
/
+0
|
*
Clean up header dependencies in the vncviewer directory
Pierre Ossman
2014-07-07
6
-12
/
+23
|
*
Reduce dependencies on TransImageGetter.h
Pierre Ossman
2014-07-07
7
-7
/
+8
|
*
Support keeping libjpeg's default compression setting
Pierre Ossman
2014-07-07
1
-3
/
+8
|
*
Check that we have a cursor to restore
Pierre Ossman
2014-07-07
1
-1
/
+1
|
*
Converting to RGB might involve a precision increase
Pierre Ossman
2014-07-07
3
-15
/
+59
|
*
Make sure we check that PixelFormats we get are actually valid.
Pierre Ossman
2014-07-03
2
-6
/
+45
|
/
*
Embedded applet should not show server dialog
Brian P. Hinz
2014-06-26
1
-1
/
+1
*
Accidentally removed some code in the previous commit.
Pierre Ossman
2014-06-25
1
-0
/
+14
*
Add XDAMAGE support to x0vncserver. Makes it more efficient
Pierre Ossman
2014-06-25
2
-15
/
+65
*
Add a global event handler so that we can intercept custom events
Pierre Ossman
2014-06-25
2
-0
/
+28
*
Fixed dependency problems with ubuntu precise build. Added ubuntu trusty pack...
Brian Hinz
2014-05-21
25
-1
/
+1021
*
Fix typos in r5181
Brian Hinz
2014-05-18
1
-3
/
+3
*
Add missing dependencies to ubuntu builds that cause cut-copy-paste issues
Brian Hinz
2014-05-18
1
-3
/
+3
*
Remove comment about service mode not working; bug 135 was fixed a while ago.
Peter Åstrand
2014-04-13
1
-2
/
+1
*
Ubuntu's upstream fltk package contains patches that conflict with Pierre's p...
Brian Hinz
2014-04-05
1
-3
/
+0
*
Removed shell dependency from el6 vncserver init script. Fixes bug tracker bu...
Brian Hinz
2014-03-24
1
-16
/
+15
*
This list isn't properly maintained so let's add a disclaimer.
Pierre Ossman
2014-03-19
1
-1
/
+1
*
We don't want to lose the checks performed by assert() in release builds
Pierre Ossman
2014-03-19
1
-0
/
+8
[next]