aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp
Commit message (Expand)AuthorAgeFilesLines
...
* GDISP Streaming bug fixes and new optimisation methodinmarket2013-09-271-11/+70
* Fix compiler warning in image codeinmarket2013-09-271-0/+2
* Rename a macro and fix some bugsinmarket2013-09-251-35/+30
* GDISP streaming bug fixesinmarket2013-09-241-20/+17
* Scrolling emulation when not supported by hardwareinmarket2013-09-181-135/+326
* Fix some compiler warningsinmarket2013-09-181-1/+2
* GDISP revamp - stage 1inmarket2013-09-061-524/+1611
* Update fonts files to allow compiling without GDISP_NEED_TEXT.inmarket2013-09-069-1/+44
* Improve font name searching.inmarket2013-08-171-4/+8
* Add new hand built bitmap fonts to replace old UI1 and UI2.inmarket2013-08-178-22/+574
* From mcufont upstream: Fix tab handling in mf_get_string_widthinmarket2013-07-301-0/+11
* From mcufont upstream: Fix inconsistency between UTF8 and other encodingsinmarket2013-07-301-3/+8
* Add font baseline to the starting point of string rendering.inmarket2013-07-301-0/+1
* Fix rule handling to help the end user get things right.inmarket2013-07-292-1/+23
* Vastly simplify GDISP mcufont interface code.inmarket2013-07-291-183/+126
* Fix compiler warnings, operating system dependancies, and non-portable code.inmarket2013-07-299-17/+22
* Updated license headers on new font codeinmarket2013-07-2818-0/+126
* First cut - beautiful new font handling by PetteriAimoneninmarket2013-07-2847-989/+20994
* Missing define for OSXinmarket2013-07-241-1/+1
* fixed OS-X port (untested)Joel Bodenmann2013-07-231-1/+1
* fixed license headersJoel Bodenmann2013-07-219-9/+9
* GDISP fix bug in non-multithreadinmarket2013-07-081-0/+4
* Image decoders not setting image type correctly.inmarket2013-07-083-0/+3
* Add gdispImageIsOpen() function.inmarket2013-07-011-0/+8
* License header updatesinmarket2013-06-158-8/+8
* GOS updatesinmarket2013-06-021-4/+6
* GOS module, for operating system independanceinmarket2013-05-258-209/+161
* Fix GIF rendering issueAbhishek Kumar2013-05-211-0/+2
* docsJoel Bodenmann2013-05-206-2/+18
* More Image FixesAndrew Hannam2013-05-091-7/+7
* Image Decoder FixesAndrew Hannam2013-05-093-51/+82
* updated license headersJoel Bodenmann2013-05-038-144/+40
* Revert "updated license headers"Joel Bodenmann2013-05-028-64/+152
* updated license headersJoel Bodenmann2013-05-028-152/+64
* GIF image handlingAndrew Hannam2013-04-203-23/+1201
* Change Memory Reader prototypeAndrew Hannam2013-04-041-2/+2
* Fixes to RLE_4, RLE_8 and 16 bit BMP imagesAndrew Hannam2013-04-031-14/+16
* New GDISP image handling with demoAndrew Hannam2013-04-037-2/+1403
* Change GDISP poly fns to support translationAndrew Hannam2013-03-181-8/+8
* GDISP changes including polygon supportAndrew Hannam2013-03-102-1126/+876
* Revert "GDISP changes including polygon support"Andrew Hannam2013-03-102-876/+1126
* GDISP changes including polygon supportAndrew Hannam2013-03-102-1126/+876
* updated copyright - 2013Joel Bodenmann2013-03-062-2/+2
* Fix compile error in GDISPAndrew Hannam2013-02-181-1268/+1268
* more GDISP_LLD() cleanupJoel Bodenmann2013-02-111-1/+1
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-113-0/+2050
* removed GDISP_LLD() macroJoel Bodenmann2013-02-113-2050/+0
* doxygen updateJoel Bodenmann2012-12-162-4/+4
* Add GDISP font routines. Fix demo bugsAndrew Hannam2012-12-071-68/+196
* RestructureAndrew Hannam2012-12-063-0/+1922