summaryrefslogtreecommitdiffstats
path: root/unix/x0vncserver/x0vncserver.cxx
Commit message (Expand)AuthorAgeFilesLines
* Unix socket support in x0vncserverPierre Ossman2018-05-291-2/+10
* Use abstract SocketListener classPierre Ossman2018-05-041-4/+4
* Move XDesktop specific parameters in to same filePierre Ossman2017-11-081-5/+0
* x0vncserver does not support SetDesktopSize; remove -AcceptSetDesktopSizePeter Åstrand (astrand)2017-11-081-0/+3
* Removed IRIX/Solaris overlay supportPeter Åstrand (astrand)2017-11-081-2/+0
* Remove support for Lynx/OSPeter Åstrand (astrand)2017-11-081-5/+0
* Move XDesktop to separate filePeter Åstrand (astrand)2017-11-081-419/+1
* Get rid of getFbSize()/getDesktopSize() in commonPierre Ossman2017-09-221-4/+0
* Handle unknown keysyms properly in x0vncserverPierre Ossman2017-09-151-1/+1
* Handle XKB groups properly in x0vncserverPierre Ossman2017-09-151-2/+5
* Update mouse cursor position in x0vncserverPierre Ossman2017-09-151-0/+8
* Only select XFixes event oncePierre Ossman2017-09-151-11/+4
* Merge branch 'cursor' of https://github.com/alanc/tigervncPierre Ossman2017-09-151-2/+86
|\
| * x0vncserver: Use Xfixes to display cursors if availableAlan Coopersmith2017-08-051-12/+99
* | Merge branch 'x0vncshift' of https://github.com/CendioOssman/tigervncPierre Ossman2017-09-151-4/+52
|\ \
| * | Respect modifiers in x0vncserverPierre Ossman2017-08-211-4/+55
| |/
* | x0vncserver: keyEvent(): use scancodes if availablePeter Korsgaard2017-09-111-2/+49
* | Basic support for QEMU Extended Key EventsPierre Ossman2017-08-281-2/+2
* | x0vncserver: add support for led state notificationsPeter Korsgaard2017-08-281-15/+77
|/
* Use non-blocking sockets in x0vnserverPierre Ossman2016-04-291-2/+9
* Fix timeout handling in x0vncserverPierre Ossman2016-04-291-10/+11
* Move socket write event handling in to the RFB corePierre Ossman2016-04-291-1/+1
* Return TcpListener pointers rather than objectsPierre Ossman2015-09-291-8/+8
* Fixed IPv6 support.Tim Waugh2015-03-131-9/+22
* Handler still needs to return something even with XDamagePierre Ossman2015-03-031-0/+2
* Remove full support for colour mapsPierre Ossman2014-07-071-16/+2
* Accidentally removed some code in the previous commit.Pierre Ossman2014-06-251-0/+14
* Add XDAMAGE support to x0vncserver. Makes it more efficientPierre Ossman2014-06-251-15/+57
* Fix unsafe usage of the logging functions.Pierre Ossman2012-04-261-1/+1
* [Development] Replace SSecurityFactoryStandard class by simplier Security class.Adam Tkac2010-04-231-1/+0
* [Development] Add possibility to define viewer/server specific parameters viaAdam Tkac2010-04-231-0/+2
* [Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is ableAdam Tkac2010-02-051-1/+1
* Revert previous commit (r3889). Windows code has to be cleaned before thisAdam Tkac2009-09-041-1/+1
* Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()Adam Tkac2009-09-041-1/+1
* Remove the "video" feature and its associated custom JPEG handling.Pierre Ossman2009-03-051-2/+0
* Rebrand the source as TigerVNC. It is my hope that this patch isPeter Åstrand2009-02-271-1/+1
* Merged changes from branches/1.5-xserver (revision range 2432:2631) back to t...Constantin Kaplinsky2008-09-281-1/+1
|\
| * - use PACKAGE_NAME/PACKAGE_VERSION macros instead PACKAGE/VERSION (AC_INIT() ...Adam Tkac2008-04-171-1/+1
| * After discussion with Constantin reverted 2433, 2434, 2436, 2437 and 2438Adam Tkac2008-03-221-4/+0
| * - use Makefile.am and configure.acAdam Tkac2008-03-201-0/+4
* | [Bugfix] When terminating x0vncserver by pressing Ctrl+C in a remote viewer, ...Constantin Kaplinsky2008-09-051-0/+2
* | [Enhancements, refactoring] Rationalized functions to control videoConstantin Kaplinsky2008-09-051-1/+1
* | Passing VideoArea parameter to VNCServerST object. VNCServerST saves theConstantin Kaplinsky2008-08-211-2/+3
* | Fixed a few more memory leaks.Constantin Kaplinsky2008-08-201-3/+6
* | Implemented support for command-line options that print version informationConstantin Kaplinsky2008-06-041-3/+15
* | Minor cleanup, no code changes: updated a comment and moved XDesktop::poll()Constantin Kaplinsky2008-06-041-7/+6
* | Refactoring: now PollingManager is owned by XPixelBuffer. No other classesConstantin Kaplinsky2008-06-041-13/+3
* | Code refactoring: PollingManager should not know anything aboutConstantin Kaplinsky2008-06-041-1/+1
* | Code refactoring: passing geometry to XPixelBuffer as a Rect instead of fourConstantin Kaplinsky2008-06-041-4/+1
* | Code improvements and better error checking in the Geometry class:Constantin Kaplinsky2008-06-041-0/+4