aboutsummaryrefslogtreecommitdiffstats
path: root/releases.txt
Commit message (Collapse)AuthorAgeFilesLines
* docJoel Bodenmann2013-03-141-0/+1
|
* GDISP changes including polygon supportAndrew Hannam2013-03-101-0/+3
| | | | | | | | | | | | Add polygon drawing Add convex polygon filling Start support for a monochrome display Move gdisp doxygen to header file Restructure the balance between gdisp.h and gdisp_lld.h Remove old extern font definitions (now always use gdispOpenFont) Make public the GDISP structure and change macros to suit (faster for the application). gdispQuery is now optional.
* release.txt updateJoel Bodenmann2013-03-081-2/+4
|
* Nokia6610GE8 driver updatesAndrew Hannam2013-03-081-79/+80
| | | | | | | | Fix screen size to ignore hidden pixels. Add orientation support. Fix bit blitting boundary conditions. Add power modes support. This driver is now fully implemented.
* docsJoel Bodenmann2013-03-051-0/+3
|
* VMT removalJoel Bodenmann2013-02-111-0/+2
|
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-111-0/+74
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-111-74/+0
|
* New Subsystems GADC, GAUDIN, GAUDOUT, GMISCAndrew Hannam2013-01-171-0/+1
| | | | Subsystem definitions and API (not fully implemented yet)
* TDISP updateJoel Bodenmann2013-01-161-1/+2
|
* small fixJoel Bodenmann2013-01-131-0/+1
|
* doc updateJoel Bodenmann2013-01-031-0/+2
|
* version 1.5 releaseJoel Bodenmann2012-12-181-1/+2
|
* XPT2046 removedJoel Bodenmann2012-12-181-0/+1
|
* RestructureAndrew Hannam2012-12-061-9/+13
| | | | | | | | | | | | | Create global include file called gfx.h which knows about sub-system dependancies. Deprecate Touchscreen (GINPUT touch is now working properly) Merge Graph into GWIN Change directory structure to reflect sub-system structure Many small bugs fixed Split Nokia6610 gdisp driver into GE8 and GE12 controller versions Fixed broken demos. GFX sub-systems are now clearly defined and new ones should be much easier to add.
* GEVENT, GTIMER & GINPUT subsystemsAndrew Hannam2012-11-171-0/+3
| | | | | | | | GEVENT - for passing event structures from Sources to Listeners GTIMER - thread context based once-off and periodic timers. GINPUT - extensible, multiple device-type, input sub-system. gevent & gtimer are code complete, ginput is definition complete but not code complete.
* gdisp Win32 Orientation support. Revert MacroAndrew Hannam2012-11-121-0/+1
| | | | | | gdisp Win32 orientation support. Revert to producing an error if GDISP_NEED_TEXT is not defined when GWIN_NEED_CONSOLE or GWIN_NEED_BUTTON is defined.
* removed false ILI9320 codeJoel Bodenmann2012-11-121-0/+1
|
* Touch Fixes. Deprecate ConsoleAndrew Hannam2012-11-111-0/+3
| | | | | | | | | | | | | | | | | | Touch: - Move defines that may be altered by the touch config file to the lld header file. - Move the definition of the Touch driver structure to the lld config file. - Changed CONVERSIONS macro to TOUCHSCREEN_CONVERSIONS - Replaced references to GDISP_SCREEN_WIDTH with gdispGetWidth - Renamed TOUCHSCREEN_HAS_IRQ to TOUCHSCREEN_HAS_PRESSED to match new function name. - Added prototypes for calibration storage functions to touchscreen_lld.h so that either the lld driver or the application can define the function. Console: -Deprecated into "old" directory. Functionality replaced by gwin.
* docsJoel Bodenmann2012-11-101-0/+1
|
* renamed touchpad into touchscreenJoel Bodenmann2012-11-101-0/+2
|
* release v1.4Joel Bodenmann2012-11-031-1/+4
|
* docsJoel Bodenmann2012-11-031-0/+1
|
* GDISP fixes and new routines. Many GWIN changes.Andrew Hannam2012-10-301-1/+5
| | | | | | | | | | | | | | | | | | GDISP: Fix gdisp???Arc to use (possibly) hardware accelerated routines. Fix Arc orientation so 0 degrees is on x axis and 90 degrees points to the top of screen (instead of the bottom). Add rounded box routines (if ARC support is turned on). Add a gdispDrawStringBox to match the gdispFillStringBox routine. Repair prototypes in wrong place in gdisp.h GWIN: Extract the concept of a Window Handle to allow many new features. Allow dynamic creation of window objects as well as static initialisation. Seperate the console code into a console specific window type. Add buttons as a specific window type. The drawing code is complete, the input (touch or mouse) is still to be implemented.
* docsJoel Bodenmann2012-10-281-0/+5
|
* version 1.3 releaseJoel Bodenmann2012-10-251-0/+39