aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Add missing FLTK include statementsAlbrecht Schlosser2022-07-075-1/+6
* Cork the proper output stream in the clientPierre Ossman2022-06-281-2/+2
* Remove unnecessary flushPierre Ossman2022-06-281-1/+0
* Fix up ffmpeg header and library handlingPierre Ossman2022-06-071-1/+1
* Avoid temporary cmake variablesPierre Ossman2022-06-071-16/+13
* Automatically generate Windows icon filePierre Ossman2022-05-111-1/+1
* Add more Unix icon sizesPierre Ossman2022-05-112-2/+2
* Remove dead codePierre Ossman2022-05-111-6/+0
* Safer allocation of icon arrayPierre Ossman2022-05-111-1/+1
* Fix bad indentation in CConn::socketEvent()Pierre Ossman2022-04-061-5/+5
* Ignore socket whilst processing dataPierre Ossman2022-04-061-2/+3
* Added AppStream meta info file for the vncviewerJoachim Falk2022-03-082-0/+73
* Added screenshots for AppStream meta info file for vncviewerJoachim Falk2022-01-283-0/+0
* Remove 32-/64-bit distinctionsPierre Ossman2022-01-212-10/+4
* Merge branch 'h264dec' of https://github.com/xornet-sl/tigervncPierre Ossman2022-01-213-3/+27
|\
| * H264 DecoderVladimir Sukhonosov2022-01-213-3/+27
* | Log objects should be localPierre Ossman2022-01-211-1/+1
|/
* Always log screen layout if validation failsWilliam Sjöblom2022-01-191-3/+5
* Fix session resize after mirroring on Linux vncviewerWilliam Sjöblom2022-01-191-2/+6
* Improve full-screen workaround on connectPierre Ossman2022-01-121-5/+11
* Update MonitorArrangement widget after changeSamuel Mannehed2022-01-102-1/+41
* Update copyright year to 2022Pierre Ossman2022-01-052-2/+2
* Don't add . to error message stringPierre Ossman2022-01-041-1/+1
* Avoid creating windows larger than current monitorPierre Ossman2021-12-301-0/+23
* Don't move window in full-screen workaroundPierre Ossman2021-12-301-1/+0
* Be consistent in including config.hPierre Ossman2021-12-309-0/+36
* Only restore level if it is wrongPierre Ossman2021-12-301-1/+2
* Relicense MonitorArrangement widgetPierre Ossman2021-12-272-51/+50
* Avoid leaking overlay memoryPierre Ossman2021-12-231-0/+1
* Handle empty lines in server historyPierre Ossman2021-12-231-4/+8
* Fix typo in mirror monitor detectionPierre Ossman2021-12-231-4/+4
* Be more paranoid about monitor infoPierre Ossman2021-12-231-6/+18
* Add headings/groups for optionsPierre Ossman2021-12-103-96/+193
* Rename "Screen" tab to "Display"Pierre Ossman2021-12-103-8/+8
* Simplify screen settingsPierre Ossman2021-12-103-143/+71
* Add comments to stored parameters listPierre Ossman2021-12-091-2/+11
* Be consistent in "full screen" and "full-screen" useWilliam Sjöblom2021-11-244-4/+4
* Deduplicate vncviewer error messagesWilliam Sjöblom2021-11-234-26/+21
* Fix closing reconnect dialog logicPierre Ossman2021-10-141-2/+2
* Merge pull request #1349 from samhed/fullscreenLevelSamuel Mannehed2021-10-063-4/+29
|\
| * Workaround options window appearing behind viewerSamuel Mannehed2021-10-063-4/+29
* | Merge pull request #1350 from samhed/serverdialogmodalSamuel Mannehed2021-10-061-2/+0
|\ \
| * | Remove modal property from ServerDialogSamuel Mannehed2021-10-051-2/+0
| |/
* | Merge branch 'master' of https://github.com/johahauf/tigervncPierre Ossman2021-10-062-9/+30
|\ \ | |/ |/|
| * Adjust default directory for configuration file save and loadJohannes2021-09-212-9/+30
* | Only grab keyboard when we have focusSamuel Mannehed2021-09-242-1/+17
* | Create helper function for grabKeyboard conditionsSamuel Mannehed2021-09-242-18/+13
|/
* Give all monitor names when mirroredPierre Ossman2021-09-091-16/+29
* More user friendly monitor name on WindowsPierre Ossman2021-09-091-1/+5
* Use std::string for monitor namesPierre Ossman2021-09-092-27/+27