mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Documentation update.
This commit is contained in:
parent
ed6b23a2c6
commit
d14983d4ae
|
@ -169,6 +169,7 @@
|
||||||
* Moved all Platform functions to the utility namespace instead of using the global namespace
|
* Moved all Platform functions to the utility namespace instead of using the global namespace
|
||||||
* Implemented proper XML attribute support in ThemeData that eliminates the risk of name collisions
|
* Implemented proper XML attribute support in ThemeData that eliminates the risk of name collisions
|
||||||
* Added size restrictions to images and fonts so incorrect theme configuration would not lead to crashes or excessive memory utilization
|
* Added size restrictions to images and fonts so incorrect theme configuration would not lead to crashes or excessive memory utilization
|
||||||
|
* Made animations on the carousel better looking by using a new non-linear interpolation method
|
||||||
* Migrated the carousel code from SystemView to a separate new CarouselComponent
|
* Migrated the carousel code from SystemView to a separate new CarouselComponent
|
||||||
* Changed the carousel properties to be more generic by renaming "logo" to "item", e.g. itemSize, maxItemCount etc.
|
* Changed the carousel properties to be more generic by renaming "logo" to "item", e.g. itemSize, maxItemCount etc.
|
||||||
* Added the properties "itemsBeforeCenter" and "itemsAfterCenter" to define entries for carousels of the wheel type
|
* Added the properties "itemsBeforeCenter" and "itemsAfterCenter" to define entries for carousels of the wheel type
|
||||||
|
|
1415
THEMES-DEV.md
1415
THEMES-DEV.md
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue