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
path:
root
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'pixeltest' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2014-07-07
1
-1
/
+1
|
\
|
*
librfb needs librdr so make sure it always gets pulled in
Pierre Ossman
2014-07-04
1
-1
/
+1
*
|
Remove a lot of platform compatibilty stuff
Pierre Ossman
2014-07-07
22
-428
/
+10
*
|
Fix some offenders that poke around in the PixelFormat internals
Pierre Ossman
2014-07-07
3
-60
/
+47
*
|
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
3
-14
/
+3
*
|
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
*
|
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
8
-29
/
+29
*
|
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 the scaled pixel buffer classes as they are not used.
Pierre Ossman
2014-07-07
3
-354
/
+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
*
|
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
*
|
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
|
/
*
The ZRLE decoder relied on an assert() for boundary checks. A default
Pierre Ossman
2014-03-19
1
-3
/
+10
*
Make sure the fill function pointer gets updated if the
Pierre Ossman
2014-01-07
2
-5
/
+24
*
Simplify rfb::ParameterIterator - we always iterate over all enabled params.
Adam Tkac
2013-03-14
1
-4
/
+4
*
Remove unused assignment operator declaration from rfb::Configuration
Adam Tkac
2013-03-14
2
-22
/
+0
*
Remove unused parameter from rfb::Configuration::Configuration()
Adam Tkac
2013-03-14
2
-9
/
+1
*
Windows lacks the IN6_ARE_ADDR_EQUAL macro, so define it ourselves
Pierre Ossman
2012-12-13
1
-0
/
+5
*
Create common/os/libos.la file
Adam Tkac
2012-09-05
1
-0
/
+4
*
Remove the in-tree versin of FLTK. Maintaining such a copy is way too
Peter Åstrand
2012-08-09
432
-148175
/
+0
*
We were not handling the "sync next" fence properly as we sent the response
Pierre Ossman
2012-07-20
2
-6
/
+10
*
Also check for negative encodings, in case the server is throwing unexpected
Pierre Ossman
2012-07-19
2
-3
/
+3
*
ScreenSet references rdr types, so we need to make sure those are defined.
Pierre Ossman
2012-07-13
1
-0
/
+1
*
GnuTLS 3.x has removed gnutls_transport_set_global_errno() in favour of
Pierre Ossman
2012-07-03
3
-11
/
+51
*
Refactor the TLS code so that the push/pull functions are aware of their
Pierre Ossman
2012-07-03
6
-29
/
+43
*
In-tree version of FLTK needs Fl_PNG_Image in order to use the new icon code ...
DRC
2012-06-02
2
-0
/
+234
*
Fix unsafe usage of the logging functions.
Pierre Ossman
2012-04-26
4
-4
/
+4
*
Allow gcc to check for correct usage of the formatting string for the
Pierre Ossman
2012-04-26
1
-2
/
+8
*
Proper support for icons in FLTK (upstream STR 2816).
Pierre Ossman
2012-04-25
8
-71
/
+388
*
Comment where the mysterious 0xFFFF number of rectangles comes from.
Pierre Ossman
2012-02-28
1
-0
/
+4
*
Fix regression caused by r4841. That patch assumed that JPEG encoding always...
DRC
2012-02-13
3
-45
/
+47
*
The Tight encoder uses the pixel buffer as a scratch pad, which doesn't
Pierre Ossman
2012-01-30
5
-56
/
+64
*
Be more liberal with const in places where write access isn't needed.
Pierre Ossman
2012-01-30
5
-11
/
+11
*
Fix a race condition where we might get updates thrown at us right after a
Pierre Ossman
2012-01-23
3
-1
/
+36
*
Our FLTK patches modified FLTK's autotools-based build system so that HAVE_XF...
DRC
2012-01-17
3
-0
/
+42
*
Changing the deferred update timer to 10 ms caused a large performance regres...
DRC
2011-12-22
1
-1
/
+1
[next]