Commit Graph

  • 8a9ed5195b Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, gMutex etc inmarket 2018-11-03 12:29:30 +1000
  • 7c5a6c928f For all source files update integer types to the new gI8 etc type names inmarket 2018-11-03 10:51:23 +1000
  • 8bd70d953b FIx big endian bug inmarket 2018-10-21 11:56:46 +1000
  • 6a69c5673f Fix gfxRealloc bug for RAW32 (and derivitives) inmarket 2018-10-14 14:59:40 +1000
  • 0f3310dd34 Reverse removal of label auto-sizing during label creation. Retained removal of auto-sizing during draw. inmarket 2018-10-14 14:58:53 +1000
  • 4c4cf51682 More updating of license header inmarket 2018-10-14 14:56:52 +1000
  • b2b8b857ee Merge branch 'feature/update_license_header' of XenotriX/uGFX into master Joel Bodenmann 2018-10-01 16:41:19 +0200
  • 0840c8e784 Update license header Tibo Clausen 2018-10-01 17:32:39 +0200
  • e414e77d23 Merge branch 'feature/label_renderer' of XenotriX/uGFX into master Joel Bodenmann 2018-10-01 15:06:14 +0200
  • 82287d168f Change gwinLabelDraw to gwinLabelDrawJustified Tibo Clausen 2018-10-01 15:51:36 +0200
  • 3486e47579 Updating changelog Joel Bodenmann 2018-10-01 12:53:30 +0200
  • 7047dfa633 Merge branch 'feature/rm_label_auto-resize' of XenotriX/uGFX into master Joel Bodenmann 2018-10-01 12:36:09 +0200
  • 00c99374b1 Remove label auto-resizing Tibo Clausen 2018-10-01 13:12:28 +0200
  • fe8c80f434 Merge branch 'hotfix/fsyncqueue' of XenotriX/uGFX into master Joel Bodenmann 2018-10-01 11:16:15 +0200
  • e56ed290e3 Fix fully sync queue Tibo Clausen 2018-10-01 11:15:24 +0200
  • df0200c0f9 Merge branch 'hotfix/color' of XenotriX/uGFX into master Joel Bodenmann 2018-09-27 14:01:37 +0200
  • 601d8f893d Fix color macros Tibo Clausen 2018-09-27 12:04:11 +0200
  • 330f891081 Added type gThread to replace V2.x gfxThreadHandle inmarket 2018-07-08 15:40:27 +1000
  • 1fc4180d41 gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITY inmarket 2018-07-08 15:32:26 +1000
  • 93da5a0578 gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITE inmarket 2018-07-08 15:15:15 +1000
  • 215f31ee3d Added type gDelay to replace V2.x delaytime_t Added type gTicks to replace V2.x systemticks_t Added type gThreadreturn to replace V2.x threadreturn_t Added type gThreadpriority to replace V2.x threadpriority_t inmarket 2018-07-08 14:30:31 +1000
  • e23ae94e91 Added type gColorformat to replace V2.x colorformat inmarket 2018-07-08 14:04:14 +1000
  • e61f0ae424 Added type gOrientation to replace V2.x orientation_t, and values gOrientationX replace GDISP_ROTATE_X inmarket 2018-07-08 13:51:20 +1000
  • d9258efd4d Added macros JUSTIFYMASK_HORIZONTAL, JUSTIFYMASK_VERTICAL to replace macros JUSTIFYMASK_LEFTRIGHT, JUSTIFYMASK_TOPBOTTOM inmarket 2018-07-08 13:25:20 +1000
  • cbf1d4dfa0 Added type gFont to replace V2.x font_t inmarket 2018-07-08 13:05:27 +1000
  • a24fab0d72 Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX replace fontXXX inmarket 2018-07-08 12:50:05 +1000
  • 2e8eaa3471 Added type gJustify to replace V2.x justify_t, and values gJustifyXXX replace justifyXXX inmarket 2018-07-08 12:19:30 +1000
  • 788cbced62 Correct V2 powermode macros inmarket 2018-07-08 11:58:35 +1000
  • bda8c738b1 Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX replace powerXXX inmarket 2018-07-08 11:47:36 +1000
  • f9c848e985 Change color_t to gColor inmarket 2018-07-08 11:19:43 +1000
  • cfb1b2a488 Change pixel_t to gPixel inmarket 2018-07-08 11:08:55 +1000
  • 2ab2d77fcb Change coord_t to gCoord inmarket 2018-07-08 10:54:19 +1000
  • 7e95acb731 Change point and point_t to gPoint inmarket 2018-07-08 10:43:30 +1000
  • e8b789bfb1 Fix some missing gBool conversions inmarket 2018-07-08 10:05:34 +1000
  • 63d6955992 Another ChibiOS V5 fix inmarket 2018-07-08 09:46:29 +1000
  • 853863254f Added WS29EPD driver by cpu20 for the WaveShare E-Paper display inmarket 2018-07-07 23:14:28 +1000
  • e2fb6820d0 Add support for ChibiOS V5 - Thanks Vrollei inmarket 2018-07-07 17:05:18 +1000
  • 41271d632b Added new type definitions - moving towards V3.0 inmarket 2018-06-23 13:02:07 +1000
  • 3b97fb798e Merge branch 'master' of Steffen/uGFX into master inmarket 2018-06-23 03:01:37 +0200
  • b9b7d27c57 Merge branch 'ST7735_128x128' of kapacuk/uGFX into master inmarket 2018-06-23 02:52:13 +0200
  • b94fb2caad Added support for 1.44" board (128x128) kapacuk 2018-06-20 15:15:23 +0200
  • ee4654b077 Merge branch 'ST7735_fixes' of kapacuk/uGFX into master Joel Bodenmann 2018-06-20 14:42:27 +0200
  • 0f74d94288 A few minor fixes to be able to compile it on Linux with the latest GCC kapacuk 2018-06-20 11:52:51 +0200
  • ef9d93f0ef Fix UC1610 driver private area initialisation inmarket 2018-04-03 13:43:01 +1000
  • a70cc09ff9 Merge remote-tracking branch 'origin/master' inmarket 2018-03-10 22:46:41 +1000
  • a411aea69f Updating changelog Joel Bodenmann 2018-03-10 13:35:57 +0100
  • 0771c14817 Merge remote-tracking branch 'origin/master' inmarket 2018-03-10 20:36:35 +1000
  • 94f1cc2f0a Change new colors to GFX_RED instead of GFXRED. Use the new color defs inmarket 2018-03-10 20:36:12 +1000
  • bee02d5bb5 C comment style Thomas Sterren 2018-02-20 16:35:34 +0100
  • 509b4113ad Got stuck in here with a source font file generated out of `arial` size 48 Thomas Sterren 2018-02-20 16:30:53 +0100
  • 50cc1ad596 Typo in mcufontencoder help Thomas Sterren 2018-03-02 15:49:37 +0100
  • bbc4b8e551 Added clone() method to DataFile class Thomas Sterren 2018-03-02 15:50:16 +0100
  • 3cb7afbdec Tab to spaces Thomas Sterren 2018-03-06 09:42:00 +0100
  • 65d00b16b9 Merge branch 'master' of https://git.ugfx.io/uGFX/uGFX Thomas Sterren 2018-03-06 09:38:37 +0100
  • f265924396 First set of V3 macro changes inmarket 2018-02-27 17:44:21 +1000
  • 14786e97b6 Fixing issue in RTX5/CMSIS2 port Joel Bodenmann 2018-02-26 10:01:50 +0100
  • d9eaba249f Added support for specifying calibration fonts and text inmarket 2018-02-24 12:36:15 +1000
  • aeef03a83e Updates to standard STM32LTDC based boards to ensure the LTDC clock is fully operational before continuing inmarket 2018-02-24 11:49:30 +1000
  • 891b78a62c Fix for ST7735 driver inmarket 2018-02-24 11:31:34 +1000
  • 992850bcb1 Compiler satisfaction Thomas Sterren 2018-02-20 14:54:02 +0100
  • 9e51a3e586 _gosPostInit() needs to be in C Thomas Sterren 2018-02-20 14:53:17 +0100
  • 861e6b9869 Defined gfxRealloc() for GFX_USE_OS_QT Thomas Sterren 2018-02-20 14:51:37 +0100
  • c119ca4a5d Added missing check for GDISP_NEED_CIRCLE Steffen Schroeter 2018-01-23 14:05:11 +0100
  • e0f22d9cb8 Add keyboard input to radio widget Steffen Schroeter 2018-01-19 14:21:58 +0100
  • 013bac84ce Support negative baseline_x in a font. inmarket 2018-01-09 17:53:30 +1000
  • c41cbd05e9 Fix for wordwrapping when there is a space then a newline inmarket 2018-01-05 15:55:30 +1000
  • 87ec4b7c77 Bug fix for drawing boxes of size 3x3 pixels inmarket 2017-11-07 17:47:55 +1000
  • 37732af0b5 Release v2.8 v2.8 Joel Bodenmann 2017-10-29 19:02:01 +0100
  • a6eebb3bb1 Updating URLs Joel Bodenmann 2017-10-29 18:43:04 +0100
  • f66887deca Doxygen fix Joel Bodenmann 2017-10-29 18:42:48 +0100
  • 0bf3967d2d Updating URLs / E-Mail addresses and increasing version from 1.2 to 1.3 Joel Bodenmann 2017-10-29 18:37:41 +0100
  • 1e4af761b0 Updating URLs Joel Bodenmann 2017-10-29 18:37:11 +0100
  • 9570235ffc Preventing out-of-range warning with STM32LTDC flag definitions Joel Bodenmann 2017-10-29 18:19:26 +0100
  • a4f203fbe2 Preventing __DSB() redeclaration in STM32LTDC driver Joel Bodenmann 2017-10-29 18:11:00 +0100
  • a5c1e29d21 Improving STM32F746G-Discovery board files Joel Bodenmann 2017-10-28 15:28:31 +0200
  • 025bc66666 STM32F469i-Discovery board files Joel Bodenmann 2017-10-28 11:58:02 +0200
  • 2a249e6140 Update to hacked alpha support - now uses pre-multiplied color blending algorithm inmarket 2017-10-10 09:21:06 +1000
  • c3b484a865 Compiler warnings Joel Bodenmann 2017-10-03 14:13:08 +0200
  • d0fb541191 Updating STM32F429i-Discovery board file for ChibiOS Joel Bodenmann 2017-10-02 23:11:18 +0200
  • f9be386e52 Add alpha blending support inmarket 2017-10-02 16:47:18 +1000
  • fdaf636b5f Fix: ChibiOS V2 doesn't support dma cache handling at all inmarket 2017-10-02 13:33:38 +1000
  • 7ef1fa156c Fix the STM32LTDC driver DMA2D accelerated bitblit on STM32F7 platforms. inmarket 2017-10-02 13:27:10 +1000
  • cd4c389e48 Work around yet another ChibiOS DMA/Cache bug inmarket 2017-10-02 13:25:54 +1000
  • 8bf95a1128 Add cache flushing to the ChibiOS FATFS/PETITFS block routines. Required for STM32F7. This should really be in the ChibiOS DMA routines. inmarket 2017-10-02 11:26:54 +1000
  • 989b12608f Tidy up inmarket 2017-10-02 11:25:27 +1000
  • ea158a836d Adding nullpointer checks to GDISP image functions Joel Bodenmann 2017-10-01 13:21:56 +0200
  • 82047b1ac6 STM32LTDC 2nd layer support with alpha inmarket 2017-10-01 18:00:49 +1000
  • 70222f8c8d Updating /demos/modules/gwin/graph configuration file Joel Bodenmann 2017-09-26 14:52:39 +0200
  • 8219311877 using GFX_PI instead of M_PI in graph demo Joel Bodenmann 2017-09-26 14:47:36 +0200
  • 2513b54e71 Fix image byte extraction macros inmarket 2017-09-23 09:30:02 +1000
  • ecfcf994c6 Fixing issue in JPG decoder Joel Bodenmann 2017-09-22 12:16:53 +0200
  • 2943011ccb Adding Zephyr port Joel Bodenmann 2017-09-20 19:47:46 +0200
  • 3e13911432 Oops - add readme and changelog inmarket 2017-09-11 18:23:30 +1000
  • 77994258c0 Add SSD1322 driver. Thanks to Andrey_13 (but with modifications) inmarket 2017-09-11 18:19:12 +1000
  • 9b52fee213 Temporary fix for unknown osFeature_Semaphore value (needs fixing!) Joel Bodenmann 2017-08-29 09:21:26 +0200
  • b1124c3011 Adding CMSIS2 port to gos_mk.c Joel Bodenmann 2017-08-29 09:20:52 +0200
  • c3ad194401 Fixing typo in CMSIS2 port Joel Bodenmann 2017-08-29 09:20:40 +0200
  • db99ea7d04 Updating #error message Joel Bodenmann 2017-08-27 14:13:50 +0200
  • 285c6528e6 Merge branch 'master' of git.ugfx.io:uGFX/uGFX Joel Bodenmann 2017-08-27 13:43:53 +0200
  • f9494c44a2 Improving gdispPixmapCreate() documentation Joel Bodenmann 2017-08-27 13:43:49 +0200