aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_label.c
Commit message (Expand)AuthorAgeFilesLines
* Reverse removal of label auto-sizing during label creation. Retained removal ...inmarket2018-10-141-17/+20
* Merge branch 'feature/update_license_header' of XenotriX/uGFX into masterJoel Bodenmann2018-10-011-1/+1
|\
| * Update license headerTibo Clausen2018-10-011-1/+1
* | Change gwinLabelDraw to gwinLabelDrawJustifiedTibo Clausen2018-10-011-4/+6
|/
* Remove label auto-resizingTibo Clausen2018-10-011-46/+2
* Added type gFont to replace V2.x font_tinmarket2018-07-081-2/+2
* Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX repl...inmarket2018-07-081-1/+1
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX rep...inmarket2018-07-081-4/+4
* Change color_t to gColorinmarket2018-07-081-1/+1
* Change coord_t to gCoordinmarket2018-07-081-4/+4
* Added new type definitions - moving towards V3.0inmarket2018-06-231-1/+1
* Move GWIN widget internal flags into the public header so that all the state ...inmarket2016-02-171-5/+0
* Make all include paths in ugfx relative.inmarket2015-11-211-1/+1
* 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
* Revert "Adding gwinLabelSetJustification() as it costs basically nothing"Joel Bodenmann2015-11-071-9/+0
* 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 fi...inmarket2015-06-081-0/+2
* Workaround for dynamically sized labels crashing sometimes when the text size...inmarket2015-04-291-3/+11
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-0/+168