Commit Graph

6372 Commits

Author SHA1 Message Date
Christian Speckner 038557ba69 Fix bad use of constexpr. 2020-11-28 12:59:34 +01:00
thrust26 c1ddf81b82 improved debugger's RAM labels 2020-11-28 12:57:24 +01:00
thrust26 8533709139 added some more tooltips to UI 2020-11-28 12:55:50 +01:00
thrust26 a8e83b63ed updated changes.txt 2020-11-28 12:54:20 +01:00
thrust26 1282c1411d fixed doc 2020-11-25 17:23:05 +01:00
thrust26 8a2cace6c8 fixed #735 (trackball fire) 2020-11-25 17:21:57 +01:00
Stephen Anthony 8f1c84b3cc Fixed compile error and warnings from g++. 2020-11-24 10:01:27 -03:30
thrust26 bc3c8518a2 added path info to launcher tooltips when displaying sub directories
fixed launcher files list when filtering was canceled
added persisting 'incl. subdirectories' setting
2020-11-24 12:50:43 +01:00
Stephen Anthony c51d4846d8 Fix compile warning and error in clang. 2020-11-23 17:39:43 -03:30
thrust26 b569444854 added cancel option (button, enter, ESC) to ProgressDialog
adapted all ProgressDialog using actions to allow canceling
2020-11-23 22:02:52 +01:00
thrust26 6e4052763b added launcher reload delay while typing filter 2020-11-23 09:08:26 +01:00
thrust26 7049bbfd66 updated docs 2020-11-22 22:01:29 +01:00
thrust26 790ace5c56 fixed small font for launcher 2020-11-22 21:58:49 +01:00
thrust26 38bea325c3 fixed considering "show all files" at startup
fixed launcher focus issues after exiting ROMs
2020-11-22 14:42:46 +01:00
thrust26 1219fe0d2c added subdirectory search to launcher
enhanced ProgressDialog
2020-11-22 12:39:17 +01:00
thrust26 4c97ec89c9 improved wildcard handling (addresses #154) 2020-11-21 14:59:31 +01:00
thrust26 1636f1517c fixed #732 2020-11-21 14:38:32 +01:00
Stephen Anthony 2141469ba7 Fix typo in tooltip. 2020-11-20 19:53:44 -03:30
thrust26 d330d6c716 tooltips are disabled for R77 2020-11-20 23:06:06 +01:00
thrust26 e4d9b2eceb added wildcard support to launcher dialog filter 2020-11-20 21:23:48 +01:00
thrust26 2eccae50a0 added tooltips to DeveloperDialog 2020-11-20 20:12:30 +01:00
Stephen Anthony 654ca21817 Don't forget about Mac for a tooltip. 2020-11-20 10:44:32 -03:30
thrust26 095d83d335 updated changes and WhatsNewDialog 2020-11-20 10:31:28 +01:00
thrust26 8d27e64573 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 760f32c5c2 changed y-position displayed in tooltip to scanline number 2020-11-19 23:18:28 +01:00
thrust26 80efc3d631 removed "on top" logic for drawing widgets 2020-11-19 19:19:49 +01:00
thrust26 4a0ca05628 Merge remote-tracking branch 'remotes/origin/feature/improve_ui_redraws' 2020-11-19 18:16:36 +01:00
Stephen Anthony 4d19473bb4 Enable RTTI for Xcode. 2020-11-19 13:39:32 -03:30
thrust26 779375abec fixed potential Clang warnings 2020-11-19 16:44:03 +01:00
thrust26 5172184ece 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 3c50de30a6 added tooltip hiding when context menus are opened
added tooltips to TiaOutputWidget and TiaZoomWidget
2020-11-19 16:40:16 +01:00
Stephen Anthony 319c521b77 Enable RTTI by default for Linux/UNIX builds; disable it for release builds only. 2020-11-19 11:35:02 -03:30
Stephen Anthony 7112dc5533 Add debugger files to Xcode project, and fix minor warnings. 2020-11-19 10:29:41 -03:30
Stephen Anthony 2abfd14d46 Fix location of files in VS project. 2020-11-19 09:49:38 -03:30
Stephen Anthony 4f43334b6c Fix wrong location of debugger files. 2020-11-19 09:36:02 -03:30
thrust26 b77afae178 oops, added missing files 2020-11-19 12:26:03 +01:00
thrust26 5a2ae004b2 Merge branch 'master' into feature/improve_ui_redraws 2020-11-19 12:25:38 +01:00
thrust26 2bdd09fec9 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 db8e6d3ea8 Fix some clang warnings and minor typo. 2020-11-18 22:18:07 -03:30
thrust26 9ab2a5c417 disable tooltip when displayed value changes/is edited 2020-11-18 23:54:43 +01:00
thrust26 6185d9ef06 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 d0e818a693 added a few more tooltips to VideoAudioDialog 2020-11-18 23:52:19 +01:00
Stephen Anthony 355dc9597d 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 59f157187f improved string wrapping (incl. '\n')
fixed potential exception in StringListWidget
2020-11-18 21:02:42 +01:00
thrust26 c19cde6f11 added multi-line tooltip support 2020-11-18 20:07:25 +01:00
thrust26 9aaca0bd4e 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 d7d813b901 Fixed another minor clang warning. 2020-11-17 18:54:35 -03:30
Stephen Anthony a660861008 Fixed minor clang warnings, and implemented clang-tidy suggestions. 2020-11-17 18:37:10 -03:30
thrust26 94ed044697 added tooltips to TiaInfoWidget and CpuWidget 2020-11-17 19:41:23 +01:00
thrust26 9bb6959dd8 aligned tooltip font to dialog font
improved debugger tooltip display
added tooltips for RomListWidget bytes
2020-11-17 18:10:54 +01:00