Foundation classes for a basic GUI implementing simple widgets and events

Dependents:   TouchScreenGUIDemo

Revisions of Widgets/TextWidget.cpp

Revision Date Message Actions
18:d849f3ada858 2016-05-28 Moved the event queue into the EventDispatcher; Improved event handling across Window/Widget File  Diff  Annotate
17:5184762fda6c 2016-05-22 Improved Window attach/detach handling; Improved TextWidget MIDDLE layout for multi-line File  Diff  Annotate
16:e9a771ecfdbe 2016-05-22 Added vertical alignment control to TextWidget; pumpEvents no longer blocks File  Diff  Annotate
13:6714534e7974 2016-05-21 Cleaned up SpinnerWidget; Started on SpinnerDialog - will extract Dialog later File  Diff  Annotate
12:63db16fea709 2016-05-08 Update to handle dirty pixels and geometric change/damage File  Diff  Annotate
11:b485561aa112 2016-04-22 TextWidget now uses string; Start of SpinnerWidget File  Diff  Annotate
10:e9d13e3a9d4f 2016-04-11 Formatting File  Diff  Annotate
9:616a9686d5db 2016-04-11 TextWidget now writes the entire background on redraw File  Diff  Annotate
8:a460cabc85ac 2016-04-11 Added GUI for common defaults File  Diff  Annotate
7:303850a4b30c 2016-04-10 Working implementation File  Diff  Annotate
4:27546fb8b670 2016-03-27 Added Bitmap_FG_BG to help render monochrome bitmaps File  Diff  Annotate
3:cb004f59b715 2016-03-27 Added FontRenderer File  Diff  Annotate
2:bb9183379488 2016-03-25 Added Font class File  Diff  Annotate
1:48796b602c86 2016-03-25 Implement default isEventTarget on Widget File  Diff  Annotate
0:0a590815d51c 2016-03-25 Added EventSource interface File  Diff  Annotate