thrust26
c1cc678c19
Merge branch 'master' of https://github.com/stella-emu/stella
2020-11-05 22:17:10 +01:00
thrust26
06813747f5
added undo/redo to EditableWidget
2020-11-05 22:16:58 +01:00
Stephen Anthony
251661331e
Fix avoxport popup not selecting correct device in InputDialog.
...
Incidentally, I think we should change VarList::push_back() to not allow this type of error to happen.
Having to pass two parameters with the same value seems to be very hacky.
2020-11-05 13:20:45 -03:30
thrust26
ecb42a5b51
added filtering to text pasted to EditableWidget
...
updated doc for UI keys (TODO: UI edit keys)
2020-11-05 15:19:33 +01:00
thrust26
3b64e55304
fixed Ctrl+A in EditableWidget
2020-11-05 12:56:36 +01:00
thrust26
558a3d999c
updated HelpDialog
...
added 'Space' for selecting UI elements
2020-11-05 12:50:56 +01:00
thrust26
12b0e871cb
fixed tab bug in VideoAudioDialog
2020-11-05 11:52:15 +01:00
thrust26
67d1a898e0
some minor EditableWidget enhancements and code cosmetics
2020-11-05 11:22:52 +01:00
thrust26
4cb502ff8c
selection bug fix attempt
2020-11-05 08:26:59 +01:00
thrust26
ed39615077
added selection reset for all widgets derived from EditableWidget
2020-11-04 22:44:41 +01:00
thrust26
f5922c6bc9
removed forgotten TODO
2020-11-04 20:19:53 +01:00
thrust26
9b95063fbc
finalized EditableWidget
...
enabled selection drawing on all derived widgets
2020-11-04 20:18:41 +01:00
thrust26
8c5b47346f
fixed copy/paste bug
2020-11-04 15:29:21 +01:00
thrust26
0aa078c610
improved keyboard copy/paste selection
2020-11-04 14:31:21 +01:00
thrust26
fa8e21cf4b
added keyboard copy/paste selection in EditableWidget (addresses #105 )
...
increased width of edit cursor
2020-11-04 12:36:18 +01:00
thrust26
f3ab1d56c6
Some refactoring of EditableWidget
2020-11-03 16:52:01 +01:00
Stephen Anthony
55c74116a2
And so it begins again; bump version number to 6.5_pre
...
Move some serial port code directly into portNames(); meant to do this for 6.4, oh well.
2020-11-02 14:20:42 -03:30
thrust26
c986f2687e
updated debugger screenshot for "Frame Cycls"
2020-11-02 09:08:34 +01:00
Stephen Anthony
b7f80e552c
More syntax fixes; indicate plural of "Cycle" as "Cycls" in the debugger (we really need more room here :) )
2020-11-01 19:07:39 -03:30
Stephen Anthony
0b45bc0a2d
Added new debugger pseudo-registers to the changelog.
...
Changed string "Cycl." to "Cycle", since there was no point using a '.' with a fixed-width font.
2020-11-01 18:27:41 -03:30
Stephen Anthony
de4dd01883
Updated git commit ID for last commit before the 6.4 release (we hope).
...
Changed changelog slightly, since Stella loads ROMs, not cartridges.
2020-11-01 15:19:50 -03:30
thrust26
6d861dfe6e
updated WhatsNewDialog, reordered Changes.txt
2020-11-01 15:43:54 +01:00
Christian Speckner
0a7a665016
Changelog.
2020-11-01 15:07:42 +01:00
Stephen Anthony
e9b30c7fee
Slight refactor of label array in DeveloperDialog.
...
- This is a followup to the last commit for this class
- We don't need this to be a static in the header file itself
2020-11-01 09:51:57 -03:30
thrust26
7657fc7d41
fixed DeveloperDialog default settings of CPU register ( fixes #717 )
2020-11-01 11:42:35 +01:00
Stephen Anthony
3ece2cd26b
Updated various files for upcoming 6.4 release.
2020-10-31 22:38:45 -02:30
thrust26
b1007c40a6
updated changes/WhatsNewDialog
2020-10-31 22:53:19 +01:00
thrust26
0ec9e7af9f
added color parameters to 'Custom' palette, fixes #657
2020-10-31 19:06:58 +01:00
Stephen Anthony
c0e08c9475
Updated changelog for upcoming release.
2020-10-29 00:09:25 -02:30
Stephen Anthony
4660b239a5
More fixes to SaveKey data file; make sure file is always 32KB.
2020-10-28 23:37:25 -02:30
Stephen Anthony
aa28a21dec
Use proper constant for invalid handles in Windows.
2020-10-25 15:03:34 -02:30
thrust26
76988a3553
Merge branch 'master' of https://github.com/stella-emu/stella
2020-10-25 16:23:02 +01:00
thrust26
c170e3db59
enabled messages in continuous snapshots mode ( fixes #714 )
...
changed hotkey for continuous snapshots mode
2020-10-25 16:22:46 +01:00
Stephen Anthony
13c6c87604
Remove redundant define, which was already inside the same define.
2020-10-25 11:28:35 -02:30
Stephen Anthony
d87477310e
Fix bug where selected ROM isn't remembered when exiting and re-entering a directory.
2020-10-24 20:42:36 -02:30
Stephen Anthony
14477ac80c
Revert "Revert change in serial port autodetection that was causing the real serial port to not be found."
...
This reverts commit 235539a331
.
The previous code works better for our use case.
2020-10-24 17:02:17 -02:30
Stephen Anthony
235539a331
Revert change in serial port autodetection that was causing the real serial port to not be found.
2020-10-24 15:21:19 -02:30
Stephen Anthony
acd0b60090
Minor updates to comments.
2020-10-23 21:45:04 -02:30
thrust26
57d2cb602f
Merge branch 'master' of https://github.com/stella-emu/stella
2020-10-23 19:46:17 +02:00
thrust26
0259d6c9c7
fixed Atari mouse auto detection
2020-10-23 19:46:06 +02:00
Stephen Anthony
064df33737
libretro: Minor doc updates and code rearrangement.
2020-10-23 14:48:31 -02:30
Stephen Anthony
547916e707
Updated Xcode project for recent framebuffer rework.
2020-10-23 10:54:50 -02:30
Stephen Anthony
bb6af18330
Minor update to VS project file.
2020-10-23 10:46:05 -02:30
Stephen Anthony
b5e0b4523d
Fairly huge refactoring of FrameBuffer class into FBBackend and friends.
...
Only tested in Linux and libretro for now; Windows and Mac will follow soon.
2020-10-23 10:27:06 -02:30
thrust26
6af3fbc4fb
updated doc graphics due to new PopupWidget look
2020-10-23 11:55:44 +02:00
thrust26
e1181eb1bc
Merge branch 'master' of https://github.com/stella-emu/stella
2020-10-22 12:10:03 +02:00
thrust26
44d3acd542
added editable PopupWidget
...
made AtariVox serial port editable
2020-10-22 12:09:49 +02:00
Stephen Anthony
fb035c6bf7
Switch to 'cu' AVox-USB devices for Mac.
2020-10-20 09:44:35 -02:30
Stephen Anthony
c15985bf14
Fix serial port autodetect issues for Mac (similar to fixes for Linux).
2020-10-19 19:16:49 -02:30
Christian Speckner
c00d57d8ef
Fix romSize overflow. Fixes DPC emulation with UNSAFE_OPTIMIZATIONS.
2020-10-19 23:37:20 +02:00