aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prevent incorrect cmake usagePierre Ossman2023-12-284-0/+16
* Merge branch 'keysym' of github.com:CendioOssman/tigervncPierre Ossman2023-12-1314-2442/+7259
|\
| * Automatically generate keyucsmap.hPierre Ossman2023-12-132-54/+109
| * Move Keysym/Unicode mapping table to separate filePierre Ossman2023-12-132-789/+800
| * Move dead/combining keys to separate tablePierre Ossman2023-12-131-39/+82
| * Update keysym header filesPierre Ossman2023-11-162-1594/+2772
| * Add own keysym to name functionPierre Ossman2023-11-169-22/+3552
* | Fix logging when no working VeNCrypt typesPierre Ossman2023-12-121-3/+3
* | Replace INITARGS with void in function parameter listFlorian Weimer2023-11-221-2/+2
* | Merge branch 'zrlee-compression-level' of https://github.com/adamhalim/tigerv...Pierre Ossman2023-11-204-14/+17
|\ \ | |/ |/|
| * Use compressionLevel in ZRLEEncoderAdam Halim2023-11-204-14/+17
* | fix spelling errorut0045272023-11-061-1/+1
* | Merge pull request #1690 from LMattsson/LMattsson-patch-1linma (ThinLinc team)2023-10-311-0/+4
|\ \
| * | Clarify how to build server out-of-treelinma (ThinLinc team)2023-10-301-0/+4
|/ /
* | Merge branch 'casantos-rhbz_2233204-b' of https://github.com/casantos/tigervncPierre Ossman2023-10-272-4/+2
|\ \
| * | Fix description of "%u" in manual pages.Carlos Santos2023-10-042-4/+2
* | | Update Russian translationYuri Kozlov2023-10-231-12/+12
|/ /
* | Support the "%u" username alias in PlainUsersCarlos Santos2023-10-033-4/+15
* | Enforce accelerators in translationsPierre Ossman2023-09-291-1/+1
* | Fix missing/wrong menu acceleratorsPierre Ossman2023-09-295-17/+17
* | Update Turkish translationVolkan Gezer2023-09-291-299/+575
* | Completely ignore server clipboard when unfocusedPierre Ossman2023-09-112-20/+4
* | More graceful handling of disabled listenersPierre Ossman2023-09-084-14/+30
* | Only set up TCP filter for TCP connectionsPierre Ossman2023-09-081-7/+7
* | Improve log message when mapping keysymsPierre Ossman2023-08-231-1/+1
* | Merge branch 'ryandesign-NSHighResolutionCapable' of https://github.com/ryand...Pierre Ossman2023-08-211-1/+1
|\ \
| * | Make NSHighResolutionCapable a Boolean in Info.plist.inRyan Schmidt2023-08-111-1/+1
* | | Change accelerator for "Disconnect" entryPierre Ossman2023-08-211-1/+1
* | | Move custom FLTK box types to valid rangePierre Ossman2023-08-172-1/+6
* | | Add missing accelerator in Hebrew translationYaron Shahrabani2023-08-171-4/+4
* | | Add missing accelerator to Korean translationJiYoon Kwon2023-08-161-3/+2
* | | Automatically respect changes in LINGUASPierre Ossman2023-08-151-0/+1
* | | Update Korean translationJiYoon Kwon2023-08-151-237/+277
* | | Update French translationStéphane Aulery2023-08-151-235/+277
* | | Avoid legacy C function definitionsPierre Ossman2023-08-151-19/+11
* | | Remove stray space in format specifierPierre Ossman2023-08-151-1/+1
|/ /
* | Merge pull request #1648 from TigerVNC/copyrightSamuel Mannehed2023-07-208-9/+9
|\ \
| * | Update copyright year to 2023Samuel Mannehed2023-07-208-9/+9
|/ /
* | Merge branch 'newui-lite' of https://github.com/CendioOssman/tigervncPierre Ossman2023-07-145-15/+265
|\ \ | |/ |/|
| * Use modern UI colorsPierre Ossman2023-07-141-6/+34
| * Workaround for broken fl_arc()/fl_pie()Pierre Ossman2023-07-141-0/+25
| * Apply custom theme to FLTKPierre Ossman2023-07-142-7/+204
| * Fix correct background in Fl_Input_ChoicePierre Ossman2023-07-141-0/+2
| * Respect selection color in monitor widgetPierre Ossman2023-07-132-4/+2
|/
* Don't tag up gettext's *wprintf() functionsPierre Ossman2023-07-061-3/+3
* Unbreak -Wformat warnings when gettext is usedPierre Ossman2023-07-051-1/+23
* Use smaller, stable, int for history indexPierre Ossman2023-07-051-2/+2
* Merge branch 'hostexception' of https://github.com/CendioOssman/tigervncPierre Ossman2023-07-051-70/+198
|\
| * More logging for server cert exceptionsPierre Ossman2023-07-051-6/+8
| * Allow exception for cert hostname mismatchPierre Ossman2023-07-051-9/+43