aboutsummaryrefslogtreecommitdiffstats
path: root/include/gdisp
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of doxygen comments, remove a couple of double definitions.inmarket2013-11-111-2/+2
* doxygen fixesJoel Bodenmann2013-11-102-7/+8
* Add support for a default application orientation.inmarket2013-11-091-9/+5
* Add support for a portrait and landscape orientation modes.inmarket2013-11-091-1/+3
* New GDISP now supports multiple controllers with different pixel formats.inmarket2013-11-052-47/+319
* English grammer correctioninmarket2013-11-051-1/+1
* Auto-generate pixel formats using macro's.inmarket2013-11-052-169/+365
* GDISP_NEED_TEXT and GDISP_NEED_ELLIPSE defaults to FALSE now. The former requ...Joel Bodenmann2013-10-281-2/+2
* Add multiple display support to image decoding.inmarket2013-10-241-6/+8
* Bug fix to GDISP APIinmarket2013-10-241-1/+1
* Add GDISP_NEED_TIMERFLUSH to enable automatic display flushing on a timer.inmarket2013-10-241-0/+13
* Add support for a driver private area (as well as a board private area)inmarket2013-10-212-1/+2
* Fix missing case in gdispStreamStop().inmarket2013-10-213-27/+92
* Change to gdisp low level driver API. Display number is now in the GDriver st...inmarket2013-10-191-6/+7
* Bugfix to remove compile error that only affects GCC ARM compilerinmarket2013-10-171-2/+2
* Multiple controller support can now auto-detect hardware capabilities at run-...inmarket2013-10-161-26/+62
* Compile time fix to text rendering.inmarket2013-10-141-3/+19
* Multiple displays across one or more controllers is now fully supported.inmarket2013-10-123-296/+423
* New optimisation method for some streaming drivers. It should improve speed b...inmarket2013-10-021-3/+35
* SSD1289 streaming driver (untested)inmarket2013-09-301-56/+86
* Useless leftover from ASYNC support is now removedinmarket2013-09-251-181/+0
* Rename a macro and fix some bugsinmarket2013-09-251-5/+6
* GDISP streaming bug fixesinmarket2013-09-242-13/+65
* Scrolling emulation when not supported by hardwareinmarket2013-09-183-294/+595
* GDISP revamp - stage 1inmarket2013-09-063-934/+320
* Merge branch 'master' into fontsinmarket2013-08-011-12/+13
|\
| * Add color blending to GDISPinmarket2013-08-011-0/+13
* | Vastly simplify GDISP mcufont interface code.inmarket2013-07-295-232/+30
* | First cut - beautiful new font handling by PetteriAimoneninmarket2013-07-286-254/+169
|/
* fixed OS-X port (untested)Joel Bodenmann2013-07-231-1/+1
* fixed license headersJoel Bodenmann2013-07-217-7/+7
* doxygen updatesJoel Bodenmann2013-07-211-0/+2
* GDISP fix bug in non-multithreadinmarket2013-07-081-1/+0
* Add gdispImageIsOpen() function.inmarket2013-07-011-1/+14
* gdisp: fixed bug in line drawing functionMateusz Tomaszkiewicz2013-06-261-1/+1
* Various README updatesMateusz Tomaszkiewicz2013-06-211-1/+1
* License header updatesinmarket2013-06-157-7/+7
* GOS module, for operating system independanceinmarket2013-05-254-51/+47
* docsJoel Bodenmann2013-05-202-62/+64
* X driver for GDISP and GINPUT_MOUSEAndrew Hannam2013-05-161-0/+6
* updated license headersJoel Bodenmann2013-05-037-127/+36
* Revert "updated license headers"Joel Bodenmann2013-05-027-57/+114
* updated license headersJoel Bodenmann2013-05-027-114/+57
* GIF image handlingAndrew Hannam2013-04-202-1/+26
* Change Memory Reader prototypeAndrew Hannam2013-04-041-1/+1
* New GDISP image handling with demoAndrew Hannam2013-04-033-0/+408
* Change GDISP poly fns to support translationAndrew Hannam2013-03-181-3/+8
* doxygen fixesJoel Bodenmann2013-03-101-1/+1
* GDISP changes including polygon supportAndrew Hannam2013-03-104-540/+1014
* Revert "GDISP changes including polygon support"Andrew Hannam2013-03-104-1014/+540