aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* release v1.9Joel Bodenmann2013-10-282-2/+6
|
* no doxygen for drivers...Joel Bodenmann2013-10-281-3/+1
|
* uncommented GOS selection in GDISP and GWIN demosJoel Bodenmann2013-10-2816-76/+76
|
* drivers are not supposed to be included in the doxygen docsJoel Bodenmann2013-10-281-1/+1
|
* updated GDISP and GWIN demosJoel Bodenmann2013-10-2849-792/+440
|
* Bugfix... how could we miss this?Joel Bodenmann2013-10-281-0/+2
|
* GDISP_NEED_TEXT and GDISP_NEED_ELLIPSE defaults to FALSE now. The former ↵Joel Bodenmann2013-10-281-4/+4
| | | | requires to enable at least one font which may not be needed (it sucks if compiling the basic examples) and the latter is barely needed anyway
* moved include headers to correct locationJoel Bodenmann2013-10-272-8/+11
|
* fixed orientation stuff in widgets demoJoel Bodenmann2013-10-261-4/+4
|
* Fix invalid return value in gwin/lists.cinmarket2013-10-241-1/+1
|
* Add initial orientation to the widgets demo.inmarket2013-10-241-0/+4
|
* fixed label bugsJoel Bodenmann2013-10-241-2/+3
|
* Added gwinLabelSetBorder()Joel Bodenmann2013-10-243-7/+43
|
* fixed small bugJoel Bodenmann2013-10-241-1/+1
|
* docsJoel Bodenmann2013-10-231-2/+2
|
* Added gwinListSetScroll()Joel Bodenmann2013-10-233-1/+40
|
* Added gwinListGetSelectedText()Joel Bodenmann2013-10-232-0/+25
|
* Update graph demo so it compiles multi-os direct from a makefileinmarket2013-10-221-3/+3
|
* increased default stack size of the GTimer threadJoel Bodenmann2013-10-212-2/+2
|
* doxygen fixJoel Bodenmann2013-10-211-1/+3
|
* compiler warningsJoel Bodenmann2013-10-202-1/+3
|
* removed ChibiOS/RT path reference (Thanks to Steffanx)Joel Bodenmann2013-10-201-5/+0
|
* added label define to gfxconf.hJoel Bodenmann2013-10-161-0/+1
|
* fixed define typo...Joel Bodenmann2013-10-052-2/+2
|
* gfxconf cleanupJoel Bodenmann2013-10-051-5/+0
|
* added thread priorities to gfxconf.hJoel Bodenmann2013-10-055-35/+51
|
* updated notepad demo textJoel Bodenmann2013-09-281-1/+1
|
* SSD1289 area filling fixJoel Bodenmann2013-09-282-1/+2
|
* Merge remote-tracking branch 'origin/master'inmarket2013-09-271-0/+1
|\
| * docsJoel Bodenmann2013-09-261-0/+1
| |
* | Update animated image demo to better support small displaysinmarket2013-09-271-3/+14
| |
* | Fix compiler warning in image codeinmarket2013-09-271-0/+2
|/
* Merged in PetteriAimonen/ugfx-ed06sc4 (pull request #1) Joel Bodenman2013-09-248-0/+946
|\ | | | | Add driver for ED060SC4 e-ink display panel
| * Add driver for ED060SC4 e-ink display panelPetteri Aimonen2013-09-248-0/+946
|/
* Fix bug where freed memory is written to.inmarket2013-09-191-3/+4
|
* Update demos so OS can be specified in the Makefileinmarket2013-09-184-12/+11
|
* Fix some compiler warningsinmarket2013-09-181-1/+2
|
* docsJoel Bodenmann2013-09-151-0/+1
|
* added cyrillic font demoJoel Bodenmann2013-09-153-0/+644
|
* Added ST7565 driver by user sam0737Joel Bodenmann2013-09-155-0/+428
|
* Update fonts files to allow compiling without GDISP_NEED_TEXT.inmarket2013-09-069-1/+44
|
* Update demos slightly.inmarket2013-09-063-12/+16
|
* fixed SSD1306 license headersJoel Bodenmann2013-08-292-2/+2
|
* Added SSD1306 driver by user goeckJoel Bodenmann2013-08-269-0/+1121
|
* added list widget to gfxconfJoel Bodenmann2013-08-241-0/+1
|
* docsJoel Bodenmann2013-08-182-0/+2
|
* Update old demos for new fonts.inmarket2013-08-174-10/+30
|
* Add new font demo showing how to include user application fonts.inmarket2013-08-1711-0/+1590
|
* Improve font name searching.inmarket2013-08-171-4/+8
|
* Add new hand built bitmap fonts to replace old UI1 and UI2.inmarket2013-08-1710-35/+598
| | | | | | | | | Allow scaled fonts to be staticly defined. Update new fonts handling so UI1 and UI2 have Narrow and Double variants. Update example gfxconf.h. Fix new font rules. Add support for an application program to add their own fonts. Make system font handling includes root relative.