| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Adding ability to modify the color palette of BMP images (untested) | Joel Bodenmann | 2016-11-10 | 3 | -7/+91 | |
| | |/ | ||||||
| * / | Fixing gdispFillDualCircle() wrapper macro parameters | Joel Bodenmann | 2016-11-11 | 1 | -1/+1 | |
| |/ | ||||||
| * | Fixing bug in gdispGFillConvexPoly | Corentin Barman | 2016-11-09 | 1 | -0/+2 | |
| | | ||||||
| * | Merge branch 'master' of https://git.ugfx.io/uGFX/uGFX | inmarket | 2016-11-09 | 2 | -2/+2 | |
| |\ | ||||||
| | * | Merge branch 'master' of git.ugfx.io:ugfx/ugfx | Joel Bodenmann | 2016-11-08 | 1 | -24/+19 | |
| | |\ | ||||||
| | * | | Removing old references to ChibiOS/GFX in documentation | Joel Bodenmann | 2016-11-08 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | New dual circle drawing in GDISP | inmarket | 2016-11-09 | 3 | -0/+103 | |
| | |/ |/| | ||||||
| * | | Fix progressbar bounds checking and decrementing | inmarket | 2016-11-08 | 1 | -24/+19 | |
| |/ | ||||||
| * | Fixing GEVENT documentation | Joel Bodenmann | 2016-11-04 | 1 | -9/+9 | |
| | | ||||||
| * | Add protection for a font not being supplied. | inmarket | 2016-10-01 | 1 | -1/+17 | |
| | | ||||||
| * | Fix 3 bugs in filled arc drawing... | inmarket | 2016-10-01 | 1 | -69/+73 | |
| | | | | | | | 1. Certain small angles would fill the inverse angle 2. Certain angles would draw a spurios horizontal line 3. Integer rounding improvements (now also improved for arc drawing) | |||||
| * | Add the math header files when using FASTTRIG | inmarket | 2016-10-01 | 1 | -0/+2 | |
| | | ||||||
| * | Fix keyboard handling for gwin checkbox and button | inmarket | 2016-08-24 | 2 | -11/+10 | |
| | | ||||||
| * | Tidy up function names in the gwin virtual keyboard | inmarket | 2016-08-24 | 1 | -6/+6 | |
| | | ||||||
| * | Fix formatting | Oleg Gerasimov | 2016-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | Fix function SendKeyboardEvent name conflict in single file build | Oleg Gerasimov | 2016-08-20 | 1 | -6/+6 | |
| | | ||||||
| * | Fix clang build warnings | Oleg Gerasimov | 2016-08-20 | 3 | -3/+4 | |
| | | ||||||
| * | (void)var statements must come after any variable definitions in strict c | inmarket | 2016-08-13 | 1 | -1/+2 | |
| | | ||||||
| * | Fixing possible crash when GDISP_NEED_TEXT_WORDWRAP is enabled. | Joel Bodenmann | 2016-08-13 | 1 | -1/+4 | |
| | | ||||||
| * | Fixing crash when passing NULL to gwinSetStyle() | Joel Bodenmann | 2016-08-07 | 1 | -2/+2 | |
| | | ||||||
| * | Minor WM_Raise tidy up | Andrew Hannam | 2016-07-28 | 1 | -1/+1 | |
| | | ||||||
| * | Fixing crash when loading GIF image without enough memory available | Joel Bodenmann | 2016-07-27 | 1 | -0/+1 | |
| | | ||||||
| * | Improving formatting of gfx_compilers.h | Joel Bodenmann | 2016-07-27 | 1 | -2/+14 | |
| | | ||||||
| * | Adding support for IAR and EDG compilers | Joel Bodenmann | 2016-07-26 | 1 | -0/+3 | |
| | | ||||||
| * | Minor fix in slider widget documentation | Joel Bodenmann | 2016-07-26 | 1 | -2/+2 | |
| | | ||||||
| * | Revert "Whitespaces" | Joel Bodenmann | 2016-07-25 | 1 | -2/+1 | |
| | | | | | This reverts commit c5d4eba3b5a6e5698b1ba5c7bcf24979229dc613. | |||||
| * | Whitespaces | Joel Bodenmann | 2016-07-25 | 1 | -1/+2 | |
| | | ||||||
| * | Merged in mattbrejza/ugfx/gfile-deinit (pull request #27) | Joel Bodenmann | 2016-07-25 | 1 | -1/+5 | |
| |\ | | | | | | | Adding code to close all open files in gfile deinit | |||||
| | * | adding code to close all open files in gfile deinit | Matt Brejza | 2016-07-19 | 1 | -1/+5 | |
| | | | ||||||
| * | | Fixing bug in WM_Raise() | Joel Bodenmann | 2016-07-25 | 1 | -12/+14 | |
| | | | ||||||
| * | | FIx bug where WM_Raise doesn't raise children if the parent is raised. | Andrew Hannam | 2016-07-25 | 1 | -0/+29 | |
| | | | ||||||
| * | | Adding Qt GOS port | Joel Bodenmann | 2016-07-19 | 5 | -4/+313 | |
| | | | ||||||
| * | | Merged in mattbrejza/ugfx/btn-ellipse-fix (pull request #26) | Joel Bodenmann | 2016-07-14 | 1 | -2/+2 | |
| |\ \ | | | | | | | | | | fixing ellipse button drawing | |||||
| | * | | fixing ellipse button drawing | Matt Brejza | 2016-07-14 | 1 | -2/+2 | |
| | |/ | ||||||
| * / | Fixing comment | Joel Bodenmann | 2016-07-14 | 1 | -1/+1 | |
| |/ | ||||||
| * | Fix clipping of gdispGFillString() | Joel Bodenmann | 2016-07-13 | 1 | -1/+1 | |
| | | ||||||
| * | Fix clipping of gdispGDrawString. | Martijn Stommels | 2016-07-11 | 1 | -1/+1 | |
| | | ||||||
| * | Add gwinPrintg() and fix null pointer handling in sprintg() | Andrew Hannam | 2016-07-10 | 3 | -2/+64 | |
| | | ||||||
| * | Merged in mattbrejza/ugfx/list_toggle_scroll (pull request #23) | Andrew Hannam | 2016-07-09 | 1 | -0/+17 | |
| |\ | | | | | | | Added ability for List to scroll when navigted via toggle | |||||
| | * | 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 | |
| | | | ||||||
