Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Added ability to compile ugfx as a single file (excluding driver and board ↵ | inmarket | 2015-06-08 | 18 | -24/+108 |
| | | | | | | files). Simply compile src/gfx_mk.c | ||||
* | Add the license to the makefiles | inmarket | 2015-06-08 | 1 | -0/+5 |
| | |||||
* | Fixing doxygen | Joel Bodenmann | 2015-05-16 | 1 | -1/+5 |
| | |||||
* | Fix to LLD driver color conversions. | inmarket | 2015-05-10 | 1 | -2/+2 |
| | |||||
* | Fix in color conversions for some strange compilers that don't do macro ↵ | inmarket | 2015-04-07 | 1 | -9/+9 |
| | | | | expansion in the highest available integer format | ||||
* | Add more pixel format support | inmarket | 2015-04-07 | 1 | -1/+5 |
| | |||||
* | Small fix for scrolling | inmarket | 2015-04-07 | 1 | -1/+3 |
| | |||||
* | Fix pixel error rounding in gdispDrawConvexPoly(). | inmarket | 2015-02-14 | 1 | -0/+7 |
| | | | | The corrects strange gwin arrow button appearances for certain sizes. | ||||
* | Change ugfx startup logo to white so it shows up on monochrome displays | inmarket | 2015-02-07 | 1 | -1/+2 |
| | |||||
* | Fix compiler warnings for some drivers | inmarket | 2015-02-05 | 1 | -34/+17 |
| | |||||
* | Fix multiple display/keyboard/mouse problem with some compilers. | inmarket | 2015-01-27 | 1 | -7/+7 |
| | |||||
* | Big file rename to reduce problems with brain-dead IDE's that don't handle ↵ | inmarket | 2015-01-21 | 14 | -90/+72 |
| | | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames). | ||||
* | Compile fix for default orientation with pixmaps. | inmarket | 2015-01-14 | 1 | -2/+4 |
| | |||||
* | Support dynamic displays at compile time, don't re-orient pixmaps at ↵ | inmarket | 2015-01-13 | 3 | -6/+20 |
| | | | | initialisation time. | ||||
* | Add support and demo for pixmaps (in memory drawing) | inmarket | 2015-01-13 | 8 | -13/+447 |
| | |||||
* | Protect against NULL strings | inmarket | 2015-01-03 | 1 | -0/+3 |
| | |||||
* | Fixing wrong font name in DejaVuSans20_aa font | Joel Bodenmann | 2014-11-29 | 1 | -329/+327 |
| | |||||
* | Fixing bug in gdispGDrawRoundedBox() | Joel Bodenmann | 2014-11-29 | 1 | -4/+4 |
| | |||||
* | Fixing Doxygen | Joel Bodenmann | 2014-11-28 | 1 | -6/+28 |
| | |||||
* | Fix some extern structure definitions that cause problems with some compilers | inmarket | 2014-11-26 | 1 | -5/+7 |
| | |||||
* | Fixing font names of newly added DejaVuSans20 and DejaVuSans20_aa | Joel Bodenmann | 2014-11-17 | 2 | -31/+31 |
| | |||||
* | Add DejaVuSans font in 20 point as a standard font | inmarket | 2014-11-15 | 4 | -0/+602 |
| |