Adam Simmons

Results 39 issues of Adam Simmons

Reported in discord-- dropdowns (``) not working in latest trunk (tested on Windows).

bug

`ulPlatformSetFileSystem()` (and other platform-related C-API calls) fail to synchronously set the underlying filesystem if the Renderer is wrapped to C-API calls prior to the call.

bug

This issue will keep track of various things missing in Ultralight that are present in Chrome/Firefox. __CSS__ * [x] CSS user-select property * [x] CSS Radial Gradients (just needs shader...

bug

One of the high-level goals for 1.3 is to implement a cross-platform code editor sample using the modern Monaco editor (the engine behind VS Code). A number of issues need...

enhancement

Use SWIG to generate automatic, low-level language bindings for our C API to simplify the task of maintaining bindings for other languages. SWIG supports the following language targets we care...

enhancement
bindings

Some users may want to draw their own titlebar and close/minimize/maximize buttons (similar to Spotify and Discord). To accomplish this, we need to support borderless windows + custom window drag...

enhancement
appcore

Currently our Pasteboard implementation in WebCore only supports cut/copy/paste of plain text (unicode and non-unicode). This should be extended to support more complex content types so we can support the...

enhancement
appcore
webcore

When using the GPU renderer, each View is drawn into an offscreen render-target texture which users are responsible for displaying in their application (usually by displaying the texture in an...

enhancement
rendering

For various reasons (crash recovery, site isolation, asynchronous rendering), certain users may wish to run the Renderer/Views in a standalone process. Build a multi-process RPC layer around the C API...

enhancement