aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp
Commit message (Expand)AuthorAgeFilesLines
* 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 fi...inmarket2015-06-0818-24/+108
* 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 expan...inmarket2015-04-071-9/+9
* 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
* 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 pr...inmarket2015-01-2114-90/+72
* Compile fix for default orientation with pixmaps.inmarket2015-01-141-2/+4
* Support dynamic displays at compile time, don't re-orient pixmaps at initiali...inmarket2015-01-133-6/+20
* 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
* Spacing, comments and spelling mistakesinmarket2014-11-151-4/+4
* Adding GDISP_NEED_ARCSECTOR stuff that was missingJoel Bodenmann2014-10-281-0/+8
* Added new arc sector drawing routines (Thanks to steved for the inspiration).inmarket2014-10-272-14/+360
* Update buildfonts.sh to match change to fonts.hinmarket2014-10-061-2/+1
* Fixing inclusion problemJoel Bodenmann2014-10-051-2/+1
* doxygen updatesinmarket2014-09-296-5/+17
* Change to GDriver to support an initialisation parameterinmarket2014-09-262-5/+6
* C decls on GDISP functionsinmarket2014-09-251-3/+9
* Expose the GDISP_STARTUP_COLOR setting for the initial color of displaysinmarket2014-09-252-66/+56
* GDISP updates to match previous GDRIVER and multiple display updatesinmarket2014-09-174-8/+17
* SImplify the options for multiple displays.inmarket2014-09-175-139/+103
* Fixes to gdriver to make uGFXnet displays workinmarket2014-09-132-18/+124
* GDRIVER now working for GDISP including multiple displays.inmarket2014-08-234-603/+620
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-2014-36/+36
* Fixing compile bug for NATIVE image formatJoel Bodenmann2014-08-071-1/+1
* Some improvements for the Kiel C compilerinmarket2014-07-291-1/+5
* Add gdispContrastColor() and remove divides from gdispBlendColors()inmarket2014-05-112-3/+23
* spacinginmarket2014-05-111-1/+1
* New gdispImageInit() call to initialise a gdispImage structureinmarket2014-05-092-0/+12
* bug fixJoel Bodenmann2014-05-061-1/+1
* Image bug-fix that caused crashes with the new GFILE/GWIN images.inmarket2014-05-011-1/+1
* doxygen fixesJoel Bodenmann2014-03-282-2/+2
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-1911-21/+3038
* Update GDISP image code to fully use new GFILE'sinmarket2014-02-074-216/+164
* Start changing GDISP images to use a simpler API based on GFILE's.inmarket2014-02-071-98/+127