aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_label.c
Commit message (Collapse)AuthorAgeFilesLines
* Move GWIN widget internal flags into the public header so that all the state ↵inmarket2016-02-171-5/+0
| | | | flags are available for custom draw routines.
* Make all include paths in ugfx relative.inmarket2015-11-211-1/+1
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Adding rendering functions to label widget to control text justificationJoel Bodenmann2015-11-071-12/+29
|
* Revert "Adding justification parameter to gwinLabelCreate()"Joel Bodenmann2015-11-071-10/+7
| | | | This reverts commit e8a769c3823eef72a9e064d3bf992152ed261ad2.
* Revert "Adding gwinLabelSetJustification() as it costs basically nothing"Joel Bodenmann2015-11-071-9/+0
| | | | This reverts commit 98f360947014dd3ba562190cd654919034f9f176.
* Adding gwinLabelSetJustification() as it costs basically nothingJoel Bodenmann2015-11-061-0/+9
|
* Adding justification parameter to gwinLabelCreate()Joel Bodenmann2015-11-061-7/+10
|
* Doxygen (documenting each built-in rendering function for widgets)Joel Bodenmann2015-11-031-3/+1
|
* Add some keyboard widget supportinmarket2015-08-171-1/+1
|
* Passing keyboard events to widgets (not finished yet)Joel Bodenmann2015-08-121-0/+5
|
* Added ability to compile ugfx as a single file (excluding driver and board ↵inmarket2015-06-081-0/+2
| | | | | | files). Simply compile src/gfx_mk.c
* Workaround for dynamically sized labels crashing sometimes when the text ↵inmarket2015-04-291-3/+11
| | | | | | size is changed. A real fix requires more work on the redraw handler.
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-0/+168