thrust26
6b46f85fc9
fixed problem with QWERTZ keys
2020-11-06 23:57:34 +01:00
Christian Speckner
a7eb6d2696
Fix option-backspace.
2020-11-06 23:07:05 +01:00
Christian Speckner
fb03d317ce
MacOS mappings.
2020-11-06 23:00:49 +01:00
thrust26
ccf29fa9a5
bugfix: edit mappings removed identical emulation mappings
2020-11-06 21:34:30 +01:00
thrust26
c3be71cd9f
refactored EditableWidget to use events instead of scancodes (TODO: text, MacOS keys)
2020-11-06 18:16:21 +01:00
thrust26
6c315c76be
added single char aggregation for undos
...
fixed potential bug when moving cursor one word left
2020-11-06 14:38:33 +01:00
Stephen Anthony
d7171b5260
Added UndoHandler to Xcode, and fixed minor warnings.
2020-11-06 09:25:08 -03:30
thrust26
89ecd6fd8a
refactored undo functionality into UndoHandler class
2020-11-06 09:54:54 +01:00
thrust26
c66cc61fb1
Merge branch 'master' of https://github.com/stella-emu/stella
2020-11-05 22:17:10 +01:00
thrust26
b2fa192529
added undo/redo to EditableWidget
2020-11-05 22:16:58 +01:00
Stephen Anthony
4b11cb1625
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
7ef46b366d
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
899584b455
fixed Ctrl+A in EditableWidget
2020-11-05 12:56:36 +01:00
thrust26
9a377a7849
updated HelpDialog
...
added 'Space' for selecting UI elements
2020-11-05 12:50:56 +01:00
thrust26
9b600df172
fixed tab bug in VideoAudioDialog
2020-11-05 11:52:15 +01:00
thrust26
f550d727ce
some minor EditableWidget enhancements and code cosmetics
2020-11-05 11:22:52 +01:00
thrust26
5fd48d8a99
selection bug fix attempt
2020-11-05 08:26:59 +01:00
thrust26
c894d8c080
added selection reset for all widgets derived from EditableWidget
2020-11-04 22:44:41 +01:00
thrust26
c8c70ee54b
removed forgotten TODO
2020-11-04 20:19:53 +01:00
thrust26
2ec1f463ad
finalized EditableWidget
...
enabled selection drawing on all derived widgets
2020-11-04 20:18:41 +01:00
thrust26
ac47d855e1
fixed copy/paste bug
2020-11-04 15:29:21 +01:00
thrust26
6a19bd66f9
improved keyboard copy/paste selection
2020-11-04 14:31:21 +01:00
thrust26
c6093a8d6f
added keyboard copy/paste selection in EditableWidget (addresses #105 )
...
increased width of edit cursor
2020-11-04 12:36:18 +01:00
thrust26
e8464fb0bf
Some refactoring of EditableWidget
2020-11-03 16:52:01 +01:00
Stephen Anthony
270d29000e
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
bc4e4586f7
updated debugger screenshot for "Frame Cycls"
2020-11-02 09:08:34 +01:00
Stephen Anthony
7ff0121ffa
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
d404ec8daf
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
2db841836b
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
5005c03a61
updated WhatsNewDialog, reordered Changes.txt
2020-11-01 15:43:54 +01:00
Christian Speckner
c1a1ed2bdb
Changelog.
2020-11-01 15:07:42 +01:00
Stephen Anthony
838318ea2c
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
942aad32b6
fixed DeveloperDialog default settings of CPU register ( fixes #717 )
2020-11-01 11:42:35 +01:00
Stephen Anthony
f07abf675c
Updated various files for upcoming 6.4 release.
2020-10-31 22:38:45 -02:30
thrust26
18232a58b1
updated changes/WhatsNewDialog
2020-10-31 22:53:19 +01:00
thrust26
ec52ea8049
added color parameters to 'Custom' palette, fixes #657
2020-10-31 19:06:58 +01:00
Stephen Anthony
e92b9f3b94
Updated changelog for upcoming release.
2020-10-29 00:09:25 -02:30
Stephen Anthony
e92a3882e7
More fixes to SaveKey data file; make sure file is always 32KB.
2020-10-28 23:37:25 -02:30
Stephen Anthony
b9bb99aa4c
Use proper constant for invalid handles in Windows.
2020-10-25 15:03:34 -02:30
thrust26
dd59729850
Merge branch 'master' of https://github.com/stella-emu/stella
2020-10-25 16:23:02 +01:00
thrust26
72c6f30b52
enabled messages in continuous snapshots mode ( fixes #714 )
...
changed hotkey for continuous snapshots mode
2020-10-25 16:22:46 +01:00
Stephen Anthony
7cf72d7962
Remove redundant define, which was already inside the same define.
2020-10-25 11:28:35 -02:30
Stephen Anthony
61de76e9f0
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
e5b5157751
Revert "Revert change in serial port autodetection that was causing the real serial port to not be found."
...
This reverts commit e8514ca145
.
The previous code works better for our use case.
2020-10-24 17:02:17 -02:30
Stephen Anthony
e8514ca145
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
0a0328b126
Minor updates to comments.
2020-10-23 21:45:04 -02:30
thrust26
4bc6d35192
Merge branch 'master' of https://github.com/stella-emu/stella
2020-10-23 19:46:17 +02:00
thrust26
196e8919cc
fixed Atari mouse auto detection
2020-10-23 19:46:06 +02:00
Stephen Anthony
903be34217
libretro: Minor doc updates and code rearrangement.
2020-10-23 14:48:31 -02:30
Stephen Anthony
ce5bd61d85
Updated Xcode project for recent framebuffer rework.
2020-10-23 10:54:50 -02:30