aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-224-182/+224
* 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
* String literals are constantPierre Ossman2014-07-141-4/+6
* Use PixelBuffer objects as the interface for encoders and decodersPierre Ossman2014-07-148-194/+46
* Provide a better R/W base PixelBuffer classPierre Ossman2014-07-075-6/+13
* Get rid of getStride()Pierre Ossman2014-07-077-17/+9
* Get rid of the direct access abuse of FullFramePixelBuffer's dataPierre Ossman2014-07-071-4/+10
* Create a proper interface base class for the viewport's framebufferPierre Ossman2014-07-0713-73/+195
* Encoders/decoders should track the connection objectPierre Ossman2014-07-071-1/+1
* Push encoder and decoder handling down into the connection objectsPierre Ossman2014-07-072-12/+30
* Remove full support for colour mapsPierre Ossman2014-07-077-58/+10