aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp
Commit message (Collapse)AuthorAgeFilesLines
* typoJoel Bodenmann2016-01-081-1/+1
|
* using GFX_PI internally to avoid issues with M_PIJoel Bodenmann2015-11-281-4/+4
|
* Fix compiler errors and warnings on image handling with multiple image ↵inmarket2015-11-254-42/+55
| | | | formats turned on.
* Prevent naming conflicts when compiling multiple image formats with ↵inmarket2015-11-243-173/+173
| | | | GFXSINGLEMAKE
* Make all include paths in ugfx relative.inmarket2015-11-2113-15/+16
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Merge branch 'master' of https://bitbucket.org/Tectu/ugfxJoel Bodenmann2015-11-182-13/+13
|\
| * Fix endian macro'sinmarket2015-11-182-13/+13
| |
* | Fixing commentJoel Bodenmann2015-11-181-1/+1
|/
* Fixing vertical center alignment issue when word-wrap is turned onJoel Bodenmann2015-11-141-4/+23
|
* More endian updates. Images should now work for any endian machine even ↵inmarket2015-11-122-12/+85
| | | | strange ones.
* Clean up endian support for images based on new system definesinmarket2015-11-118-207/+150
| | | | Remove deprecated image functions
* Fix grammer errorinmarket2015-11-111-1/+1
|
* DoxygenJoel Bodenmann2015-11-073-5/+8
|
* Move the stub font include files so that user projects with custom fonts in ↵inmarket2015-11-063-45/+0
| | | | the old format will work.
* Handle antialiased font drawing when using word-wrapinmarket2015-11-041-3/+11
|
* Fixing previously introduced bug in gdispDrawStringBox()Joel Bodenmann2015-11-021-1/+1
|
* Fixing compiler warningsJoel Bodenmann2015-11-021-2/+10
|
* Fixing word-wrapJoel Bodenmann2015-11-022-4/+3
|
* Fixing compiler warningsJoel Bodenmann2015-10-301-3/+2
| | | | pull-request sent to upstream
* DoxygenJoel Bodenmann2015-10-301-0/+1
|
* Adding word-wrap support for gdispDrawStringBox() and gdispFillStringBox()Joel Bodenmann2015-10-303-5/+65
| | | | Thanks to Koryagin Dmitry for this contribution
* Replace all inline definitions with GFXINLINEinmarket2015-10-231-4/+4
|
* Moving INLINE macro to gfx.h main file as inlined functions are also used ↵Joel Bodenmann2015-10-201-12/+0
| | | | outside of gdisp.h
* Fix compiler warninginmarket2015-10-061-0/+1
|
* Add extra font metricsinmarket2015-10-062-5/+32
|
* Allow a zero sized clipping regioninmarket2015-07-081-1/+1
|
* Improving Pixmap APIJoel Bodenmann2015-07-032-8/+8
|
* Improvind doxygenJoel Bodenmann2015-06-181-5/+40
|
* Added ability to compile ugfx as a single file (excluding driver and board ↵inmarket2015-06-0818-24/+108
| | | | | | files). Simply compile src/gfx_mk.c
* Add the license to the makefilesinmarket2015-06-081-0/+5
|
* Fixing doxygenJoel Bodenmann2015-05-161-1/+5
|
* Fix to LLD driver color conversions.inmarket2015-05-101-2/+2
|
* Fix in color conversions for some strange compilers that don't do macro ↵inmarket2015-04-071-9/+9
| | | | expansion in the highest available integer format
* Add more pixel format supportinmarket2015-04-071-1/+5
|
* Small fix for scrollinginmarket2015-04-071-1/+3
|
* Fix pixel error rounding in gdispDrawConvexPoly().inmarket2015-02-141-0/+7
| | | | The corrects strange gwin arrow button appearances for certain sizes.
* Change ugfx startup logo to white so it shows up on monochrome displaysinmarket2015-02-071-1/+2
|
* Fix compiler warnings for some driversinmarket2015-02-051-34/+17
|
* Fix multiple display/keyboard/mouse problem with some compilers.inmarket2015-01-271-7/+7
|
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-2114-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.inmarket2015-01-141-2/+4
|
* Support dynamic displays at compile time, don't re-orient pixmaps at ↵inmarket2015-01-133-6/+20
| | | | initialisation time.
* Add support and demo for pixmaps (in memory drawing)inmarket2015-01-138-13/+447
|
* Protect against NULL stringsinmarket2015-01-031-0/+3
|
* Fixing wrong font name in DejaVuSans20_aa fontJoel Bodenmann2014-11-291-329/+327
|
* Fixing bug in gdispGDrawRoundedBox()Joel Bodenmann2014-11-291-4/+4
|
* Fixing DoxygenJoel Bodenmann2014-11-281-6/+28
|
* Fix some extern structure definitions that cause problems with some compilersinmarket2014-11-261-5/+7
|
* Fixing font names of newly added DejaVuSans20 and DejaVuSans20_aaJoel Bodenmann2014-11-172-31/+31
|
* Add DejaVuSans font in 20 point as a standard fontinmarket2014-11-154-0/+602
|