This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a5e5aef45d2f40bd77828f21728fa4ddcdcc37ad
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Core
History
Mark Satterthwaite
3f8d5465a5
Allow a window to be set to w:1 h:1 but defer subsequent changes until the frame size is increased. Some tooltips are set to 1x1 when they are not in use, so by deferring the updates we avoid the dramatically greater cost of moving & resizing windows on OS X.
...
#codereview michael.trepka [CL 2181412 by Mark Satterthwaite in Main branch]
2014-07-09 10:32:14 -04:00
..
Private
Allow a window to be set to w:1 h:1 but defer subsequent changes until the frame size is increased. Some tooltips are set to 1x1 when they are not in use, so by deferring the updates we avoid the dramatically greater cost of moving & resizing windows on OS X.
2014-07-09 10:32:14 -04:00
Public
Replace the assumption that a window without minimise and maximise support is modal with an explicit IsModalWindow flag. This makes handling modal windows on OS X far more robust.
2014-07-09 08:56:50 -04:00
Resources
/Windows
Add concept of an 'API version' for modules, which is used for determining compatibility of DLLs. By default, the API version is the current changelist number, but can be set to previous changelists when making hotfixes. The API version number is stored in a special resource section for DLLs on Windows, and in the current-version field for dylibs on Mac.
2014-06-20 13:02:34 -04:00
Core.Build.cs
Get multitouch info on Mac using private MultitouchDevices framework instead of trying to guess based on limited info provided by NSEvent
2014-05-29 16:51:30 -04:00