Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | increased default stack size of the GTimer thread | Joel Bodenmann | 2013-10-21 | 1 | -1/+1 | |
| | | ||||||
| * | Change gfxconf.h to match updated multi-controller support | inmarket | 2013-10-17 | 1 | -1/+3 | |
| | | ||||||
| * | added label define to gfxconf.h | Joel Bodenmann | 2013-10-17 | 1 | -0/+1 | |
| | | ||||||
| * | Multiple displays across one or more controllers is now fully supported. | inmarket | 2013-10-12 | 1 | -0/+23 | |
| | | | | | | | | | | Only the Win32 driver supports this so far. Other drivers are currently broken due to API changes and will be fixed. | |||||
| * | Updates from main-line code | Joel Bodenmann | 2013-10-06 | 1 | -0/+1 | |
| | | ||||||
| * | GDISP streaming bug fixes | inmarket | 2013-09-24 | 1 | -16/+15 | |
| | | | | | | | | | | Win32 bitmap support Win32 Rotation is back to front. Need to check touch and other drivers. | |||||
* | | uncommented GOS selection in GDISP and GWIN demos | Joel Bodenmann | 2013-10-28 | 1 | -1/+1 | |
| | | ||||||
* | | increased default stack size of the GTimer thread | Joel Bodenmann | 2013-10-21 | 1 | -1/+1 | |
| | | ||||||
* | | added label define to gfxconf.h | Joel Bodenmann | 2013-10-16 | 1 | -0/+1 | |
| | | ||||||
* | | gfxconf cleanup | Joel Bodenmann | 2013-10-05 | 1 | -5/+0 | |
| | | ||||||
* | | added thread priorities to gfxconf.h | Joel Bodenmann | 2013-10-05 | 1 | -0/+2 | |
|/ | ||||||
* | added list widget to gfxconf | Joel Bodenmann | 2013-08-24 | 1 | -0/+1 | |
| | ||||||
* | Add new hand built bitmap fonts to replace old UI1 and UI2. | inmarket | 2013-08-17 | 1 | -10/+22 | |
| | | | | | | | | | Allow scaled fonts to be staticly defined. Update new fonts handling so UI1 and UI2 have Narrow and Double variants. Update example gfxconf.h. Fix new font rules. Add support for an application program to add their own fonts. Make system font handling includes root relative. | |||||
* | First cut - beautiful new font handling by PetteriAimonen | inmarket | 2013-07-28 | 1 | -7/+14 | |
| | ||||||
* | removed POSIX, now having dedicated Linux and MAC OS-X ports | Joel Bodenmann | 2013-07-23 | 1 | -1/+2 | |
| | ||||||
* | Remove GDISP_THREAD_CHIBIOS. This is always used now. | inmarket | 2013-07-21 | 1 | -1/+0 | |
| | ||||||
* | Image animation changes | inmarket | 2013-07-19 | 1 | -0/+3 | |
| | ||||||
* | Add a simple GWIN window manager, Change the way GWIN visibility works | inmarket | 2013-06-08 | 1 | -1/+3 | |
| | ||||||
* | added basic implementation of checkboxes (functional) | Joel Bodenmann | 2013-06-02 | 1 | -0/+1 | |
| | ||||||
* | More GOS module changes | inmarket | 2013-05-26 | 1 | -0/+8 | |
| | | | | | GQUEUE as a seperate module GOS changes including basic Win32 O/S support | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 1 | -0/+7 | |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | |||||
* | X driver for GDISP and GINPUT_MOUSE | Andrew Hannam | 2013-05-16 | 1 | -0/+1 | |
| | ||||||
* | GIF image handling | Andrew Hannam | 2013-04-20 | 1 | -0/+1 | |
| | | | | | | GIF image handling Updates to Image structure to make memory accounting optional Add set image background color to handle animated transparency. | |||||
* | GWIN slider + image support | Andrew Hannam | 2013-04-06 | 1 | -0/+1 | |
| | ||||||
* | New GDISP image handling with demo | Andrew Hannam | 2013-04-03 | 1 | -4/+24 | |
| | | | | | | | | | | | | 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 | 1 | -13/+14 | |
| | | | | | | | | | | | | 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 | 1 | -14/+13 | |
| | | | | This reverts commit 269262ef9bcd392eb037ed9873557478951669e7. | |||||
* | GDISP changes including polygon support | Andrew Hannam | 2013-03-10 | 1 | -13/+14 | |
| | | | | | | | | | | | | 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. | |||||
* | Add option GWIN_BUTTON_LAZY_RELEASE | Andrew Hannam | 2013-03-02 | 1 | -0/+1 | |
| | | | | | | 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. | |||||
* | GADC implementation with demo program | Andrew Hannam | 2013-02-18 | 1 | -2/+0 | |
| | | | | Also includes driver for AT91SAM7 cpu | |||||
* | cleanup | Joel Bodenmann | 2013-02-18 | 1 | -109/+105 | |
| | ||||||
* | TDISP merge - NOT TESTED!!! | Joel Bodenmann | 2013-02-18 | 1 | -5/+9 | |
|\ | ||||||
| * | TDISP cleanup | Andrew Hannam | 2013-01-19 | 1 | -5/+4 | |
| | | | | | | | | | | | | Seperate High level and low level code better Implement tdispControl Cleanup | |||||
* | | VMT removal | Joel Bodenmann | 2013-02-11 | 1 | -2/+1 | |
| | | ||||||
* | | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 1 | -0/+106 | |
| | | ||||||
* | | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 1 | -106/+0 | |
|/ | ||||||
* | New Subsystems GADC, GAUDIN, GAUDOUT, GMISC | Andrew Hannam | 2013-01-17 | 1 | -1/+17 | |
| | | | | Subsystem definitions and API (not fully implemented yet) | |||||
* | updated gfxconf.h | Joel Bodenmann | 2013-01-10 | 1 | -8/+15 | |
| | ||||||
* | ginput doxygen | Joel Bodenmann | 2012-12-18 | 1 | -0/+1 | |
| | ||||||
* | Add GDISP font routines. Fix demo bugs | Andrew Hannam | 2012-12-07 | 1 | -0/+82 | |
Add GDISP font routines to Open and Close a font by name. Allows wildcard searching for fonts. Old global font variables are now only optionally included (soon to be deprecated). More demo fixing |