Denilson das Mercês Amorim

Results 79 issues of Denilson das Mercês Amorim

Tracking progress on dialog bindings. If you wish to implement any of those items leave a comment :) **Main:** - [x] IupDialog - [x] IupPopup - [x] IupShow - [x]...

help wanted

Tracking progress on controls binding. If you wish to implement any of those items leave a comment :) Having a control implemented means it has it's documented callbacks _(and constructors,...

help wanted

Tracking progress on resources. If you wish to implement any of those items leave a comment :) - [x] LED - [ ] Fonts - Since fonts are attributes _(working)_...

help wanted

IUP uses a encoding depending on the C locale, Rust is Unicode aware by the means of UTF-8. Thus the UTF-8 mode of IUP must be enabled by us right...

Tracking progress on attributes. If you wish to implement any of those items leave a comment :) This issue is not about method to access individual attributes on each control,...

help wanted

Tracking progress on the events section of iup docs. If you wish to implement any of those items leave a comment :) **Functions:** - [x] IupMainLoop - Wrapped in `with_iup`....

help wanted

Some conventions on the functions must be discussed... ### Null parameters Some functions allow null pointers to be passed to them.. For instance `IupInsert` and `IupReparent` allow the `ref_child` parameter...

Tracking the progress on layout bindings. If you wish to implement any of those items leave a comment :) Having a layout implemented means it has it's documented callbacks _(and...

help wanted

This is not really a issue with _iup-rust_ but _rust-lang_ itself that closely affects this project. When the issue gets off _rust-lang_ the build process here should be updated. Related...

According to cppreference documentation (can't find the latest draft), the C++17 interface for `std::any` is a bit different from the one we are basing on, `std::experimental::any`. Function names changed and...