aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* doxygen fixesJoel Bodenmann2013-11-103-8/+8
* merging GDISPStreamingJoel Bodenmann2013-11-1022-1470/+1941
|\
| * 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
| * Fix incorrect naming of GMISC_INVSQRT_... macros.inmarket2013-11-091-6/+6
| * 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
| * Removal of obsolete reference to GDISP_NEED_ASYNCinmarket2013-10-291-3/+2
| * GDISP_NEED_TEXT and GDISP_NEED_ELLIPSE defaults to FALSE now. The former requ...Joel Bodenmann2013-10-281-2/+2
| * moved include headers to correct locationJoel Bodenmann2013-10-282-8/+11
| * Add multiple display support to GWIN.inmarket2013-10-2411-12/+35
| * Add multiple display support to image decoding.inmarket2013-10-241-6/+8
| * Store the display locally within the mouse structure.inmarket2013-10-241-0/+10
| * New: ginputSetMouseDisplay() to allow the mouse to work with a non-default di...inmarket2013-10-241-3/+16
| * Bug fix to GDISP APIinmarket2013-10-241-1/+1
| * GMISC invsqrt() function.inmarket2013-10-241-1/+26
| * Add GDISP_NEED_TIMERFLUSH to enable automatic display flushing on a timer.inmarket2013-10-242-3/+38
| * Added gwinLabelSetBorder()Joel Bodenmann2013-10-241-2/+12
| * docsJoel Bodenmann2013-10-241-2/+2
| * Added gwinListSetScrollJoel Bodenmann2013-10-241-0/+19
| * Added gwinListGetSelectedText()Joel Bodenmann2013-10-231-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
| * increased default stack size of the GTimer threadJoel Bodenmann2013-10-211-1/+1
| * doxygen fixJoel Bodenmann2013-10-211-1/+3
| * 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-124-299/+428
| * Updates from main-line codeJoel Bodenmann2013-10-061-33/+40
| * 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-244-19/+88
| * Scrolling emulation when not supported by hardwareinmarket2013-09-184-307/+604
| * GDISP revamp - stage 1inmarket2013-09-064-934/+321
* | GDISP_NEED_TEXT and GDISP_NEED_ELLIPSE defaults to FALSE now. The former requ...Joel Bodenmann2013-10-281-4/+4
* | moved include headers to correct locationJoel Bodenmann2013-10-272-8/+11
* | Added gwinLabelSetBorder()Joel Bodenmann2013-10-241-2/+12
* | docsJoel Bodenmann2013-10-231-2/+2
* | Added gwinListSetScroll()Joel Bodenmann2013-10-231-0/+19
* | Added gwinListGetSelectedText()Joel Bodenmann2013-10-231-0/+13
* | increased default stack size of the GTimer threadJoel Bodenmann2013-10-211-1/+1
* | doxygen fixJoel Bodenmann2013-10-211-1/+3
* | added thread priorities to gfxconf.hJoel Bodenmann2013-10-052-33/+47
|/
* Add new hand built bitmap fonts to replace old UI1 and UI2.inmarket2013-08-171-3/+2
* Merge branch 'master' into fontsinmarket2013-08-171-2/+2
|\