aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrew Kreimer2024-08-121-2/+2
* Don't adjust manually sized windowPierre Ossman2024-08-121-7/+0
* Better type for pointer button maskPierre Ossman2024-08-124-15/+15
* Don't ask for login data when reconnectingJohannes2024-08-075-2/+57
* Better error message for authentication failurePierre Ossman2024-08-071-0/+4
* Correctly handle cancelled authenticationPierre Ossman2024-08-072-1/+5
* Avoid shadowing variablesPierre Ossman2024-06-2414-98/+114
* Use "static" for helper functionsPierre Ossman2024-06-242-3/+3
* Simplify code using range-based for loopsPierre Ossman2024-06-244-42/+32
* Mark overridden virtual functionsPierre Ossman2024-06-2413-45/+48
* Disable gcc NULL warning for context menuPierre Ossman2024-06-241-1/+4
* Use nullptr in all C++ codePierre Ossman2024-06-2426-198/+203
* Merge branch 'present' of github.com:CendioOssman/tigervncPierre Ossman2024-06-195-10/+6
|\
| * Explicitly request timer repetitionPierre Ossman2024-06-194-9/+5
| * Stop treating "0" as "no timeouts"Pierre Ossman2024-06-191-1/+1
* | Create common recursive mkdir()Pierre Ossman2024-05-301-34/+15
* | 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
|/