Commit Graph

3199 Commits

Author SHA1 Message Date
d7b083da1e Remove long obsoleted (and dubious) functions gfxSemCounter() and gfxSemCounterI() 2017-08-16 16:49:02 +10:00
422e95becf UC8173 board template fix 2017-08-13 20:30:31 +10:00
f410b57720 Vastly improve UC8173 driver 2017-08-13 20:07:39 +10:00
f1db3e940d Fix gwinTextEdit() problems 2017-08-09 09:02:33 +10:00
e16f97ce26 Added UC1610 driver. Thanks to aeroman 2017-07-19 12:43:17 +10:00
Aram
e68c9c09e2 Oops 2017-07-01 21:18:17 +02:00
Aram
aae423fd7f Added gwinDetachToggle method interface 2017-07-01 21:18:13 +02:00
Arnout Engelen
0093551079 Indent src/ginput/ginput_keyboard.c with tabs
src/ginput/ginput_keyboard.c was already mostly indented with tabs, but
some lines that were indented with spaces made it in there. This causes
trouble with GCC 6 which can warn (or error) on misleading indentations.
2017-07-01 20:25:01 +02:00
97511a9fc7 Ensure correct window titles on unicode compiles on Windows 2017-06-30 19:44:38 +10:00
9b73187100 Add compatibility with Visual Studio and make compile warning capabilities more cross platform 2017-06-30 19:43:51 +10:00
Chayoung You
1cc6004e9a
Fix CFLAGS and LIBS for sdl2 2017-06-26 14:11:16 +09:00
Chayoung You
4f07f53f98
Fix default OPT_CPU for macOS 2017-06-26 13:58:00 +09:00
e5497f2ac0 Add support for .S files to the gcc make system 2017-06-24 17:12:42 +10:00
10f4d9f860 Updates to the ChibiOS Git version makefile 2017-06-24 16:36:31 +10:00
d6c31f404b Add a demo for GFILE 2017-06-24 16:35:50 +10:00
8561671cb8 Upgrade to from FATFS-0.10b to FATFS-0.13 2017-06-24 16:35:31 +10:00
5c84885995 Improve handling of streaming drivers with a setpos and a fillarea acceleration 2017-06-24 10:08:59 +10:00
e6721f70a0 Updating changelog 2017-05-24 10:52:53 +02:00
64a8f8dde1 Fixing clipping issue with gdispGDrawString() 2017-05-24 10:52:44 +02:00
d581b08bcf Merge branch 'master' of git.ugfx.io:uGFX/uGFX 2017-05-23 09:57:37 +02:00
4d06ef9145 Adding RA6963 driver 2017-05-23 09:57:16 +02:00
U-INSANEENGINEER\joel
86d8fc35c1 Adding RA6963 driver 2017-05-23 09:55:59 +02:00
09402b6bde KS0108 multi-chip driver thanks to doc_rob. 2017-05-18 19:24:53 +10:00
01fd5f3c90 Updating changelog 2017-05-16 11:30:10 +02:00
b682e48631 Whitespaces 2017-05-16 11:29:28 +02:00
67ed0c1f5a Changing syncflag type from uint8_t to uint32_t in STM32LTDC driver 2017-05-16 11:20:10 +02:00
inmarket
c67966f60e Added partial definition for the STM32F469i-Discovery board 2017-05-05 11:38:49 +10:00
inmarket
eaa704c765 Added UC1601s driver 2017-05-05 09:06:57 +10:00
inmarket
864210b764 Fixes to allow STM32F749-Discovery to work with ChibiOS 2017-04-29 19:10:22 +10:00
inmarket
76ce1dd0e3 Update ChibiOS make scripts to support later versions of ChibiOS 2017-04-29 17:42:14 +10:00
inmarket
23ceb054fc Fixed an issue on FreeRTOS where thread stacks were being created too large 2017-04-06 17:11:28 +10:00
inmarket
ee33f13f7e Another gwin concurrency fix 2017-04-01 17:36:52 +10:00
inmarket
d8526e672a Fix some prototypes for win32.raw32 emulation environments 2017-04-01 13:22:30 +10:00
inmarket
252b3b918a Prevent GWIN drawing while deleting a window from the list 2017-04-01 13:21:38 +10:00
inmarket
d8c9ca184f Fix font baseline_x problem, decrease word-wrap stack usage, add text justification options 2017-03-11 14:39:53 +10:00
inmarket
9500ed2bcc Fix a bug that can cause large fonts to not be read correctly. 2017-03-11 14:23:27 +10:00
inmarket
7826664969 Make the uGFXMain() prototype always available 2017-03-04 17:35:39 +10:00
inmarket
3a0e49dabc Change the prototype for uGFXMain() 2017-03-04 17:01:45 +10:00
inmarket
f934fc4a49 Fix introduces bug in gdisp UC8173 driver 2017-03-04 15:06:30 +10:00
inmarket
c91715491d Merge remote-tracking branch 'origin/master' 2017-03-04 15:03:12 +10:00
inmarket
5d8705b6e0 FEATURE: Significantly improved the FreeRTOS port
FEATURE: Added support for operating system initialisation in FreeRTOS
FEATURE: Added GFX_OS_CALL_UGFXMAIN configuration option to allow uGFXMain() to be automatically called
FEATURE: Added GFX_OS_UGFXMAIN_STACKSIZE configuration option to control uGFXMain() stack size
2017-03-04 15:02:55 +10:00
3faf693214 Minor clean-up to UC8173 driver 2017-03-02 07:10:14 +01:00
inmarket
5497e2ed1f Merge remote-tracking branch 'origin/master' 2017-03-01 10:55:34 +10:00
inmarket
8b4ca12a2d Updates to the FreeRTOS GOS port 2017-03-01 10:52:35 +10:00
inmarket
29ccac5efc Update to the UC8173 driver to fix memory overwrite 2017-03-01 10:47:10 +10:00
7cc28e8f0d Improving UC8173 driver 2017-02-28 16:58:57 +01:00
6956df1652 Fixing an issue with word wrapping of strings containing dashes.
Strings do get wrapper correctly at dashes but the space to print the actual space has not been taken account of. This has now been fixed.
2017-02-21 08:50:57 +01:00
35a4e07d66 Minor internal improvement (clean-up) to AlteraFramereader driver 2017-02-20 17:47:27 +01:00
aa474ef037 Updating drivers list 2017-02-18 16:38:16 +01:00
170869dea9 Added complete support for Altera Terasic MAX10 NEEK board 2017-02-18 16:34:15 +01:00