-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO.txt
25 lines (19 loc) · 862 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Functors, so it will be possible to handle callback functions... Prepare wincape for lambda parameters support. NOT USE std::function!
Tab-strip control.
File Handling.
Radiobutton control.
Font entity support.
Documentation?
Document code.
Making the code clean and efficient.
Exceptions.
(Done) Add workman mod layout topmost window display as an example.
Use const specifier when possible.
Strong type enums... again.
Lib build.
Use cevelop project as source container.
Migrate this library to C#, Vala or Rust, because C++ is more often used to develop console applications, also,
mantaining and setup a build ecosystem is a nightmare, also working with headers and source is double work.
I think this library is like 'reinventing the wheel' there are other wrappers out there.
Vala migration reference:
https://github.com/emrevit/vala-win32/tree/main