Commit Graph

  • 96789916e3 Removing doom demo (will become part of a dedicated demo-projects-repo) Joel Bodenmann 2015-11-04 07:11:25 +0100
  • b276bd7a4b Merged in woodyhawthorne/ugfx (pull request #19) Joel Bodenmann 2015-11-04 06:14:23 +0100
  • 583b314db2 Fix compiler errors for non-gcc compilers. inmarket 2015-11-04 15:05:47 +1000
  • 1ed7559ef0 Handle antialiased font drawing when using word-wrap inmarket 2015-11-04 15:05:16 +1000
  • 8c701eeda1 Fixing bug created by commit [86aef59] Woody Hawthorne 2015-11-04 15:29:52 +1100
  • d4f43afcd2 Adding readme.txt to docs directory Joel Bodenmann 2015-11-03 22:09:14 +0100
  • 07bf8a37f9 More doxygen improvements Joel Bodenmann 2015-11-03 22:05:04 +0100
  • 86aef5990a Doxygen (documenting each built-in rendering function for widgets) Joel Bodenmann 2015-11-03 20:39:16 +0100
  • de149299ae Adding support for ChibiOS/RT 3.x to console widget streams Joel Bodenmann 2015-11-02 21:47:55 +0100
  • 615819441b Fixing previously introduced bug in gdispDrawStringBox() Joel Bodenmann 2015-11-02 12:25:24 +0100
  • 58f6e0452e Fixing compiler warnings Joel Bodenmann 2015-11-02 12:24:13 +0100
  • d3cea5c390 Docs Joel Bodenmann 2015-11-02 12:22:33 +0100
  • 4a860eb079 Fixing bug in mouse/touch calibration code Thanks to AndreR Joel Bodenmann 2015-11-02 12:20:19 +0100
  • 2dcd3509c9 Fixing word-wrap Joel Bodenmann 2015-11-02 09:26:32 +0100
  • 69de17687c Fixing compiler warnings pull-request sent to upstream Joel Bodenmann 2015-10-30 16:40:08 +0100
  • f4c46e313d Whitespaces Joel Bodenmann 2015-10-30 16:10:59 +0100
  • 0da190f22f Whitespaces Joel Bodenmann 2015-10-30 16:09:58 +0100
  • c3e39cae95 Docs Joel Bodenmann 2015-10-30 16:06:02 +0100
  • 051b3a9acc Doxygen Joel Bodenmann 2015-10-30 15:39:18 +0100
  • ee2b82271d Adding word-wrap support for gdispDrawStringBox() and gdispFillStringBox() Thanks to Koryagin Dmitry for this contribution Joel Bodenmann 2015-10-30 15:37:55 +0100
  • 1c7948b926 Fixing demos Joel Bodenmann 2015-10-30 11:49:53 +0100
  • fcd6318153 Adding missing GFX_USE_OS_RAWRTOS default value Joel Bodenmann 2015-10-29 11:20:22 +0100
  • cac22ffe0f Documentation Joel Bodenmann 2015-10-29 11:19:00 +0100
  • 83cdbf4fe1 Fixing gfxThreadCreate() call for the GTIMER thread because not all GOS implementations actually create a stack when using DECLARE_THREAD_STACK (eg. the CMSIS RTOS port) Joel Bodenmann 2015-10-26 15:13:34 +0100
  • ed67f4832e Another CMSIS fix inmarket 2015-10-26 23:08:38 +1000
  • 267178254d Another attempt to get CMSIS semaphores correct. inmarket 2015-10-26 23:04:51 +1000
  • bc32c99d1a CMSIS semaphore fix inmarket 2015-10-26 18:39:19 +1000
  • 93c0ce25fe Remove superfluous file inmarket 2015-10-26 18:38:57 +1000
  • ccd83187fa Fixing Mutex and Semaphores for CMSIS RTOS Joel Bodenmann 2015-10-25 22:10:00 +0100
  • 96a912bbc0 Adding missing defines for CMSIS and Keil OS Joel Bodenmann 2015-10-23 14:31:51 +0200
  • 00aeab86eb Merge branch 'master' into Keil inmarket 2015-10-23 18:28:42 +1000
  • 48a9d334b7 Replace all inline definitions with GFXINLINE inmarket 2015-10-23 18:24:49 +1000
  • 17c940423b More thread return fixes inmarket 2015-10-23 18:23:57 +1000
  • 83e51779ed Adding new THREAD_RETURN macro to other ports Joel Bodenmann 2015-10-19 22:29:35 +0200
  • e6867c4e48 Fixing compiler warning/error Joel Bodenmann 2015-10-18 20:01:31 +0200
  • 29251f33bd Merge branch 'master' into Keil Joel Bodenmann 2015-10-21 14:37:42 +0200
  • 506355309e Fixing more inlinings Joel Bodenmann 2015-10-21 14:10:23 +0200
  • 65fb1ca5ee Fixing compiler warnings/errors Joel Bodenmann 2015-10-21 10:08:49 +0200
  • 9a1d2e43e5 Merge branch 'master' into Keil Joel Bodenmann 2015-10-20 20:09:12 +0200
  • dcd8e588fc Adding THREAD_RETURN macro to GTIMER thread Joel Bodenmann 2015-10-20 20:07:25 +0200
  • 1092f7c282 Fixing typo in macro Joel Bodenmann 2015-10-20 20:06:42 +0200
  • 592ee0f312 Merge branch 'master' into Keil Joel Bodenmann 2015-10-20 20:01:41 +0200
  • fd7e047bf8 Moving INLINE macro to gfx.h main file as inlined functions are also used outside of gdisp.h Joel Bodenmann 2015-10-20 20:00:45 +0200
  • 56794c2eb9 Fixing compiler warnings in STM32F746-Discovery board files Joel Bodenmann 2015-10-20 19:52:22 +0200
  • 117e26bffd Fixing wrong macro default value definition Joel Bodenmann 2015-10-20 18:19:04 +0200
  • fbe7df3008 Merge branch 'master' into Keil Joel Bodenmann 2015-10-20 13:39:04 +0200
  • a111346fcd Updating changelog Joel Bodenmann 2015-10-20 06:13:48 +0200
  • 46619f60cd Adding new THREAD_RETURN macro to other ports Joel Bodenmann 2015-10-19 22:29:35 +0200
  • 32eae60422 Compiler warnings Joel Bodenmann 2015-10-19 22:25:21 +0200
  • 16d1323d59 Fixing compiler warning "assignment in condition" (ARMCC) Joel Bodenmann 2015-10-19 22:22:50 +0200
  • 4b31f87fc8 Adding dedicated support for generic CMSIS RTOS and specific KEIL RTX Joel Bodenmann 2015-10-19 22:22:13 +0200
  • 73b39a7d36 Updating KEIL port Joel Bodenmann 2015-10-19 22:07:34 +0200
  • da2ee2d7ad Fixing compiler warning "assignment in condition" (ARMCC) Joel Bodenmann 2015-10-19 22:04:30 +0200
  • 3d618f8a7a Adding boarder highlight if focused to checkbox widget Joel Bodenmann 2015-10-19 10:07:05 +0200
  • 49c5300ccd Fixing checkbox keyboard handler Joel Bodenmann 2015-10-19 07:24:30 +0200
  • 288e928ade Adding boarder highlight if focused to button widget Joel Bodenmann 2015-10-19 07:19:42 +0200
  • 79dfee0806 Typo Joel Bodenmann 2015-10-19 07:16:24 +0200
  • d4d9a1be98 Fixing compiler warning/error Joel Bodenmann 2015-10-19 07:13:45 +0200
  • fa4abfcc90 Fixing compiler warning/error Joel Bodenmann 2015-10-18 20:01:31 +0200
  • 1f8b5efc21 Fixing Keil RTOX port. Now compiling (untested) Joel Bodenmann 2015-10-13 21:43:17 +0200
  • 9d3fc8b36c Merge branch 'master' into Keil inmarket 2015-10-13 01:00:48 +1000
  • 10c7471149 Merge branch 'TextEdit' inmarket 2015-10-13 01:00:10 +1000
  • 5cf81b6fbe Doco inmarket 2015-10-13 00:59:42 +1000
  • 5e8e0b7744 Working TextEdit with on-screen keyboard (and real keyboard) inmarket 2015-10-13 00:58:31 +1000
  • 92b0002918 First attempt at Keil CMSIS support inmarket 2015-10-12 20:52:42 +1000
  • ddf79cd411 Stop overwriting by the bounce ball when switching away from it in the applications/combo demo inmarket 2015-10-06 17:27:24 +1000
  • 5c615c3430 Stop overwriting by the bounce ball when switching away from it in the applications/combo demo inmarket 2015-10-06 17:27:24 +1000
  • 52783f7cc4 Spacing fix inmarket 2015-10-06 12:10:59 +1000
  • 80299276b7 Merge branch 'master' into TextEdit inmarket 2015-10-06 12:10:11 +1000
  • a35ee53d0a More STM32F746 updates + doco inmarket 2015-10-06 12:05:06 +1000
  • b82bff671e New applications/combo demo inmarket 2015-10-06 12:04:40 +1000
  • ed946e24ab Improve RAW32 compatibility with other libraries inmarket 2015-10-06 12:03:51 +1000
  • 64a184fc59 Fix compiler warning inmarket 2015-10-06 12:03:24 +1000
  • 53cb1af757 Add extra font metrics inmarket 2015-10-06 12:02:58 +1000
  • b9c3ddf839 Turn off buggy DMA2D for now inmarket 2015-10-06 12:02:28 +1000
  • 03bd91f728 structure tidyup inmarket 2015-10-06 12:02:00 +1000
  • 25482f5c90 Doco improvement inmarket 2015-10-06 12:01:29 +1000
  • 470868f51a More STM32F746-Discovery changes. inmarket 2015-10-06 01:13:11 +1000
  • d4ef20f47e Support for ChibiOS3 (master branch only currently) for the STM32F729-Discovery board. Not working yet. inmarket 2015-10-05 11:23:31 +1000
  • e699e549ac Another minor update Also add new studio options file inmarket 2015-10-05 07:39:58 +1000
  • a73a86e575 Minor update inmarket 2015-10-05 07:33:26 +1000
  • 754d2e072b Minor update inmarket 2015-10-05 07:33:26 +1000
  • 3bdc05cc3b Merge branch 'master' into TextEdit inmarket 2015-09-18 11:18:36 +1000
  • 0ab2228364 Add support for SH1106 in the SSD1306 driver inmarket 2015-09-18 11:17:19 +1000
  • 367089f10d Add support for SH1106 in the SSD1306 driver inmarket 2015-09-18 11:17:19 +1000
  • 4eb0dbb1e3 Updating ChibiOS 3.x build system support Joel Bodenmann 2015-08-29 17:16:21 +0200
  • 2fc483e152 Updating ChibiOS 3.x build system support Joel Bodenmann 2015-08-29 16:57:12 +0200
  • 4c6e2433a5 Updating ChibiOS 3.x build system support Joel Bodenmann 2015-08-29 16:35:34 +0200
  • 3f7ded913d Fixing include Joel Bodenmann 2015-08-10 18:54:53 +0200
  • 682503e672 Another fix to gdriver inmarket 2015-08-18 07:39:33 +1000
  • 2867d6b8f9 Another fix to gdriver inmarket 2015-08-18 07:39:33 +1000
  • 8a10ceb80b Merge branch 'master' into TextEdit Joel Bodenmann 2015-08-17 23:24:30 +0200
  • 9a410b29e3 GDRIVER bugfix. Thanks to David. Joel Bodenmann 2015-08-17 23:24:18 +0200
  • baa65f3376 Adding new studio JSON file containing focus field for widget styles Joel Bodenmann 2015-08-16 20:30:04 +0200
  • 02d493a346 Merge branch 'master' into TextEdit Joel Bodenmann 2015-08-16 17:23:05 +0200
  • 28a2d8ca79 Renaming GFX_NO_OS_INIT to GFX_OS_NO_INIT Joel Bodenmann 2015-08-16 17:21:01 +0200
  • 3fea023248 Add some keyboard widget support inmarket 2015-08-17 00:18:54 +1000
  • 058a873e9e Adding GWIN_FOCUS_HIGHLIGHT_WIDTH Joel Bodenmann 2015-08-16 14:37:12 +0200
  • a569bbfc1e Border fix inmarket 2015-08-16 22:20:53 +1000
  • 8c3c536111 Another compile fix inmarket 2015-08-16 22:11:19 +1000