Commit Graph

3019 Commits (3e139114329aaaf7ff02dd766e00dab54bb508d8)

Author SHA1 Message Date
Joel Bodenmann ebfe1e95a2 Minor changes & improvements on image color palletization handling 2016-11-11 18:28:48 +01:00
Joel Bodenmann 386e49480d Adding ability to modify the color palette of BMP images (untested) 2016-11-10 23:00:31 +01:00
Joel Bodenmann 2cf23ca69b Updating changelog 2016-11-09 22:45:22 +01:00
Joel Bodenmann 11de1f7031 Merge branch 'master' of CorentinB/uGFX into master 2016-11-09 22:28:07 +01:00
Corentin Barman ff65d4f220 Fixing bug in gdispGFillConvexPoly 2016-11-09 19:22:06 +01:00
inmarket 7f4bfaadd5 Merge branch 'master' of https://git.ugfx.io/uGFX/uGFX 2016-11-09 16:42:24 +10:00
inmarket 545a719db9 New dual circle drawing in GDISP 2016-11-09 16:41:44 +10:00
Joel Bodenmann cd9e47d646 Merge branch 'master' of git.ugfx.io:ugfx/ugfx 2016-11-08 22:02:10 +01:00
Joel Bodenmann 4bafff3ea5 Removing old references to ChibiOS/GFX in documentation 2016-11-08 22:01:52 +01:00
inmarket 59917dbe1a Fix progressbar bounds checking and decrementing 2016-11-08 09:31:47 +10:00
Joel Bodenmann 379878a013 Minor fix in toggle/pal readme 2016-11-07 21:34:36 +01:00
Joel Bodenmann 18774ce2f9 Minor fix in toggle/pal readme 2016-11-07 21:32:20 +01:00
Joel Bodenmann 151da0f2a7 Merge branch 'master' of git.ugfx.io:ugfx/ugfx 2016-11-04 00:02:22 +01:00
Joel Bodenmann 0d0dfe5ddc Fixing GEVENT documentation 2016-11-04 00:02:16 +01:00
Joel Bodenmann 462c5b7b4a Updating docs/releases.txt 2016-10-18 22:45:41 +02:00
Joel 412ea078ee Merge branch 'master' of dongie/uGFX into master 2016-10-03 21:25:42 +02:00
dongie c9b616014f Added build files for mcufont on Windows, using Visual Studio 2015.
Corrected opening .ttf/.bdf files in BINARY mode (which has an effect on Win32, no change on other platforms).
Added progress report to import_ttf as with a large font file, it may take several minutes.
2016-10-02 23:33:28 +09:00
Joel Bodenmann ea0dd89cfc Updating release notes 2016-10-01 17:50:50 +02:00
inmarket b3ba618c2a Add protection for a font not being supplied. 2016-10-01 18:54:18 +10:00
inmarket e3a0cff000 Fix 3 bugs in filled arc drawing...
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)
2016-10-01 18:15:05 +10:00
inmarket a5f27d61c6 Add the math header files when using FASTTRIG 2016-10-01 18:11:41 +10:00
inmarket 0d1741a52e Protect Win32 GDISP driver from some strange config file configurations 2016-10-01 18:11:12 +10:00
inmarket 81505c8be2 New uGFXnetESP8266 driver. A gdisp driver for the ESP8266.
Not tested yet.
2016-08-30 19:12:46 +10:00
Joel Bodenmann ea632d5001 Minor improvement to the ST7565 driver 2016-08-26 21:45:41 +02:00
inmarket 8603afd309 Fix keyboard handling for gwin checkbox and button 2016-08-24 17:48:41 +10:00
inmarket ea0419c29b Tidy up function names in the gwin virtual keyboard 2016-08-24 17:48:09 +10:00
inmarket bc336ee15f Fix for linux framebuffer for RGB555 and BGR555 2016-08-24 17:47:32 +10:00
Joel Bodenmann b4f96b3e26 Fixing wrong macro in Linux framebuffer board file 2016-08-24 00:51:41 +02:00
Joel Bodenmann 4991ba0530 Whitespace 2016-08-24 00:14:49 +02:00
Joel Bodenmann 16ac227a75 Fixing issue with color formats in Linux-Framebuffer board files 2016-08-24 00:14:25 +02:00
Joel Bodenmann ac5e96cca1 Adding Linux event input touch driver 2016-08-23 23:10:04 +02:00
inmarket 2db86d4f67 Merge branch 'compile_fixes_mr' of olegator77/uGFX into master 2016-08-21 04:24:10 +02:00
Joel Bodenmann 9663134059 Updating docs/releases.txt 2016-08-20 17:42:44 +02:00
Oleg Gerasimov fe84a7b9dd Fix formatting 2016-08-20 17:54:48 +03:00
Oleg Gerasimov 026379bafd Fix function SendKeyboardEvent name conflict in single file build 2016-08-20 17:52:30 +03:00
Oleg Gerasimov 09c5c31303 Fix clang build warnings 2016-08-20 17:52:09 +03:00
Joel 9d880dbb56 Merge branch 'ili9225_mr' of olegator77/uGFX into master 2016-08-20 14:52:49 +02:00
Joel ea2aeff010 Merge branch 'st7735_mr' of olegator77/uGFX into master 2016-08-20 14:52:40 +02:00
Oleg Gerasimov b998c385d8 Added ILI9225 driver 2016-08-19 23:50:23 +03:00
Oleg Gerasimov 2d42bd44a2 Increased st7735 refresh rate - no more flicker 2016-08-19 23:45:52 +03:00
Oleg Gerasimov 6997865c57 Added ST7735 driver 2016-08-19 23:45:38 +03:00
Joel Bodenmann 5897122c07 Modifying SDL window title (it's not a simulation) 2016-08-15 15:34:28 +02:00
Joel Bodenmann 230c06a126 Updating Mac OS X board files 2016-08-15 15:02:17 +02:00
Joel Bodenmann 8dd5cc93d5 Cleaning up new SDL driver support 2016-08-15 14:05:56 +02:00
inmarket 9356534ad5 Updates to STM32F439i-Eval board files to fix display flashing 2016-08-13 15:12:00 +10:00
inmarket 02dbca0454 (void)var statements must come after any variable definitions in strict c 2016-08-13 11:46:32 +10:00
Joel Bodenmann b9b555eae2 Fixing possible crash when GDISP_NEED_TEXT_WORDWRAP is enabled. 2016-08-13 00:49:19 +02:00
Joel 05e2969633 Merge branch 'master' of olegator77/uGFX into master 2016-08-08 12:49:22 +02:00
Oleg Gerasimov cbb0617981 Added SDL multiply driver 2016-08-08 00:11:29 +03:00
Joel Bodenmann 0c695b2471 Fixing crash when passing NULL to gwinSetStyle() 2016-08-07 20:38:55 +02:00