Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Remove code supporting Xorg older than 1.7 | Pierre Ossman | 2015-01-29 | 6 | -746/+28 | |
| | | | ||||||
| * | | Move build-xorg to contrib as it is not a maintained component | Pierre Ossman | 2015-01-27 | 5 | -7/+7 | |
| | | | ||||||
| * | | Raise base Xorg requirement to 1.7 | Pierre Ossman | 2015-01-27 | 8 | -511/+6 | |
| | | | | | | | | | | | | We're not testing or maintaining anything older than that. | |||||
| * | | Raise FLTK requirement to 1.3.3 | Pierre Ossman | 2015-01-27 | 11 | -461/+5 | |
| | | | | | | | | | | | | This means that we can remove a lot of conditionals and fallback code. | |||||
* | | | Don't disable xinerama (#147) | Brian P. Hinz | 2015-03-08 | 4 | -6/+12 | |
| |/ |/| | | | | | Xinerama was disabled in the redhat spec file that ours was adapted from. Unsure why it was disabled in the first place. | |||||
* | | Merge branch 'mac_menu' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2015-03-04 | 3 | -7/+50 | |
|\ \ | ||||||
| * | | Add a OS X system menu so that new viewer windows can be started | Pierre Ossman | 2015-03-04 | 1 | -0/+40 | |
| | | | ||||||
| * | | Hide OS X specific callback when not needed | Pierre Ossman | 2015-03-04 | 1 | -0/+2 | |
| | | | ||||||
| * | | Fix bad long line detection logic in config file parser | Pierre Ossman | 2015-03-04 | 1 | -3/+4 | |
| | | | ||||||
| * | | Change type to fix bad signed/unsigned comparison | Pierre Ossman | 2015-03-04 | 1 | -4/+4 | |
|/ / | ||||||
* | | Merge branch 'warnings' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2015-03-03 | 68 | -231/+340 | |
|\ \ | ||||||
| * | | Make warnings into errors when doing debug builds | Pierre Ossman | 2015-03-03 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | Assume debug builds means it's a developer working on TigerVNC rather than a user just compiling it. At that point we should not accept any new warnings in the code. | |||||
| * | | Make sure defaultServerName is initialised even on errors | Pierre Ossman | 2015-03-03 | 1 | -0/+1 | |
| | | | ||||||
| * | | Move about text constant so the compiler can analyse it | Pierre Ossman | 2015-03-03 | 1 | -5/+5 | |
| | | | ||||||
| * | | Fix unsafe format strings to the logging functions | Pierre Ossman | 2015-03-03 | 3 | -4/+4 | |
| | | | ||||||
| * | | Don't shove a pointer into a 32-bit variable | Pierre Ossman | 2015-03-03 | 2 | -4/+3 | |
| | | | ||||||
| * | | Fix bad initialiser lists | Pierre Ossman | 2015-03-03 | 2 | -4/+4 | |
| | | | ||||||
| * | | Compiler doesn't like us not checking return values here | Pierre Ossman | 2015-03-03 | 1 | -3/+3 | |
| | | | ||||||
| * | | Compiler doesn't like referencing unset variables | Pierre Ossman | 2015-03-03 | 1 | -0/+4 | |
| | | | ||||||
| * | | LPARAM and WPARAM have different types on Win32 and Win64 | Pierre Ossman | 2015-03-03 | 2 | -2/+4 | |
| | | | | | | | | | | | | Solve it by casting to the larger of the two, i.e. 64-bit. | |||||
| * | | WIN64 should come from the compiler or SDK, not us | Pierre Ossman | 2015-03-03 | 1 | -1/+0 | |
| | | | ||||||
| * | | Handler still needs to return something even with XDamage | Pierre Ossman | 2015-03-03 | 1 | -0/+2 | |
| | | | ||||||
| * | | No need to force modifiable strings here | Pierre Ossman | 2015-03-03 | 2 | -2/+2 | |
| | | | ||||||
| * | | Pointer truncation/expansion needs to be very explicit | Pierre Ossman | 2015-03-03 | 4 | -13/+15 | |
| | | | ||||||
| * | | Wrong array index in CPU usage calculation on Windows | Pierre Ossman | 2015-03-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | Windows doesn't have %lld | Pierre Ossman | 2015-03-03 | 1 | -0/+5 | |
| | | | ||||||
| * | | overrun() needs to return the available space | Pierre Ossman | 2015-03-03 | 1 | -0/+3 | |
| | | | ||||||
| * | | Move things around slightly so the compiler can track cc | Pierre Ossman | 2015-03-03 | 2 | -0/+10 | |
| | | | ||||||
| * | | Give CharArray a printf style method to ease automatic allocation | Pierre Ossman | 2015-03-03 | 4 | -7/+37 | |
| | | | ||||||
| * | | The PAM callback is slightly different on Solaris | Pierre Ossman | 2015-03-03 | 1 | -1/+6 | |
| | | | ||||||
| * | | Add extra parentheses to avoid and/or priority ambiguity | Pierre Ossman | 2015-03-03 | 3 | -3/+4 | |
| | | | ||||||
| * | | Reorder class initialiser list to match what actually happens | Pierre Ossman | 2015-03-03 | 5 | -12/+14 | |
| | | | ||||||
| * | | Make Rect::area() signed, just like Rect::width()/height() | Pierre Ossman | 2015-03-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | Makes it more sane what type to use when interacting with this class. | |||||
| * | | Fix mismatches between format string and arguments | Pierre Ossman | 2015-03-03 | 19 | -55/+55 | |
| | | | ||||||
| * | | Shorten stats from EncodeManager using SI/IEC prefixes | Pierre Ossman | 2015-03-03 | 3 | -8/+60 | |
| | | | | | | | | | | | | Also avoids %lld which isn't supported on Windows. | |||||
| * | | A switch() needs to handle every value in an enum | Pierre Ossman | 2015-03-03 | 1 | -0/+4 | |
| | | | ||||||
| * | | Switch to unsigned parameters for ExtendedDesktopSize handler | Pierre Ossman | 2015-03-03 | 4 | -7/+7 | |
| | | | | | | | | | | | | | | | The constants used here are unsigned so it makes more sense that the parameters are as well. | |||||
| * | | Fix bad signed/unsigned comparisons | Pierre Ossman | 2015-03-03 | 14 | -27/+27 | |
| | | | | | | | | | | | | | | | Either by casting, or switching to a more appropriate type for the variable. | |||||
| * | | Make sure Exceptions do not use unsafe format strings | Pierre Ossman | 2015-03-03 | 8 | -53/+31 | |
| | | | ||||||
| * | | Tag the Exception constructor as a printf function | Pierre Ossman | 2015-03-03 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | This allows the compiler to analyse the format strings and arguments for correctness. | |||||
| * | | Remove unused variables | Pierre Ossman | 2015-03-03 | 10 | -17/+2 | |
| | | | ||||||
| * | | Handle no useful address types from getaddrinfo() | Pierre Ossman | 2015-03-03 | 1 | -0/+3 | |
| | | | ||||||
| * | | The compiler cannot figure out if this is assigned properly | Pierre Ossman | 2015-03-03 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | The logic is a bit complex so we're going to have to silence the warning with this explicit assignment. | |||||
| * | | Turn on more warnings to catch potential bugs | Pierre Ossman | 2015-03-03 | 1 | -0/+4 | |
| | | | ||||||
* | | | Decode serverCutText to ISO-8859-1 | Brian P. Hinz | 2015-03-02 | 1 | -7/+6 | |
|/ / | | | | | | | Java viewer was incorrectly attempting to decode incoming clipboard updates to UTF-8 instead of Latin-1. | |||||
* | | Merge pull request #142 from bphinz/master | Brian Hinz | 2015-03-01 | 14 | -277/+75 | |
|\ \ | | | | | | | Updates to package builds | |||||
| * | | Build local static libpng on el5 | Brian P. Hinz | 2015-03-01 | 1 | -1/+14 | |
| | | | | | | | | | | | | The system libpng is too old for fltk 1.3.3, resulting in undefined reference errors when trying to link vncviewer. | |||||
| * | | Remove obsolete distro patches | Brian P. Hinz | 2015-03-01 | 10 | -65/+29 | |
| | | | | | | | | | | | | | | | Commit f0fffd4d7f0907e91dfcee02cd7fbe4f4cbe2342 makes ldnow patch unnecessary. Commit 0dc36a501ee5e69ce1a201935a4a4a903d06cbe1 makes format-security patch unnecessary. | |||||
| * | | Use autotools to build fltk-1.3.3 on el5 instead of cmake | Brian P. Hinz | 2015-03-01 | 3 | -192/+17 | |
| | | | | | | | | | | | | Static libraries are too hard to get linked correctly with cmake. | |||||
| * | | Bump version of fltk to 1.3.3 for el5, el6, & ubuntu packages | Brian P. Hinz | 2015-03-01 | 4 | -20/+16 | |
|/ / |