thrust26
a8d9eab777
updated docs
2020-11-22 22:01:29 +01:00
thrust26
6ec8693110
fixed small font for launcher
2020-11-22 21:58:49 +01:00
thrust26
d5e7829bd2
fixed considering "show all files" at startup
...
fixed launcher focus issues after exiting ROMs
2020-11-22 14:42:46 +01:00
thrust26
9a68e48421
added subdirectory search to launcher
...
enhanced ProgressDialog
2020-11-22 12:39:17 +01:00
thrust26
80c32d67f4
improved wildcard handling (addresses #154 )
2020-11-21 14:59:31 +01:00
thrust26
fc92520fc5
fixed #732
2020-11-21 14:38:32 +01:00
Stephen Anthony
2b47ae1062
Fix typo in tooltip.
2020-11-20 19:53:44 -03:30
thrust26
11ec159bff
tooltips are disabled for R77
2020-11-20 23:06:06 +01:00
thrust26
94fae3de3d
added wildcard support to launcher dialog filter
2020-11-20 21:23:48 +01:00
thrust26
83da128ee9
added tooltips to DeveloperDialog
2020-11-20 20:12:30 +01:00
Stephen Anthony
bf9b5b5557
Don't forget about Mac for a tooltip.
2020-11-20 10:44:32 -03:30
thrust26
4683b234b8
updated changes and WhatsNewDialog
2020-11-20 10:31:28 +01:00
thrust26
3b04034aab
improved tooltips hiding
...
added tooltip to breakpoint/trap status
added tooltip to search/compare buttons and dialogs
added tooltips to data operation buttons
2020-11-20 10:11:40 +01:00
thrust26
763685e0c3
changed y-position displayed in tooltip to scanline number
2020-11-19 23:18:28 +01:00
Christian Speckner
24e802e490
Don't serialize redundant properties.
2020-11-19 23:15:13 +01:00
thrust26
ae452ffb09
removed "on top" logic for drawing widgets
2020-11-19 19:19:49 +01:00
thrust26
39b94d74e1
Merge remote-tracking branch 'remotes/origin/feature/improve_ui_redraws'
2020-11-19 18:16:36 +01:00
Stephen Anthony
f7cf30a7fb
Enable RTTI for Xcode.
2020-11-19 13:39:32 -03:30
thrust26
8b4ed1ae08
fixed potential Clang warnings
2020-11-19 16:44:03 +01:00
thrust26
8f0547f995
Merge branch 'feature/improve_ui_redraws' of https://github.com/stella-emu/stella into feature/improve_ui_redraws
2020-11-19 16:40:28 +01:00
thrust26
998f423662
added tooltip hiding when context menus are opened
...
added tooltips to TiaOutputWidget and TiaZoomWidget
2020-11-19 16:40:16 +01:00
Stephen Anthony
020d663d4d
Enable RTTI by default for Linux/UNIX builds; disable it for release builds only.
2020-11-19 11:35:02 -03:30
Stephen Anthony
ec1941a323
Add debugger files to Xcode project, and fix minor warnings.
2020-11-19 10:29:41 -03:30
Stephen Anthony
3b85ceaa75
Fix location of files in VS project.
2020-11-19 09:49:38 -03:30
Stephen Anthony
be170c7697
Fix wrong location of debugger files.
2020-11-19 09:36:02 -03:30
thrust26
b41f228e25
oops, added missing files
2020-11-19 12:26:03 +01:00
thrust26
a7c37e1d0c
Merge branch 'master' into feature/improve_ui_redraws
2020-11-19 12:25:38 +01:00
thrust26
d3125f23d7
added tooltip display of RAM labels in DataGridWidgets
...
added tooltip display of labels of some ToggleBitsWidget bits
merged tooltip display of 2nd and 3rd RomListWidget byte
added tooltip display of signed values
2020-11-19 12:25:07 +01:00
Stephen Anthony
6196c1f546
Fix some clang warnings and minor typo.
2020-11-18 22:18:07 -03:30
thrust26
0fcdc3ae6b
disable tooltip when displayed value changes/is edited
2020-11-18 23:54:43 +01:00
thrust26
7ba9ce3439
Merge branch 'feature/improve_ui_redraws' of https://github.com/stella-emu/stella into feature/improve_ui_redraws
2020-11-18 23:52:46 +01:00
thrust26
f195ad48f9
added a few more tooltips to VideoAudioDialog
2020-11-18 23:52:19 +01:00
Stephen Anthony
d2012a857d
Use const references where appropriate.
...
Probably not a huge performance gain, but added to match the rest of the code.
2020-11-18 17:56:57 -03:30
thrust26
9eea11ef83
improved string wrapping (incl. '\n')
...
fixed potential exception in StringListWidget
2020-11-18 21:02:42 +01:00
thrust26
3433a6f013
added multi-line tooltip support
2020-11-18 20:07:25 +01:00
thrust26
3690d83c7f
improved tooltip handling (better delays, rerender instead of redraw)
...
added tooltip to StringListWidget for shortened texts (e.g. ROM names in launcher)
added code for StaticTextWidget tooltip (without setting widget dirty)
2020-11-18 17:48:19 +01:00
Stephen Anthony
1e4f3563b6
Fixed another minor clang warning.
2020-11-17 18:54:35 -03:30
Stephen Anthony
a7d83e352e
Fixed minor clang warnings, and implemented clang-tidy suggestions.
2020-11-17 18:37:10 -03:30
thrust26
bd52de99b0
added tooltips to TiaInfoWidget and CpuWidget
2020-11-17 19:41:23 +01:00
thrust26
b81706b215
aligned tooltip font to dialog font
...
improved debugger tooltip display
added tooltips for RomListWidget bytes
2020-11-17 18:10:54 +01:00
thrust26
ebe30f4209
enhanced GPRx bits display in debugger, now considers reflection
2020-11-17 13:36:12 +01:00
thrust26
d4cd97617e
added considering bit order in PF pixel tooltip display
...
removed unused click count from ToggleWidget
2020-11-17 13:06:11 +01:00
thrust26
0dbd87f787
keep tooltips visible while mouse moves in focus
...
show tooltips faster when moving from one to another
update tooltip when mouse moves over different widget items
disable tooltip when editing
2020-11-17 12:33:47 +01:00
thrust26
dec31a0f03
fixed bug which removed highlighting for most widgets
2020-11-17 08:34:39 +01:00
thrust26
cce4e0f5d5
added value tool tips to debugger (DataGridWiget, ToogleWidget)
2020-11-16 23:50:10 +01:00
Christian Speckner
fdc07b3eac
Load joystick mappings from json.
2020-11-16 22:26:25 +01:00
thrust26
b9f5aa1753
fixed tool tip font for Launcher
...
added a few more tool tips
2020-11-16 20:00:51 +01:00
thrust26
e288350fdf
added a separate flag for mouse focus
2020-11-16 18:59:01 +01:00
thrust26
aa51e29b38
fixed tool tips for HiDPI
...
added tool tip repositioning if exceeding surface
2020-11-16 17:41:24 +01:00
Stephen Anthony
fc7a21285f
Fix warning, and add ToolTip to Linux build.
2020-11-16 09:50:50 -03:30