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:
parent
077b2498c4
commit
a6c7862a26
70 changed files with 8512 additions and 8987 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue