Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve handling of streaming drivers with a setpos and a fillarea acceleration | inmarket | 2017-06-24 | 1 | -0/+12 |
| | |||||
* | Fixing clipping issue with gdispGDrawString() | Joel Bodenmann | 2017-05-24 | 1 | -1/+1 |
| | |||||
* | Fix font baseline_x problem, decrease word-wrap stack usage, add text ↵ | inmarket | 2017-03-11 | 1 | -80/+117 |
| | | | | justification options | ||||
* | Fixed extra dots when drawing anti-aliased fonts with wordwrap | inmarket | 2017-01-20 | 1 | -1/+1 |
| | |||||
* | Fixed drawThickArc function | Corentin Barman | 2016-12-11 | 1 | -23/+45 |
| | |||||
* | Added a function to draw thick arcs | Corentin Barman | 2016-11-27 | 1 | -0/+97 |
| | |||||
* | Fixed and improved the get_normal_vector function | Corentin Barman | 2016-11-12 | 1 | -60/+28 |
| | |||||
* | Fixing bug in gdispGFillConvexPoly | Corentin Barman | 2016-11-09 | 1 | -0/+2 |
| | |||||
* | New dual circle drawing in GDISP | inmarket | 2016-11-09 | 1 | -0/+77 |
| | |||||
* | 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 |
| | |||||
* | Fix clipping of gdispGFillString() | Joel Bodenmann | 2016-07-13 | 1 | -1/+1 |
| | |||||
* | Fix clipping of gdispGDrawString. | Martijn Stommels | 2016-07-11 | 1 | -1/+1 |
| | |||||
* | using GFX_PI internally to avoid issues with M_PI | Joel Bodenmann | 2015-11-28 | 1 | -4/+4 |
| | |||||
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 1 | -1/+1 |
| | | | | The only include path now needed is for drivers (in particular GDISP drivers) | ||||
* | Fixing vertical center alignment issue when word-wrap is turned on | Joel Bodenmann | 2015-11-14 | 1 | -4/+23 |
| | |||||
* | 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 | 1 | -2/+1 |
| | |||||
* | Adding word-wrap support for gdispDrawStringBox() and gdispFillStringBox() | Joel Bodenmann | 2015-10-30 | 1 | -2/+49 |
| | | | | 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 | ||||
* | Add extra font metrics | inmarket | 2015-10-06 | 1 | -3/+13 |
| | |||||
* | Allow a zero sized clipping region | inmarket | 2015-07-08 | 1 | -1/+1 |
| | |||||
* | Added ability to compile ugfx as a single file (excluding driver and board ↵ | inmarket | 2015-06-08 | 1 | -3/+3 |
| | | | | | | files). Simply compile src/gfx_mk.c | ||||
* | 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 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 | 1 | -0/+3370 |
| | | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames). | ||||
* | Rename lots of files to help prevent compile time name conflicts. | inmarket | 2014-08-20 | 1 | -3100/+0 |
| | |||||
* | Some improvements for the Kiel C compiler | inmarket | 2014-07-29 | 1 | -1/+5 |
| | |||||
* | Add gdispContrastColor() and remove divides from gdispBlendColors() | inmarket | 2014-05-11 | 1 | -3/+13 |
| | |||||
* | bug fix | Joel Bodenmann | 2014-05-06 | 1 | -1/+1 |
| | |||||
* | Integrate the include files with each module. Simplifies structure of code. | inmarket | 2014-02-19 | 1 | -1/+1 |
| | |||||
* | Fix font clipping properly. Previous fix did not bound the font display in ↵ | inmarket | 2014-02-03 | 1 | -3/+21 |
| | | | | the x direction. | ||||
* | added deinit() routines for all modules (not implemented so far) | Joel Bodenmann | 2014-02-02 | 1 | -2/+7 |
| | |||||
* | fixed clipping issue when widget text is long than the widget itself | Joel Bodenmann | 2014-02-01 | 1 | -3/+6 |
| | |||||
* | gdispDrawThickLine: handle zero-length lines correctly. | Petteri Aimonen | 2013-12-19 | 1 | -2/+6 |
| | |||||
* | Fix integer overflow in gdispGDrawThickLine(). | Joel Bodenmann | 2013-12-18 | 1 | -39/+76 |
| | | | | | | Handling the whole width/height range with Newton algorithm was too difficult. Switched to bisection search with a separate prescaling step. | ||||
* | GDISP startup logo now optional | Joel Bodenmann | 2013-12-16 | 1 | -1/+5 |
| | |||||
* | Improve gdispDrawThickLine() when the line length is short. | Joel Bodenmann | 2013-12-14 | 1 | -2/+23 |
| | |||||
* | typo | Joel Bodenmann | 2013-12-08 | 1 | -1/+1 |
| | |||||
* | added gdispGDrawThickLine() | Joel Bodenmann | 2013-12-08 | 1 | -0/+125 |
| | |||||
* | Revert "INLINE -> inline" | inmarket | 2013-11-30 | 1 | -8/+8 |
| | | | | This reverts commit d4c4740bcf0fe25a0b3e8a37c431accfc8edb970. | ||||
* | INLINE -> inline | Joel Bodenmann | 2013-11-27 | 1 | -8/+8 |
| | |||||
* | Replace color format conversion macros with proper routines to prevent side ↵ | inmarket | 2013-11-17 | 1 | -0/+39 |
| | | | | | | effects with using the macro. Also fix a number of compiler warnings. |