Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/qmk/uGFX

Fork of https://git.ugfx.io/uGFX/uGFX. Fixes for qmk_firmware
https://github.com/qmk/uGFX

Removing obsolete color parameters from gwinFillDualCircle()

Fixes T27

baa20c4e60f542ec70b554fadec3be7fea74fe7e authored almost 8 years ago by Joel Bodenmann <[email protected]>
Add support for 128x32 SSD1306 displays

281ccb72ce8bf12da6e45ce724a3cf8db7104a00 authored almost 8 years ago by Wesley Moore <[email protected]>
Starting work on version 2.8

2f0e05f9cb23b65eaa28f6566e5814ab2216b29a authored almost 8 years ago by Joel Bodenmann <[email protected]>
Release version 2.7

7a896c29179507df7a4c16eb27072cf612e24f33 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Enabling local search engine in generated doxygen documentation

35228413d1e132c124ffe7f258ba4e9376eb20c2 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Doxygen fix

08fe2b1295de5be23a1f20395f3660eb717e4973 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Adding #prama for Keil compiler to suppress "statement is unreachable" warning.

Commit r57667124 removed certain unreachable statements as Keil/ARMCC complains about those. How...

ca56c721a7bf64db25b28d5b0e2ece97331cd36d authored almost 8 years ago by Joel Bodenmann <[email protected]>
Revert "Remove some compiler warnings"

This reverts commit 76671249d62e0931fdac3849ef474d57f780a61e.

09eba89afd3667371aa8771e2ab1f2ba134cacd8 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Cleaning up changelog

ceaeb599d4adee3d21d2ae50427fb00c69501baf authored almost 8 years ago by Joel Bodenmann <[email protected]>
Adding gwinDrawThickArc() wrapper for gdispGDrawThickArc() function.

Fixes T18

37f25677ec5f1b1a2e804f2976109caae7f1d70d authored almost 8 years ago by Joel Bodenmann <[email protected]>
Adding gwinFillDualCircle() wrapper for gdispGFillDualCircle() function.

Fixes T16

52c7f156737e7954fbbf50be1ebeedb564334ac6 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Adding missing __cpp() wrapper macro to inline assembly for Keil RAW32 threading functions

8e629124462fd4a651dbc121ff83e82dde334722 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Cleaning up raw32 thread context switching functions (use consistent coding style)

0ab0e28bdba00297618b6ed1358970b8745e43ed authored almost 8 years ago by Joel Bodenmann <[email protected]>
Fixing typo in comment

d80bd18157a5550642fa5eec8d09700b6e70833a authored almost 8 years ago by Joel Bodenmann <[email protected]>
Moving docs/changelog.txt to /changelog.txt

748346f0e5f493a1b73a07b4ddf11c981f5c9ef4 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Update the Raw32 heap allocator to remove a memory merging bug.

The new code has less allocation overhead but memory blocks are now not tracked while allocated.

f495b49f53e3286c1dfa5e5d00aecd1048ebccbe authored almost 8 years ago by inmarket <[email protected]>
Update Raw32 threads CLIB support to work with modern versions of the MINGW compiler

bc7a2b05c1e3e69c93a1381a343d32e18907c782 authored almost 8 years ago by inmarket <[email protected]>
Fix a win32.raw32 platform compile bug caused by the windows headers not being included

60b3fc076925c5cdbba041b122d3d1f44bcf7729 authored almost 8 years ago by inmarket <[email protected]>
Renaming docs/releases.txt to docs/changelog.txt

43bcd7930b2bcf0f4d208716b5f11177a2a55bb3 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Doxygen fixes

d9a8b2b259ea5558f7398d82547fb115d5c25d5b authored almost 8 years ago by Joel Bodenmann <[email protected]>
Adding gdispGDrawThickArc() demo

dba9b327ecef7c1e4ef48a0909f9fe5bfded7448 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Updating changelog

3a51e83f18ce0ee7b4e962501fe926dd2b17c3ec authored almost 8 years ago by Joel Bodenmann <[email protected]>
Merge branch 'master' of CorentinB/uGFX into master

81fc34801dc619981addef9dae1aa5b34fe8a4b3 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Fixed drawThickArc function

0b4b99163b018a7ffb96bd8c93b465f776a27e05 authored almost 8 years ago by Corentin Barman <[email protected]>
Merge branch 'master' of https://git.ugfx.io/uGFX/uGFX

bde1f0d2eb8f4ecc7a0feb624ebcdddfe7578087 authored almost 8 years ago by Corentin Barman <[email protected]>
Fix GCC assembler broken during Keil port

e927bff0890b6b2a1f5a223f804aa1de71f091a6 authored almost 8 years ago by inmarket <[email protected]>
Support for Keil compiler RAW32 CPU specific task switching for Cortex M0,1,3,4,7

ad29f4fee01af58b69d5e0d3b379600c6beba119 authored almost 8 years ago by inmarket <[email protected]>
Fix a bug in the Cortex M0 task switcher

Start of Keil compiler CPU specific switching

c1e2863078baaa0afbfbd31af5cc9f9978778dda authored almost 8 years ago by inmarket <[email protected]>
Add the ability to display the detected compiler

4b61ae71fed651b9f1f925d0056825359f289c29 authored almost 8 years ago by inmarket <[email protected]>
Remove some compiler warnings

76671249d62e0931fdac3849ef474d57f780a61e authored almost 8 years ago by inmarket <[email protected]>
Minor improvement to release notes

fa668d846e3c31371b706db84dad782859e80573 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Added a function to draw thick arcs

2bcb2155caba059ae184ff7725e2a26d7c012067 authored almost 8 years ago by Corentin Barman <[email protected]>
Fixing typo in ILI9488 driver

d477e620be7ef8fd84420977a5ec5c3ebafe2cf3 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Adding readme files for implicitly supported touchscreen controllers

792bc3889e4aacaf51a58e00568776c0f6c1029a authored almost 8 years ago by Joel Bodenmann <[email protected]>
Adding ADS7843 + STM32CubeF4HAL demo board file

d90daf0cb265911b2e9dc7d90c04d91d383e2162 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Adding ILI9488 + STM32CubeF4HAL demo board file

12bf6d93916d1358688d30bf9f0588f64e0d8790 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Adding ILI9488 display driver

59c9565df7d05780b98e37ddeda374d697ab481a authored almost 8 years ago by Joel Bodenmann <[email protected]>
Properly fix the problem causing the compiler warning

d4adcdb017b413a1cd93cf8a29ddc7c4bb880752 authored almost 8 years ago by inmarket <[email protected]>
Prevening compiler warning

6c7b3716b3c7f63c6c946d63aca8d8e09b67b9cb authored almost 8 years ago by Joel Bodenmann <[email protected]>
Fixes to GEVENT

e0eacb846c4c87b70a77095c4b50fe4c06255fec authored almost 8 years ago by inmarket <[email protected]>
Merge branch 'master' of git.ugfx.io:uGFX/uGFX

da2735ab6734d178c93d21439721c5573c3eaa2a authored almost 8 years ago by Joel Bodenmann <[email protected]>
Adding gmiscHittestPoly()

152e7e7e26beb4fb3db123a5f49dae7025737666 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Adding gmistHittestPoly()

7d17a34111bef3167a45e9028020cfa45d6f4df3 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Add support for adding fonts to the font list

7f79b89eda65e2529128710168a5b1de431ff7f0 authored almost 8 years ago by inmarket <[email protected]>
Updating changelog

9ad9472662aaee8076df420014ef426c2c7c1879 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Merge branch 'master' of CorentinB/uGFX into master

82e1a667c5c72564b43e59258d72b05153298391 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Fixed and improved the get_normal_vector function

2823c3605a09276263cdee953341c524ba8dbf44 authored almost 8 years ago by Corentin Barman <[email protected]>
Adding screenshot of the expected result to /demos/modules/gdisp/images_palettes.

31002745de73308bf03106773d19aaaa8b538f42 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Merge branch 'image_palette'

b60383c03e8ddd0fb2f24f597fd15c787653d652 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Updating changelog

477aa8e87872ae79e568e1a1d5468c614fc1c457 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Adding demo to demonstrate image color palette modification

1c5bfeef64f7eb84c5d04e3e11daaebeeef651e1 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Fixing gdispFillDualCircle() wrapper macro parameters

c91f42ec85a2c2f127663c0b0a9f11f11a6660b8 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Adding API documentation for new image color palette functions

73a110eed634e757389c647ad988fe750e9be0ee authored almost 8 years ago by Joel Bodenmann <[email protected]>
Minor changes & improvements on image color palletization handling

ebfe1e95a240cdd29d295522f002325c65df622b authored almost 8 years ago by Joel Bodenmann <[email protected]>
Adding ability to modify the color palette of BMP images (untested)

386e49480d449596b6f878c572241470a1cf9577 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Updating changelog

2cf23ca69b188a89105fe7e06b655020409cee12 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Merge branch 'master' of CorentinB/uGFX into master

11de1f703175a82c0f25e3a8f91997376297761d authored almost 8 years ago by Joel Bodenmann <[email protected]>
Fixing bug in gdispGFillConvexPoly

ff65d4f2204a074e832b1274ed2507a45005d83a authored almost 8 years ago by Corentin Barman <[email protected]>
Merge branch 'master' of https://git.ugfx.io/uGFX/uGFX

7f4bfaadd5ad1bf2feaf0645e429e30cbe8fad18 authored almost 8 years ago by inmarket <[email protected]>
New dual circle drawing in GDISP

545a719db9f706d47d1135c5056faab82e22f230 authored almost 8 years ago by inmarket <[email protected]>
Merge branch 'master' of git.ugfx.io:ugfx/ugfx

cd9e47d6461a05d54458237c5e951b04655efe7d authored almost 8 years ago by Joel Bodenmann <[email protected]>
Removing old references to ChibiOS/GFX in documentation

4bafff3ea55b7f7920880b62d5577f06e2fc8125 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Fix progressbar bounds checking and decrementing

59917dbe1acd506fcde7a4a7485333c3125da7e1 authored almost 8 years ago by inmarket <[email protected]>
Minor fix in toggle/pal readme

379878a013fb1504e045e110a312de8ab17a5c18 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Minor fix in toggle/pal readme

18774ce2f9e3df47c870a7963f4443e15757fb7d authored almost 8 years ago by Joel Bodenmann <[email protected]>
Merge branch 'master' of git.ugfx.io:ugfx/ugfx

151da0f2a78da7ddbcd13083b38c6276dbb84f72 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Fixing GEVENT documentation

0d0dfe5ddc309f85015c35d94d2b5c3917f60990 authored almost 8 years ago by Joel Bodenmann <[email protected]>
Updating docs/releases.txt

462c5b7b4aa39d9053b0e63eb02dd6a1915e2086 authored about 8 years ago by Joel Bodenmann <[email protected]>
Merge branch 'master' of dongie/uGFX into master

412ea078eeb7f16e774834e3b0e63deb3c6a8e1b authored about 8 years ago by Joel <[email protected]>
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 othe...

c9b616014fee75c60824819f78eb8e7ff247439e authored about 8 years ago by dongie <[email protected]>
Updating release notes

ea0dd89cfcc752f38a315c6721fafdec80eb8280 authored about 8 years ago by Joel Bodenmann <[email protected]>
Add protection for a font not being supplied.

b3ba618c2a62854288f976fc4eb5042070d5b63e authored about 8 years ago by inmarket <[email protected]>
Fix 3 bugs in filled arc drawing...

1. Certain small angles would fill the inverse angle
2. Certain angles would draw a spurios horiz...

e3a0cff0008905a1a910694b18c62e8702dafc5d authored about 8 years ago by inmarket <[email protected]>
Add the math header files when using FASTTRIG

a5f27d61c6c410231935c7ed400f4710798c870d authored about 8 years ago by inmarket <[email protected]>
Protect Win32 GDISP driver from some strange config file configurations

0d1741a52e48fff3a2f8265851e4aab6fe6d6189 authored about 8 years ago by inmarket <[email protected]>
New uGFXnetESP8266 driver. A gdisp driver for the ESP8266.

Not tested yet.

81505c8be20b89cd545dfc2fe6d3ed0c86524e89 authored about 8 years ago by inmarket <[email protected]>
Minor improvement to the ST7565 driver

ea632d50012c2a65b54792167474bd8d4e6cf0bf authored about 8 years ago by Joel Bodenmann <[email protected]>
Fix keyboard handling for gwin checkbox and button

8603afd3098b5fdb640cb214bda209137fe192ee authored about 8 years ago by inmarket <[email protected]>
Tidy up function names in the gwin virtual keyboard

ea0419c29bc4aed1b60662d781d94382dcb8e336 authored about 8 years ago by inmarket <[email protected]>
Fix for linux framebuffer for RGB555 and BGR555

bc336ee15fe5fbf732e82986be234afc85c4c56e authored about 8 years ago by inmarket <[email protected]>
Fixing wrong macro in Linux framebuffer board file

b4f96b3e2659a93ccf96362b8e3a25ef90ae435b authored about 8 years ago by Joel Bodenmann <[email protected]>
Whitespace

4991ba05308f3266fb60f06e2f79f6d427de73b4 authored about 8 years ago by Joel Bodenmann <[email protected]>
Fixing issue with color formats in Linux-Framebuffer board files

16ac227a75e5cce29b691477da4e995c69cf97d9 authored about 8 years ago by Joel Bodenmann <[email protected]>
Adding Linux event input touch driver

ac5e96cca18884727b165f4245e42887ef0e3a21 authored about 8 years ago by Joel Bodenmann <[email protected]>
Merge branch 'compile_fixes_mr' of olegator77/uGFX into master

2db86d4f6730e972f649f985d948a51ea08aea41 authored about 8 years ago by inmarket <[email protected]>
Updating docs/releases.txt

966313405934f6869e7a2fa37d026a45a89d7667 authored about 8 years ago by Joel Bodenmann <[email protected]>
Fix formatting

fe84a7b9dda687363ead3d4a13f9161560f3d7a0 authored about 8 years ago by Oleg Gerasimov <[email protected]>
Fix function SendKeyboardEvent name conflict in single file build

026379bafda46c83957ab7f58b4144ed84129d31 authored about 8 years ago by Oleg Gerasimov <[email protected]>
Fix clang build warnings

09c5c313030b5f8f4e882b15f60371ff70bc2ce4 authored about 8 years ago by Oleg Gerasimov <[email protected]>
Merge branch 'ili9225_mr' of olegator77/uGFX into master

9d880dbb56bd8ad0d542b12edb0085f3a31029bc authored about 8 years ago by Joel <[email protected]>
Merge branch 'st7735_mr' of olegator77/uGFX into master

ea2aeff010fae358d127d6effa118429b91be4d4 authored about 8 years ago by Joel <[email protected]>
Added ILI9225 driver

b998c385d8f6e9057bdffbb134e71d2db33f1c12 authored about 8 years ago by Oleg Gerasimov <[email protected]>
Increased st7735 refresh rate - no more flicker

2d42bd44a2c0cae376c72de98609b1ccee4a4804 authored about 8 years ago by Oleg Gerasimov <[email protected]>
Added ST7735 driver

6997865c57871afae6a25f784641ed410360d89f authored about 8 years ago by Oleg Gerasimov <[email protected]>
Modifying SDL window title (it's not a simulation)

5897122c0724f1718c96d36df92e836245b0de37 authored about 8 years ago by Joel Bodenmann <[email protected]>
Updating Mac OS X board files

230c06a1263f7477d28d58ffa73a2e9e6cd4904d authored about 8 years ago by Joel Bodenmann <[email protected]>
Cleaning up new SDL driver support

8dd5cc93d5e0c82f141a9e46e69645f8477b986e authored about 8 years ago by Joel Bodenmann <[email protected]>
Updates to STM32F439i-Eval board files to fix display flashing

9356534ad502a59407dec8f4046b12485edf052c authored about 8 years ago by inmarket <[email protected]>
(void)var statements must come after any variable definitions in strict c

02dbca0454ae58193d828dd990b87a61111219dd authored about 8 years ago by inmarket <[email protected]>
Fixing possible crash when GDISP_NEED_TEXT_WORDWRAP is enabled.

b9b555eae26a539ee71b30668f8e3fdb343e6ac1 authored about 8 years ago by Joel Bodenmann <[email protected]>