Commit Graph

  • ceaeb599d4 Cleaning up changelog Joel Bodenmann 2016-12-14 14:51:15 +0100
  • 37f25677ec Adding gwinDrawThickArc() wrapper for gdispGDrawThickArc() function. Joel Bodenmann 2016-12-14 14:49:11 +0100
  • 52c7f15673 Adding gwinFillDualCircle() wrapper for gdispGFillDualCircle() function. Joel Bodenmann 2016-12-14 14:43:21 +0100
  • 8e62912446 Adding missing __cpp() wrapper macro to inline assembly for Keil RAW32 threading functions Joel Bodenmann 2016-12-12 20:03:17 +0100
  • 0ab0e28bdb Cleaning up raw32 thread context switching functions (use consistent coding style) Joel Bodenmann 2016-12-12 20:02:34 +0100
  • d80bd18157 Fixing typo in comment Joel Bodenmann 2016-12-12 19:06:50 +0100
  • 748346f0e5 Moving docs/changelog.txt to /changelog.txt Joel Bodenmann 2016-12-12 11:23:14 +0100
  • f495b49f53 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. inmarket 2016-12-12 20:01:27 +1000
  • bc7a2b05c1 Update Raw32 threads CLIB support to work with modern versions of the MINGW compiler inmarket 2016-12-12 19:59:47 +1000
  • 60b3fc0769 Fix a win32.raw32 platform compile bug caused by the windows headers not being included inmarket 2016-12-12 19:58:46 +1000
  • 43bcd7930b Renaming docs/releases.txt to docs/changelog.txt Joel Bodenmann 2016-12-11 20:51:09 +0100
  • d9a8b2b259 Doxygen fixes Joel Bodenmann 2016-12-11 18:07:33 +0100
  • dba9b327ec Adding gdispGDrawThickArc() demo Joel Bodenmann 2016-12-11 17:58:28 +0100
  • 3a51e83f18 Updating changelog Joel Bodenmann 2016-12-11 17:58:13 +0100
  • 81fc34801d Merge branch 'master' of CorentinB/uGFX into master Joel Bodenmann 2016-12-11 17:40:38 +0100
  • 0b4b99163b Fixed drawThickArc function Corentin Barman 2016-12-11 15:46:55 +0100
  • bde1f0d2eb Merge branch 'master' of https://git.ugfx.io/uGFX/uGFX Corentin Barman 2016-12-11 15:44:05 +0100
  • e927bff089 Fix GCC assembler broken during Keil port inmarket 2016-12-08 10:12:23 +1000
  • ad29f4fee0 Support for Keil compiler RAW32 CPU specific task switching for Cortex M0,1,3,4,7 inmarket 2016-12-06 13:47:33 +1000
  • c1e2863078 Fix a bug in the Cortex M0 task switcher Start of Keil compiler CPU specific switching inmarket 2016-12-06 12:16:19 +1000
  • 4b61ae71fe Add the ability to display the detected compiler inmarket 2016-12-06 12:15:13 +1000
  • 76671249d6 Remove some compiler warnings inmarket 2016-12-06 12:14:06 +1000
  • fa668d846e Minor improvement to release notes Joel Bodenmann 2016-11-28 20:05:04 +0100
  • 2bcb2155ca Added a function to draw thick arcs Corentin Barman 2016-11-27 19:06:53 +0100
  • d477e620be Fixing typo in ILI9488 driver Joel Bodenmann 2016-11-27 17:38:11 +0100
  • 792bc3889e Adding readme files for implicitly supported touchscreen controllers Joel Bodenmann 2016-11-27 17:11:05 +0100
  • d90daf0cb2 Adding ADS7843 + STM32CubeF4HAL demo board file Joel Bodenmann 2016-11-27 17:08:49 +0100
  • 12bf6d9391 Adding ILI9488 + STM32CubeF4HAL demo board file Joel Bodenmann 2016-11-27 17:07:59 +0100
  • 59c9565df7 Adding ILI9488 display driver Joel Bodenmann 2016-11-27 17:06:33 +0100
  • d4adcdb017 Properly fix the problem causing the compiler warning inmarket 2016-11-24 16:48:08 +1000
  • 6c7b3716b3 Prevening compiler warning Joel Bodenmann 2016-11-19 23:46:50 +0100
  • e0eacb846c Fixes to GEVENT inmarket 2016-11-19 19:39:04 +1000
  • 1d527e8dd9 Merge branch 'spinbox_widget' of CorentinB/uGFX into spinbox_widget origin_old/spinbox_widget spinbox_widget Joel Bodenmann 2016-11-15 19:42:50 +0100
  • 6097a2120f Removing fieldWidth from spinbox create function Corentin Barman 2016-11-14 21:56:37 +0100
  • da2735ab67 Merge branch 'master' of git.ugfx.io:uGFX/uGFX Joel Bodenmann 2016-11-14 18:00:00 +0100
  • 152e7e7e26 Adding gmiscHittestPoly() Joel Bodenmann 2016-11-14 17:54:41 +0100
  • 7d17a34111 Adding gmistHittestPoly() Joel Bodenmann 2016-11-14 17:54:41 +0100
  • 7f79b89eda Add support for adding fonts to the font list inmarket 2016-11-14 09:15:51 +1000
  • ae1c3ef59f Fixing issue that prevented linking against the spinbox widget functions Joel Bodenmann 2016-11-13 23:46:06 +0100
  • 9ad9472662 Updating changelog Joel Bodenmann 2016-11-13 16:30:50 +0100
  • e611e25a0d Minor improvements to the spinbox widget Joel Bodenmann 2016-11-13 16:29:30 +0100
  • 82e1a667c5 Merge branch 'master' of CorentinB/uGFX into master Joel Bodenmann 2016-11-13 16:28:18 +0100
  • f7ddad3689 First implementation of the spinbox widget Joel Bodenmann 2016-11-12 20:16:55 +0100
  • 2823c3605a Fixed and improved the get_normal_vector function Corentin Barman 2016-11-12 16:45:51 +0100
  • 31002745de Adding screenshot of the expected result to /demos/modules/gdisp/images_palettes. Joel Bodenmann 2016-11-11 19:56:38 +0100
  • b60383c03e Merge branch 'image_palette' Joel Bodenmann 2016-11-11 19:09:34 +0100
  • 477aa8e878 Updating changelog Joel Bodenmann 2016-11-11 19:08:51 +0100
  • 1c5bfeef64 Adding demo to demonstrate image color palette modification Joel Bodenmann 2016-11-11 19:07:55 +0100
  • c91f42ec85 Fixing gdispFillDualCircle() wrapper macro parameters Joel Bodenmann 2016-11-11 18:38:15 +0100
  • 73a110eed6 Adding API documentation for new image color palette functions Joel Bodenmann 2016-11-11 18:35:09 +0100
  • ebfe1e95a2 Minor changes & improvements on image color palletization handling Joel Bodenmann 2016-11-11 18:28:48 +0100
  • 386e49480d Adding ability to modify the color palette of BMP images (untested) Joel Bodenmann 2016-11-10 23:00:31 +0100
  • 2cf23ca69b Updating changelog Joel Bodenmann 2016-11-09 22:45:22 +0100
  • 11de1f7031 Merge branch 'master' of CorentinB/uGFX into master Joel Bodenmann 2016-11-09 22:28:07 +0100
  • ff65d4f220 Fixing bug in gdispGFillConvexPoly Corentin Barman 2016-11-09 19:22:06 +0100
  • 7f4bfaadd5 Merge branch 'master' of https://git.ugfx.io/uGFX/uGFX inmarket 2016-11-09 16:42:24 +1000
  • 545a719db9 New dual circle drawing in GDISP inmarket 2016-11-09 16:41:44 +1000
  • cd9e47d646 Merge branch 'master' of git.ugfx.io:ugfx/ugfx Joel Bodenmann 2016-11-08 22:02:10 +0100
  • 4bafff3ea5 Removing old references to ChibiOS/GFX in documentation Joel Bodenmann 2016-11-08 22:01:52 +0100
  • 59917dbe1a Fix progressbar bounds checking and decrementing inmarket 2016-11-08 09:31:47 +1000
  • 379878a013 Minor fix in toggle/pal readme Joel Bodenmann 2016-11-07 21:34:36 +0100
  • 18774ce2f9 Minor fix in toggle/pal readme Joel Bodenmann 2016-11-07 21:32:20 +0100
  • 151da0f2a7 Merge branch 'master' of git.ugfx.io:ugfx/ugfx Joel Bodenmann 2016-11-04 00:02:22 +0100
  • 0d0dfe5ddc Fixing GEVENT documentation Joel Bodenmann 2016-11-04 00:02:16 +0100
  • 462c5b7b4a Updating docs/releases.txt Joel Bodenmann 2016-10-18 22:45:41 +0200
  • 412ea078ee Merge branch 'master' of dongie/uGFX into master Joel 2016-10-03 21:25:42 +0200
  • 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. dongie 2016-10-02 23:33:28 +0900
  • ea0dd89cfc Updating release notes Joel Bodenmann 2016-10-01 17:50:50 +0200
  • b3ba618c2a Add protection for a font not being supplied. inmarket 2016-10-01 18:54:18 +1000
  • 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) inmarket 2016-10-01 18:15:05 +1000
  • a5f27d61c6 Add the math header files when using FASTTRIG inmarket 2016-10-01 18:11:41 +1000
  • 0d1741a52e Protect Win32 GDISP driver from some strange config file configurations inmarket 2016-10-01 18:11:12 +1000
  • 81505c8be2 New uGFXnetESP8266 driver. A gdisp driver for the ESP8266. Not tested yet. inmarket 2016-08-30 19:12:46 +1000
  • ea632d5001 Minor improvement to the ST7565 driver Joel Bodenmann 2016-08-26 21:45:41 +0200
  • 8603afd309 Fix keyboard handling for gwin checkbox and button inmarket 2016-08-24 17:48:41 +1000
  • ea0419c29b Tidy up function names in the gwin virtual keyboard inmarket 2016-08-24 17:48:09 +1000
  • bc336ee15f Fix for linux framebuffer for RGB555 and BGR555 inmarket 2016-08-24 17:47:32 +1000
  • b4f96b3e26 Fixing wrong macro in Linux framebuffer board file Joel Bodenmann 2016-08-24 00:51:41 +0200
  • 4991ba0530 Whitespace Joel Bodenmann 2016-08-24 00:14:49 +0200
  • 16ac227a75 Fixing issue with color formats in Linux-Framebuffer board files Joel Bodenmann 2016-08-24 00:14:25 +0200
  • ac5e96cca1 Adding Linux event input touch driver Joel Bodenmann 2016-08-23 23:10:04 +0200
  • 2db86d4f67 Merge branch 'compile_fixes_mr' of olegator77/uGFX into master inmarket 2016-08-21 04:24:10 +0200
  • 9663134059 Updating docs/releases.txt Joel Bodenmann 2016-08-20 17:42:44 +0200
  • fe84a7b9dd Fix formatting Oleg Gerasimov 2016-08-20 17:54:48 +0300
  • 026379bafd Fix function SendKeyboardEvent name conflict in single file build Oleg Gerasimov 2016-08-13 21:40:51 +0300
  • 09c5c31303 Fix clang build warnings Oleg Gerasimov 2016-08-13 21:05:49 +0300
  • 9d880dbb56 Merge branch 'ili9225_mr' of olegator77/uGFX into master Joel 2016-08-20 14:52:49 +0200
  • ea2aeff010 Merge branch 'st7735_mr' of olegator77/uGFX into master Joel 2016-08-20 14:52:40 +0200
  • b998c385d8 Added ILI9225 driver Oleg Gerasimov 2016-08-14 09:36:44 +0300
  • 2d42bd44a2 Increased st7735 refresh rate - no more flicker Oleg Gerasimov 2016-08-14 21:32:33 +0300
  • 6997865c57 Added ST7735 driver Oleg Gerasimov 2016-08-14 12:46:32 +0300
  • 5897122c07 Modifying SDL window title (it's not a simulation) Joel Bodenmann 2016-08-15 15:34:28 +0200
  • 230c06a126 Updating Mac OS X board files Joel Bodenmann 2016-08-15 15:02:17 +0200
  • 8dd5cc93d5 Cleaning up new SDL driver support Joel Bodenmann 2016-08-15 14:05:56 +0200
  • 9356534ad5 Updates to STM32F439i-Eval board files to fix display flashing inmarket 2016-08-13 15:12:00 +1000
  • 02dbca0454 (void)var statements must come after any variable definitions in strict c inmarket 2016-08-13 11:46:32 +1000
  • b9b555eae2 Fixing possible crash when GDISP_NEED_TEXT_WORDWRAP is enabled. Joel Bodenmann 2016-08-13 00:49:19 +0200
  • 05e2969633 Merge branch 'master' of olegator77/uGFX into master Joel 2016-08-08 12:49:22 +0200
  • cbb0617981 Added SDL multiply driver Oleg Gerasimov 2016-08-08 00:11:29 +0300
  • 0c695b2471 Fixing crash when passing NULL to gwinSetStyle() Joel Bodenmann 2016-08-07 20:38:55 +0200