Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | Fix doco | inmarket | 2015-11-27 | 1 | -30/+12 |
| | | |||||
| * | Fix compiler errors and warnings on image handling with multiple image ↵ | inmarket | 2015-11-25 | 4 | -42/+55 |
| | | | | | | | | formats turned on. | ||||
| * | Warning removal as supplied by woodstck | inmarket | 2015-11-25 | 2 | -2/+2 |
| | | |||||
| * | Fix from crteensy for Arduino when compiling with a strict(er) compiler | inmarket | 2015-11-25 | 1 | -1/+1 |
| | | |||||
* | | Adding support for NIOS-II platform | Joel Bodenmann | 2015-11-27 | 7 | -2/+121 |
|/ | |||||
* | Prevent naming conflicts when compiling multiple image formats with ↵ | inmarket | 2015-11-24 | 3 | -173/+173 |
| | | | | GFXSINGLEMAKE | ||||
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 96 | -154/+155 |
| | | | | The only include path now needed is for drivers (in particular GDISP drivers) | ||||
* | Update and then move compiler specific code into its own file | inmarket | 2015-11-19 | 1 | -0/+905 |
| | |||||
* | Merge branch 'master' of https://bitbucket.org/Tectu/ugfx | Joel Bodenmann | 2015-11-18 | 4 | -18/+14 |
|\ |