Commit Graph

227 Commits

Author SHA1 Message Date
Joel Bodenmann
6a0e79903d Added gwinShow() and gwinHide() macro wrappers 2014-05-11 13:58:21 +02: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
669a88cd06 spelling 2014-05-11 13:13:36 +10:00
inmarket
bdbe78a8da frame fixes 2014-05-11 13:09:36 +10: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
inmarket
1478fdf41e Re-order GWIN sys_rules to simplify ready for new functionality. 2014-05-09 21:37:06 +10:00
inmarket
f9b6b1697d GWIN label bug fix and simplification 2014-05-09 21:36:14 +10:00
inmarket
28f10aaa3a Rename GWIN image header file to be consistent with all other controls and with its source file 2014-05-09 21:35:30 +10:00
inmarket
de5a983777 GWIN window manager comment updates 2014-05-09 21:34:12 +10:00
inmarket
0f109512fd gwinImage animated gif bug fix 2014-05-09 21:33:33 +10:00
inmarket
6d2c8f0f50 GWIN creation and destruction bug fixes 2014-05-09 21:32:29 +10:00
inmarket
cf5867b33d New gdispImageInit() call to initialise a gdispImage structure
Use in gwinImage
2014-05-09 21:30:00 +10:00
inmarket
9e8b38ba94 Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation structures.
Incorporate into demo's
2014-05-09 21:25:31 +10:00
Joel Bodenmann
ec09292542 Revert "Renaming image widget files to appropriate name"
This reverts commit 82a3f8491f.
2014-05-09 12:20:32 +02:00
Joel Bodenmann
82a3f8491f Renaming image widget files to appropriate name 2014-05-09 12:07:08 +02:00
Joel Bodenmann
52262dbafe progressbar widget cleanup 2014-05-09 10:58:23 +02:00
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
f7fa0dd78f Merge branch 'master' into gwin 2014-05-06 17:20:22 +02: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
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
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
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
inmarket
87bef5d0df Fill in some doxygen Todo's 2014-03-30 14:59:17 +10:00