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)
This commit is contained in:
Dimitris Panokostas 2020-05-14 01:25:14 +02:00
parent 077b2498c4
commit a6c7862a26
70 changed files with 8512 additions and 8987 deletions

View file

@ -168,10 +168,6 @@ set(SRC_FILES
src/osdep/amiberry_whdbooter.cpp
src/osdep/sigsegv_handler.cpp
src/sounddep/sound.cpp
src/osdep/gui/UaeRadioButton.cpp
src/osdep/gui/UaeDropDown.cpp
src/osdep/gui/UaeCheckBox.cpp
src/osdep/gui/UaeListBox.cpp
src/osdep/gui/InGameMessage.cpp
src/osdep/gui/SelectorEntry.cpp
src/osdep/gui/ShowHelp.cpp