Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to emulate malloc() and free() to prevent nasty hard to find ↵ | inmarket | 2015-11-27 | 1 | -0/+1 |
| | | | | link errors from C library routines that need malloc | ||||
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 1 | -4/+1 |
| | | | | The only include path now needed is for drivers (in particular GDISP drivers) | ||||
* | Add gfxconf.h.example for the new defines | inmarket | 2015-11-11 | 1 | -0/+2 |
| | |||||
* | Add support for a PreInit Routine to allow early hardware initialisation | inmarket | 2015-11-05 | 1 | -0/+1 |
| | |||||
* | Adding word-wrap support for gdispDrawStringBox() and gdispFillStringBox() | Joel Bodenmann | 2015-10-30 | 1 | -0/+1 |
| | | | | Thanks to Koryagin Dmitry for this contribution | ||||
* | Adding missing defines for CMSIS and Keil OS | Joel Bodenmann | 2015-10-23 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into Keil | inmarket | 2015-10-23 | 1 | -0/+1 |
|\ | |||||
| * | Replace all inline definitions with GFXINLINE | inmarket | 2015-10-23 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' into Keil | inmarket | 2015-10-13 | 1 | -0/+2 |
|\| | |||||
| * | Merge branch 'master' into TextEdit | Joel Bodenmann | 2015-08-16 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | Conflicts: docs/releases.txt | ||||
| * | | Adding GWIN_FOCUS_HIGHLIGHT_WIDTH | Joel Bodenmann | 2015-08-16 | 1 | -0/+1 |
| | | | |||||
| * | | Adding TextEdit dummy widget (not implemented yet) | Joel Bodenmann | 2015-08-12 | 1 | -0/+1 |
| | | | |||||
* | | | First attempt at Keil CMSIS support | inmarket | 2015-10-12 | 1 | -0/+2 |
| |/ |/| | |||||
* | | Renaming GFX_NO_OS_INIT to GFX_OS_NO_INIT | Joel Bodenmann | 2015-08-16 | 1 | -1/+1 |
|/ | |||||
* | Significant improvements in alternative scheduler. | inmarket | 2015-07-16 | 1 | -1/+3 |
| | | | | | | Isolate the generic thread and heap code Tidyup's. Generic threading now working for x86, cortex-m0->m7. | ||||
* | Provide better access to compiler optimisations for the raw scheduler | inmarket | 2015-07-08 | 1 | -0/+1 |
| | |||||
* | Add GWIN virtual keyboard widget | inmarket | 2015-04-12 | 1 | -0/+3 |
| | |||||
* | Remove unneeded definition | inmarket | 2015-02-28 | 1 | -1/+0 |
| | |||||
* | GFILE was not being initialised properly. | inmarket | 2015-02-28 | 1 | -0/+2 |
| | | | | Added GFX_OS_EXTRA_INIT_FUNCTION and GFX_OS_EXTRA_DEINIT_FUNCTION macro's to enable special initialisation to occur being anything else happens. | ||||
* | Add the ability to flash a gwin window/widget. | inmarket | 2015-01-25 | 1 | -0/+2 |
| | | | | | Only the button draws for checkbox's and radio's currently do anything about it. Widget demo updated to show this on Checkbox 3 (the toggle button). | ||||
* | Add support and demo for pixmaps (in memory drawing) | inmarket | 2015-01-13 | 1 | -0/+3 |
| | |||||
* | New keyboard driver interface with international keyboard support. | inmarket | 2015-01-07 | 1 | -0/+4 |
| | |||||
* | New Tabset Widget. | inmarket | 2015-01-03 | 1 | -0/+2 |
| | | | | Widgets demo updated to (optionally) use the new tabset. | ||||
* | Updates to the slider to fix positioning issues. | inmarket | 2014-12-13 | 1 | -0/+3 |
| | | | | Also fixes negative ranges, ranges > 65536 and very small ranges. | ||||
* | Doc updates for multiple mouse support | inmarket | 2014-11-26 | 1 | -0/+1 |
| | |||||
* | Add MatrixFloat2D and MatrixFixed2D operations to GMISC. | inmarket | 2014-11-21 | 1 | -0/+2 |
| | | | | Add polygon demo | ||||
* | Fixing font names of newly added DejaVuSans20 and DejaVuSans20_aa | Joel Bodenmann | 2014-11-17 | 1 | -0/+2 |
| | |||||
* | Adding GDISP_NEED_ARCSECTOR stuff that was missing | Joel Bodenmann | 2014-10-27 | 1 | -0/+1 |
| | |||||
* | New mouse updates. Just need a driver now. | inmarket | 2014-09-25 | 1 | -0/+10 |
| | |||||
* | Expose the GDISP_STARTUP_COLOR setting for the initial color of displays | inmarket | 2014-09-25 | 1 | -2/+2 |
| | |||||
* | SImplify the options for multiple displays. | inmarket | 2014-09-17 | 1 | -4/+2 |
| | | | | This will also be more compatible with newmouse infrastructure | ||||
* | gfxconf.example.h multiple display options were in the wrong place. | inmarket | 2014-08-23 | 1 | -5/+4 |
| | |||||
* | adding RAWRTOS option to gfxconf.h | Joel Bodenmann | 2014-08-20 | 1 | -0/+1 |
| | |||||
* | GL3D GWIN window + demo | inmarket | 2014-08-20 | 1 | -0/+1 |
| | |||||
* | GFILE: restructure files, add File Listing, add C String files | inmarket | 2014-08-12 | 1 | -3/+4 |
| | | | | Fix compile error for ChibiOS BaseStreamFile based GFILES'. | ||||
* | Operating System initialisation can now be turned off in gfxconf.h | inmarket | 2014-07-29 | 1 | -0/+3 |
| | |||||
* | Add widget tag support (and fix a couple of doxygen problems) | inmarket | 2014-07-15 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into eCos | inmarket | 2014-07-03 | 1 | -1/+4 |
|\ | |||||
| * | Missing gfxconf definitions for the RAW32 port | inmarket | 2014-07-03 | 1 | -1/+4 |
| | | |||||
| * | adding RAW32 to gfxconf.example.h | Joel Bodenmann | 2014-07-02 | 1 | -0/+1 |
| | | |||||
* | | Add eCos to gfxconf.example.h | inmarket | 2014-07-02 | 1 | -0/+2 |
|/ | |||||
* | added gfileSync() and autosync feature | Joel Bodenmann | 2014-06-29 | 1 | -0/+1 |
| | |||||
* | Fatfs Cleanup | inmarket | 2014-06-27 | 1 | -1/+1 |
| | |||||
* | FatFS complete implementation | Joel Bodenmann | 2014-06-27 | 1 | -0/+1 |
| | |||||
* | GWIN: Make sure invisible windows are redrawn before visible windows. | inmarket | 2014-05-22 | 1 | -0/+2 |
| | | | | Redrawing compile options made visible for the user project. | ||||
* | Make gfxconf.example.h all comments of the default. | inmarket | 2014-05-11 | 1 | -167/+172 |
| | |||||
* | Merge branch 'master' into gwin | Joel Bodenmann | 2014-05-10 | 1 | -5/+10 |
|\ | |||||
| * | Merge branch 'freertos' | Joel Bodenmann | 2014-05-10 | 1 | -5/+10 |
| |\ | |||||
| | * | Introducing GFX_FREERTOS_USE_TRACE | Joel Bodenmann | 2014-05-10 | 1 | -6/+10 |
| | | | |||||
| | * | Merge branch 'master' into freertos | Joel Bodenmann | 2014-05-04 | 1 | -0/+1 |
| | |\ |