aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Escape FLTK menu entriesPierre Ossman2015-02-253-20/+77
* Revert "Switch to FLTK's copy() method for menus"Pierre Ossman2015-02-252-69/+30
* Disable entries instead of shuffling memory aroundPierre Ossman2015-02-201-22/+11
* Update copyright yearsPierre Ossman2015-02-202-2/+2
* Switch to FLTK's copy() method for menusPierre Ossman2015-02-202-26/+76
* Create a console window for help output on WindowsPierre Ossman2015-02-171-0/+21
* Add shortcuts to context menu for quick accessPierre Ossman2015-02-161-11/+11
* Stop mapping Meta to SuperPierre Ossman2015-02-161-2/+0
* Merge branch 'perf' of https://github.com/CendioOssman/tigervncPierre Ossman2015-02-1324-158/+1193
|\
| * Default compression level should be interpreted as highPierre Ossman2015-02-131-1/+1
| * Be more aggressive in finding solid rectanglesPierre Ossman2015-02-132-74/+96
| * Add test to measure high level encoding performancePierre Ossman2015-02-132-0/+442
| * Move encoder statistics into EncodeManager from SMsgWriterPierre Ossman2015-02-134-47/+168
| * Optimise fillRect()Pierre Ossman2015-02-131-6/+26
| * Make it possible to measure CPU usage in parellelPierre Ossman2015-02-132-18/+71
| * Add test to measure decoding performancePierre Ossman2015-02-132-0/+220
| * GnuTLS needs socket libraries so include them in the static linkPierre Ossman2015-02-131-2/+6
| * rfb::Region uses the Xregion libraryPierre Ossman2015-02-131-1/+1
| * Add stream class to feed data from a filePierre Ossman2015-02-133-0/+138
| * No need for this array to be writeablePierre Ossman2015-02-134-4/+4
| * Move reverse connection information into VNCSConnectionSTPierre Ossman2015-02-134-5/+4
| * These methods aren't critical so no need for them to be purePierre Ossman2015-02-132-2/+10
| * Give subclasses the ability to overwrite the reader and writerPierre Ossman2015-02-132-0/+6
| * SConnection internals should be private, just like for CConnectionPierre Ossman2015-02-131-0/+2
* | Build fixes for modern versions of binutils.Peter Åstrand (astrand)2015-02-102-2/+5
* | Use a common header file for Windows errno names.Peter Åstrand (astrand)2015-02-054-5/+104
* | Merge pull request #114 from bphinz/masterBrian Hinz2015-02-049-12/+20
|\ \ | |/ |/|
| * Fix ubuntu patches after recent restructuringBrian P. Hinz2015-02-042-4/+4
| * Fixes for build issues caused by recent restructuringBrian P. Hinz2015-02-043-0/+12
| * Fix fuzz in distro patches caused upstream changesBrian P. Hinz2015-02-044-8/+4
|/
* Make the calls to va_list logging functions more explicitPierre Ossman2015-01-302-5/+5
* Add parameters to force IPv4/IPv6 selectionPierre Ossman2015-01-291-1/+27
* Add Esperanto translationsFelipe Castro2015-01-292-1/+753
* Avoid shadowing variablesPierre Ossman2015-01-291-21/+21
* ddxInitGlobals() was removed from Xorg ages agoPierre Ossman2015-01-291-5/+0
* ddxBeforeReset() is only conditionally included in the buildPierre Ossman2015-01-291-0/+2
* Properly define functions as not having any argumentsPierre Ossman2015-01-291-5/+4
* Remove declaration for variable already present in headersPierre Ossman2015-01-291-3/+0
* Make sure we get prototypes for global DDX functionsPierre Ossman2015-01-291-0/+4
* Avoid complaints about unused variable in argument less requestsPierre Ossman2015-01-291-3/+0
* No need to cast these as they are already an appropriate typePierre Ossman2015-01-291-3/+3
* Declare variables at the start of each block, as requiredPierre Ossman2015-01-292-19/+30
* Use proper prototypes in headers for all our internal functionsPierre Ossman2015-01-296-12/+13
* Restructure code a bit to avoid warning about unused variablePierre Ossman2015-01-291-23/+20
* Merge pull request #111 from bphinz/masterBrian Hinz2015-01-28119-17247/+4207
|\
| * Improved font path specifiecation for el5 & generic binaries.Brian P. Hinz2015-01-281-4/+12
| * Fixes for various build issues with el5 buildBrian P. Hinz2015-01-285-115/+189
| * Remove libexpat.so dependency from el5 and generic binariesBrian P. Hinz2015-01-281-0/+1
| * Major update of EL5 buildBrian P. Hinz2015-01-28118-17157/+4034
| * Merge remote-tracking branch 'upstream/master'Brian P. Hinz2015-01-28119-13242/+3225
| |\ | |/ |/|