Commit graph

49 commits

Author SHA1 Message Date
Dimitris Panokostas
1466ae965b Fixed #538: Implemented GUI controls for display centering 2019-11-23 12:40:53 +01:00
Dimitris Panokostas
835f659dcc Fixed max vertical size for PAL (568/2) 2019-11-19 20:41:40 +01:00
Dimitris Panokostas
d0f456debb Set Max. Horizontal to 720 to keep DispmanX happy as well #273 2019-10-30 00:21:50 +01:00
Dimitris Panokostas
a26b0330dd Fixed #273: Added smart Horizontal and Vertical centering/scaling
Removed Vertical Offset option, should no longer be needed
2019-10-30 00:15:17 +01:00
Dimitris Panokostas
abdbbcbb3b Fixed maximum Display sizes 2019-10-28 22:41:44 +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
77cff6067d Various Android updates 2019-09-02 15:01:01 +02:00
Dimitris Panokostas
f6b862e084 Changed Frameskip function to mirror that of WinUAE's (value 1 is now the default and means draw every frame, higher values enable frameskip at different rates). Fixes #504 2019-09-01 12:56:05 +02:00
Dimitris Panokostas
dd0c748dde Merged latest WinUAE and uae4arm changes. Added 64-bit support. 2019-08-31 17:30:51 +02:00
Dimitris Panokostas
7d06843ea7 Fixed potential buffer overflow situations in gui Panels 2019-02-08 20:46:43 +01: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
1a73e061d0 Cleanup Line Mode options when closing the panel, only show Scaling options help when using SDL2 2018-12-06 22:09:08 +01:00
Dimitris Panokostas
408c5e4d16 Fixed #385: Display panel did not show Line Mode in the right position under SDL1 2018-12-02 19:04:18 +01:00
Dimitris Panokostas
510f801550 Added Scanlines support 2018-12-01 12:28:07 +01:00
Dimitris Panokostas
4c5faedf96 Fixed bug where the Vertical size would be incorrectly set to double the first time, if Line Doubling was enabled 2018-04-02 18:59:06 +02:00
Dimitris Panokostas
883b8dcfad Added Fullscreen mode as an option, saved in the config. Only affects Amiberry running under x11, as running from the console is fullscreen always. 2018-01-28 22:45:43 +01:00
Dimitris Panokostas
8a30d382a0 GUI: Adjusted Display sliders group size 2018-01-28 21:03:16 +01:00
Dimitris Panokostas
9fc803a7e3 Added Correct Aspect Ratio calculation for all DispmanX targets, controlled by option in the Display Panel 2018-01-02 20:17:32 +01:00
Dimitris Panokostas
e04be02c6c Improved positioning and sizing in some panels 2017-12-25 02:00:11 +01:00
Dimitris Panokostas
541af31644 Brought back Vertical Offset option in PanelDisplay 2017-12-25 00:15:51 +01:00
Dimitris Panokostas
98887f2665 Fixed 4:3 Ratio checkbox not being enabled/disabled in the GUI correctly, depending on configuration 2017-12-22 12:22:16 +01:00
Dimitris Panokostas
a6b7c599df Code cleanup, corrections and modernization for GUI 2017-12-21 13:53:45 +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
6a058242d6 Fixed GUI layout (Display) 2017-12-15 14:39:40 +01:00
Dimitris Panokostas
fa2d649b87 Added Amiga Screen size sliders back to Display Panel in SDL2 2017-12-13 16:28:25 +01:00
Dimitris Panokostas
796b501639 More SDL1 fixes 2017-12-05 13:20:33 +01:00
Dimitris Panokostas
f835e3245f Fixed PANDORA code that wasn't tagged as such (crashed SDL1 non-Pandora project) 2017-12-05 12:37:18 +01:00
Dimitris Panokostas
ba9166bfd0 Fixes for SDL1 after merge 2017-12-05 11:11:01 +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
0646927e7a Brought back several PANDORA specific items, using #ifdef PANDORA to enable them conditionally 2017-09-29 17:21:56 +02: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
0fb37784de GUI color scheme improvements, controls placement improvements, internal cleanup 2017-04-16 00:50:58 +02:00
Dimitris Panokostas
ac2f8b70d6 Removed Display size settings (not needed anymore) 2017-04-14 00:05:31 +02:00
Dimitris Panokostas
9416319b12 GUI improvements 2017-02-24 01:34:54 +01:00
Dimitris Panokostas
f96ebaecaf Fixed overlapping controls in Display
Frameskip was hidden by the new Scaling Method window
2017-02-23 23:37:58 +01:00
Dimitris Panokostas
efa82628d5 Added Scaling Method option in GUI 2017-02-23 01:07:28 +01:00
Dimitris Panokostas
8ca8f12bf0 Removed Vertical offset setting
not needed with SDL2, as we'll be centering the image automatically
always
2017-02-22 14:52:38 +01:00
Dimitris Panokostas
cf12cb2eed Code Cleanup 2017-01-29 12:03:00 +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
61a177ff66 Code cleanup
Removed Aspect Ration option from Display (SDL2 handles that for us now)
2017-01-23 22:07:53 +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