Commit graph

26 commits

Author SHA1 Message Date
Dimitris Panokostas
5e3bf566ea Fixed another reference to constexpr 2020-06-10 19:05:43 +02:00
Dimitris Panokostas
9a40456d0c Fix compile for older versions of GCC 2020-06-10 16:42:03 +02:00
Dimitris Panokostas
0dd565a1b6 Improved textfield widgets apprearance when disabled 2020-05-17 12:07:07 +02:00
Dimitris Panokostas
91ebf45a0f Increased checkbox widget height, improved text vertical positioning 2020-05-17 10:55:51 +02:00
Dimitris Panokostas
ad5cde455a Fixed dropdown widget text when disabled 2020-05-17 10:39:39 +02:00
Dimitris Panokostas
6709962022 Improved more widgets when disabled 2020-05-17 02:13:22 +02:00
Dimitris Panokostas
149c58149e Improved Label color when disabled 2020-05-16 01:40:56 +02:00
Dimitris Panokostas
6776d9b1f3 Fixed dropdowns would cut-off bottom part of contents 2020-05-16 01:27:05 +02:00
Dimitris Panokostas
440dd1a073 moved dropdown text height adjustment 2020-05-16 00:53:16 +02:00
Dimitris Panokostas
ecb56ef5be Modernized code in guisan objects, improved GUI layout 2020-05-15 00:27:51 +02:00
Dimitris Panokostas
ed31f6849d Improved slider color theme when active/inactive 2020-05-14 22:23:15 +02:00
Dimitris Panokostas
f813057288 Improved text layout in widgets 2020-05-14 21:46:19 +02:00
Dimitris Panokostas
fc168295e5 Improved Radiobutton widget color when disabled 2020-05-14 20:47:43 +02:00
Dimitris Panokostas
a6c7862a26 GUI refactoring
- Removed custom UAE classes, now using only updated standard Guisan components
- Updated all Guisan widgets according to current C++ standards (modernized code)
- Fixed a few minor GUI bugs
- Improved visibility of disabled GUI objects (e.g. sliders, checkboxes, dropdowns)
2020-05-14 01:25:14 +02:00
Dimitris Panokostas
959f0869cb Modernized code and fixed compiler warnings in Guisan widgets 2020-02-07 11:20:25 +01:00
Dimitris Panokostas
79b4c8dfe9 Guisan: added toggle button widget 2020-02-05 21:56:17 +01:00
Dimitris Panokostas
f6d1248f7b Added libgo2 submodule
This is needed for the Odroid Go Advance target
2020-01-24 12:33:56 +01:00
Dimitris Panokostas
8af190d099 Updated libmpeg2 submodule commit id 2019-11-01 00:23:54 +01:00
Dimitris Panokostas
7ffb3d0d25 Added external/libxml2 (for Android) 2019-11-01 00:20:53 +01:00
Dimitris Panokostas
3f3572b66d Removed libxml2 submodule 2019-11-01 00:15:52 +01:00
Dimitris Panokostas
6d526b91e8 Added our own libxml2 repo (with Android.mk) 2019-10-27 10:26:39 +01:00
Dimitris Panokostas
c4610701e9 Revert "Added libxml2 from our own repo"
This reverts commit c390d7881c.
2019-10-27 10:25:11 +01:00
Dimitris Panokostas
c390d7881c Added libxml2 from our own repo 2019-10-27 10:23:47 +01:00
Dimitris Panokostas
d6d17f6d11 Removed Google's libxml2 submodule 2019-10-27 10:21:48 +01:00
Dimitris Panokostas
a2b54f9372 Updated CMakeLists with guisan reference (PSP2) 2019-10-22 21:16:06 +02:00
Dimitris Panokostas
e12f430bd0 Reorganized externa library dependencies
- Added external directory
- Moved capsimg submodule into external, updated references
- Moved guisan into external, updated references
- Added libxml2 into external, updated Android.mk references
- Added libmpeg2 into external (not used yet)
2019-10-22 21:10:18 +02:00