Commit graph

1032 commits

Author SHA1 Message Date
Joel Bodenmann
a9ead70e09 Imagebox widget bug fix that could cause gwinImageOpenFile() to crash 2014-05-09 10:39:10 +02:00
Joel Bodenmann
5979acc7f6 Introducing GWIN_PROGRESSBAR_AUTO for the automatic incremental function of the progressbar widget 2014-05-08 14:37:13 +02:00
Joel Bodenmann
15baf7a5c7 Bug fix - GWIN_NEED_PROGRESSBAR not set to FALSE by default 2014-05-08 13:20:12 +02:00
Joel Bodenmann
a695f5337d typo fix 2014-05-06 20:18:05 +02:00
Joel Bodenmann
a93ec009c4 Merge branch 'master' into freertos 2014-05-06 17:21:47 +02:00
Joel Bodenmann
f7fa0dd78f Merge branch 'master' into gwin 2014-05-06 17:20:22 +02:00
Joel Bodenmann
c2e93ebcfb bug fix 2014-05-06 17:14:30 +02:00
Joel Bodenmann
7e79191024 Merge branch 'master' into freertos 2014-05-04 17:55:17 +02:00
Winfred Lu
2ef393d35b Fix some typos and implement gfxSleepMilliseconds(). 2014-05-04 22:52:58 +08:00
Joel Bodenmann
9698f0a743 Increasing corner size of tabs 2014-05-01 21:03:31 +02:00
inmarket
cb99e4ab09 Merge branch 'master' into gwin 2014-05-01 18:10:31 +10:00
inmarket
763fd061ec Fixed enable bug in progress bar 2014-05-01 16:45:55 +10:00
inmarket
b37370bdb5 Added extra safety to GWIN objects 2014-05-01 16:45:26 +10:00
inmarket
558ee7282d Make some GWIN constants into #defines 2014-05-01 16:44:11 +10:00
inmarket
8f6c04e120 Image bug-fix that caused crashes with the new GFILE/GWIN images. 2014-05-01 16:43:32 +10:00
inmarket
ef0a1ef054 Much improved appearance for buttons and tabs.
Also add GWIN_FLAT_STYLING to allow low color (eg monochrome) displays to get the old simplified look.
2014-05-01 13:57:44 +10:00
inmarket
96cec5349a Prevent gwinGetStyle() being called on a non-widget 2014-05-01 13:54:38 +10:00
inmarket
cf548f0e9c Fix some gwin list widget mouse bugs 2014-05-01 13:53:46 +10:00
inmarket
3f254e7601 Revert "slider does not change position if disabled"
This reverts commit 2c57363efc.
2014-05-01 07:25:43 +10:00
Joel Bodenmann
2c57363efc slider does not change position if disabled 2014-04-30 21:11:54 +02:00
Joel Bodenmann
eae98a50d9 Added gwinEnable() and gwinDisable() 2014-04-30 20:55:45 +02:00
Joel Bodenmann
33c721c009 Merge branch 'master' into freertos 2014-04-30 13:41:34 +02:00
Joel Bodenmann
70c96543fc doxygen 2014-04-29 08:21:18 +02:00
inmarket
56b8dfc72f New label attribute is const. Also updated comments. 2014-04-29 09:00:06 +10:00
Joel Bodenmann
a0b11f764b typo 2014-04-28 23:31:33 +02:00
Joel Bodenmann
135f8f5eca Added gwinLabelSetAttribute() 2014-04-28 23:20:51 +02:00
Joel Bodenmann
85dd732c2b Merge branch 'master' into gwin 2014-04-27 16:24:13 +02:00
Joel Bodenmann
8b4ca72036 Added gwinListEnableRender() 2014-04-26 03:27:19 +02:00
Joel Bodenmann
f7ef75928b Fixing progressbar bug 2014-04-26 03:07:21 +02:00
Joel Bodenmann
ba31d33499 GFILE module doxygen 2014-04-24 16:30:38 +02:00
Joel Bodenmann
43a143588c Merge branch 'master' into gwin 2014-04-23 23:58:38 +02:00
Joel Bodenmann
c3b17604ee Fixing gwin progressbar destroying process 2014-04-23 23:55:35 +02:00
Joel Bodenmann
5c3779cf79 Added gwinProgressbarReset() 2014-04-23 23:39:12 +02:00
Joel Bodenmann
8169a0453b Added gwinProgressbarStop() 2014-04-23 23:29:50 +02:00
Joel Bodenmann
c88e25b84f Merge branch 'master' of https://bitbucket.org/Tectu/ugfx into gwin 2014-04-20 10:41:53 +02:00
Joel Bodenmann
33babb4c1a Whitespaces 2014-04-19 23:16:49 +02:00
Joel Bodenmann
40cf9fff9f uGFX now works with ChibiOS/RT 2.x and 3.x out of the box. 2014-04-18 13:20:50 +02:00
inmarket
1e1385d569 Bug fix for audio play 2014-03-30 19:06:29 +10:00
inmarket
99e4d3079c removed another doxygen todo where the information already exists. 2014-03-30 15:04:04 +10:00
inmarket
c0fe17fd18 Remove some doxygen Todo's where the information is already there. 2014-03-30 14:59:46 +10:00
inmarket
87bef5d0df Fill in some doxygen Todo's 2014-03-30 14:59:17 +10:00
Joel Bodenmann
e9179545af doxygen fixes 2014-03-28 20:18:03 +01:00
inmarket
c354639f7b Update GADC 2014-03-24 10:08:15 +10:00
inmarket
c7566aa553 Add some safety parameter checking to queueing 2014-03-24 10:07:02 +10:00
inmarket
56b416708c Fix bug in ChibiOS GOS layer 2014-03-24 10:06:10 +10:00
inmarket
271f0c743f Updates to GADC to use new simpler gfx queued bufferring.
NOTE: code is still buggy (or the one and only driver is buggy).
2014-03-20 23:41:27 +10:00
inmarket
8b9d31ef90 Move queued buffer code from gaudio into gqueue 2014-03-20 23:33:32 +10:00
inmarket
ad1d70d295 Merge branch 'master' into gwin 2014-03-14 07:39:38 +10:00
inmarket
58cf2d2b35 Add SemWaitI() to FreeRTOS 2014-03-14 07:39:02 +10:00
inmarket
6f54bde79c Merge branch 'master' into freertos 2014-03-14 07:38:02 +10:00