aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1737 from 62832/fix-1195Samuel Mannehed (ThinLinc team)2024-05-075-32/+81
|\
| * Implement XDG Base Directory paths, deprecate ~/.vnc902024-04-263-10/+35
| * Begin work on XDGBDS compliance and overrideable configs902024-03-153-26/+50
* | Use XQueryPointer() instead to detect zaphodPierre Ossman2024-04-101-4/+8
* | Correctly set socket write notificationPierre Ossman2024-04-091-2/+0
|/
* Set all HAVE_ macros on the top levelPierre Ossman2024-01-241-1/+0
* Update copyright year to 2024Samuel Mannehed2024-01-092-2/+2
* Prevent incorrect cmake usagePierre Ossman2023-12-281-0/+4
* 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
* Add own keysym to name functionPierre Ossman2023-11-161-10/+3
* fix spelling errorut0045272023-11-061-1/+1
* Completely ignore server clipboard when unfocusedPierre Ossman2023-09-112-20/+4
* More graceful handling of disabled listenersPierre Ossman2023-09-081-0/+2
* Change accelerator for "Disconnect" entryPierre Ossman2023-08-211-1/+1
* Move custom FLTK box types to valid rangePierre Ossman2023-08-172-1/+6
* Update copyright year to 2023Samuel Mannehed2023-07-202-2/+2
* 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
* Fix WM_CLASS in desktop filePierre Ossman2023-07-031-1/+1
* Merge branch 'types2' of https://github.com/CendioOssman/tigervncPierre Ossman2023-06-303-2/+7
|\
| * Clean up string encoding handlingPierre Ossman2023-06-301-0/+5
| * Consistently use uint8_t for data buffersPierre Ossman2023-03-182-2/+2
* | Remove unneeded "using namespace"Pierre Ossman2023-06-144-5/+0
* | Avoid wildcards in cmake rulesPierre Ossman2023-04-171-4/+10
* | Prefer target_include_directories()Pierre Ossman2023-03-311-6/+4
* | Detect leaving window on zaphod systemsPierre Ossman2023-03-081-1/+9
|/
* Merge "Pixel" type in to PixelFormat headerPierre Ossman2023-02-181-1/+0
* Use operator overloading for comparisonPierre Ossman2023-02-041-1/+1
* Remove unused rfb/util.h includesPierre Ossman2023-02-042-0/+2
* Use std::string for string memory managementPierre Ossman2023-02-043-14/+11
* Use std::string instead of CharArrayPierre Ossman2023-02-042-5/+5
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-046-30/+26
* Use fixed size character bufferPierre Ossman2023-02-041-4/+3
* Remove trailing slash from getvnchomedir()Pierre Ossman2023-02-042-4/+4
* Namespace directory functionsPierre Ossman2023-02-043-7/+7
* Return static char buffer from some methodsPierre Ossman2023-02-044-20/+13
* Use StringParameters directlyPierre Ossman2023-02-042-5/+5
* Get rid of TCHAR magicPierre Ossman2023-02-041-1/+0
* Use stdint typesPierre Ossman2023-02-0110-30/+29
* Use __attribute__:s directlyPierre Ossman2023-01-052-15/+6
* Don't partially init monitor informationPierre Ossman2023-01-051-1/+1
* Fix incorrect typesPierre Ossman2023-01-051-4/+4