aui icon indicating copy to clipboard operation
aui copied to clipboard

Declarative UI toolkit for modern C++20

Results 128 aui issues
Sort by recently updated
recently updated
newest added

Add an HTML-level links validation plugin and fix issues if any.

documentation

At this moment, `mkdocs --serve` requires around half a minute to fully rebuild docs on my machine. I want this time lower, as well as fix of live preview of...

documentation

### One More Step Before opening this issue - [x] To follow our [Code of Conduct](https://github.com/aui-framework/aui/blob/master/CODE_OF_CONDUCT.md) - [x] I've considered [existing issues on GitHub page](https://github.com/aui-framework/aui/issues) and didn't find a similar...

Binaries produced with AUI are overwhelmingly large. A debug build of aui.views produces around 100-200mb of binary. The issue is related to excessive usage of template instantiation (#541), most notably...

### One More Step Before opening this issue - [x] To follow our [Code of Conduct](https://github.com/aui-framework/aui/blob/master/CODE_OF_CONDUCT.md) - [x] I've considered [existing issues on GitHub page](https://github.com/aui-framework/aui/issues) and didn't find a similar...

- framework adoption - [x] https://github.com/xmake-io/xmake-repo/pull/7686 (`v7.1.2`) - [x] #527 - [ ] [AUI_PLATFORM_* macros](https://github.com/aui-framework/aui/pull/534#discussion_r2241545788) https://github.com/xmake-io/xmake-repo/pull/7808 - [ ] GLEW imported as a shared library, importing as a static library...

As the project grows, the build times too. Due to my insane love for template metaprogramming, it contributes to build times, too. A cpp file that includes AForEachUI.h compiles considerably...

### What happened? ### Relevant log output or stack trace ```shell ``` ### Steps to reproduce ```bash 1. Ctrl+F12 2. Try to scroll ``` ### Affected Platforms _No response_ ###...

### Describe the need of your project Need `ALogger` API expansion to support additional logging levels: - `FATAL` - `ERROR` - `WARN` - `INFO` - `DEBUG` - `TRACE` Also, an...

design
outsource actor

This task tracks build systems adoption of AUI. - [ ] Add documentation + examples based on tests - [ ] Mention CPM

epic