nappgui_src icon indicating copy to clipboard operation
nappgui_src copied to clipboard

SDK for building cross-platform desktop apps in ANSI-C

Results 91 nappgui_src issues
Sort by recently updated
recently updated
newest added

Hello, I'm working on a application that requires some dynamic UI behavior. In the context of this application this means adding and removing (not hiding but outright destroying) arbitrary GUI...

documentation

For example the hello demo app only displays the title bar. Build from source is successful. I am surprised the application can not be resized/maximised either. Otherwise nice job ![Screenshot...

bug

Hi, I am looking to port a java application to nappgui, but the main part of the program has a table that has editable elements. I was wondering the status...

enhancement
work-in-progress

Nice project! I was experimenting with the examples and started writing some C++ wrapper classes, similar to WTL (http://wtl.sourceforge.net/) I have a fork with my changes and a new hello...

enhancement
work-in-progress

Could you set up GitHub Sponsors, this project is really cool and I would like to support it.

E.g. in HTML or PDF format? Not critical, but would be useful.

documentation
work-in-progress

This is a great library and there is definitely a need for it; thank you very much for open-sourcing it! I explored the code and made some experiments with the...

enhancement
work-in-progress

hi, maintainer, are there any plans to support golang? Have a nice day :-)

I was able to build the DLL with Rochus Keller's project files with MinGW on 64bit Windows 10 version with some changes: ``` Probably misspelling in MinGW headers: +++ b/src/draw2d/win/dctx_win.cpp...

enhancement

The final size of NAppGUI Window in GTK is made in: https://github.com/frang75/nappgui_src/blob/main/src/osgui/gtk3/oswindow.c line 772, calling to `gtk_widget_set_size_request(window->control.widget, (gint)width, (gint)height);` The `width` and `height` values have been calculated by NAppGUI compositor....

bug