-
/usr/bin/ld: newgdi/.libs/libnewgdi.al(textout.lo):/home/xjc/opensource-project/build-minigui-5.0/minigui/src/include/newgal.h:441: multiple definition of `__mg_free_update_region_list'; misc/.libs/li…
-
First problem I found:
'''
d:\github>git clone https://github.com/JoseQuintas/MgM hmge-mgm
Cloning into 'hmge-mgm'...
remote: Enumerating objects: 12, done.
remote: Counting objects: 100% (12/1…
-
构建xGUI-Pro时,运行`cmake --build build`出现问题:
```
[ 1%] Building C object source/wtf/wtf/CMakeFiles/WTF.dir/nothing.c.o
[ 3%] Linking C static library ../../../lib/libWTF.a
[ 3%] Built target WTF
[…
-
I think they're missing 2 things:
1. Argument for the window title
2. The void delegate(string path) for the OK could be a bool delegate, returning true/false or adding another function for valida…
-
Sometimes it's useful to remove all widgets from a widget (such as a dynamic list of a vertical layout recomputing all results)
A function for this on widget would be useful (and could be made more…
-
Currently, the Minigui UI is rendered using circles with drop shadows & gradient fills. This is fine when running on desktop but struggles on mobile GPUs.
We should render the UI elements to off-sc…
-
Can You show the link with the MiniGo GUI, MiniGUI? Does it exist for Windows, or it still project? I'd like to try original v17 engine without LZ 0.16 and Lizzie. Thanks!
-
I'm trying to read the selection property of the DropDownSelection in my change event, but it seems to be private. The documentation on dpldocs seems kind of broken for it and its base class too. (doe…
-
Sometimes I want to create checkboxes without labels, so it would be useful if the Checkbox class could be used for that. (e.g. list of values that can be selected or checkbox with a non-text label)
-
Making all in mgcfg-trans
make[1]: Entering directory '/home/genius/build-minigui-5.0/mg-tools/mgcfg-trans'
lex mgcfg-trans.l
/bin/bash: lex: command not found
Makefile:575: recipe for target 'lex…