aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer
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-201-1/+1
* 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
* Use a common header file for Windows errno names.Peter Åstrand (astrand)2015-02-051-0/+1
* More debug logging for screen layout changesPierre Ossman2015-01-261-2/+5
* Reduce symbol scope of parameter helpersPierre Ossman2014-12-031-10/+10
* Rework the error message in parameters.cxxPierre Ossman2014-12-031-71/+51
* Simplify log message as we always use TrueColourPierre Ossman2014-12-031-3/+1
* Improve some error messagesPierre Ossman2014-12-032-5/+5
* Add comments for translators where requestedPierre Ossman2014-12-033-0/+10
* Remove "Error:" prefix from error messagePierre Ossman2014-11-191-1/+1
* Make sure we do an initial resizePierre Ossman2014-11-111-4/+12
* Merge branch 'build' of https://github.com/CendioOssman/tigervncPierre Ossman2014-10-211-5/+2
|\
| * Add Carbon and Cocoa dependencies to vncviewerPierre Ossman2014-10-171-0/+4
| * Move ws2_32 dependency to the correct placePierre Ossman2014-10-171-7/+0
* | Check the return value from XShmAttach.Tim Waugh2014-10-171-1/+5
* | Don't use MIT-SHM on remote displays.Tim Waugh2014-10-161-0/+5
|/
* Use exceptions rather than asserts for for "normal" errorsPierre Ossman2014-10-103-8/+11
* Use the same style for exception messagesPierre Ossman2014-10-102-4/+4
* Remove unused assert.h includePierre Ossman2014-10-101-1/+0
* Handle PrintScreen and SysReq on WindowsPierre Ossman2014-09-302-1/+9
* Fix the build timestamp to be more translation friendlyPierre Ossman2014-09-223-25/+4
* Move copyright year out of string to avoid re-translationPierre Ossman2014-09-221-2/+3
* Don't use tabs for indentationPierre Ossman2014-09-221-80/+84
* Make sure user visible strings are translatedPierre Ossman2014-09-228-78/+96
* Make some log messages more sane for translatorsPierre Ossman2014-09-221-4/+8
* Generate the about text in a single placePierre Ossman2014-09-221-10/+12
* Split up the info stringPierre Ossman2014-09-221-22/+56
* Document the client side X509 parametersPierre Ossman2014-09-171-0/+18
* Correct naming convention for some parametersPierre Ossman2014-09-172-6/+6
* Avoid extra spacing in the generated man pagesPierre Ossman2014-09-171-28/+28
* Document default configuration file locationPierre Ossman2014-09-171-0/+5
* Update the vncviewer man page with current list of optionsPierre Ossman2014-09-171-16/+62
* Remove the date from man pagesPierre Ossman2014-09-171-1/+1
* Clean up the authors section of the man pagesPierre Ossman2014-09-171-3/+4
* Update FLTK patches based on feeback from upstreamPierre Ossman2014-09-112-16/+16
* Protect the optional IM disabling calls with #ifdef:sPierre Ossman2014-09-111-0/+4
* Use different keysyms for left and right alt on OS XPierre Ossman2014-08-221-0/+2
* Disable input methods when the viewport is focusedPierre Ossman2014-08-221-0/+2
* Ignore FLTK events when we have low level hooksPierre Ossman2014-08-221-0/+4
* Add OS X keyboard handlerPierre Ossman2014-08-223-1/+423
* Add Windows keyboard handlerPierre Ossman2014-08-223-1/+250
* Add X11 keyboard handlerPierre Ossman2014-08-222-0/+51
* Add xhandler hookPierre Ossman2014-08-222-0/+33
* Add helper to get combining codepoint from a spacing characterPierre Ossman2014-08-222-0/+48