bryphe

Results 97 issues of bryphe

Managing focus for text input is critical for useful interactive applications. In general, clicking on a text input should grant it focus. In addition, other elements may be 'focusable' for...

help wanted
A-input

The CSS `box-shadow` supports a property called `inset`, which causes the box-shadow to be rendered _inside_ the element: __Without__ `inset`: ![image](https://user-images.githubusercontent.com/13532591/50702305-6791cc80-1005-11e9-93cd-efdc415539da.png) __With__ `inset`: ![image](https://user-images.githubusercontent.com/13532591/50702323-737d8e80-1005-11e9-89c0-bc9b92e7a88b.png) We use this inner-box-shadow styling in...

enhancement
help wanted
skia-dependent
A-primitives

One thing that got me really hooked on the Redux/React ecosystem was the idea of _time-travel_ - via Dan's talk: https://www.youtube.com/watch?v=xsSnOQynTHs It was a really impressive concept to me -...

enhancement
A-infrastructure

Today, we regenerate our 'LayoutTree' that we pass to @jordwalke 's `flex` library. We do this every render frame. This is bad for performance for a couple reasons: - Generates...

help wanted
performance
A-technical

I'd like to add an example that highlights the __Fullscreen__ and __Maximize__ capabilities of the framework. We already have a `Window.maximize` API - so that piece would be easy to...

help wanted
example
A-other

The Revery API supports creating multiple Windows via multiple calls to `App.createWindow`: https://github.com/revery-ui/revery/blob/78811ecf09ed2cd8520277831c0b1f22149ad5ab/src/Core/App.re#L39 I'd like to have an example that exercises this behavior. The example could consist of a single...

help wanted
example
A-other

Pulling out the gestures piece from #227 to track, since I think it's a bit further out then a specific fix for #227 From @jordwalke: > It would be nice...

enhancement
help wanted
A-native
A-input

Discussion / suggestion from @jordwalke - we were thinking it'd be helpful to have a mode with a 4x4 tracking square moving 4 pixels every frame. This is useful especially...

enhancement
performance
A-infrastructure

Performance __is a feature!__ It's important that we can target scenarios, and guarantee - build-over-build - that we aren't regressing performance. This is always very challenging to hook up and...

enhancement
performance
A-infrastructure

This issue is tracking the integration of a 'dialog' API for displaying native system dialogs for opening, saving files, alerting, etc. As an inspiration, the Electron API would be a...

help wanted
A-native
A-primitives