Commit graph

44 commits

Author SHA1 Message Date
Dimitris Panokostas
1ec8599cd8 Fixed navigation after widgets update 2020-05-14 20:43:26 +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
f6b22bb8e2 Fixed #608: Improved GUI documentation 2020-03-16 22:06:28 +01:00
bspinner
a57736e2cd Amiberry GUI on Android comes up (#563)
* Uses C++14 standard lib instead of GNU

GNU lead to compilation errors.

* Removes variables

Those are in the main Android.mk now and relative.

* Creates header file for amiberry_filesys for reuse in other files

* Adds prefix_with_application_directory_path for Android support

* Uses path prefixer to fix some crashes on Android

* Adds pattern for Android Studio (jetbrains) working file

* Removes unused compiler directive LIBMPEG2_PATH from Makefile

* Fixes startup behavior for Android

We are using the applications directory as our working directory now,
because SDCARD access will be limited in the future of Android.
Coming with that, we're also relying on `start_path_data` being
set correctly at startup instead of working around it during
loading of settings.

* Workaround for crash during startup

* Workaround for another crash during startup on Android

* Adds new code file scp.cpp to Android build

* Adds orig files to gitignore

* Fixes behaviour of prefix_with_application_directory_path

* Enables redirection of logs to Android's logcat

* Fixes misspelled compiler directive
2019-12-23 10:43:35 +01:00
Dimitris Panokostas
e9c124a1dc Included memory.h in several files 2019-11-01 15:16:58 +01:00
Dimitris Panokostas
6f7a2e613b GUI files reformatting 2019-10-19 10:25:11 +02:00
Dimitris Panokostas
caf089680b Removed SDL1 code, replaced with Dispmanx GUI engine (WIP) 2019-10-08 00:11:59 +02:00
Dimitris Panokostas
9a96d6b2fb Fixed config settings would not get applied after changing a config and resetting 2019-09-20 18:39:27 +02:00
Dimitris Panokostas
011848a96e Fixed typo 2019-09-17 22:29:22 +02:00
Dimitris Panokostas
77cff6067d Various Android updates 2019-09-02 15:01:01 +02:00
Dimitris Panokostas
dd0c748dde Merged latest WinUAE and uae4arm changes. Added 64-bit support. 2019-08-31 17:30:51 +02:00
Christer Solskogen
a3dd9af895 Code cleanup (#393)
* Code cleanup using deheader for removing unnused headers and adding others to be portable. Removed unused files and renamed .cpp files that are only used as #includes in others

* add missing files
2018-12-23 15:34:53 +01:00
Dimitris Panokostas
bd361414fe Improvements for #297 2018-04-08 00:34:03 +02:00
Dimitris Panokostas
667cd86543 Fixed #246: Dropdown controls regarding Floppy and CD drive were changed always to the last value entered on an update 2018-02-12 14:38:14 +01:00
Dimitris Panokostas
794f38f079 Fixed bug in GUI, where the CD dropdown would not keep the value if you selected one from the history 2018-02-05 22:21:31 +01:00
Dimitris Panokostas
40d1490e6e Fixed dropdown controls height in all Panels 2018-01-23 21:56:35 +01:00
Dimitris Panokostas
4415e3d049 Fixed bug where the Add Directory panel would not show the Directory Requester until a key was pressed 2018-01-21 18:24:53 +01:00
Dimitris Panokostas
af6ced7111 Draw one frame in GUI requesters before waiting for event triggers 2018-01-21 13:34:46 +01:00
Dimitris Panokostas
310c6023ad Moved some items further up in PanelHD, to better fit them in the screen 2017-12-22 18:19:29 +01:00
Dimitris Panokostas
a6b7c599df Code cleanup, corrections and modernization for GUI 2017-12-21 13:53:45 +01:00
Dimitris Panokostas
03110f0389 Code improvements, added error checking in a few more places 2017-12-21 00:50:07 +01:00
Dimitris Panokostas
262f2f1661 Fixed Help text not fitting in screen if resolution was set to 800 horizontal 2017-12-16 23:01:45 +01:00
Dimitris Panokostas
d0555567e7 Fixed GUI layout (Hard Drives) 2017-12-15 14:22:20 +01:00
Dimitris Panokostas
cebfc8f823 Merged SDL1 and SDL2 projects 2017-12-04 15:49:40 +01:00
Dimitris Panokostas
a9368d0187 Revert "Merged SDL1 and SDL2 files in one project"
This reverts commit a37027576a.
2017-12-04 15:45:03 +01:00
Dimitris Panokostas
a37027576a Merged SDL1 and SDL2 files in one project 2017-12-04 15:26:04 +01:00
Dimitris Panokostas
59f80f9d9b Code cleanup and minor improvements, brought back FocusBugWorkaround (still needed in guisan) 2017-12-03 12:26:52 +01:00
Dimitris Panokostas
d2c43c114b WIP - merge latest sdl1-dev changes into sdl2-dev (warning, not fully checked yet, may crash!) 2017-11-29 00:54:20 +01:00
Dimitris Panokostas
71408f5db5 Synced most files with latest uae4arm sources (2017-09-22) 2017-09-27 00:15:50 +02:00
Dimitris Panokostas
5adf64a276 WIP - Fixes after merge #2 (GUI updates) 2017-09-18 17:36:45 +02:00
Dimitris Panokostas
8ed901d54d Reworked Custom Controls, now allows mapping to any key. 2017-04-23 22:23:19 +02:00
Dimitris Panokostas
66bdc85c1e Fixed #98, moved all Amiberry-specific options under the prefix "amiberry." 2017-04-23 00:16:19 +02:00
Dimitris Panokostas
eeea4d17ba Fixes for #96 2017-04-22 16:48:41 +02:00
Dimitris Panokostas
a853165ca8 Fix more potential buffer overflows in paths #92 2017-04-21 22:27:47 +02:00
Dimitris Panokostas
0fb37784de GUI color scheme improvements, controls placement improvements, internal cleanup 2017-04-16 00:50:58 +02:00
Dimitris Panokostas
9416319b12 GUI improvements 2017-02-24 01:34:54 +01:00
Dimitris Panokostas
aebaa7cd26 PanelHD GUI improvements 2017-02-23 23:54:46 +01:00
Dimitris Panokostas
cf12cb2eed Code Cleanup 2017-01-29 12:03:00 +01:00
Dimitris Panokostas
41b46094ef Code cleanup 2017-01-29 11:26:26 +01:00
Dimitris Panokostas
543e64cbca Improved layout in GUI
Fixed some elements being cut-off with the smaller GUI width
2017-01-28 21:35:47 +01:00
Dimitris Panokostas
8983c0c5a3 Changed SDL1 references to SDL2
SDL1 calls to SDL2 ones
Changed references to Guichan to Guisan
Changed references to renamed paths
2016-12-10 11:40:41 +01:00
Dimitris Panokostas
348281d36a First renames after merge
Renamed folders
Updated Makefile contents
Removed obsolete files/folders
2016-12-09 19:04:33 +01:00
Chips-fr
6cbdde5724 remove *dep directories 2015-05-23 13:28:13 +00:00
Chips-fr
e86cde6318 Commit pandora source code 2015-05-13 18:47:23 +00:00