Gavrilut Dragos

Results 20 issues of Gavrilut Dragos

Add support for word wrapping in TextArea

enhancement

Add a mode in which the first column of a list view can be multiplied. Normally we see a table in listview in the following way: ||....| In this new...

enhancement

Redesign OnBeforeSetText and maybe regular text entering code to include some sort of validation (e.g. a space can only be followed by a letter, etc).

enhancement

Design a buffer support for ini object (in the following way): `value = hex:"00 11 FF AB` or `value = dec:"1,2,3,4` with all buffer values as an `uint8_t` type. It...

enhancement

Possible candidates: gtest, catch2 catch = https://github.com/catchorg/Catch2/ gtest = https://github.com/google/googletest A couple of things that are of interest: 1) to be quickly able to see if all tests have passed...

enhancement

Control deletion / removal has to be redisign. Things to include: - Closing somehting from the framework (a regular window) should dealocate the control - Closing a modal window, should...

bug

Add terminal support to allow characters to be bold, undelined or drawn within a box (left, top, right and bottom margin).

enhancement

Create python binding to allow someone to use AppCUI from Python scripts

enhancement

Add e method to cache the content of a window (that is inactive) the first time it is being drawn in a Canvas style object. / CharacterBuffer. Once the content...

enhancement

Search & integrate a library

enhancement
good first issue