Francisco García Collado

Results 5 issues of Francisco García Collado

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

Incorporate a new control for web browsing.

documentation
enhancement
work-in-progress

Add a new option in NAppGUI CMake scripts for generate the install structure required by vcpkg. ``` cmake -S . -B build -DCMAKE_INSTALL_TYPE=vcpkg cmake --build build .... cmake --install build...

documentation
enhancement

* OpenGL, Vulkan, D3D, Metal support connection into View control.

documentation
enhancement

In https://nappgui.com/en/howto/guihello.html#h6 we can apply the current text attributes to all/selected text in control, using: `textview_apply_all()` `textview_apply_sel()` In order to implement a full-featured text editor, we need to access the...

enhancement