Commit graph

18 commits

Author SHA1 Message Date
Dimitris Panokostas
f2b35707fb fixed typo 2020-07-05 01:42:05 +02:00
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
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