aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/DesktopWindow.cxx
Commit message (Expand)AuthorAgeFilesLines
* Explicitly clean up grabs on disconnectPierre Ossman2024-09-231-0/+5
* Don't adjust manually sized windowPierre Ossman2024-08-121-7/+0
* Avoid shadowing variablesPierre Ossman2024-06-241-13/+11
* Use nullptr in all C++ codePierre Ossman2024-06-241-8/+8
* Use XQueryPointer() instead to detect zaphodPierre Ossman2024-04-101-4/+8
* Detect leaving window on zaphod systemsPierre Ossman2023-03-081-1/+9
* Remove unused rfb/util.h includesPierre Ossman2023-02-041-0/+1
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-041-6/+4
* Use fixed size character bufferPierre Ossman2023-02-041-4/+3
* Use stdint typesPierre Ossman2023-02-011-2/+2
* Explicitly mark switch case fall throughPierre Ossman2023-01-051-0/+1
* Explicitly mark unused parametersPierre Ossman2023-01-041-4/+5
* 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
* 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
* Only restore level if it is wrongPierre Ossman2021-12-301-1/+2
* Avoid leaking overlay memoryPierre Ossman2021-12-231-0/+1
* Be consistent in "full screen" and "full-screen" useWilliam Sjöblom2021-11-241-1/+1
* Workaround options window appearing behind viewerSamuel Mannehed2021-10-061-4/+12
* Only grab keyboard when we have focusSamuel Mannehed2021-09-241-1/+15
* Create helper function for grabKeyboard conditionsSamuel Mannehed2021-09-241-18/+12
* Clean up global event handler structurePierre Ossman2021-09-061-36/+47
* Restore FLTK event dispatcher on exitPierre Ossman2021-09-061-0/+2
* Merge branch 'fullscreens-added-removed' of https://github.com/x11clone/x11clonePierre Ossman2021-09-021-0/+39
|\
| * Recreate fullscreen window if screens are removed or addedPeter Åstrand (astrand)2018-05-071-0/+39
* | Retry connection in case of an errorJohannes2021-07-231-1/+1
* | Clean up style in recent monitor codePierre Ossman2021-07-191-11/+11
* | Explicitly choose current monitorHugo Lundin2021-07-161-3/+4
* | Add fullscreen mode for selected monitorsHugo Lundin2021-07-161-9/+37
* | Add fullscreen mode parameterHugo Lundin2021-07-161-3/+4
* | Calculate overlay position from window sizeHugo Lundin2021-07-161-2/+27
* | Release displays not enclosed by the windowHugo Lundin2021-07-161-0/+5
* | Capture all displays inside the viewport (macOS)Hugo Lundin2021-07-161-2/+2
* | made full-screen edge scrolling smoother and fasterSelene ToyKeeper2021-04-301-20/+34
* | Support the VMware Cursor Position extension on vncviewerlhchavez2021-03-111-0/+32
* | Implement X Input pointer handling for UnixAaron Sowry2020-05-291-15/+7
* | Ignore bogus FL_MOVE events from FLTKSamuel Mannehed2020-05-261-0/+6
* | Do maximize more properly on macOSPierre Ossman2020-03-261-7/+1
* | Don't resize viewer window when maximizedPierre Ossman2020-03-261-1/+38
* | Don't show the context menu hint when no hotkeySamuel Mannehed2019-10-251-2/+5
* | Merge branch 'exclipboard' of https://github.com/CendioOssman/tigervncPierre Ossman2019-07-011-6/+16
|\ \
| * | Improved clipboard APIPierre Ossman2019-07-011-6/+16
| * | Clean up internal clipboard handlingPierre Ossman2019-07-011-2/+2
* | | Request keyboard grab ability under XwaylandPierre Ossman2019-06-181-0/+22
|/ /
* | Merge branch 'connparams' of https://github.com/CendioOssman/tigervncPierre Ossman2018-12-101-14/+14
|\ \
| * | Split out ServerParams from ConnParamsPierre Ossman2018-11-011-13/+13
| * | Encapsulate screen layout storage in ConnParamsPierre Ossman2018-11-011-12/+12
* | | Fix memory leaksJan Grulich2018-11-201-2/+2
|/ /