-
Notifications
You must be signed in to change notification settings - Fork 30
Home
billyquith edited this page Mar 4, 2013
·
21 revisions
The "gwork" (GWen fork) branch contains various changes. GWEN can become quite tightly integrated with your application so many of these changes are to suit my needs.
I hope to:
- Use some C++11 features, e.g. :-
- override - helps avoid accidental virtual mismatches (of which there are a few).
- lambda functions.
- Add documentation :-
- I have added doxygen documentation generation.
- Hope to add partial documentation, mostly for layout. Docs also to aid my terrible memory.
- Reduce memory footprint of each control.
- Fix type warnings.
- Add more controls.
- Thanks to Garry for a great UI.