Tomas Jakobsson
|
79cc5a7e8b
|
Merge pull request #575 from jrassa/guicomponent-visible
support 'visible' theme element
|
2019-08-29 10:25:10 +02:00 |
|
Tomas Jakobsson
|
a02a747c50
|
Redid the entire Renderer
Made all components render using triangle strips
|
2019-08-25 15:45:22 +02:00 |
|
John Rassa
|
8de1fc8860
|
add 'visible' theme element
|
2019-07-21 23:13:48 -04:00 |
|
Tomas Jakobsson
|
421e4a23df
|
The final traces of boost has been eliminated
|
2018-01-30 19:21:09 +01:00 |
|
jrassa
|
e9403b6b00
|
implement horizontal wheel for system carousel. fix image rotation bug in carousel
|
2018-01-22 19:34:30 -05:00 |
|
Tomas Jakobsson
|
bd0c6beed5
|
Silence warnings
|
2017-11-18 23:20:09 +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
|
8f5fbb0b26
|
Got rid of Matrix3x3f, Matrix4x4f, Rotation3x3f and Scale3x3f
Everything is now handled by Transform4x4f which now does it way more optimized than previous version
|
2017-11-01 15:02:48 +01:00 |
|
Tomas Jakobsson
|
73a2f6b716
|
Replace Eigen with "inhouse" vector and matrix math
|
2017-10-28 22:25:01 +02:00 |
|
D. Polders
|
fd40e84ba5
|
Fix build warnings (mostly adding explicit type casting)
|
2017-10-18 16:22:27 +02:00 |
|
jrassa
|
c7b3db244e
|
carousel enhancements
|
2017-08-18 22:03:40 -04:00 |
|
jrassa
|
2377175a19
|
added origin and rotation support to guicomponent, exposed as theme options for several components
|
2017-08-09 22:15:57 -04:00 |
|
fieldofcows
|
34ea9caa89
|
Adding experimental OMX video player component. Squashed from fieldofcows' work (by pjft).
|
2017-05-28 21:26:23 +01:00 |
|
jrassa
|
354d3b9dec
|
implement z-index support for themeing system view and gamelist views
|
2017-05-18 19:22:55 -04:00 |
|
fieldofcows
|
25e1067794
|
Add video view that is based on detail view but allows themes to include a video preview of the selected game along with a marquee image
|
2016-12-12 09:34:01 +00:00 |
|
vbs
|
b1daeafe24
|
Added flag for GUI components to indicate activate background processing.
ES won't enter sleep mode if any component has the processing flag set.
(In sleep mode no more calls to update() on any components are invoked)
|
2016-09-17 10:34:02 +02:00 |
|
Aloshi
|
dbdbcde6cd
|
Renamed folders to match their projects properly.
|
2014-06-20 20:03:05 -05:00 |
|