Skip to content
billyquith edited this page Mar 18, 2013 · 21 revisions

Motivation

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 to aid my terrible memory :-
    • I have added doxygen documentation generation.
    • Hope to add partial documentation, mostly for layout.
  • Reduce memory footprint of each control.
  • Fix type warnings.
  • Add more controls.
  • [Unicode Support](Unicode Support).

Thanks

  • Thanks to Garry for a great UI.
Clone this wiki locally