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
*
Ship FLTK patches instead of referring a URI
Pierre Ossman
2014-08-22
19
-48
/
+5156
*
Update FLTK requirement
Pierre Ossman
2014-08-22
1
-2
/
+2
*
Windows debug builds of vncviewer should have a console
Pierre Ossman
2014-07-21
1
-1
/
+1
*
Use NoSymbol as the error code
Pierre Ossman
2014-07-21
2
-4
/
+10
*
Make keysymtab static and const
Pierre Ossman
2014-07-21
1
-1
/
+3
*
Use printf constructor safely
Pierre Ossman
2014-07-21
1
-1
/
+1
*
Merge branch 'encodemanager' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2014-07-14
36
-1608
/
+2255
|
\
|
*
String literals are constant
Pierre Ossman
2014-07-14
2
-5
/
+7
|
*
Move image encoding logic into a central EncodeManager class
Pierre Ossman
2014-07-14
34
-1603
/
+2248
*
|
Merge branch 'nopixeltrans' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2014-07-14
71
-1300
/
+1157
|
\
|
|
*
Remove PixelTransformer and TransImageGetter
Pierre Ossman
2014-07-14
8
-705
/
+0
|
*
Use PixelBuffer objects as the interface for encoders and decoders
Pierre Ossman
2014-07-14
45
-363
/
+200
|
*
Store the mouse cursor in the ConnParams object
Pierre Ossman
2014-07-14
6
-118
/
+153
|
*
Allow PixelBuffers to be const
Pierre Ossman
2014-07-14
4
-15
/
+17
|
*
Add helper class for a rendered cursor
Pierre Ossman
2014-07-14
5
-25
/
+74
|
*
Add convenience variant of getImage()
Pierre Ossman
2014-07-14
2
-0
/
+25
|
*
Add convenience functions to ModifiablePixelBuffer
Pierre Ossman
2014-07-09
2
-0
/
+29
|
*
Test results comparing PixelTransformer and bufferFromBuffer()
Pierre Ossman
2014-07-09
4
-0
/
+106
|
*
Add optimised buffer conversion
Pierre Ossman
2014-07-09
3
-0
/
+291
|
*
Add ability to directly convert between two pixel formats
Pierre Ossman
2014-07-09
3
-0
/
+65
|
*
Use lookup tables for pixel upconversion
Pierre Ossman
2014-07-09
3
-44
/
+64
|
*
Put some space between the groups of tests
Pierre Ossman
2014-07-09
1
-0
/
+8
|
*
Add more 8 bpp conversion tests
Pierre Ossman
2014-07-09
1
-0
/
+13
|
*
Only grab the regions we actually need
Pierre Ossman
2014-07-07
1
-22
/
+33
|
*
Provide a better R/W base PixelBuffer class
Pierre Ossman
2014-07-07
9
-32
/
+103
*
|
Merge branch 'nocolourmap' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2014-07-14
110
-3514
/
+1990
|
\
|
|
*
Get rid of getStride()
Pierre Ossman
2014-07-07
14
-53
/
+25
|
*
Get rid of the direct access abuse of FullFramePixelBuffer's data
Pierre Ossman
2014-07-07
8
-27
/
+58
|
*
We don't need a fillRect() that is this optimised
Pierre Ossman
2014-07-07
2
-83
/
+19
|
*
Avoid having virtual methods where not needed
Pierre Ossman
2014-07-07
2
-17
/
+10
|
*
getImage() doesn't need to be overloadable, keep it simple
Pierre Ossman
2014-07-07
3
-38
/
+5
|
*
Create a proper interface base class for the viewport's framebuffer
Pierre Ossman
2014-07-07
13
-73
/
+195
|
*
Encoders/decoders should track the connection object
Pierre Ossman
2014-07-07
35
-110
/
+103
|
*
Push encoder and decoder handling down into the connection objects
Pierre Ossman
2014-07-07
11
-152
/
+87
|
*
Remove full support for colour maps
Pierre Ossman
2014-07-07
48
-1247
/
+309
|
*
Get rid of unnecessary macros as they are only ever set to a single thing
Pierre Ossman
2014-07-07
15
-85
/
+30
|
*
Push encoding specific formats into the encoders and decoders
Pierre Ossman
2014-07-07
12
-63
/
+91
|
*
Consolidate the different palette handler implementations
Pierre Ossman
2014-07-07
8
-493
/
+272
|
*
Handle CopyRect like any other encoding
Pierre Ossman
2014-07-07
7
-21
/
+86
|
*
Avoid reader/writer duplication in every encoder/decoder
Pierre Ossman
2014-07-07
24
-26
/
+27
|
*
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 'inputreset' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2014-07-14
7
-77
/
+69
|
\
\
|
|
/
|
/
|
|
*
Handle closing of input devices
Pierre Ossman
2014-07-14
2
-6
/
+5
|
*
Remove private storage from InputDevice
Pierre Ossman
2014-07-14
1
-27
/
+2
|
*
Make InputDevice into a singleton
Pierre Ossman
2014-07-14
4
-23
/
+34
|
*
Move all functions that InputDevice uses into the class
Pierre Ossman
2014-07-14
3
-5
/
+8
|
*
Let XserverDesktop handle syncing cursor position
Pierre Ossman
2014-07-14
4
-18
/
+20
|
*
Re-init VNC extension on server reset
Pierre Ossman
2014-07-14
1
-2
/
+2
[next]