Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "slider doc fix" | Joel Bodenmann | 2013-04-05 | 2 | -5/+5 |
| | | | | This reverts commit c86cd58275c1efe62c6dd2f45e9996b077906352. | ||||
* | slider doc fix | Joel Bodenmann | 2013-04-05 | 2 | -5/+5 |
| | |||||
* | GWIN slider + image support | Andrew Hannam | 2013-04-06 | 3 | -0/+297 |
| | |||||
* | Change Memory Reader prototype | Andrew Hannam | 2013-04-04 | 1 | -2/+2 |
| | | | | Change Memory Reader prototype to prevent signed, unsigned warning | ||||
* | Fixes to RLE_4, RLE_8 and 16 bit BMP images | Andrew Hannam | 2013-04-03 | 1 | -14/+16 |
| | | | | | BMP image handling now complete. The only standard BMP feature not supported is transparency (alpha). | ||||
* | New GDISP image handling with demo | Andrew Hannam | 2013-04-03 | 7 | -2/+1403 |
| | | | | | | | | | | | | Images currently support Native and BMP (except RLE4,8 and 16 bit - due to bugs) Supports reading from Memory, BaseFileStream or real files (only on the Win32 simulator). Move gdisp_pictures demo to better refect its purpose. Bug fixes for BMP RLE4,8 & 16 bit to come very soon GIF support very soon. | ||||
* | coding style | Joel Bodenmann | 2013-03-31 | 1 | -2/+3 |
| | |||||
* | GWIN doc update and poly functions | Andrew Hannam | 2013-03-18 | 1 | -373/+117 |
| | | | | | Add poly functions to GWIN Move doxygen documentation to header file | ||||
* | GWIN Graph - use GDISP point definition | Andrew Hannam | 2013-03-18 | 1 | -362/+362 |
| | |||||
* | Change GDISP poly fns to support translation | Andrew Hannam | 2013-03-18 | 2 | -45/+45 |
| | | | | | Change GDISP poly fns to support translation - required for adding poly functions to GWIN | ||||
* | GWIN button changes | Andrew Hannam | 2013-03-10 | 1 | -59/+177 |
| | | | | | Support a user supplied custom button drawing function. Add arrow buttons based on the new GDISP polygon support. | ||||
* | GDISP changes including polygon support | Andrew Hannam | 2013-03-10 | 2 | -1126/+876 |
| | | | | | | | | | | | | 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. | ||||
* | Revert "GDISP changes including polygon support" | Andrew Hannam | 2013-03-10 | 2 | -876/+1126 |
| | | | | This reverts commit 269262ef9bcd392eb037ed9873557478951669e7. | ||||
* | GDISP changes including polygon support | Andrew Hannam | 2013-03-10 | 2 | -1126/+876 |
| | | | | | | | | | | | | 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. | ||||
* | Fix compiler warning | Andrew Hannam | 2013-03-08 | 1 | -1/+1 |
| | |||||
* | Correction of copyright message | Andrew Hannam | 2013-03-08 | 1 | -1/+1 |
| | |||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 17 | -17/+17 |
| | |||||
* | __inline becomes inline because most compilers dont like the prefix | Joel Bodenmann | 2013-03-04 | 2 | -7/+7 |
| | |||||
* | Add option GWIN_BUTTON_LAZY_RELEASE | Andrew Hannam | 2013-03-02 | 1 | -275/+279 |
| | | | | | | Add option GWIN_BUTTON_LAZY_RELEASE. When set to true in gfxconf.h it changes gwin button behaviour to not require the mouse/touch be over the button when it is released. | ||||
* | Fix to allow destroying of gwin buttons | Andrew Hannam | 2013-03-02 | 2 | -741/+743 |
| | |||||
* | GAUDIN implemented with GADC driver | Andrew Hannam | 2013-03-01 | 2 | -38/+169 |
| | |||||
* | GADC implementation with demo program | Andrew Hannam | 2013-02-18 | 1 | -38/+465 |
| | | | | Also includes driver for AT91SAM7 cpu | ||||
* | Fix compile error in GDISP | Andrew Hannam | 2013-02-18 | 2 | -1272/+1272 |
| | | | | | | Fix compile error with wrongly named include file Revert lld_gdisp naming convention to gdisp_lld to fix problem and be consitant with all other low level drivers. | ||||
* | TDISP merge - NOT TESTED!!! | Joel Bodenmann | 2013-02-18 | 1 | -85/+117 |
|\ | |||||
| * | TDISP cleanup | Andrew Hannam | 2013-01-19 | 1 | -85/+117 |
| | | | | | | | | | | | | Seperate High level and low level code better Implement tdispControl Cleanup | ||||
* | | more GDISP_LLD() cleanup | Joel Bodenmann | 2013-02-11 | 1 | -1/+1 |
| | | |||||
* | | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 27 | -0/+5117 |
| | | |||||
* | | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 27 | -5117/+0 |
|/ | |||||
* | Merge pull request #31 from inmarket/master | Tectu | 2013-01-17 | 8 | -0/+359 |
|\ | | | | | New Subsystems GADC, GAUDIN, GAUDOUT, GMISC | ||||
| * | Implement GMISC Array Operations | Andrew Hannam | 2013-01-17 | 1 | -1/+205 |
| | | |||||
| * | New Subsystems GADC, GAUDIN, GAUDOUT, GMISC | Andrew Hannam | 2013-01-17 | 8 | -0/+155 |
| | | | | | | | | Subsystem definitions and API (not fully implemented yet) | ||||
* | | TDISP cleanup | Joel Bodenmann | 2013-01-17 | 1 | -27/+2 |
|/ | |||||
* | some more TDISP cleanup | Joel Bodenmann | 2013-01-16 | 1 | -2/+2 |
| | |||||
* | removed internal TDISP_LLD() macro | Joel Bodenmann | 2013-01-16 | 1 | -12/+12 |
| | |||||
* | TDISP update | Joel Bodenmann | 2013-01-16 | 1 | -20/+6 |
| | |||||
* | tdisp fixes | Joel Bodenmann | 2013-01-12 | 1 | -4/+2 |
| | |||||
* | TDISP: added custom character routine | Joel Bodenmann | 2013-01-12 | 1 | -0/+13 |
| | |||||
* | added tdisp demo | Joel Bodenmann | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | tdisp update | Joel Bodenmann | 2013-01-11 | 1 | -2/+18 |
| | |||||
* | some tdisp update | Joel Bodenmann | 2013-01-11 | 1 | -0/+15 |
| | |||||
* | TDISP update | Joel Bodenmann | 2013-01-10 | 1 | -1/+4 |
| | |||||
* | 4-bit mode implemented | Joel Bodenmann | 2013-01-10 | 1 | -2/+2 |
| | |||||
* | some TDISP doxygen | Joel Bodenmann | 2013-01-10 | 1 | -2/+3 |
| | |||||
* | added TDISP - experimental | Joel Bodenmann | 2013-01-09 | 2 | -0/+80 |
| | |||||
* | more update | Joel Bodenmann | 2012-12-21 | 1 | -54/+0 |
| | |||||
* | doxygen & cleanup | Joel Bodenmann | 2012-12-21 | 2 | -113/+0 |
| | |||||
* | doxygen fix | Joel Bodenmann | 2012-12-21 | 1 | -2/+2 |
| | |||||
* | Using ginput with polling allow thread preemption | Andrew Hannam | 2012-12-20 | 2 | -0/+8 |
| | | | | | | GINPUT when being exclusively polled by the application, did not allow pre-emption of the main thread and therefore some platforms (Win32) the mouse/toggle stopped working. | ||||
* | more doxygen cleanup | Joel Bodenmann | 2012-12-19 | 1 | -82/+2 |
| | |||||
* | GEVENT doxygen | Joel Bodenmann | 2012-12-19 | 1 | -94/+0 |
| |