Joel de Guzman

Results 15 issues of Joel de Guzman

To keep issues bug related only, we created the discussions' [Feature list section](https://github.com/cycfi/elements/discussions?discussions_q=category%3ADialogs+category%3AElements+category%3AHosts+category%3A"Other+features"), so please use it instead issues for feature requests. You can use the `element`, `dialog`, `host` (and...

More to follow. This is just added here so I won't forget... Currently, Elements supports two-finger swipes for scrolling and also for adjusting sliders. However, there's "natural scroll" typically set...

help wanted

- [x] Setup - [x] Aspects - [ ] Quick Tutorials - [ ] Examples - [ ] Foundation - [ ] Elements - [ ] Display - [ ]...

TODO
documentation

- [x] Layout example: menu not processing up/down arrows correctly. - [x] Add cast utility that deals with indirect elements. - [ ] Elements ‘image’ should apply the _scale since...

TODO

When a window is moved from a non-high-dpi to a high-dpi window display, or vice versa, the sizes are wrong. A simple view refresh will re-layout elements properly, but this...

Testing GUIs is tricky. but nevertheless, I don't feel good without tests. Right now, I have to build the examples and inspect each one of them to make sure everything...

This commit: https://github.com/boostorg/spirit/commit/afe763b61ece1a9fea5aee419920e8526e6dfcef included a static that forces us to always supply an attribute. It was noted in https://github.com/boostorg/spirit/issues/511 that the commit was because the code was previously silently synthesizing...

Using this test code: https://wandbox.org/permlink/narFEvZFzyigJt5d For reference: https://github.com/boostorg/spirit/issues/511

See: https://github.com/boostorg/spirit/pull/282 A better way to address this is to not allow such big digits in the default real number policies for primitive floating point numbers. The current code (real...

enhancement
need more info

Why is nvgTextBreakLines ignoring leading spaces at the beginning of each row? It seems to be intended and even commented: "Indicate to skip the white space at the beginning of...