aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Filter duplicate server history entriesPierre Ossman2024-09-061-4/+42
* Move recent server to top of historyPierre Ossman2024-09-061-6/+5
* Use std::list for server historyPierre Ossman2024-09-064-18/+25
* Handle server history with '/' in entriesPierre Ossman2024-09-061-1/+3
* Add more usage of SystemExceptionPierre Ossman2024-09-043-15/+22
* Merge branch 'master' of https://github.com/0-wiz-0/tigervncPierre Ossman2024-08-301-0/+2
|\
| * vncviewer: add missing include for struct timevalThomas Klausner2024-08-301-0/+2
* | Only read first password from filePierre Ossman2024-08-301-1/+1
* | Move getUserPasswd()/showMsgBox() to CConnectionKang Lin2024-08-306-23/+36
* | Improve error messages for base directory creationPierre Ossman2024-08-293-7/+10
* | Handle failure getting VNC directoriesPierre Ossman2024-08-291-6/+25
* | Move base directory creation to helper functionPierre Ossman2024-08-291-25/+31
* | Add FIXME comment regarding macOS minimise fixLinn Mattsson2024-08-271-0/+2
|/
* Apple only: exit FL_Window fullscreen if active in order to minimize.Rudimar Ronsoni Jr2024-08-191-0/+4
* 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