]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2015-03-02 Brian P. HinzBuild local static libpng on el5 142/head
2015-03-02 Brian P. HinzRemove obsolete distro patches
2015-03-02 Brian P. HinzUse autotools to build fltk-1.3.3 on el5 instead of...
2015-03-02 Brian P. HinzBump version of fltk to 1.3.3 for el5, el6, & ubuntu...
2015-03-01 Brian HinzMerge pull request #141 from bphinz/java
2015-03-01 Brian P. HinzDon't violate RFB spec by sending UTF-8 141/head
2015-02-27 Pierre OssmanMerge branch 'perf' of https://github.com/dcommander...
2015-02-27 Pierre OssmanMerge branches 'format-security' and 'module-ldnow...
2015-02-26 DRCencperf, decperf: catch fopen() errors 139/head
2015-02-26 Tim WaughLink libvnc.so with '-z now' to make symbol resolution... 138/head
2015-02-26 Pierre OssmanMerge branch 'cmdline-crash' of https://github.com...
2015-02-26 Pierre OssmanMerge branch 'xserver117-master' of https://github...
2015-02-26 Pierre OssmanMerge branch 'perf' of https://github.com/dcommander...
2015-02-25 DRCencperf: Optionally disable pixel translation 124/head
2015-02-25 DRCencperf: change % to %% in printf format
2015-02-25 DRCencperf: add compression level to encoding list
2015-02-25 DRCencperf: allow # of iterations to be specified
2015-02-25 DRCencperf: report encoded & raw-equivalent bytes
2015-02-25 DRCencperf: Code formatting tweaks
2015-02-25 Tim WaughCheck for out-of-memory when installing color map. 134/head
2015-02-25 Pierre OssmanThe legacy OS X keyboard API is only 32-bit
2015-02-25 Tim WaughDon't need to log local port when handling -via (#126). 126/head
2015-02-25 Tim WaughUpdated to build against xorg-x11-server 1.17.x.
2015-02-25 Tim WaughDon't return without value here. 121/head
2015-02-25 Pierre OssmanEscape FLTK menu entries 133/head
2015-02-25 Pierre OssmanRevert "Switch to FLTK's copy() method for menus"
2015-02-24 Tim WaughAvoid warning when compiling with gcc's -Wformat-securi...
2015-02-20 Pierre OssmanDisable entries instead of shuffling memory around
2015-02-20 Pierre OssmanUpdate copyright years 123/head
2015-02-20 Pierre OssmanSwitch to FLTK's copy() method for menus
2015-02-18 Tim WaughAbort argument processing on error.
2015-02-17 Pierre OssmanCreate a console window for help output on Windows 120/head
2015-02-16 Pierre OssmanAdd shortcuts to context menu for quick access
2015-02-16 Pierre OssmanStop mapping Meta to Super
2015-02-13 Pierre OssmanMerge branch 'perf' of https://github.com/CendioOssman...
2015-02-13 Pierre OssmanDefault compression level should be interpreted as... 119/head
2015-02-13 Pierre OssmanBe more aggressive in finding solid rectangles
2015-02-13 Pierre OssmanAdd test to measure high level encoding performance
2015-02-13 Pierre OssmanMove encoder statistics into EncodeManager from SMsgWriter
2015-02-13 Pierre OssmanOptimise fillRect()
2015-02-13 Pierre OssmanMake it possible to measure CPU usage in parellel
2015-02-13 Pierre OssmanAdd test to measure decoding performance
2015-02-13 Pierre OssmanGnuTLS needs socket libraries so include them in the...
2015-02-13 Pierre Ossmanrfb::Region uses the Xregion library
2015-02-13 Pierre OssmanAdd stream class to feed data from a file
2015-02-13 Pierre OssmanNo need for this array to be writeable
2015-02-13 Pierre OssmanMove reverse connection information into VNCSConnectionST
2015-02-13 Pierre OssmanThese methods aren't critical so no need for them to...
2015-02-13 Pierre OssmanGive subclasses the ability to overwrite the reader...
2015-02-13 Pierre OssmanSConnection internals should be private, just like...
2015-02-10 Peter Åstrand... Build fixes for modern versions of binutils.
2015-02-05 Peter Åstrand... Use a common header file for Windows errno names.
2015-02-05 Brian HinzMerge pull request #114 from bphinz/master
2015-02-05 Brian P. HinzFix ubuntu patches after recent restructuring 114/head
2015-02-05 Brian P. HinzFixes for build issues caused by recent restructuring
2015-02-05 Brian P. HinzFix fuzz in distro patches caused upstream changes
2015-01-30 Pierre OssmanMake the calls to va_list logging functions more explicit
2015-01-29 Pierre OssmanAdd parameters to force IPv4/IPv6 selection 113/head
2015-01-29 Felipe CastroAdd Esperanto translations
2015-01-29 Pierre OssmanAvoid shadowing variables 112/head
2015-01-29 Pierre OssmanddxInitGlobals() was removed from Xorg ages ago
2015-01-29 Pierre OssmanddxBeforeReset() is only conditionally included in...
2015-01-29 Pierre OssmanProperly define functions as not having any arguments
2015-01-29 Pierre OssmanRemove declaration for variable already present in...
2015-01-29 Pierre OssmanMake sure we get prototypes for global DDX functions
2015-01-29 Pierre OssmanAvoid complaints about unused variable in argument...
2015-01-29 Pierre OssmanNo need to cast these as they are already an appropriat...
2015-01-29 Pierre OssmanDeclare variables at the start of each block, as required
2015-01-29 Pierre OssmanUse proper prototypes in headers for all our internal...
2015-01-29 Pierre OssmanRestructure code a bit to avoid warning about unused...
2015-01-29 Brian HinzMerge pull request #111 from bphinz/master
2015-01-29 Brian P. HinzImproved font path specifiecation for el5 & generic... 111/head
2015-01-29 Brian P. HinzFixes for various build issues with el5 build
2015-01-29 Brian P. HinzRemove libexpat.so dependency from el5 and generic...
2015-01-29 Brian P. HinzMajor update of EL5 build
2015-01-29 Brian P. HinzMerge remote-tracking branch 'upstream/master'
2015-01-27 Pierre OssmanMerge branch 'xorgheaders' of https://github.com/Cendio...
2015-01-26 Pierre OssmanMore debug logging for screen layout changes 109/head
2015-01-26 Pierre OssmanRemove logging of each Timer firing
2015-01-26 Pierre OssmanRestructure Xvnc/libvnc.so code to avoid C++ header...
2015-01-26 Pierre OssmanAllow LogWriter objects to be used with va_list argument
2014-12-26 Brian HinzMerge pull request #94 from bphinz/buildfixes
2014-12-26 Brian P. HinzRemoving unwanted commits from pull request 94/head
2014-12-26 Brian P. HinzRemove support for openSUSE 11.4
2014-12-12 Pierre OssmanBand aid to work around inluding C headers in C++ code
2014-12-10 Tim WaughIPv6: create new socket if IPv6 bind fails (#77).
2014-12-07 Brian P. HinzFix for broken GLX extension in rhel6u6 89/head
2014-12-07 Brian HinzMerge pull request #88 from bphinz/buildfixes
2014-12-07 Brian P. HinzFixes for el6 spec file 88/head
2014-12-07 Brian P. HinzFix for rpm-based packages when self-signed cert is...
2014-12-03 Pierre OssmanMerge branch 'translations' of https://github.com/Cendi...
2014-12-03 Pierre OssmanReduce symbol scope of parameter helpers 86/head
2014-12-03 Pierre OssmanRework the error message in parameters.cxx
2014-12-03 Pierre OssmanSimplify log message as we always use TrueColour
2014-12-03 Pierre OssmanImprove some error messages
2014-12-03 Pierre OssmanAdd comments for translators where requested
2014-12-03 Pierre OssmanSort translation strings by file instead
2014-12-02 Mario BlättermannUpdate German translations
2014-12-02 Benno SchulenbergUpdate Dutch translations
2014-12-02 Yuri ChornoivanAdd Ukrainian translations
next