elements icon indicating copy to clipboard operation
elements copied to clipboard

Elements C++ GUI library

Results 81 elements issues
Sort by recently updated
recently updated
newest added

Scaling png files loaded as `image`s gives quite blurry results. This is not the case with the current `master` branch. Compare the following two screenshots: Cairo: ![Screenshot from 2024-04-04 11-42-27](https://github.com/cycfi/elements/assets/16706862/9bd4e3e3-dc99-42b7-bcc7-f3555c7f7630)...

This is related to the so-called trackpad "Natural scrolling". In WIndows, scroll_direction() is obtained from the registry only once. What if the user changes the control panel settings while the...

Seperate modules within the elements project contain header files with the same name. For example both `artist` and `elements` have a header file in their include dir called `infra/support.hpp`. Which...

There was an error in VS2019. 2>skia.lib(gpu.GrDrawingManager.obj) : error LNK2001: unresolved external symbol __std_find_trivial_8 2>skia.lib(skia.SkSLVMCodeGenerator.obj) : error LNK2001: unresolved external symbol __std_max_element_8 2>skia.lib(skia.SkSLString.obj) : error LNK2001: unresolved external symbol __std_find_trivial_1...

bug

This is a MAJOR elements bug and requires some deep investigation. This happens in the skia_2024 branch. The master branch is OK. Please use the master (cairo) branch for now.

bug

Elements c++ support webassembly??

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

Like other windowing toolkits, a split pane is useful to have resizeable areas of the window that hold other widgets, similar to Qt's QSplitter or ImGui splitter behavior.

Currently child windows cannot be resized, only moved and/or closed. My assumption is that a `resizeable` "trait" (sorry if that's not the right term!) can be added, similar to the...

Followed the setup/installation instructions per the Elements website and produced the **elements.sln** solution. (Visual Studio Community 2022). Executed the **ALL_BUILD** using **DEBUG** profile. All examples built correctly. The resulting Debug...