aboutsummaryrefslogtreecommitdiffstats
path: root/releases.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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