Commit Graph

3019 Commits (3e139114329aaaf7ff02dd766e00dab54bb508d8)

Author SHA1 Message Date
inmarket 3e13911432 Oops - add readme and changelog 2017-09-11 18:23:30 +10:00
inmarket 77994258c0 Add SSD1322 driver. Thanks to Andrey_13 (but with modifications) 2017-09-11 18:19:12 +10:00
Joel Bodenmann 9b52fee213 Temporary fix for unknown osFeature_Semaphore value (needs fixing!) 2017-08-29 09:21:26 +02:00
Joel Bodenmann b1124c3011 Adding CMSIS2 port to gos_mk.c 2017-08-29 09:20:52 +02:00
Joel Bodenmann c3ad194401 Fixing typo in CMSIS2 port 2017-08-29 09:20:40 +02:00
Joel Bodenmann db99ea7d04 Updating #error message 2017-08-27 14:13:50 +02:00
Joel Bodenmann 285c6528e6 Merge branch 'master' of git.ugfx.io:uGFX/uGFX 2017-08-27 13:43:53 +02:00
Joel Bodenmann f9494c44a2 Improving gdispPixmapCreate() documentation 2017-08-27 13:43:49 +02:00
inmarket db7971734f First attempt at the JPG decoder. Compiles but may not run. 2017-08-26 15:22:38 +10:00
inmarket 75e373c237 Oops! Fix object reference 2017-08-26 13:53:17 +10:00
inmarket 0388755df1 Add gwinTextEditSendKey() and gwinTextEditSendSpecialKey() 2017-08-26 11:15:56 +10:00
inmarket 04c23b408d Fix where some V3.x changes found there way back into V2 causing a compile error 2017-08-26 11:15:22 +10:00
inmarket c4eed17a2e Fix a problem with gwinImage where an animated GIF can leave a running timer when it is destroyed. 2017-08-26 09:39:59 +10:00
inmarket 9f5a716344 Merge branch 'gwinDetachToggle' of raboof/ugfx into master 2017-08-26 01:31:46 +02:00
inmarket 38f487edcb Merge branch 'fix-macos' of yous/uGFX into master 2017-08-26 00:59:00 +02:00
inmarket 642f04380d Merge branch 'tabsForIndenting' of raboof/ugfx into master 2017-08-26 00:48:57 +02:00
inmarket c18bc690b0 Remove #error in cmsis2 2017-08-17 08:49:46 +10:00
inmarket 718fb4e4a0 Add files missing due to git problems 2017-08-17 08:47:40 +10:00
inmarket f0f28e2453 CHibiOS fixes from removing gfxSemCounter() 2017-08-16 17:59:53 +10:00
inmarket 2b4bd12ffa Add support for CMSIS V2 OS's eg RTX5 2017-08-16 16:50:04 +10:00
inmarket d7b083da1e Remove long obsoleted (and dubious) functions gfxSemCounter() and gfxSemCounterI() 2017-08-16 16:49:02 +10:00
inmarket 422e95becf UC8173 board template fix 2017-08-13 20:30:31 +10:00
inmarket f410b57720 Vastly improve UC8173 driver 2017-08-13 20:07:39 +10:00
inmarket f1db3e940d Fix gwinTextEdit() problems 2017-08-09 09:02:33 +10:00
inmarket 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
inmarket 97511a9fc7 Ensure correct window titles on unicode compiles on Windows 2017-06-30 19:44:38 +10:00
inmarket 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
inmarket e5497f2ac0 Add support for .S files to the gcc make system 2017-06-24 17:12:42 +10:00
inmarket 10f4d9f860 Updates to the ChibiOS Git version makefile 2017-06-24 16:36:31 +10:00
inmarket d6c31f404b Add a demo for GFILE 2017-06-24 16:35:50 +10:00
inmarket 8561671cb8 Upgrade to from FATFS-0.10b to FATFS-0.13 2017-06-24 16:35:31 +10:00
inmarket 5c84885995 Improve handling of streaming drivers with a setpos and a fillarea acceleration 2017-06-24 10:08:59 +10:00
Joel Bodenmann e6721f70a0 Updating changelog 2017-05-24 10:52:53 +02:00
Joel Bodenmann 64a8f8dde1 Fixing clipping issue with gdispGDrawString() 2017-05-24 10:52:44 +02:00
Joel Bodenmann d581b08bcf Merge branch 'master' of git.ugfx.io:uGFX/uGFX 2017-05-23 09:57:37 +02:00
Joel Bodenmann 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
inmarket 09402b6bde KS0108 multi-chip driver thanks to doc_rob. 2017-05-18 19:24:53 +10:00
Joel Bodenmann 01fd5f3c90 Updating changelog 2017-05-16 11:30:10 +02:00
Joel Bodenmann b682e48631 Whitespaces 2017-05-16 11:29:28 +02:00
Joel Bodenmann 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