Commit Graph

2628 Commits (e8a769c3823eef72a9e064d3bf992152ed261ad2)

Author SHA1 Message Date
Joel Bodenmann e8a769c382 Adding justification parameter to gwinLabelCreate() 2015-11-06 22:47:42 +01:00
Joel Bodenmann c2b7e1bd41 Adding missing GDISP_NEED_CLIP around clipping call in list widget renderer 2015-11-06 20:59:31 +01:00
inmarket 90a65c1673 Move the stub font include files so that user projects with custom fonts in the old format will work. 2015-11-06 07:59:32 +10:00
Joel Bodenmann 881af3e5c9 Docs 2015-11-05 10:05:42 +01:00
inmarket 713ce159d3 Updates to STM32F746-Discovery support
Clean out a lot of junk
2015-11-05 17:09:11 +10:00
inmarket 383be6964e GTimer fix for fast tick rate systems 2015-11-05 17:08:00 +10:00
inmarket 32da19db12 Add support for a PreInit Routine to allow early hardware initialisation 2015-11-05 17:07:23 +10:00
Joel Bodenmann 659901a90d Adding missing default value for GFX_NO_INLINE 2015-11-04 15:58:54 +01:00
Joel Bodenmann df76759cd4 Merge branch 'master' of https://bitbucket.org/Tectu/ugfx 2015-11-04 07:11:49 +01:00
Joel Bodenmann 96789916e3 Removing doom demo (will become part of a dedicated demo-projects-repo) 2015-11-04 07:11:25 +01:00
Joel Bodenmann b276bd7a4b Merged in woodyhawthorne/ugfx (pull request #19)
Fixing bug created by commit [86aef59]
2015-11-04 06:14:23 +01:00
inmarket 583b314db2 Fix compiler errors for non-gcc compilers. 2015-11-04 15:05:47 +10:00
inmarket 1ed7559ef0 Handle antialiased font drawing when using word-wrap 2015-11-04 15:05:16 +10:00
Woody Hawthorne 8c701eeda1 Fixing bug created by commit [86aef59] 2015-11-04 15:29:52 +11:00
Joel Bodenmann d4f43afcd2 Adding readme.txt to docs directory 2015-11-03 22:09:14 +01:00
Joel Bodenmann 07bf8a37f9 More doxygen improvements 2015-11-03 22:05:04 +01:00
Joel Bodenmann 86aef5990a Doxygen (documenting each built-in rendering function for widgets) 2015-11-03 20:39:16 +01:00
Joel Bodenmann de149299ae Adding support for ChibiOS/RT 3.x to console widget streams 2015-11-02 21:47:55 +01:00
Joel Bodenmann 615819441b Fixing previously introduced bug in gdispDrawStringBox() 2015-11-02 12:25:24 +01:00
Joel Bodenmann 58f6e0452e Fixing compiler warnings 2015-11-02 12:24:13 +01:00
Joel Bodenmann d3cea5c390 Docs 2015-11-02 12:22:33 +01:00
Joel Bodenmann 4a860eb079 Fixing bug in mouse/touch calibration code
Thanks to AndreR
2015-11-02 12:20:19 +01:00
Joel Bodenmann 2dcd3509c9 Fixing word-wrap 2015-11-02 09:26:32 +01:00
Joel Bodenmann 69de17687c Fixing compiler warnings
pull-request sent to upstream
2015-10-30 16:40:08 +01:00
Joel Bodenmann f4c46e313d Whitespaces 2015-10-30 16:10:59 +01:00
Joel Bodenmann 0da190f22f Whitespaces 2015-10-30 16:09:58 +01:00
Joel Bodenmann c3e39cae95 Docs 2015-10-30 16:06:02 +01:00
Joel Bodenmann 051b3a9acc Doxygen 2015-10-30 15:39:18 +01:00
Joel Bodenmann ee2b82271d Adding word-wrap support for gdispDrawStringBox() and gdispFillStringBox()
Thanks to Koryagin Dmitry for this contribution
2015-10-30 15:37:55 +01:00
Joel Bodenmann 1c7948b926 Fixing demos 2015-10-30 11:49:53 +01:00
Joel Bodenmann fcd6318153 Adding missing GFX_USE_OS_RAWRTOS default value 2015-10-29 11:20:22 +01:00
Joel Bodenmann cac22ffe0f Documentation 2015-10-29 11:19:00 +01:00
Joel Bodenmann 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) 2015-10-26 15:13:34 +01:00
inmarket ed67f4832e Another CMSIS fix 2015-10-26 23:08:38 +10:00
inmarket 267178254d Another attempt to get CMSIS semaphores correct. 2015-10-26 23:04:51 +10:00
inmarket bc32c99d1a CMSIS semaphore fix 2015-10-26 18:39:19 +10:00
inmarket 93c0ce25fe Remove superfluous file 2015-10-26 18:38:57 +10:00
Joel Bodenmann ccd83187fa Fixing Mutex and Semaphores for CMSIS RTOS 2015-10-25 22:10:00 +01:00
Joel Bodenmann 96a912bbc0 Adding missing defines for CMSIS and Keil OS 2015-10-23 14:31:51 +02:00
inmarket 00aeab86eb Merge branch 'master' into Keil 2015-10-23 18:28:42 +10:00
inmarket 48a9d334b7 Replace all inline definitions with GFXINLINE 2015-10-23 18:24:49 +10:00
inmarket 17c940423b More thread return fixes 2015-10-23 18:23:57 +10:00
Joel Bodenmann 83e51779ed Adding new THREAD_RETURN macro to other ports 2015-10-23 17:22:05 +10:00
Joel Bodenmann e6867c4e48 Fixing compiler warning/error 2015-10-23 17:18:42 +10:00
Joel Bodenmann 29251f33bd Merge branch 'master' into Keil 2015-10-21 14:37:42 +02:00
Joel Bodenmann 506355309e Fixing more inlinings 2015-10-21 14:10:23 +02:00
Joel Bodenmann 65fb1ca5ee Fixing compiler warnings/errors 2015-10-21 10:08:49 +02:00
Joel Bodenmann 9a1d2e43e5 Merge branch 'master' into Keil 2015-10-20 20:09:12 +02:00
Joel Bodenmann dcd8e588fc Adding THREAD_RETURN macro to GTIMER thread 2015-10-20 20:07:25 +02:00
Joel Bodenmann 1092f7c282 Fixing typo in macro 2015-10-20 20:06:42 +02:00