inmarket
|
25482f5c90
|
Doco improvement
|
2015-10-06 12:01:29 +10:00 |
|
inmarket
|
470868f51a
|
More STM32F746-Discovery changes.
|
2015-10-06 01:13:11 +10:00 |
|
inmarket
|
e699e549ac
|
Another minor update
Also add new studio options file
|
2015-10-05 07:39:58 +10:00 |
|
Joel Bodenmann
|
3f7ded913d
|
Fixing include
|
2015-08-27 14:13:08 +02:00 |
|
inmarket
|
682503e672
|
Another fix to gdriver
|
2015-08-18 07:40:14 +10:00 |
|
Joel Bodenmann
|
9a410b29e3
|
GDRIVER bugfix. Thanks to David.
|
2015-08-17 23:24:18 +02:00 |
|
Joel Bodenmann
|
28a2d8ca79
|
Renaming GFX_NO_OS_INIT to GFX_OS_NO_INIT
|
2015-08-16 17:21:01 +02:00 |
|
inmarket
|
c1d239bbda
|
Significant improvements in alternative scheduler.
Isolate the generic thread and heap code
Tidyup's.
Generic threading now working for x86, cortex-m0->m7.
|
2015-07-16 19:02:59 +10:00 |
|
Joel Bodenmann
|
73da22e110
|
Fixing syntax errors in order to be able to compile scheduler code (still not working but compiling)
|
2015-07-12 13:56:37 +02:00 |
|
Joel Bodenmann
|
185cb998e2
|
Some fixes in ASM code
|
2015-07-12 13:08:48 +02:00 |
|
inmarket
|
57156a3636
|
Merge branch 'master' into Alternate_Raw32_Scheduler
|
2015-07-08 13:57:00 +10:00 |
|
inmarket
|
8318e8dc29
|
Provide better access to compiler optimisations for the raw scheduler
|
2015-07-08 13:53:54 +10:00 |
|
inmarket
|
9d62e631cf
|
Allow a zero sized clipping region
|
2015-07-08 13:34:53 +10:00 |
|
inmarket
|
93e5235124
|
Merge branch 'master' into Alternate_Raw32_Scheduler
|
2015-07-08 13:22:58 +10:00 |
|
inmarket
|
0d54fae731
|
Correction of stackbase for mingw32
|
2015-07-08 13:14:42 +10:00 |
|
inmarket
|
f2ee56661c
|
Alternate Raw32 scheduler.
Works for main thread + one other thread.
Currently fails with 2 other threads.
STM32M4 code tested and working.
|
2015-07-08 09:53:16 +10:00 |
|
inmarket
|
96bed0cd75
|
Fix single file make issues with GOS Raw32 on the Win32 platform.
|
2015-07-08 09:50:15 +10:00 |
|
inmarket
|
af2b0f29b5
|
Merge remote-tracking branch 'origin/master'
|
2015-07-08 09:31:22 +10:00 |
|
inmarket
|
d7624145b6
|
Spelling fixes.
|
2015-07-08 09:31:10 +10:00 |
|
Joel Bodenmann
|
e99cc3cd8b
|
Fixing stack alignment issue in Arduino scheduler
|
2015-07-08 01:22:36 +02:00 |
|
Joel Bodenmann
|
6d329077bc
|
Fixing stack alignment issue in RAW32 scheduler
|
2015-07-08 01:13:35 +02:00 |
|
Joel Bodenmann
|
986aad310a
|
Doxygen update
|
2015-07-05 13:20:16 +02:00 |
|
Joel Bodenmann
|
5992d06dee
|
Improving progressbar doxygen
|
2015-07-05 11:53:32 +02:00 |
|
Joel Bodenmann
|
380c41b766
|
Improving Pixmap API
|
2015-07-03 17:08:28 +02:00 |
|
Joel Bodenmann
|
81850ade15
|
Improving type definition inclusion in RAW32 port
|
2015-07-02 21:57:14 +02:00 |
|
Joel Bodenmann
|
3e021b9da3
|
Fixing ChibiOS/RT 3.x port
|
2015-06-19 19:55:40 +02:00 |
|
Joel Bodenmann
|
e9c03c857e
|
Improvind doxygen
|
2015-06-18 15:38:34 +02:00 |
|
Joel Bodenmann
|
1442ed05a9
|
Improving label documentation
|
2015-06-18 01:16:25 +02:00 |
|
inmarket
|
ccde54722f
|
Added ability to compile ugfx as a single file (excluding driver and board files).
Simply compile src/gfx_mk.c
|
2015-06-08 14:14:40 +10:00 |
|
inmarket
|
aa7ebf9c26
|
Add the license to the makefiles
|
2015-06-08 12:11:37 +10:00 |
|
Joel Bodenmann
|
48839a00aa
|
Fixing doxygen
|
2015-05-16 20:46:45 +02:00 |
|
Joel Bodenmann
|
ee8aa6ca4e
|
Fixing doxygen
|
2015-05-16 20:33:31 +02:00 |
|
Joel Bodenmann
|
37ab4ec1cd
|
Fixing doxygen
|
2015-05-16 20:17:50 +02:00 |
|
inmarket
|
1a09f151e2
|
Fix to LLD driver color conversions.
|
2015-05-10 17:12:00 +10:00 |
|
inmarket
|
0501f24f47
|
Add the ability to change a gwin list selection via the api
Add the ability to scroll a particular item into the current view.
|
2015-04-30 11:32:10 +10:00 |
|
inmarket
|
83c0eb3526
|
Workaround for dynamically sized labels crashing sometimes when the text size is changed.
A real fix requires more work on the redraw handler.
|
2015-04-29 22:43:47 +10:00 |
|
inmarket
|
54d4f3d95b
|
Remove superfluous forward definition on a container.
|
2015-04-29 22:18:01 +10:00 |
|
inmarket
|
a08f9d42fc
|
Fix a bug in detecting the button area in a frame window
|
2015-04-29 18:32:12 +10:00 |
|
inmarket
|
1ce3f20fa4
|
Add GWIN virtual keyboard widget
|
2015-04-12 17:07:38 +10:00 |
|
inmarket
|
9c7dbd8d7e
|
More GOS arduino files - oops missed them last commit.
|
2015-04-07 23:22:04 +10:00 |
|
inmarket
|
82cb03947c
|
Add Arduino as a full GOS supported operating system (even though it is really just a special bare bones platform)
|
2015-04-07 23:21:19 +10:00 |
|
inmarket
|
beacfaa994
|
Fix in color conversions for some strange compilers that don't do macro expansion in the highest available integer format
|
2015-04-07 23:20:16 +10:00 |
|
inmarket
|
601fd6855d
|
Add more pixel format support
|
2015-04-07 23:19:10 +10:00 |
|
inmarket
|
f44b1c6412
|
Small fix for scrolling
|
2015-04-07 23:18:32 +10:00 |
|
inmarket
|
a59327fbbf
|
Fix misspelling of KEIL preprocessor directive.
|
2015-03-25 12:45:06 +10:00 |
|
inmarket
|
fe20965c3f
|
More updates for Keil with raw32 GOS.
|
2015-03-18 10:26:35 +10:00 |
|
inmarket
|
1caabc3f75
|
Attempt to fix setjmp issues with the Kiel compiler.
|
2015-03-18 06:53:22 +10:00 |
|
inmarket
|
84ae564bfc
|
Support ChibiOS V3 changes to the FileStream API
|
2015-03-11 00:16:09 +10:00 |
|
inmarket
|
dc4f706132
|
GFILE was not being initialised properly.
Added GFX_OS_EXTRA_INIT_FUNCTION and GFX_OS_EXTRA_DEINIT_FUNCTION macro's to enable special initialisation to occur being anything else happens.
|
2015-02-28 13:06:15 +10:00 |
|
inmarket
|
73ba2778ab
|
Background images on GWIN containers had cx and cy interposed.
|
2015-02-28 12:05:04 +10:00 |
|