| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Removing obsolete code | Joel Bodenmann | 2017-01-10 | 1 | -7/+0 |
* | Improving doc | Joel Bodenmann | 2017-01-10 | 1 | -1/+1 |
* | Adding GDISP_IMAGE_BMP_BLIT_BUFFER_SIZE configuration option | Joel Bodenmann | 2017-01-10 | 2 | -12/+21 |
* | 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 |
* | (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 format... | inmarket | 2015-11-25 | 4 | -42/+55 |
* | Prevent naming conflicts when compiling multiple image formats with GFXSINGLE... | inmarket | 2015-11-24 | 3 | -173/+173 |
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 13 | -15/+16 |
* | 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 stran... | inmarket | 2015-11-12 | 2 | -12/+85 |
* | Clean up endian support for images based on new system defines | inmarket | 2015-11-11 | 8 | -207/+150 |
* | 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 t... | inmarket | 2015-11-06 | 3 | -45/+0 |
* | 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 |
* | 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 |
* | 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 out... | Joel Bodenmann | 2015-10-20 | 1 | -12/+0 |
* | Fix compiler warning | inmarket | 2015-10-06 | 1 | -0/+1 |
* | Add extra font metrics | inmarket | 2015-10-06 | 2 | -5/+32 |