summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add file location to the translation filesPierre Ossman2014-09-221-1/+1
* Update translations with those already done by CendioPierre Ossman2014-09-1810-242/+1931
* Regenerate translation filesPierre Ossman2014-09-187-83/+378
* New address for mailing listPierre Ossman2014-09-181-1/+1
* Allow generating translations even with a separate build directoryPierre Ossman2014-09-181-1/+0
* CMake needs to have the quotes at the end to work properlyPierre Ossman2014-09-181-4/+4
* Merge branch 'doc' of https://github.com/CendioOssman/tigervncPierre Ossman2014-09-1832-1940/+538
|\
| * Move preferred encoding tracking into a server objectPierre Ossman2014-09-185-11/+29
| * Document the client side X509 parametersPierre Ossman2014-09-171-0/+18
| * Correct naming convention for some parametersPierre Ossman2014-09-178-27/+29
| * Give a correct list of valid security schemesPierre Ossman2014-09-172-2/+10
| * Remove unused VideoArea parameterPierre Ossman2014-09-173-49/+0
| * Avoid extra spacing in the generated man pagesPierre Ossman2014-09-175-86/+132
| * 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
| * Update server man pages to reflect current list of optionsPierre Ossman2014-09-172-46/+143
| * Document the -list argument to vncserverPierre Ossman2014-09-171-0/+6
| * Remove the date from man pagesPierre Ossman2014-09-176-6/+6
| * Clean up the authors section of the man pagesPierre Ossman2014-09-176-22/+27
| * Document test cases for testing the keyboard handlingPierre Ossman2014-09-171-0/+107
| * None of these files are relevant todayPierre Ossman2014-09-177-1672/+0
| * Moved release documentation to the wikiPierre Ossman2014-09-173-39/+0
* | Merge pull request #32 from bphinz/buildfixesbphinz2014-09-163-148/+12
|\ \ | |/ |/|
| * Apply latest fltk patches to rpm-based packagesBrian P. Hinz2014-09-163-148/+12
* | Fix broken FLTK patchPierre Ossman2014-09-161-8/+1
* | Merge branch 'xhandlers' of https://github.com/CendioOssman/tigervncPierre Ossman2014-09-1533-244/+6112
|\ \
| * | Update FLTK patches based on feeback from upstreamPierre Ossman2014-09-115-97/+229
| * | Protect the optional IM disabling calls with #ifdef:sPierre Ossman2014-09-113-0/+8
| * | 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-222-0/+468
| * | 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-225-0/+231
| * | Add helper to get combining codepoint from a spacing characterPierre Ossman2014-08-222-0/+48
| * | Better codepoint for combining ypogegrammeni (dead iota)Pierre Ossman2014-08-221-1/+1
| * | Attempt to handle Ctrl+keyPierre Ossman2014-08-221-1/+17
| * | Remove simple keyboard modelPierre Ossman2014-08-2220-1103/+224
| * | Ship FLTK patches instead of referring a URIPierre Ossman2014-08-2219-48/+5156
| * | Update FLTK requirementPierre Ossman2014-08-221-2/+2
| * | Windows debug builds of vncviewer should have a consolePierre Ossman2014-07-211-1/+1
| * | Use NoSymbol as the error codePierre Ossman2014-07-212-4/+10
| * | Make keysymtab static and constPierre Ossman2014-07-211-1/+3
| * | Use printf constructor safelyPierre Ossman2014-07-211-1/+1
* | | Added missing part of write block handler.Tim Waugh2014-09-091-0/+22
* | | Merge pull request #28 from bphinz/buildfixesbphinz2014-09-072-30/+0
|\ \ \ | | |/ | |/|