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
eba4f3ca9964ec00a092674fed56527f5be58894
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
SlateCore
/
Private
/
Styling
History
Nick Darnell
619e1e4297
UMG - Introducing a Wrap Box that can wrap widgets onto a new line if it runs out of space. Introducing named slot support, still under development, but allows user widgets to expose slots that content can be placed into in different instances of the user widget. The designer now allows custom design time resolutions to be setup on a per widget basis, because sometimes you don't want to model a small widget as if it were a fullscreen widget. Fixing a bug with how the designer draws effects by having a shim widget that paints at a specific layer in the designers overlay. Introducing a modification to the progress bar so that the default progress bar brush is white, and the color is a tint so that progress bars can more easliy styed in UMG out of the box, fixes the 'my progress bar can't be blue' bug. Adding a small grid to the anchor dialog to give a sense of resize instead of just pulsing.
...
[CL 2314745 by Nick Darnell in Main branch]
2014-09-30 15:08:57 -04:00
..
CoreStyle.cpp
UMG - Introducing a Wrap Box that can wrap widgets onto a new line if it runs out of space. Introducing named slot support, still under development, but allows user widgets to expose slots that content can be placed into in different instances of the user widget. The designer now allows custom design time resolutions to be setup on a per widget basis, because sometimes you don't want to model a small widget as if it were a fullscreen widget. Fixing a bug with how the designer draws effects by having a shim widget that paints at a specific layer in the designers overlay. Introducing a modification to the progress bar so that the default progress bar brush is white, and the color is a tint so that progress bars can more easliy styed in UMG out of the box, fixes the 'my progress bar can't be blue' bug. Adding a small grid to the anchor dialog to give a sense of resize instead of just pulsing.
2014-09-30 15:08:57 -04:00
SlateBrush.cpp
Fix typo
2014-08-15 09:47:15 -04:00
SlateColor.cpp
Fixed a crash caused by changing an FLinearColor property to an FSlateColor
2014-09-22 09:45:42 -04:00
SlateStyleRegistry.cpp
Slate: Removed file header comments
2014-08-01 02:25:53 -04:00
SlateStyleSet.cpp
…
SlateTypes.cpp
- Slider bar now draws a thin box instead of a line to make it show up on mobile
2014-09-18 17:19:29 -04:00
SlateWidgetStyleAsset.cpp
…
SlateWidgetStyleContainerBase.cpp
Slate: Removed file header comments
2014-08-01 02:25:53 -04:00
SlateWidgetStyleContainerInterface.cpp
…
StyleDefaults.cpp
…