Commit graph

  • 13d360b17f Doxygen: Set PROJECT_NAME appropriately. origin_old/master origin_old/HEAD origin/master Joel Bodenmann 2021-04-13 18:53:06 +02:00
  • df7027881a Doxygen improvements Joel Bodenmann 2021-04-13 18:32:47 +02:00
  • 2d4bbea4a3 Update doxygen file Updated doxygenfile using $>_ doxygen -u Doxyfile Joel Bodenmann 2021-04-13 18:21:54 +02:00
  • ff93884f71 Fix doxygen comment inmarket 2020-01-21 12:10:35 +10:00
  • 0586fd276d Fix to gImage BMP handling where the system pixel size is less than a byte inmarket 2019-05-08 09:25:35 +10:00
  • 127a7cd2a2 Fix to GWIN console widget inmarket 2019-05-08 09:01:56 +10:00
  • 701f697df5 Fix release notes inmarket 2019-05-08 08:33:47 +10:00
  • 39bde23dd9 Merge branch 'develop' Joel Bodenmann 2019-05-01 17:07:43 +02:00
  • ac4b7fc8b4 Typedef gImage compatibility only when GDISP_NEED_IMAGE is GFXON origin_old/develop origin/develop Joel Bodenmann 2019-05-01 16:54:39 +02:00
  • 785047b0aa Introduce type gImage to replace v2.x gdispImage Joel Bodenmann 2019-04-10 17:33:15 +02:00
  • 835f0f197f Release v2.9 v2.9 origin_old/release/v2.9 Joel Bodenmann 2019-02-26 16:01:07 +01:00
  • 138b49a1a0 Updating .gitignore Joel Bodenmann 2019-02-26 16:00:55 +01:00
  • 509fc7501e Textedit fix - as per Neon1 inmarket 2018-11-17 18:50:25 +10:00
  • d528fb218d Minor fixups inmarket 2018-11-10 10:45:28 +10:00
  • 8a9ed5195b Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, gMutex etc inmarket 2018-11-03 12:29:30 +10:00
  • 7c5a6c928f For all source files update integer types to the new gI8 etc type names inmarket 2018-11-03 10:51:23 +10:00
  • 8bd70d953b FIx big endian bug inmarket 2018-10-21 11:56:46 +10:00
  • 6a69c5673f Fix gfxRealloc bug for RAW32 (and derivitives) inmarket 2018-10-14 14:59:40 +10:00
  • 0f3310dd34 Reverse removal of label auto-sizing during label creation. Retained removal of auto-sizing during draw. inmarket 2018-10-14 14:58:53 +10:00
  • 4c4cf51682 More updating of license header inmarket 2018-10-14 14:56:52 +10:00
  • b2b8b857ee Merge branch 'feature/update_license_header' of XenotriX/uGFX into master Joel Bodenmann 2018-10-01 16:41:19 +02:00
  • 0840c8e784 Update license header Tibo Clausen 2018-10-01 17:32:39 +02:00
  • e414e77d23 Merge branch 'feature/label_renderer' of XenotriX/uGFX into master Joel Bodenmann 2018-10-01 15:06:14 +02:00
  • 82287d168f Change gwinLabelDraw to gwinLabelDrawJustified Tibo Clausen 2018-10-01 15:51:36 +02:00
  • 3486e47579 Updating changelog Joel Bodenmann 2018-10-01 12:53:30 +02:00
  • 7047dfa633 Merge branch 'feature/rm_label_auto-resize' of XenotriX/uGFX into master Joel Bodenmann 2018-10-01 12:36:09 +02:00
  • 00c99374b1 Remove label auto-resizing Tibo Clausen 2018-10-01 13:12:28 +02:00
  • fe8c80f434 Merge branch 'hotfix/fsyncqueue' of XenotriX/uGFX into master Joel Bodenmann 2018-10-01 11:16:15 +02:00
  • e56ed290e3 Fix fully sync queue Tibo Clausen 2018-10-01 11:15:24 +02:00
  • df0200c0f9 Merge branch 'hotfix/color' of XenotriX/uGFX into master Joel Bodenmann 2018-09-27 14:01:37 +02:00
  • 601d8f893d Fix color macros Tibo Clausen 2018-09-27 12:04:11 +02:00
  • 330f891081 Added type gThread to replace V2.x gfxThreadHandle inmarket 2018-07-08 15:40:27 +10:00
  • 1fc4180d41 gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITY inmarket 2018-07-08 15:32:26 +10:00
  • 93da5a0578 gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITE inmarket 2018-07-08 15:15:15 +10:00
  • 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 +10:00
  • e23ae94e91 Added type gColorformat to replace V2.x colorformat inmarket 2018-07-08 14:04:14 +10:00
  • e61f0ae424 Added type gOrientation to replace V2.x orientation_t, and values gOrientationX replace GDISP_ROTATE_X inmarket 2018-07-08 13:51:20 +10:00
  • d9258efd4d Added macros JUSTIFYMASK_HORIZONTAL, JUSTIFYMASK_VERTICAL to replace macros JUSTIFYMASK_LEFTRIGHT, JUSTIFYMASK_TOPBOTTOM inmarket 2018-07-08 13:25:20 +10:00
  • cbf1d4dfa0 Added type gFont to replace V2.x font_t inmarket 2018-07-08 13:05:27 +10:00
  • a24fab0d72 Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX replace fontXXX inmarket 2018-07-08 12:50:05 +10:00
  • 2e8eaa3471 Added type gJustify to replace V2.x justify_t, and values gJustifyXXX replace justifyXXX inmarket 2018-07-08 12:19:30 +10:00
  • 788cbced62 Correct V2 powermode macros inmarket 2018-07-08 11:58:35 +10:00
  • bda8c738b1 Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX replace powerXXX inmarket 2018-07-08 11:47:36 +10:00
  • f9c848e985 Change color_t to gColor inmarket 2018-07-08 11:19:43 +10:00
  • cfb1b2a488 Change pixel_t to gPixel inmarket 2018-07-08 11:08:55 +10:00
  • 2ab2d77fcb Change coord_t to gCoord inmarket 2018-07-08 10:54:19 +10:00
  • 7e95acb731 Change point and point_t to gPoint inmarket 2018-07-08 10:43:30 +10:00
  • e8b789bfb1 Fix some missing gBool conversions inmarket 2018-07-08 10:05:34 +10:00
  • 63d6955992 Another ChibiOS V5 fix inmarket 2018-07-08 09:46:29 +10:00
  • 853863254f Added WS29EPD driver by cpu20 for the WaveShare E-Paper display inmarket 2018-07-07 23:14:28 +10:00
  • e2fb6820d0 Add support for ChibiOS V5 - Thanks Vrollei inmarket 2018-07-07 17:05:18 +10:00
  • 41271d632b Added new type definitions - moving towards V3.0 inmarket 2018-06-23 13:02:07 +10:00
  • 3b97fb798e Merge branch 'master' of Steffen/uGFX into master inmarket 2018-06-23 03:01:37 +02:00
  • b9b7d27c57 Merge branch 'ST7735_128x128' of kapacuk/uGFX into master inmarket 2018-06-23 02:52:13 +02:00
  • b94fb2caad Added support for 1.44" board (128x128) kapacuk 2018-06-20 15:15:23 +02:00
  • ee4654b077 Merge branch 'ST7735_fixes' of kapacuk/uGFX into master Joel Bodenmann 2018-06-20 14:42:27 +02:00
  • 0f74d94288 A few minor fixes to be able to compile it on Linux with the latest GCC kapacuk 2018-06-20 11:52:51 +02:00
  • ef9d93f0ef Fix UC1610 driver private area initialisation inmarket 2018-04-03 13:43:01 +10:00
  • a70cc09ff9 Merge remote-tracking branch 'origin/master' inmarket 2018-03-10 22:46:41 +10:00
  • a411aea69f Updating changelog Joel Bodenmann 2018-03-10 13:35:57 +01:00
  • 0771c14817 Merge remote-tracking branch 'origin/master' inmarket 2018-03-10 20:36:35 +10:00
  • 94f1cc2f0a Change new colors to GFX_RED instead of GFXRED. Use the new color defs inmarket 2018-03-10 20:36:12 +10:00
  • bee02d5bb5 C comment style Thomas Sterren 2018-02-20 16:35:34 +01:00
  • 509b4113ad Got stuck in here with a source font file generated out of arial size 48 Thomas Sterren 2018-02-20 16:30:53 +01:00
  • 50cc1ad596 Typo in mcufontencoder help Thomas Sterren 2018-03-02 15:49:37 +01:00
  • bbc4b8e551 Added clone() method to DataFile class Thomas Sterren 2018-03-02 15:50:16 +01:00
  • 3cb7afbdec Tab to spaces Thomas Sterren 2018-03-06 09:42:00 +01:00
  • 65d00b16b9 Merge branch 'master' of https://git.ugfx.io/uGFX/uGFX Thomas Sterren 2018-03-06 09:38:37 +01:00
  • f265924396 First set of V3 macro changes inmarket 2018-02-27 17:44:21 +10:00
  • 14786e97b6 Fixing issue in RTX5/CMSIS2 port Joel Bodenmann 2018-02-26 10:01:50 +01:00
  • d9eaba249f Added support for specifying calibration fonts and text inmarket 2018-02-24 12:36:15 +10:00
  • aeef03a83e Updates to standard STM32LTDC based boards to ensure the LTDC clock is fully operational before continuing inmarket 2018-02-24 11:49:30 +10:00
  • 891b78a62c Fix for ST7735 driver inmarket 2018-02-24 11:31:34 +10:00
  • 992850bcb1 Compiler satisfaction Thomas Sterren 2018-02-20 14:54:02 +01:00
  • 9e51a3e586 _gosPostInit() needs to be in C Thomas Sterren 2018-02-20 14:53:17 +01:00
  • 861e6b9869 Defined gfxRealloc() for GFX_USE_OS_QT Thomas Sterren 2018-02-20 14:51:37 +01:00
  • c119ca4a5d Added missing check for GDISP_NEED_CIRCLE Steffen Schroeter 2018-01-23 14:05:11 +01:00
  • e0f22d9cb8 Add keyboard input to radio widget Steffen Schroeter 2018-01-19 14:21:58 +01:00
  • 013bac84ce Support negative baseline_x in a font. inmarket 2018-01-09 17:53:30 +10:00
  • c41cbd05e9 Fix for wordwrapping when there is a space then a newline inmarket 2018-01-05 15:55:30 +10:00
  • 87ec4b7c77 Bug fix for drawing boxes of size 3x3 pixels inmarket 2017-11-07 17:47:55 +10:00
  • 37732af0b5 Release v2.8 v2.8 Joel Bodenmann 2017-10-29 19:02:01 +01:00
  • a6eebb3bb1 Updating URLs Joel Bodenmann 2017-10-29 18:43:04 +01:00
  • f66887deca Doxygen fix Joel Bodenmann 2017-10-29 18:42:48 +01:00
  • 0bf3967d2d Updating URLs / E-Mail addresses and increasing version from 1.2 to 1.3 Joel Bodenmann 2017-10-29 18:37:41 +01:00
  • 1e4af761b0 Updating URLs Joel Bodenmann 2017-10-29 18:37:11 +01:00
  • 9570235ffc Preventing out-of-range warning with STM32LTDC flag definitions Joel Bodenmann 2017-10-29 18:19:26 +01:00
  • a4f203fbe2 Preventing __DSB() redeclaration in STM32LTDC driver Joel Bodenmann 2017-10-29 18:11:00 +01:00
  • a5c1e29d21 Improving STM32F746G-Discovery board files Joel Bodenmann 2017-10-28 15:28:31 +02:00
  • 025bc66666 STM32F469i-Discovery board files Joel Bodenmann 2017-10-28 11:58:02 +02:00
  • 2a249e6140 Update to hacked alpha support - now uses pre-multiplied color blending algorithm inmarket 2017-10-10 09:21:06 +10:00
  • c3b484a865 Compiler warnings Joel Bodenmann 2017-10-03 14:13:08 +02:00
  • d0fb541191 Updating STM32F429i-Discovery board file for ChibiOS Joel Bodenmann 2017-10-02 23:11:18 +02:00
  • f9be386e52 Add alpha blending support inmarket 2017-10-02 16:47:18 +10:00
  • fdaf636b5f Fix: ChibiOS V2 doesn't support dma cache handling at all inmarket 2017-10-02 13:33:38 +10:00
  • 7ef1fa156c Fix the STM32LTDC driver DMA2D accelerated bitblit on STM32F7 platforms. inmarket 2017-10-02 13:27:10 +10:00
  • cd4c389e48 Work around yet another ChibiOS DMA/Cache bug inmarket 2017-10-02 13:25:54 +10:00
  • 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 +10:00
  • 989b12608f Tidy up inmarket 2017-10-02 11:25:27 +10:00
  • ea158a836d Adding nullpointer checks to GDISP image functions Joel Bodenmann 2017-10-01 13:21:56 +02:00