Commit graph

12 commits

Author SHA1 Message Date
Leon Styhre a9077722d7 Small change to the splash screen graphics. 2021-04-09 19:06:27 +02:00
Leon Styhre 502a164425 Updated the splash screen graphics. 2021-03-29 18:35:28 +02:00
Leon Styhre 97568fcb22 Adjusted the colors for the application graphics. 2021-03-05 20:52:32 +01:00
Leon Styhre 80997bff51 Changed from blue to red application graphics. 2021-03-04 18:05:11 +01:00
Leon Styhre 59254c118f Replaced the checked checkmark icon with new graphics. 2021-01-25 19:35:50 +01:00
Leon Styhre 3abbb3c85c Updated TextEditComponent to scale properly on high resolution diplays.
Also changed to SVG graphic files for the text input box frame in order to look smoother at higher resolutions.
2021-01-15 18:53:38 +01:00
Leon Styhre ace0366479 Buttons now look correct on high-resolution displays.
Also removed some unneeded SVG metadata from the bundled graphics files.
2021-01-13 23:46:51 +01:00
Leon Styhre c3778f55f3 Renamed scroll_gradient.png to screen_gradient.png. 2021-01-12 23:10:06 +01:00
Leon Styhre 180bb501c8 Replaced the on and off button icons with new graphics. 2020-11-08 13:06:04 +01:00
Leon Styhre 79b5bfffef Some minor cosmetic changes. 2020-09-04 19:05:48 +02:00
Leon Styhre c9283a10e5 Updated splash screen with 'Desktop Edition' text. 2020-07-29 16:49:52 +02:00
Leon Styhre 8fefc9232c Reorganized all resources to a subdirectory structure and added the CMake install prefix to the resource search path.
CMAKE_INSTALL_PREFIX and CMAKE_INSTALL_DATAROOTDIR are now used to resolve the resource path. As of this commit, there are only two paths where resources are searched, under the user home directory and under this install prefix directory (which defaults to /usr/local/share/emulationstation/resources but can be set to for instance /opt/share/emulationstation/resources using the appropriate CMake flags).
2020-06-21 19:35:43 +02:00