Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For all source files update integer types to the new gI8 etc type names | inmarket | 2018-11-03 | 1 | -0/+1 |
| | |||||
* | gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITY | inmarket | 2018-07-08 | 1 | -1/+1 |
| | |||||
* | Added type gOrientation to replace V2.x orientation_t, and values ↵ | inmarket | 2018-07-08 | 1 | -1/+1 |
| | | | | gOrientationX replace GDISP_ROTATE_X | ||||
* | Change new colors to GFX_RED instead of GFXRED. Use the new color defs | inmarket | 2018-03-10 | 1 | -1/+1 |
| | |||||
* | First set of V3 macro changes | inmarket | 2018-02-27 | 1 | -214/+219 |
| | |||||
* | Added support for specifying calibration fonts and text | inmarket | 2018-02-24 | 1 | -0/+4 |
| | |||||
* | Adding Zephyr port | Joel Bodenmann | 2017-09-20 | 1 | -0/+1 |
| | |||||
* | Add support for CMSIS V2 OS's eg RTX5 | inmarket | 2017-08-16 | 1 | -0/+2 |
| | |||||
* | Fix font baseline_x problem, decrease word-wrap stack usage, add text ↵ | inmarket | 2017-03-11 | 1 | -0/+2 |
| | | | | justification options | ||||
* | FEATURE: Significantly improved the FreeRTOS port | inmarket | 2017-03-04 | 1 | -0/+2 |
| | | | | | | FEATURE: Added support for operating system initialisation in FreeRTOS FEATURE: Added GFX_OS_CALL_UGFXMAIN configuration option to allow uGFXMain() to be automatically called FEATURE: Added GFX_OS_UGFXMAIN_STACKSIZE configuration option to control uGFXMain() stack size | ||||
* | Adding GDISP_IMAGE_GIF_BLIT_BUFFER_SIZE configuration option | Joel Bodenmann | 2017-01-10 | 1 | -0/+1 |
| | |||||
* | Adding GDISP_IMAGE_PNG_Z_BUFFER_SIZE configuration option | Joel Bodenmann | 2017-01-10 | 1 | -0/+1 |
| | |||||
* | Adding GDISP_IMAGE_PNG_FILE_BUFFER_SIZE configuration option | Joel Bodenmann | 2017-01-10 | 1 | -0/+1 |
| | |||||
* | Adding GDISP_IMAGE_PNG_BLIT_BUFFER_SIZE configuration option | Joel Bodenmann | 2017-01-10 | 1 | -0/+1 |
| | |||||
* | Fixing whitespace | Joel Bodenmann | 2017-01-10 | 1 | -1/+1 |
| | |||||
* | Adding GDISP_IMAGE_BMP_BLIT_BUFFER_SIZE configuration option | Joel Bodenmann | 2017-01-10 | 1 | -0/+1 |
| | |||||
* | Adding missing option GFILE_NEED_USERFS to gfxconf.example.h | Joel Bodenmann | 2017-01-09 | 1 | -0/+1 |
| | |||||
* | Add the ability to display the detected compiler | inmarket | 2016-12-06 | 1 | -0/+1 |
| | |||||
* | Adding gmiscHittestPoly() | Joel Bodenmann | 2016-11-14 | 1 | -0/+1 |
| | |||||
* | New dual circle drawing in GDISP | inmarket | 2016-11-09 | 1 | -0/+1 |
| | |||||
* | Adding Qt GOS port | Joel Bodenmann | 2016-07-19 | 1 | -0/+1 |
| | |||||
* | Merge branch 'translation' | Joel Bodenmann | 2016-02-27 | 1 | -0/+6 |
|\ | |||||
| * | GTRANS module skeleton | Joel Bodenmann | 2016-02-07 | 1 | -0/+6 |
| | | |||||
* | | Add PNG image support - Does not support interlaced PNG's | inmarket | 2016-02-27 | 1 | -8/+23 |
|/ | |||||
* | Revert "Setting the default heap size to 5120 bytes to avoid confusion due ↵ | Joel Bodenmann | 2016-01-11 | 1 | -1/+1 |
| | | | | | | to linker errors when no malloc() / free() are available" This reverts commit ed9a422d81994047edc59794ff26bbcc1f7ea6c5. | ||||
* | Setting the default heap size to 5120 bytes to avoid confusion due to linker ↵ | Joel Bodenmann | 2016-01-08 | 1 | -1/+1 |
| | | | | errors when no malloc() / free() are available | ||||
* | Merge branch 'master' of https://bitbucket.org/Tectu/ugfx | Joel Bodenmann | 2015-11-27 | 1 | -0/+1 |
|\ | |||||
| * | 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 | ||||
* | | Adding support for NIOS-II platform | Joel Bodenmann | 2015-11-27 | 1 | -0/+1 |
|/ | |||||
* | 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 |
| |