-
Proposed new API:
```c
_UI_EXTERN int uiThemeDarkMode();
_UI_EXTERN void uiThemeOnDarkModeChanged(void (*f)(void *), void *data);
```
`unix` and `darwin` are both very easy to implement.
`wind…
-
TODO:
- Briefly describes how to manually generate documentation locally.
- [x] win
- [x] macOS
- [x] linux
- [ ] Identify common Doxyfile options and what they are used for.
- [ ] …
-
I display a graph like this:
And it has 1000 nodes and 999 edges. It gets a little slow when redrawing, and I was wondering if there's a better way for me to display the elements (circles and l…
-
Heya Fusion,
Have you tried to use libui-ng + crystal on windows again?
Perhaps crystal libui would work now. It would be an interesting alternative
for quick prototyping. And libui-ng added a …
-
[GtkTreeView](https://docs.gtk.org/gtk3/class.TreeView.html) on `unix`:
![image](https://user-images.githubusercontent.com/11763424/182323874-58caae70-8125-4a31-92a0-130af7c8f4b1.png)
[NSOutlineVi…
-
This thread exists to collect all the requests for Table and coordinate merging the feature back into master now that I'm ready to focus attention on it.
This thread includes by proxy the discussio…
-
Hi, I really love Frida! it's awesome!
I'm trying to debug a mobile game that was written using `cocos2d-x` a multi-platform game engine. Games are written using C++ (There are also JavaScript and Lu…
-
The Japanese text is displayed strangely.
code:
```
window('こんにちは') {
area {
text {
string("こんにちは\n") {
font family: 'Osaka', size: 20
color :white
}
…
-
I am playing around with jruby + swing right now, in particular writing a GUI agnostic
toolkit - a bit similar to glimmer. My idea is to abstract things into e. g. "Button.new"
being valid for all m…
-
i mean i dont mind gtk3, but will this move to gtk4 as gtk3 goes out of scope officially