aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update ChibiOS make scripts to support later versions of ChibiOSinmarket2017-04-293-6/+119
|
* Fixed an issue on FreeRTOS where thread stacks were being created too largeinmarket2017-04-062-0/+4
|
* Another gwin concurrency fixinmarket2017-04-011-1/+5
|
* Fix some prototypes for win32.raw32 emulation environmentsinmarket2017-04-012-5/+5
|
* Prevent GWIN drawing while deleting a window from the listinmarket2017-04-011-0/+2
|
* Fix font baseline_x problem, decrease word-wrap stack usage, add text ↵inmarket2017-03-116-83/+160
| | | | justification options
* Fix a bug that can cause large fonts to not be read correctly.inmarket2017-03-113-3/+3
|
* Make the uGFXMain() prototype always availableinmarket2017-03-043-5/+12
|
* Change the prototype for uGFXMain()inmarket2017-03-043-5/+9
|
* Fix introduces bug in gdisp UC8173 driverinmarket2017-03-041-1/+1
|
* Merge remote-tracking branch 'origin/master'inmarket2017-03-042-166/+833
|\
| * Minor clean-up to UC8173 driverJoel Bodenmann2017-03-022-166/+833
| |
* | FEATURE: Significantly improved the FreeRTOS portinmarket2017-03-0417-9/+125
|/ | | | | | FEATURE: Added support for operating system initialisation in FreeRTOS FEATURE: Added GFX_OS_CALL_UGFXMAIN configuration option to allow uGFXMain() to be automatically called FEATURE: Added GFX_OS_UGFXMAIN_STACKSIZE configuration option to control uGFXMain() stack size
* Merge remote-tracking branch 'origin/master'inmarket2017-03-010-0/+0
|\
| * Improving UC8173 driverJoel Bodenmann2017-02-281-4/+2
| |
* | Updates to the FreeRTOS GOS portinmarket2017-03-012-78/+32
| |
* | Update to the UC8173 driver to fix memory overwriteinmarket2017-03-011-3/+1
|/
* Fixing an issue with word wrapping of strings containing dashes.Joel Bodenmann2017-02-211-0/+2
| | | | Strings do get wrapper correctly at dashes but the space to print the actual space has not been taken account of. This has now been fixed.
* Minor internal improvement (clean-up) to AlteraFramereader driverJoel Bodenmann2017-02-201-19/+14
|
* Updating drivers listJoel Bodenmann2017-02-181-35/+36
|
* Added complete support for Altera Terasic MAX10 NEEK boardJoel Bodenmann2017-02-186-64/+141
|
* Adding Altera Frame Reader IP Core display driverJoel Bodenmann2017-02-185-0/+366
|
* Updating drivers listJoel Bodenmann2017-02-181-0/+2
|
* Adding UC8173 driverJoel Bodenmann2017-02-027-0/+852
|
* Added Fb24bpp driver for RGB888 and BGR888 packed framebuffer displaysinmarket2017-01-207-0/+306
|
* Increase non-UTF8 font support to 0 to 255 rather than just the true ascii setinmarket2017-01-202-1/+2
|
* Fixed extra dots when drawing anti-aliased fonts with wordwrapinmarket2017-01-202-1/+2
|
* Update font demo to show Anti-aliased drawinginmarket2017-01-182-12/+27
|
* Unifying changelogJoel Bodenmann2017-01-101-2/+2
|
* Adding GDISP_IMAGE_GIF_BLIT_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-104-15/+26
|
* Adding GDISP_IMAGE_PNG_Z_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-104-16/+21
|
* Adding GDISP_IMAGE_PNG_FILE_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-103-11/+15
|
* Adding GDISP_IMAGE_PNG_BLIT_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-104-6/+11
|
* Removing obsolete codeJoel Bodenmann2017-01-101-7/+0
|
* Improving docJoel Bodenmann2017-01-101-1/+1
|
* Fixing whitespaceJoel Bodenmann2017-01-101-1/+1
|
* Adding GDISP_IMAGE_BMP_BLIT_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-104-12/+23
|
* Adding missing option GFILE_NEED_USERFS to gfxconf.example.hJoel Bodenmann2017-01-091-0/+1
|
* Add gwinListItemSetText()inmarket2017-01-093-7/+68
|
* Update Changeloginmarket2017-01-091-0/+1
|
* Add support for a user provided file system.inmarket2017-01-093-0/+24
|
* Ensure stack size produces an aligned stack on platforms where it mattersinmarket2017-01-095-5/+9
|
* Fix console recursion bug - Thanks to Oleg Gerasimovinmarket2017-01-091-39/+51
|
* Fix window manager redraw problem with multi-tasking and large imagesinmarket2017-01-091-11/+10
|
* Updating changelogJoel Bodenmann2017-01-061-0/+1
|
* Merge branch 'ssd1306-128x32' of wezm/uGFX into masterJoel Bodenmann2017-01-061-0/+2
|\
| * Add support for 128x32 SSD1306 displaysWesley Moore2016-12-151-0/+2
| |
* | Fix Cortex m0 Raw32 scheduler.inmarket2016-12-303-18/+25
| | | | | | | | Ensure 8 byte alignment of the stack for all ARM specific scheduler code.
* | Updates to Keil RAW32 CPU specific scheduler.inmarket2016-12-233-3/+27
| | | | | | | | Tested working on CortexM7 and CortexM7 with FP.
* | Removing obsolete color parameters from gwinFillDualCircle()Joel Bodenmann2016-12-152-4/+2
| | | | | | | | Fixes T27