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
4
Makefile
4
Makefile
|
@ -397,10 +397,6 @@ OBJS = \
|
|||
src/osdep/amiberry_whdbooter.o \
|
||||
src/osdep/sigsegv_handler.o \
|
||||
src/sounddep/sound.o \
|
||||
src/osdep/gui/UaeRadioButton.o \
|
||||
src/osdep/gui/UaeDropDown.o \
|
||||
src/osdep/gui/UaeCheckBox.o \
|
||||
src/osdep/gui/UaeListBox.o \
|
||||
src/osdep/gui/InGameMessage.o \
|
||||
src/osdep/gui/SelectorEntry.o \
|
||||
src/osdep/gui/ShowHelp.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue