summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upreqs' of https://github.com/CendioOssman/tigervncPierre Ossman2015-03-1272-14485/+139
|\
| * Remove no longer functional workaroundPierre Ossman2015-02-161-9/+0
| * Drop bundled zlibPierre Ossman2015-02-0334-12366/+5
| * Add parameter to override GnuTLS priorityPierre Ossman2015-01-294-21/+48
| * Raise GnuTLS requirements to 3.xPierre Ossman2015-01-2915-381/+60
| * Remove code supporting Xorg older than 1.7Pierre Ossman2015-01-296-746/+28
| * Move build-xorg to contrib as it is not a maintained componentPierre Ossman2015-01-275-7/+7
| * Raise base Xorg requirement to 1.7Pierre Ossman2015-01-278-511/+6
| * Raise FLTK requirement to 1.3.3Pierre Ossman2015-01-2711-461/+5
* | Don't disable xinerama (#147)Brian P. Hinz2015-03-084-6/+12
* | Merge branch 'mac_menu' of https://github.com/CendioOssman/tigervncPierre Ossman2015-03-043-7/+50
|\ \
| * | Add a OS X system menu so that new viewer windows can be startedPierre Ossman2015-03-041-0/+40
| * | Hide OS X specific callback when not neededPierre Ossman2015-03-041-0/+2
| * | Fix bad long line detection logic in config file parserPierre Ossman2015-03-041-3/+4
| * | Change type to fix bad signed/unsigned comparisonPierre Ossman2015-03-041-4/+4
|/ /
* | Merge branch 'warnings' of https://github.com/CendioOssman/tigervncPierre Ossman2015-03-0368-231/+340
|\ \
| * | Make warnings into errors when doing debug buildsPierre Ossman2015-03-031-0/+8
| * | Make sure defaultServerName is initialised even on errorsPierre Ossman2015-03-031-0/+1
| * | Move about text constant so the compiler can analyse itPierre Ossman2015-03-031-5/+5
| * | Fix unsafe format strings to the logging functionsPierre Ossman2015-03-033-4/+4
| * | Don't shove a pointer into a 32-bit variablePierre Ossman2015-03-032-4/+3
| * | Fix bad initialiser listsPierre Ossman2015-03-032-4/+4
| * | Compiler doesn't like us not checking return values herePierre Ossman2015-03-031-3/+3
| * | Compiler doesn't like referencing unset variablesPierre Ossman2015-03-031-0/+4
| * | LPARAM and WPARAM have different types on Win32 and Win64Pierre Ossman2015-03-032-2/+4
| * | WIN64 should come from the compiler or SDK, not usPierre Ossman2015-03-031-1/+0
| * | Handler still needs to return something even with XDamagePierre Ossman2015-03-031-0/+2
| * | No need to force modifiable strings herePierre Ossman2015-03-032-2/+2
| * | Pointer truncation/expansion needs to be very explicitPierre Ossman2015-03-034-13/+15
| * | Wrong array index in CPU usage calculation on WindowsPierre Ossman2015-03-031-1/+1
| * | Windows doesn't have %lldPierre Ossman2015-03-031-0/+5
| * | overrun() needs to return the available spacePierre Ossman2015-03-031-0/+3
| * | Move things around slightly so the compiler can track ccPierre Ossman2015-03-032-0/+10
| * | Give CharArray a printf style method to ease automatic allocationPierre Ossman2015-03-034-7/+37
| * | The PAM callback is slightly different on SolarisPierre Ossman2015-03-031-1/+6
| * | Add extra parentheses to avoid and/or priority ambiguityPierre Ossman2015-03-033-3/+4
| * | Reorder class initialiser list to match what actually happensPierre Ossman2015-03-035-12/+14
| * | Make Rect::area() signed, just like Rect::width()/height()Pierre Ossman2015-03-031-1/+1
| * | Fix mismatches between format string and argumentsPierre Ossman2015-03-0319-55/+55
| * | Shorten stats from EncodeManager using SI/IEC prefixesPierre Ossman2015-03-033-8/+60
| * | A switch() needs to handle every value in an enumPierre Ossman2015-03-031-0/+4
| * | Switch to unsigned parameters for ExtendedDesktopSize handlerPierre Ossman2015-03-034-7/+7
| * | Fix bad signed/unsigned comparisonsPierre Ossman2015-03-0314-27/+27
| * | Make sure Exceptions do not use unsafe format stringsPierre Ossman2015-03-038-53/+31
| * | Tag the Exception constructor as a printf functionPierre Ossman2015-03-031-1/+7
| * | Remove unused variablesPierre Ossman2015-03-0310-17/+2
| * | Handle no useful address types from getaddrinfo()Pierre Ossman2015-03-031-0/+3
| * | The compiler cannot figure out if this is assigned properlyPierre Ossman2015-03-031-0/+4
| * | Turn on more warnings to catch potential bugsPierre Ossman2015-03-031-0/+4
* | | Decode serverCutText to ISO-8859-1Brian P. Hinz2015-03-021-7/+6
|/ /