Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Clean up GWIN Event assignment. Optimise event efficiency. | inmarket | 2013-06-10 | 4 | -44/+34 | |
| | | ||||||
* | | Add a simple GWIN window manager, Change the way GWIN visibility works | inmarket | 2013-06-08 | 2 | -2/+2 | |
| | | ||||||
* | | GWIN fixes | inmarket | 2013-06-06 | 1 | -51/+61 | |
| | | ||||||
* | | License fixes to some demos | inmarket | 2013-06-06 | 4 | -72/+100 | |
| | | ||||||
* | | New simplified gwin using a pseudo class structure. | inmarket | 2013-06-06 | 3 | -0/+212 | |
|/ | ||||||
* | Notepad-2 demo updated to work on ChibiOS or pure Win32 compile | inmarket | 2013-06-02 | 8 | -58/+65 | |
| | ||||||
* | Had extra elements to gitignore and fix image problems created by github | inmarket | 2013-06-02 | 4 | -0/+0 | |
| | ||||||
* | doxygen fixes | Joel Bodenmann | 2013-06-01 | 2 | -24/+0 | |
| | ||||||
* | TDISP update | Joel Bodenmann | 2013-06-01 | 8 | -0/+1816 | |
| | ||||||
* | gdispInit() -> gfxInit() in all demos | Joel Bodenmann | 2013-05-30 | 8 | -3/+3 | |
| | ||||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 42 | -256/+147 | |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | |||||
* | New Notepad-2 Demo for ChibiOS/GFX | Abhishek Kumar | 2013-05-23 | 10 | -0/+1354 | |
| | | | | See demos/3rdparty/notepad-2/readme.txt for more details. | |||||
* | TDISP demo fix | Joel Bodenmann | 2013-05-15 | 1 | -1/+1 | |
| | ||||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 44 | -347/+471 | |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | |||||
* | Revert "fixed 3rdparty demos path" | Joel Bodenmann | 2013-05-02 | 5 | -395/+0 | |
| | | | | This reverts commit dca2721b9de72b4435dfb80b8c7c9c2ac89ed370. | |||||
* | fixed 3rdparty demos path | Joel Bodenmann | 2013-05-02 | 5 | -0/+395 | |
| | ||||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 44 | -471/+347 | |
| | ||||||
* | GIF image handling | Andrew Hannam | 2013-04-20 | 4 | -0/+725 | |
| | | | | | | GIF image handling Updates to Image structure to make memory accounting optional Add set image background color to handle animated transparency. | |||||
* | typo | Joel Bodenmann | 2013-04-15 | 5 | -0/+0 | |
| | ||||||
* | cleanup | Joel Bodenmann | 2013-04-14 | 1 | -3/+0 | |
| | ||||||
* | added demos/3thparty | Joel Bodenmann | 2013-04-14 | 6 | -0/+398 | |
| | ||||||
* | changed the license of all demos to BSD | Joel Bodenmann | 2013-04-08 | 39 | -18821/+782 | |
| | ||||||
* | Add GINPUT Dial, simplify GWIN input assignment | Andrew Hannam | 2013-04-07 | 4 | -21/+29 | |
| | | | | | | | | Added GINPUT Dial support and a driver that uses GADC to read the dial. Added support for Dial inputs to the GWIN slider. Updated the slider demo for Dial Inputs. Simplified the assigning of inputs to GWIN "widgets" button and slider. Updated the demo's to match the new input to button assignment. | |||||
* | GWIN slider + image support | Andrew Hannam | 2013-04-06 | 3 | -0/+146 | |
| | ||||||
* | Move demos to better locations | Andrew Hannam | 2013-04-06 | 6 | -626/+626 | |
| | ||||||
* | Update demo to use Memory Reader for images | Andrew Hannam | 2013-04-04 | 1 | -1/+15 | |
| | ||||||
* | New GDISP image handling with demo | Andrew Hannam | 2013-04-03 | 12 | -69/+177 | |
| | | | | | | | | | | | | 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. | |||||
* | GDISP changes including polygon support | Andrew Hannam | 2013-03-10 | 2 | -2/+0 | |
| | | | | | | | | | | | | 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 | -0/+2 | |
| | | | | This reverts commit 269262ef9bcd392eb037ed9873557478951669e7. | |||||
* | GDISP changes including polygon support | Andrew Hannam | 2013-03-10 | 2 | -2/+0 | |
| | | | | | | | | | | | | 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. | |||||
* | Correction of copyright message | Andrew Hannam | 2013-03-08 | 6 | -6/+6 | |
| | ||||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 20 | -17/+17 | |
| | ||||||
* | added gdisp_pictures demo | Joel Bodenmann | 2013-03-04 | 8 | -0/+18455 | |
| | ||||||
* | __inline becomes inline because most compilers dont like the prefix | Joel Bodenmann | 2013-03-04 | 2 | -0/+0 | |
| | ||||||
* | GAUDIN implemented with GADC driver | Andrew Hannam | 2013-03-01 | 5 | -0/+457 | |
| | ||||||
* | GADC implementation with demo program | Andrew Hannam | 2013-02-18 | 5 | -0/+553 | |
| | | | | Also includes driver for AT91SAM7 cpu | |||||
* | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 26 | -0/+1666 | |
| | ||||||
* | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 26 | -1666/+0 | |
| | ||||||
* | TDISP update | Joel Bodenmann | 2013-01-16 | 1 | -1/+3 | |
| | ||||||
* | TDISP: added custom character routine | Joel Bodenmann | 2013-01-12 | 1 | -0/+16 | |
| | ||||||
* | Merge branch 'tdisp' | Joel Bodenmann | 2013-01-11 | 8 | -0/+104 | |
|\ | ||||||
| * | added tdisp demo | Joel Bodenmann | 2013-01-11 | 8 | -0/+104 | |
| | | ||||||
* | | small doxygen fixes | Joel Bodenmann | 2013-01-11 | 1 | -6/+0 | |
|/ | ||||||
* | benchmark demo update | Joel Bodenmann | 2012-12-22 | 3 | -165/+150 | |
| | ||||||
* | benchmark demo cleanup | Joel Bodenmann | 2012-12-22 | 1 | -23/+13 | |
| | ||||||
* | Add benchmarks application | etmatrix | 2012-12-22 | 2 | -0/+212 | |
| | ||||||
* | small demo code cleanup | Joel Bodenmann | 2012-12-20 | 3 | -5/+6 | |
| | ||||||
* | New & updated GDISP demo programs | Andrew Hannam | 2012-12-20 | 7 | -0/+278 | |
| | ||||||
* | notepad demo update | Joel Bodenmann | 2012-12-16 | 2 | -1/+2 | |
| | ||||||
* | Updated graph demo to show more | Andrew Hannam | 2012-12-13 | 2 | -9/+15 | |
| | | | | Added extra line segment graphing to the graph demo |