aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* replace free with delete[]Marcel Schneider2019-04-031-2/+2
* Only save parameters that are visible from the UIPierre Ossman2019-04-011-3/+2
* Hide setPrimary parameter on non-X11 platformsPierre Ossman2019-04-012-3/+7
* Handle server name overflow properlyPierre Ossman2019-03-261-3/+6
* Better document the argument for -geometryPierre Ossman2019-03-262-2/+7
* Show extra options in vncviewer --helpPierre Ossman2019-03-261-0/+8
* Don't use un-initialized stride to base constructorPierre Ossman2019-03-251-1/+1
* Merge branch 'copyrightyear' of https://github.com/samhed/tigervncPierre Ossman2019-02-282-2/+2
|\
| * Update visible copyright years to 2019Samuel Mannehed2019-02-272-2/+2
* | Only do initial LED sync if focusedPierre Ossman2019-02-281-3/+5
|/
* 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
|/