Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Added ability for List to scroll when navigted via toggle | Matt Brejza | 2016-06-25 | 1 | -0/+17 | |
| | | ||||||
* | | Enhancing toggle support for widgets | Matt Brejza | 2016-06-25 | 1 | -2/+26 | |
|/ | ||||||
* | add support for ChibiOS RT 4 kernel | Nicolas Reinecke | 2016-06-01 | 2 | -7/+16 | |
| | ||||||
* | Add support for GFILE_PETITFS_EXTERNAL_LIB and GFILE_FATFS_EXTERNAL_LIB | Andrew Hannam | 2016-05-27 | 5 | -8/+33 | |
| | ||||||
* | Fix preprocessor elif, GFX_CPU == duplicated | Kimball Johnson | 2016-05-22 | 1 | -1/+1 | |
| | ||||||
* | Fixing bug where the list item count wasn't decremented when an item was removed | Joel Bodenmann | 2016-05-21 | 1 | -0/+1 | |
| | ||||||
* | Marking clang as a tested compiler | Joel Bodenmann | 2016-05-14 | 1 | -0/+1 | |
| | ||||||
* | Add TinyC to the list of tested compilers | inmarket | 2016-04-25 | 1 | -0/+1 | |
| | ||||||
* | Doxygen fix | Joel Bodenmann | 2016-02-28 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'translation' | Joel Bodenmann | 2016-02-27 | 8 | -0/+239 | |
|\ | ||||||
| * | Fixing bug in GTRANS | Joel Bodenmann | 2016-02-09 | 1 | -2/+2 | |
| | | ||||||
| * | Adding documentation to GTRANS | Joel Bodenmann | 2016-02-08 | 2 | -6/+59 | |
| | | ||||||
| * | Preliminary version of GTRANS | Joel Bodenmann | 2016-02-07 | 2 | -1/+60 | |
| | | ||||||
| * | GTRANS module skeleton | Joel Bodenmann | 2016-02-07 | 8 | -0/+127 | |
| | | ||||||
* | | Add PNG image support - Does not support interlaced PNG's | inmarket | 2016-02-27 | 3 | -1/+1762 | |
| | | ||||||
* | | Tidy up flags for custom redraw routines | inmarket | 2016-02-27 | 7 | -14/+14 | |
| | | ||||||
* | | Replacing wrong define | Joel Bodenmann | 2016-02-24 | 1 | -1/+1 | |
| | | ||||||
* | | Marking IAR as a tested compiler | Joel Bodenmann | 2016-02-21 | 1 | -0/+1 | |
| | | ||||||
* | | Adding missing default definitions of several macros | Joel Bodenmann | 2016-02-21 | 2 | -0/+35 | |
| | | ||||||
* | | Move GWIN widget internal flags into the public header so that all the state ↵ | Joel Bodenmann | 2016-02-18 | 8 | -15/+15 | |
| | | | | | | | | flags are available for custom draw routines. | |||||
* | | Move GWIN widget internal flags into the public header so that all the state ↵ | inmarket | 2016-02-17 | 16 | -47/+93 | |
| | | | | | | | | flags are available for custom draw routines. | |||||
* | | Change non-widget GWIN objects to always ensure their initial display is ↵ | inmarket | 2016-02-13 | 3 | -0/+3 | |
| | | | | | | | | flushed before any other drawing takes place. | |||||
* | | Updates to GWIN slider and progressbar Image draw routines to prevent ↵ | inmarket | 2016-02-13 | 2 | -12/+12 | |
| | | | | | | | | overwriting. | |||||
* | | Add GWIN_FRAME_KEEPONCLOSE flag to prevent destruction of a frame on close | inmarket | 2016-02-10 | 2 | -10/+13 | |
|/ | ||||||
* | Revert "Setting the default heap size to 5120 bytes to avoid confusion due ↵ | Joel Bodenmann | 2016-01-11 | 1 | -2/+2 | |
| | | | | | | 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 | -2/+2 | |
| | | | | errors when no malloc() / free() are available | |||||
* | typo | Joel Bodenmann | 2016-01-08 | 1 | -1/+1 | |
| | ||||||
* | Fix Gtimer stop bug. | inmarket | 2015-12-24 | 1 | -2/+2 | |
| | ||||||
* | Fix for using raw32 on a known but unsupported cpu | inmarket | 2015-12-24 | 1 | -123/+119 | |
| | ||||||
* | Fix enabled bug | inmarket | 2015-12-22 | 1 | -1/+6 | |
| | ||||||
* | Cleanup | inmarket | 2015-12-22 | 1 | -1/+0 | |
| | ||||||
* | Fixing 'progress' color of built-in widget styles | Joel Bodenmann | 2015-12-19 | 1 | -2/+2 | |
| | ||||||
* | Compiler warning | Joel Bodenmann | 2015-12-19 | 1 | -0/+2 | |
| | ||||||
* | Fixing textedit widget rendering | Joel Bodenmann | 2015-12-19 | 1 | -10/+14 | |
| | ||||||
* | Removing obsolete code | Joel Bodenmann | 2015-12-18 | 1 | -5/+0 | |
| | ||||||
* | Fixing progressbar widget rendering | Joel Bodenmann | 2015-12-18 | 1 | -5/+6 | |
| | ||||||
* | Fixing slider widget rendering | Joel Bodenmann | 2015-12-18 | 1 | -1/+1 | |
| | ||||||
* | Fixing slider widget rendering | Joel Bodenmann | 2015-12-18 | 1 | -10/+13 | |
| | ||||||
* | Allowing the cursor to be set anywhere in the string of a TextEdit widget | Joel Bodenmann | 2015-12-13 | 1 | -1/+26 | |
| | ||||||
* | Removing superfluous struct declaration | Joel Bodenmann | 2015-12-13 | 1 | -3/+0 | |
| | ||||||
* | Removing default operating system to avoid confusion | Joel Bodenmann | 2015-12-13 | 1 | -5/+1 | |
| | ||||||
* | Improving keyboard widget default renderer (thanks to TriZet) | Joel Bodenmann | 2015-12-10 | 1 | -70/+150 | |
| | ||||||
* | Improving keyboard widget default renderer (thanks to TriZet) | Joel Bodenmann | 2015-12-09 | 1 | -31/+50 | |
| | ||||||
* | using uint32_t instead of unsigned for GEVENT source listener flags | Joel Bodenmann | 2015-12-08 | 2 | -4/+4 | |
| | ||||||
* | Fixing compiler errors for non-gcc compilers | Joel Bodenmann | 2015-12-08 | 1 | -1/+2 | |
| | ||||||
* | Removing debugging code from NIOS port | Joel Bodenmann | 2015-12-04 | 1 | -3/+1 | |
| | ||||||
* | Removing debugging code from NIOS port | Joel Bodenmann | 2015-12-04 | 1 | -2/+1 | |
| | ||||||
* | using GFX_PI internally to avoid issues with M_PI | Joel Bodenmann | 2015-11-28 | 3 | -8/+8 | |
| | ||||||
* | Merge branch 'master' of https://bitbucket.org/Tectu/ugfx | Joel Bodenmann | 2015-11-27 | 12 | -77/+112 | |
|\ | ||||||
| * | Add ability to emulate malloc() and free() to prevent nasty hard to find ↵ | inmarket | 2015-11-27 | 4 | -2/+42 | |
| | | | | | | | | link errors from C library routines that need malloc |