Commit Graph

1893 Commits (v2.1)

Author SHA1 Message Date
inmarket 6c81e4ef7a Revert "updated gwin widget demo"
This reverts commit 4af82a95d4.
2014-05-12 07:58:16 +10:00
Joel Bodenmann f5765fab92 Adding GWIN container demo 2014-05-11 22:22:13 +02:00
Joel Bodenmann e28e572ea8 Progressbar GWIN_PROGRESSBAR_AUTO feature fix 2014-05-11 20:20:49 +02:00
Joel Bodenmann 4af82a95d4 updated gwin widget demo 2014-05-11 19:37:13 +02:00
Joel Bodenmann f6b70eb883 release v2.1 2014-05-11 18:13:49 +02:00
Joel Bodenmann 6a19656327 preparing 2.1 release 2014-05-11 17:25:48 +02:00
Joel Bodenmann 870d0cbdc9 Doxygen fixes 2014-05-11 17:23:18 +02:00
Joel Bodenmann b3e87944c2 whitespace 2014-05-11 17:17:36 +02:00
Joel Bodenmann b34819bb76 cleanup of Mikromedia STM32-M4 board support 2014-05-11 17:15:57 +02:00
Joel Bodenman 9aeef56c9a Merged in trsaunders/ugfx-mikromedia-m4 (pull request #8)
Mikromedia M4 updates
2014-05-11 17:08:05 +02:00
Joel Bodenmann 6961a536e5 GFILE bug fix 2014-05-11 16:26:41 +02:00
Joel Bodenmann 32f1ec9b12 last try to get this shit right with that damned GWIN demo 2014-05-11 16:11:52 +02:00
Joel Bodenmann 52c1edc5ab Improve GWIN widget demo layouting 2014-05-11 16:07:21 +02:00
Joel Bodenmann e8f0f8faa8 Improving look of GWIN widget demo 2014-05-11 16:01:50 +02:00
Joel Bodenmann 5025772260 Extending GWIN widget demo 2014-05-11 15:11:10 +02:00
Joel Bodenmann 6dc3cbcd29 GFILE rules bug fix 2014-05-11 15:00:03 +02:00
Joel Bodenmann 9e6b210425 simplify gwin widgets demo code 2014-05-11 13:59:48 +02:00
Joel Bodenmann 6a0e79903d Added gwinShow() and gwinHide() macro wrappers 2014-05-11 13:58:21 +02:00
Joel Bodenmann 10917910e7 doc 2014-05-11 13:01:23 +02:00
inmarket a25c56f8ed More freeflowing of the widgets demo for smaller displays. 2014-05-11 20:26:17 +10:00
inmarket 0219daa6eb Update widgets demo to use Containers.
Reflow the controls so they display better on smaller displays.
2014-05-11 20:12:16 +10:00
inmarket 19dc64269c Container and Frame updates.
New api's gwinGetInnerWidth() and gwinGetInnerHeight()
2014-05-11 20:11:16 +10:00
inmarket 8c5275583a Better redrawing when doing a forced change of default style. 2014-05-11 20:09:42 +10:00
inmarket d02b5e06e9 Visible and Enabled GWIN bug fix 2014-05-11 20:08:41 +10:00
inmarket 7e915a8017 Doco 2014-05-11 20:07:49 +10:00
inmarket 3a98279583 Add gdispContrastColor() and remove divides from gdispBlendColors() 2014-05-11 20:05:31 +10:00
inmarket 0a7f498f3e Merge branch 'master' into gwin 2014-05-11 13:21:58 +10:00
inmarket e3be259024 Remove NULLs except in comments as some compilers/OS's give strange definitions. 2014-05-11 13:19:29 +10:00
inmarket e35d03f24e Update releases.txt 2014-05-11 13:19:17 +10:00
inmarket deb5d91278 Make gfxconf.example.h list all the default values as comments 2014-05-11 13:18:51 +10:00
inmarket 725e9b9842 spacing 2014-05-11 13:14:56 +10:00
inmarket 98a01a021c spelling 2014-05-11 13:14:38 +10:00
inmarket 669a88cd06 spelling 2014-05-11 13:13:36 +10:00
inmarket 1c75b6c352 spacing 2014-05-11 13:13:18 +10:00
inmarket 7320410cb5 Make gfxconf.example.h all comments of the default. 2014-05-11 13:12:59 +10:00
inmarket dc693a9122 Update releases.txt 2014-05-11 13:12:02 +10:00
inmarket 95a3570c88 Remove NULLs except in comments as some compilers/OS's give strange definitions. 2014-05-11 13:10:50 +10:00
inmarket bdbe78a8da frame fixes 2014-05-11 13:09:36 +10:00
Thomas Saunders 8620545c9f Update Mikromedia-M4 board definition to work with the latest ChibiStudio board config generator
Add Chibios 3.0.0 example project for this board
2014-05-10 21:53:17 +01:00
Joel Bodenmann a49b095b94 Merge branch 'master' into gwin 2014-05-10 19:02:37 +02:00
Joel Bodenmann e5b8e351f5 Merge branch 'freertos' 2014-05-10 18:58:40 +02:00
Joel Bodenmann 2632bb1ed5 doxygen cleanup 2014-05-10 18:50:15 +02:00
Joel Bodenmann 33a037b81c freertos port cleanup 2014-05-10 18:26:44 +02:00
Joel Bodenmann cb825aa823 Introducing GFX_FREERTOS_USE_TRACE 2014-05-10 18:13:51 +02:00
Joel Bodenmann 2364f21333 GWIN frame demo - compiling but crashing 2014-05-10 13:26:13 +02:00
Joel Bodenmann 0a83c21aa2 frame rendering bug fix 2014-05-10 11:49:11 +02:00
inmarket 5544202a26 All compiling.
Containers and Frames still to be tested.
2014-05-10 18:20:05 +10:00
inmarket 890653111b Oops - missed this one. Not ready for prime time yet though. 2014-05-10 01:28:59 +10:00
inmarket cb606359cc Multiple changes to GWIN to support containers. 2014-05-10 01:11:30 +10:00
inmarket 21aac3d853 Merge branch 'master' into gwin 2014-05-09 21:46:32 +10:00