aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove magic JPEG variables from ConnParamsPierre Ossman2014-07-071-9/+16
* Remove some premature optimisationPierre Ossman2014-07-076-74/+104
* Add some missing whitespacePierre Ossman2014-07-071-0/+3
* Be more consistent in referring to pixel byte streams as buffersPierre Ossman2014-07-074-9/+9
* Remove unused method prototypePierre Ossman2014-07-071-1/+0
* Clean up header dependencies in the vncviewer directoryPierre Ossman2014-07-076-12/+23
* Check that we have a cursor to restorePierre Ossman2014-07-071-1/+1
* Printing the clipboard data is very annoying as it couldPierre Ossman2013-09-052-2/+2
* Fix copy-paste error that referred to the wrong variable.Pierre Ossman2013-07-011-2/+2
* Update copyright year to 2013. Peter Åstrand2013-06-112-2/+2
* The numpad decimal hack is needed on OS X as well.Pierre Ossman2013-05-291-5/+12
* Forgot to respect the AcceptClipboard option in thePierre Ossman2013-05-241-0/+3
* Work around Windows poor handling of the numpad decimal key.Pierre Ossman2013-04-161-0/+20
* Fix build on 32-bit and 64-bit WindowsDRC2013-02-263-2/+4
* viewer: exit when user specifies both -via and -listen parametersAdam Tkac2013-02-191-1/+9
* Reimplement -listen in the new FLTK vncviewer. Work done byPierre Ossman2013-02-155-21/+51
* Remove one vlog.debug call which shouldn't have been committedAdam Tkac2013-01-231-1/+0
* Re-add the "-via" parameter support on UNIX platforms.Adam Tkac2013-01-236-14/+107
* We need to be careful to not call X11 operations if the window isn'tPierre Ossman2012-10-301-14/+26
* Leaving/entering full screen on OS X would leave the scroll bars in anPierre Ossman2012-10-241-0/+5
* Fl::screen_work_area() was added after FLTK 1.3.0, so we need to havePierre Ossman2012-10-241-0/+10
* Fix indentation.Pierre Ossman2012-10-171-1/+1
* Starting in full screen was misbehaving because we were waitingPierre Ossman2012-10-171-0/+7
* We need to be more careful about activating maximized mode when inPierre Ossman2012-10-111-5/+12
* XFCE's window manager did not interact well with the code that avoidedPierre Ossman2012-10-031-16/+25