aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'connparams' of https://github.com/CendioOssman/tigervncPierre Ossman2018-12-104-251/+75
|\
| * Move client attributes out of ServerParamsPierre Ossman2018-11-011-12/+10
| * Merge client resize capabilitiesPierre Ossman2018-11-011-1/+0
| * Remove unused flags from ServerParamsPierre Ossman2018-11-011-1/+0
| * Move update request handling in to CConnectionPierre Ossman2018-11-012-199/+36
| * Let CMsgHandler::serverInit() handle initial set upPierre Ossman2018-11-011-5/+1
| * Stop requiring CConnection::serverInit() to be overriddenPierre Ossman2018-11-012-5/+3
| * Stop using fences for pixel format switchPierre Ossman2018-11-012-56/+46
| * Split out ServerParams from ConnParamsPierre Ossman2018-11-013-52/+56
| * Encapsulate screen layout storage in ConnParamsPierre Ossman2018-11-012-18/+21
* | Merge branch 'vla' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-212-23/+35
|\ \
| * | Remove variable length arraysPierre Ossman2018-11-072-12/+17
| * | Update gettext.h to latest versionPierre Ossman2018-11-071-11/+18
* | | Merge branch 'covscan' of https://github.com/grulja/tigervncPierre Ossman2018-11-215-9/+11
|\ \ \
| * | | Fix memory leaksJan Grulich2018-11-205-9/+11
* | | | Save a few X11 server roundtrips by ignoring empty damage regions.Christian Authmann2018-11-111-0/+3
* | | | Prevent rendering uninitialized Pixmap contents on X11Christian Authmann2018-11-111-0/+3
| |/ / |/| |
* | | Fixed handling of AltGr from Windows' touch keyboardPierre Ossman2018-11-061-7/+13
* | | Handle AltGr from Windows' touch keyboardPierre Ossman2018-11-061-0/+7
| |/ |/|
* | Fix rendering on big endian systemPierre Ossman2018-10-252-8/+34
* | Adjust some strings so they are easier to translatePierre Ossman2018-10-251-5/+8
* | Change to https for tigervnc URLPierre Ossman2018-10-192-2/+2
* | Include unix socket in vncviewer usagePierre Ossman2018-09-282-4/+17
|/
* Avoid compiler "use of uninitialised variable" warningsPierre Ossman2018-09-131-0/+6
* Fix multi-head placement of overlay (again)Pierre Ossman2018-09-111-11/+4
* Remove dead overlay codePierre Ossman2018-09-111-5/+0
* Center overlay on primary screenPierre Ossman2018-08-161-2/+21
* Merge branch 'master' of https://github.com/daa/tigervncPierre Ossman2018-08-161-1/+1
|\
| * Increase maximum vnc server name lengthAlexander Duryagin2018-08-151-1/+1
* | Do not perform endianness check on Windows and AppleJan Grulich2018-08-081-1/+6
* | Check endianness when constructing PlatformPixelBuffer()Jan Grulich2018-08-081-2/+2
|/
* Ignore buttons in mouse leave eventsPierre Ossman2018-07-311-1/+4
* Reduce size of context menu hintPierre Ossman2018-07-191-5/+8
* Fix .gitignore for vncviewer/ and tests/Pierre Ossman2018-07-111-0/+3
* Fix try/catch for flushPendingClipboard()Pierre Ossman2018-07-111-10/+10
* viewer: reset ctrl / alt to menu state on focusDominique Martinet2018-07-081-0/+6
* Merge branch 'grab' of https://github.com/CendioOssman/tigervncPierre Ossman2018-06-131-9/+48
|\
| * Ignore fake focus events from XGrabKeyboard()Pierre Ossman2018-06-121-0/+44
| * Update comment about keyboard grab on focus changesPierre Ossman2018-06-121-9/+4
* | Better string handling of default server namePierre Ossman2018-06-131-3/+5
|/
* Properly sync LED state on connectPierre Ossman2018-06-072-0/+12
* Merge branch 'unix' of https://github.com/CendioOssman/tigervncPierre Ossman2018-05-292-6/+30
|\
| * Add support for Unix socketsPierre Ossman2018-05-291-3/+15
| * Use abstract SocketListener classPierre Ossman2018-05-041-3/+3
* | Don't require server name in config filePierre Ossman2018-05-292-11/+10
* | Merge branch 'config_as_an_argument' of https://github.com/Kypert/tigervncPierre Ossman2018-05-292-2/+47
|\ \
| * | Accept a cfg as an argument as an alt way to start the viewerMathias Jonsson2018-05-222-2/+47
* | | Stop treating "\\\\" as a special casePierre Ossman2018-05-291-35/+20
* | | Fix parameter escape sequence parsingPierre Ossman2018-05-291-1/+1
| |/ |/|
* | Update fullscreen window if changing fullScreenAllMonitors optionPeter Åstrand (astrand)2018-05-021-2/+5
|/