Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iOS / MacOS: PixelScale Update | Sven Gothel | 2019-07-08 | 1 | -23/+27 |
| | | | | | | | | | | - IOSUtil/OSXUtil: Return float value and refine name to GetScreenPixelScale* - WindowDriver's updateMaxScreenPixelScaleByDisplayID(..) and updateMaxScreenPixelScaleByWindowHandle(..) will only update the maxPixelScale, as actual user pixelSize change should not be triggered here. A user pixelSize adaption to the changed underlying scale capabilities (e.g. switch monitor) should be supported by the implemented WindowDriver's: updatePixelScale(..) called by native code. | ||||
* | Copyright: Add missing Copyright tag | Sven Gothel | 2019-07-08 | 1 | -0/+1 |
| | | | | | | | | | Adding the missing JogAmp copyright tag on certain files. Currently in debate whether 'JogAmp Community' is a legal Copyright tag in the first place, we might need to add (or replace it with) my authorship. However, as authorship is well documented via the git repository, this should be no real world issue. | ||||
* | NEWT: Align native MacOS / IOS file- and classnames | Sven Gothel | 2019-06-26 | 1 | -0/+1356 |