<d1b2>
<johnsel> azonenberg: please merge my PR as well fixing Windows CI
<_whitenotifier-f>
[scopehal-apps] Johnsel opened issue #614: Accessibility: Some (core) functionality is only accessible through unclear methods like middle clicking or double clicking specific GUI features. Users might not find or have the ability to access the functionality because of this. - https://github.com/glscopeclient/scopehal-apps/issues/614
<azonenberg>
@johnsel i tried to add tooltips to make stuff more obvious to find
<azonenberg>
While autoscale per se is not available without the middle mouse button (I should add this to the channel properties dialog) you can adkjust gain/offset manually via the properties dialog
<azonenberg>
Which does not require anything other than left clicking to access
<azonenberg>
#615 is indeed a bug, i use the same imgui ID for all "create X" dialog boxes
<azonenberg>
i dont think any logic actually relies on there only ever being one instance so it should be easy to fix once i get back
<azonenberg>
just append a unique random ID to the root ID when the dialog is instantiated
<_whitenotifier-f>
[scopehal-apps] azonenberg commented on issue #614: Accessibility: Some (core) functionality is only accessible through unclear methods like middle clicking or double clicking specific GUI features. Users might not find or have the ability to access the functionality because of this. - https://github.com/glscopeclient/scopehal-apps/issues/614#issuecomment-1732329685
<_whitenotifier-f>
[scopehal-docs] hansemro 01d7457 - Add backslash/multiline breaks to glscopeclient doc This was missing in glscopeclient doc. For reference, this automatically inserts a backslash whenever listings package breaks text to multiple lines.
<_whitenotifier-f>
[scopehal-docs] azonenberg 80ae970 - Merge pull request #70 from hansemro/glscopeclient-backslash-break Add backslash/multiline breaks to glscopeclient doc