Leon Styhre
|
23fdc00044
|
Formatted the es-core source tree using clang-format.
|
2021-07-07 20:31:46 +02:00 |
|
Leon Styhre
|
6e28300a5a
|
The ComponentList padding is now scaled properly to the screen aspect ratio and resolution.
|
2021-07-02 17:44:27 +02:00 |
|
Leon Styhre
|
23903de1cf
|
Minor cosmetic code cleanup.
|
2021-03-27 10:26:13 +01:00 |
|
Leon Styhre
|
0a9ae5b8ec
|
Fixed a slight but annoying rendering issue for the menu selector bar.
|
2021-02-01 21:23:13 +01:00 |
|
Leon Styhre
|
39e8e33733
|
Fixed a cosmetic menu scrolling alignment issue.
|
2021-01-29 17:59:05 +01:00 |
|
Leon Styhre
|
a99d32f596
|
Made some separator lines scale correctly on high resolution displays.
|
2021-01-15 18:44:54 +01:00 |
|
Leon Styhre
|
ce16c8e3ec
|
Improved GUI consistency when running on high resolution devices.
|
2021-01-13 19:45:56 +01:00 |
|
Leon Styhre
|
c95334756d
|
Fixed a lot of MSVC compiler warnings.
|
2020-12-29 12:54:24 +01:00 |
|
Leon Styhre
|
963f93e0f8
|
Replaced the custom math functions with standard C++ functions.
|
2020-12-28 11:29:32 +01:00 |
|
Leon Styhre
|
debf072a0e
|
Rewrote some code from C to C++
|
2020-12-16 23:59:00 +01:00 |
|
Leon Styhre
|
0b6dce687e
|
Changed to C++ casts throughout the application.
|
2020-11-17 23:06:54 +01:00 |
|
Leon Styhre
|
bd33d5a3b9
|
Implemented (somehow) proper inversions for images in menus.
|
2020-11-08 13:03:45 +01:00 |
|
Leon Styhre
|
107c747374
|
Fixed a regression where the graying-out of menu entries didn't work.
|
2020-09-27 14:41:59 +02:00 |
|
Leon Styhre
|
8db04c5fcb
|
Added SPDX license identifiers to all source files.
|
2020-09-21 19:17:34 +02:00 |
|
Leon Styhre
|
a34bc45e56
|
Added an opacity shader.
|
2020-09-12 19:17:26 +02:00 |
|
Leon Styhre
|
3923ad32c6
|
Fixed an issue where trigger input in menus wasn't handled correctly.
|
2020-08-02 15:04:43 +02:00 |
|
Leon Styhre
|
70d0057295
|
Both user changes and scraper changes are now color marked in the metadata editor.
User changes are marked with blue and scraper changes with red.
|
2020-07-15 17:44:27 +02:00 |
|
Leon Styhre
|
e4fdd1e20d
|
Code cleanup and code documentation update.
As of this commit, the initial code cleanup and code documentation has been completed for the entire application.
|
2020-06-28 18:39:18 +02:00 |
|
Leon Styhre
|
67aa6b3dbd
|
Huge code cleanup and code documentation update.
Includes lots of conversions from tabs to spaces. Only cosmetic code changes in this commit.
|
2020-06-21 14:25:28 +02:00 |
|
Leon Styhre
|
f1f82ac29f
|
Added support for jumping to the beginning and end of gamelists and menus using the left and right trigger buttons. Also fixed some navigation bugs.
|
2020-06-13 10:25:09 +02:00 |
|
Leon Styhre
|
4c67dae788
|
Added color marking to GuiMetaDataEd for newly scraped data.
|
2020-06-10 19:54:37 +02:00 |
|
Leon Styhre
|
709e6b996e
|
Code cleanup and code documentation. Only cosmetic changes in this commit.
|
2020-06-06 16:48:05 +02:00 |
|
Cristi Mitrana
|
3b85735a2d
|
InputManager: replace pageUp/Down with left/rightShoulder and create an alias (via isMappedLike ) to accomodate existing configs that use the PageUp/Down buttons.
|
2019-12-23 16:12:35 +02:00 |
|
Tomas Jakobsson
|
489d7de096
|
Eliminate drawRect that takes int's and make sure everything uses the float version properly, this way everything is rounded the same way
Only round the transforms when setting them on the GPU, to make sure everything is rounded the same, but only at the final moment
|
2019-08-31 17:58:36 +02:00 |
|
John Rassa
|
fc58af98fd
|
support for color gradients in drawRect and ImageComponent
|
2019-08-29 19:47:16 -04:00 |
|
Tomas Jakobsson
|
a02a747c50
|
Redid the entire Renderer
Made all components render using triangle strips
|
2019-08-25 15:45:22 +02:00 |
|
Rael Gugelmin Cunha
|
464b0992ad
|
Work with dpad and analogs
|
2018-11-15 14:38:20 -02:00 |
|
Tomas Jakobsson
|
bd0c6beed5
|
Silence warnings
|
2017-11-18 23:20:09 +01:00 |
|
Tomas Jakobsson
|
92b73bd847
|
Cleaning up a lot of math functions
|
2017-11-14 20:09:20 +01:00 |
|
Tomas Jakobsson
|
9fbe95daa3
|
iterator -> const_iterator
|
2017-11-12 00:05:19 +01:00 |
|
Tomas Jakobsson
|
a8fc560749
|
Header inclusion cleanup
|
2017-11-02 19:16:01 +01:00 |
|
Tomas Jakobsson
|
73a2f6b716
|
Replace Eigen with "inhouse" vector and matrix math
|
2017-10-28 22:25:01 +02:00 |
|
Tomas Jakobsson
|
d3e87739e3
|
fix warnings
|
2017-10-28 22:07:31 +02:00 |
|
Markus Pointner
|
96d7ac003d
|
fix delete-after-use issue with temporary string
|
2017-08-30 12:51:48 +02:00 |
|
Nico Schlömer
|
419e6c43e0
|
various code fixes
From <https://scan.coverity.com/projects/emulationstation?tab=overview>.
|
2017-07-28 09:57:37 +02:00 |
|
pjft
|
80526c777e
|
Fixing whitespaces and indentation (tabs)
|
2017-05-18 12:51:45 +01:00 |
|
pjft
|
7f84eeea94
|
Adding generic gamelist filter funcionality for ES, specifically genre, players, ratings and publisher/developer
|
2017-04-28 12:05:20 +01:00 |
|
Jools Wills
|
0a7605cae1
|
we map to pageup/pagedown not leftbottom/rightbottom - fixes page up / down buttons in date input etc
|
2017-04-04 03:06:07 +01:00 |
|
Florian
|
65f2409d91
|
CHG: Additional input types, user-defined input config scripts
|
2015-06-01 20:47:42 +02:00 |
|
Aloshi
|
dbdbcde6cd
|
Renamed folders to match their projects properly.
|
2014-06-20 20:03:05 -05:00 |
|