aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New inverse square root accelerated math functioninmarket2013-09-241-0/+18
|
* GDISP streaming bug fixesinmarket2013-09-248-161/+208
| | | | | Win32 bitmap support Win32 Rotation is back to front. Need to check touch and other drivers.
* Fix bug where freed memory is written to.inmarket2013-09-191-3/+4
|
* Scrolling emulation when not supported by hardwareinmarket2013-09-187-825/+1065
| | | | | | | Start of new multiple display support GDISP performance optimisations Documentation updates Win32 driver updates
* Use scrolling console in widget demo by defaultinmarket2013-09-181-1/+1
|
* Update demos so OS can be specified in the Makefileinmarket2013-09-184-12/+11
|
* Fix some compiler warningsinmarket2013-09-181-1/+2
|
* Merge remote-tracking branch 'origin/master' into GDISPStreaminginmarket2013-09-189-0/+1073
|\
| * 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
| |
* | GDISP revamp - stage 1inmarket2013-09-067-1664/+2094
|/ | | | | | | | | | New low level driver interface: Only Win32 ported currently Significant reduction in GDISP stack usage Improved performance particularly for native streaming drivers New circle, ellipse, arc routines (draw and fill) that are significantly more efficient and don't overdraw New arc draw algorithm that measures angles correctly. New arc fill algorithm for that actually works without overdrawing or gaps. Much more to come...
* 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.
* Remove unnessary header file in demoinmarket2013-08-171-1/+0
|
* Merge branch 'master' into fontsinmarket2013-08-173-2/+370
|\
| * doxygen fixJoel Bodenmann2013-08-051-2/+2
| |
| * added SSD1963 example filesJoel Bodenmann2013-08-032-0/+368
| |
* | Merge branch 'master' into fontsinmarket2013-08-012-4/+4
|\|
| * Fix GWIN lists font handling.inmarket2013-08-011-3/+3
| |
| * Update widget demo so list 3 is multi-selectinmarket2013-08-011-1/+1
| |
* | Merge branch 'master' into fontsinmarket2013-08-018-45/+183
|\|
| * Add image support to GWIN Listboxes.inmarket2013-08-016-20/+138
| | | | | | | | Updated GWIN widgets demo to match.
| * Release notes updateinmarket2013-08-011-2/+5
| |
| * Add GWIN List multi-select supportinmarket2013-08-014-27/+44
| |
* | Merge branch 'master' into fontsinmarket2013-08-019-36/+861
|\|
| * Update GWIN list.inmarket2013-08-012-207/+218
| | | | | | | | | | Now supports item and page scrolling. A few bugs fixed.
| * Update some GQUEUE prototypesinmarket2013-08-012-6/+6
| |
| * Add color blending to GDISPinmarket2013-08-012-0/+34
| |
| * Update GWIN widget demoinmarket2013-08-011-1/+1
| |
| * Update gwin widgets and lists demosinmarket2013-08-014-16/+56
| |
| * Merge branch 'master' into listinmarket2013-07-293-3/+3
| |\
| * | list updateJoel Bodenmann2013-07-282-5/+22
| | |
| * | list fixJoel Bodenmann2013-07-281-10/+45
| | |
| * | Merge branch 'master' into listJoel Bodenmann2013-07-282-2/+9
| |\ \
| | * | clear after mouse calibration to avoid silly displayJoel Bodenmann2013-07-281-0/+7
| | | |
| * | | cleanupJoel Bodenmann2013-07-282-16/+3
| | | |
| * | | some more list widget workJoel Bodenmann2013-07-281-20/+89
| | | |
| * | | list widget doxygenJoel Bodenmann2013-07-281-1/+121
| | | |
| * | | list widget first implementationJoel Bodenmann2013-07-281-6/+6
| | | |
| * | | compiler warningsJoel Bodenmann2013-07-281-11/+11
| | | |
| * | | some more list workJoel Bodenmann2013-07-272-10/+185
| | | |