Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doxygen fixes | Joel Bodenmann | 2016-12-11 | 1 | -15/+15 |
| | |||||
* | Fixed drawThickArc function | Corentin Barman | 2016-12-11 | 1 | -23/+45 |
| | |||||
* | Added a function to draw thick arcs | Corentin Barman | 2016-11-27 | 2 | -0/+122 |
| | |||||
* | Add support for adding fonts to the font list | inmarket | 2016-11-14 | 2 | -13/+50 |
| | |||||
* | Merge branch 'master' of CorentinB/uGFX into master | Joel Bodenmann | 2016-11-13 | 1 | -60/+28 |
|\ | |||||
| * | Fixed and improved the get_normal_vector function | Corentin Barman | 2016-11-12 | 1 | -60/+28 |
| | | |||||
* | | Merge branch 'image_palette' | Joel Bodenmann | 2016-11-11 | 3 | -7/+134 |
|\ \ | |||||
| * | | Adding API documentation for new image color palette functions | Joel Bodenmann | 2016-11-11 | 1 | -0/+32 |
| | | | |||||
| * | | Minor changes & improvements on image color palletization handling | Joel Bodenmann | 2016-11-11 | 3 | -31/+42 |
| | | | |||||
| * | | 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 |
| | |||||
* | New dual circle drawing in GDISP | inmarket | 2016-11-09 | 3 | -0/+103 |
| | |||||
* | 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) | ||||
* | (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 loading GIF image without enough memory available | Joel Bodenmann | 2016-07-27 | 1 | -0/+1 |
| | |||||
* | 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 PNG image support - Does not support interlaced PNG's | inmarket | 2016-02-27 | 3 | -1/+1762 |
| | |||||
* | typo | Joel Bodenmann | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | using GFX_PI internally to avoid issues with M_PI | Joel Bodenmann | 2015-11-28 | 1 | -4/+4 |
| | |||||
* | Fix compiler errors and warnings on image handling with multiple image ↵ | inmarket | 2015-11-25 | 4 | -42/+55 |
| | | | | formats turned on. | ||||
* | 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 | 13 | -15/+16 |
| | | | | The only include path now needed is for drivers (in particular GDISP drivers) | ||||
* | Merge branch 'master' of https://bitbucket.org/Tectu/ugfx | Joel Bodenmann | 2015-11-18 | 2 | -13/+13 |
|\ | |||||
| * | Fix endian macro's | inmarket | 2015-11-18 | 2 | -13/+13 |
| | | |||||
* | | Fixing comment | Joel Bodenmann | 2015-11-18 | 1 | -1/+1 |
|/ | |||||
* | Fixing vertical center alignment issue when word-wrap is turned on | Joel Bodenmann | 2015-11-14 | 1 | -4/+23 |
| | |||||
* | More endian updates. Images should now work for any endian machine even ↵ | inmarket | 2015-11-12 | 2 | -12/+85 |
| | | | | strange ones. | ||||
* | Clean up endian support for images based on new system defines | inmarket | 2015-11-11 | 8 | -207/+150 |
| | | | | Remove deprecated image functions | ||||
* | Fix grammer error | inmarket | 2015-11-11 | 1 | -1/+1 |
| | |||||
* | Doxygen | Joel Bodenmann | 2015-11-07 | 3 | -5/+8 |
| | |||||
* | Move the stub font include files so that user projects with custom fonts in ↵ | inmarket | 2015-11-06 | 3 | -45/+0 |
| | | | | the old format will work. | ||||
* | Handle antialiased font drawing when using word-wrap | inmarket | 2015-11-04 | 1 | -3/+11 |
| | |||||
* | Fixing previously introduced bug in gdispDrawStringBox() | Joel Bodenmann | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | Fixing compiler warnings | Joel Bodenmann | 2015-11-02 | 1 | -2/+10 |
| | |||||
* | Fixing word-wrap | Joel Bodenmann | 2015-11-02 | 2 | -4/+3 |
| | |||||
* | Fixing compiler warnings | Joel Bodenmann | 2015-10-30 | 1 | -3/+2 |
| | | | | pull-request sent to upstream | ||||
* | Doxygen | Joel Bodenmann | 2015-10-30 | 1 | -0/+1 |
| | |||||
* | Adding word-wrap support for gdispDrawStringBox() and gdispFillStringBox() | Joel Bodenmann | 2015-10-30 | 3 | -5/+65 |
| | | | | Thanks to Koryagin Dmitry for this contribution | ||||
* | Replace all inline definitions with GFXINLINE | inmarket | 2015-10-23 | 1 | -4/+4 |
| | |||||
* | Moving INLINE macro to gfx.h main file as inlined functions are also used ↵ | Joel Bodenmann | 2015-10-20 | 1 | -12/+0 |
| | | | | outside of gdisp.h | ||||
* | Fix compiler warning | inmarket | 2015-10-06 | 1 | -0/+1 |
| | |||||
* | Add extra font metrics | inmarket | 2015-10-06 | 2 | -5/+32 |
| | |||||
* | Allow a zero sized clipping region | inmarket | 2015-07-08 | 1 | -1/+1 |
| | |||||
* | Improving Pixmap API | Joel Bodenmann | 2015-07-03 | 2 | -8/+8 |
| | |||||
* | Improvind doxygen | Joel Bodenmann | 2015-06-18 | 1 | -5/+40 |
| |