aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/cocoa.mm
Commit message (Expand)AuthorAgeFilesLines
* Use nullptr in all C++ codePierre Ossman2024-06-241-3/+3
* Move window to front on full screenPierre Ossman2022-12-151-0/+5
* Handle macOS keyboard stealingPierre Ossman2022-12-131-0/+21
* Fix "grave" and "ISO" keys on macOSPierre Ossman2022-08-231-1/+12
* Workaround options window appearing behind viewerSamuel Mannehed2021-10-061-0/+14
* Release displays not enclosed by the windowHugo Lundin2021-07-161-19/+23
* Capture all displays inside the viewport (macOS)Hugo Lundin2021-07-161-16/+21
* Map macOS Eisu key to XK_Eisu_togglePierre Ossman2020-12-091-1/+1
* OS X Japanese Keyboard Supportgsittyz2020-10-251-0/+3
* Do maximize more properly on macOSPierre Ossman2020-03-261-0/+7
* Don't resize viewer window when maximizedPierre Ossman2020-03-261-0/+7
* Always get raw keyboard layout on macOSPierre Ossman2019-04-041-1/+1
* Sync LED state when gaining focusPierre Ossman2017-08-241-0/+27
* Add client support for LED state syncPierre Ossman2017-08-241-0/+50
* Compatibility with macOS 10.12 SDKPierre Ossman2017-05-241-1/+4
* Use correct color space for current monitorPierre Ossman2017-04-281-0/+22
* Remove support for old macOSPierre Ossman2017-02-091-176/+81
* Merge branch 'upreqs' of https://github.com/CendioOssman/tigervncPierre Ossman2015-03-121-6/+0
|\
| * Raise FLTK requirement to 1.3.3Pierre Ossman2015-01-271-6/+0
* | Fix bad signed/unsigned comparisonsPierre Ossman2015-03-031-2/+2
* | The legacy OS X keyboard API is only 32-bitPierre Ossman2015-02-251-1/+1
|/
* Add OS X keyboard handlerPierre Ossman2014-08-221-0/+382
* Have to properly include config.h for the HAVE_... stuff to work.Pierre Ossman2012-09-111-0/+4
* The OS X keyboard grabbing code needs to be multi-head aware to functionPierre Ossman2012-08-271-4/+25
* Implement a more robust method to handle the keyboard grab/focus voodoo asPierre Ossman2011-06-141-5/+13
* Implement support for grabbing the keyboard when in full screen mode.Pierre Ossman2011-05-261-0/+69