elements
elements copied to clipboard
Elements C++ GUI library
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: ...
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...
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.
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...
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...