Commit Graph

1144 Commits (4e48a4b125aea194a10a338c36246f5bd4e10ed3)

Author SHA1 Message Date
Joel Bodenmann 4e48a4b125 readme / license / releases fix 2013-07-16 14:30:49 +02:00
inmarket 6fe793da88 Fix missing init function for GMISC 2013-07-16 15:29:59 +10:00
inmarket 83897ac07a Update graph demo and move under gwin demos 2013-07-16 15:29:26 +10:00
inmarket c82fc68bfa Update gaudin and gadc demos for new GWIN 2013-07-16 15:28:42 +10:00
Joel Bodenmann 38a2a44b3d Merge branch 'GWIN' 2013-07-14 20:02:28 +02:00
inmarket b7e6967886 Add missing file to GDISP image demo 2013-07-08 08:44:46 +10:00
inmarket 466445e3f8 Change GDISP image default reading mode for WIN32 2013-07-08 08:31:45 +10:00
inmarket 0c7609b51e GDISP fix bug in non-multithread 2013-07-08 08:30:48 +10:00
inmarket f7e7a5dae4 Image decoders not setting image type correctly. 2013-07-08 08:30:06 +10:00
inmarket c5ec720277 Fix enabled visibility bug 2013-07-07 20:11:38 +10:00
inmarket 7f92794b11 Fix image background color bug 2013-07-07 20:11:13 +10:00
inmarket 3d8bb4e85e Add image into Widget demo 2013-07-07 20:10:00 +10:00
inmarket ba264ef1ad Update GWIN demos 2013-07-07 19:43:34 +10:00
inmarket 8681e85ba6 Change GDISP image default reading mode for WIN32 2013-07-07 19:43:03 +10:00
inmarket 74035c5b2e Add missing file to GDISP image demo 2013-07-07 19:42:22 +10:00
inmarket fb131f8d26 Remove Slider demo. It is replaced by the Wdigets demo 2013-07-07 19:41:15 +10:00
inmarket 3957505ab1 GWIN renaming, tidy up, color styles 2013-07-07 19:40:37 +10:00
inmarket de28112a7d GDISP fix bug in non-multithread 2013-07-07 19:39:17 +10:00
Joel Bodenmann f2432096cd added GWIN image demo 2013-07-06 14:24:40 +02:00
inmarket 5191c278e7 Add Radio buttons (can also be used as a Tab group) 2013-07-06 01:46:34 +10:00
inmarket ab44f32859 Remove widget structure members when they are not needed for input tracking
Also doco update for Enabled Flag
2013-07-06 01:45:24 +10:00
inmarket f3f9b7dc01 Fix window manager bug
Window are was not being cleared properly when something was made invisible
2013-07-06 01:42:10 +10:00
inmarket 99c13615c8 Image decoders not setting image type correctly. 2013-07-04 17:00:34 +10:00
inmarket c059f96d24 Rename gwin base image function to avoid confusion with the image gwin object. 2013-07-04 01:08:47 +10:00
inmarket f9eed6036d Make the enabled state available to all GWIN's - not just widgets. 2013-07-04 00:59:12 +10:00
inmarket a7198b53ff Restore gwin base class image function 2013-07-04 00:54:25 +10:00
inmarket 21e52bc859 Math library no longer needed on widget demo 2013-07-04 00:53:41 +10:00
inmarket dce9dc00a8 Widget demo update 2013-07-04 00:22:15 +10:00
inmarket 09a359813f Label, Image and Window Manager changes 2013-07-04 00:20:32 +10:00
Joel Bodenmann 3f80e1f89d label work in progress - not working anymore 2013-07-02 19:26:48 +02:00
Joel Bodenmann ad57ab7967 wip 2013-07-02 08:29:38 +02:00
Joel Bodenmann 931c465265 GLabel work in progress 2013-07-01 19:53:58 +02:00
Joel Bodenmann f188613d30 fixed image drawing boundries 2013-07-01 17:58:05 +02:00
Joel Bodenmann 3cd10217dc small doxygen fixes 2013-07-01 17:49:57 +02:00
Joel Bodenmann b808db6af1 image doxygen fix 2013-07-01 17:42:31 +02:00
Joel Bodenmann 6e59a6cf6c image widget first release 2013-07-01 17:40:31 +02:00
inmarket 4afd5ec744 Merge branch 'GWIN' into image 2013-07-01 17:47:35 +10:00
Joel Bodenmann de27a6c2db image widget implementation work in progress 2013-07-01 10:10:45 +02:00
inmarket df5f701a11 Merge remote-tracking branch 'origin/GWIN' into GWIN 2013-07-01 17:41:47 +10:00
inmarket 956af8d3cb Merge branch 'master' into GWIN 2013-07-01 17:37:34 +10:00
inmarket dd43a37b9b Add gdispImageIsOpen() function. 2013-07-01 17:36:47 +10:00
inmarket 57d3632e36 GWIN Init structures are const (read-only to GWIN) 2013-07-01 17:34:13 +10:00
Joel Bodenmann b8b149591f readme fix 2013-07-01 09:10:47 +02:00
Joel Bodenmann 775c05f301 in /demos/modules/gwin/widgets disabled ginput toggle by default 2013-07-01 09:09:44 +02:00
inmarket a51ffd5b68 Merge remote-tracking branch 'origin/master' into GWIN 2013-07-01 00:14:18 +10:00
Joel Bodenmann d45bba45e1 doxygen fix 2013-06-28 17:50:45 +02:00
Andrew Hannam 2d9dab0291 Merge pull request #78 from resset/master
gdisp: fixed bug in line drawing function
2013-06-25 19:30:36 -07:00
Mateusz Tomaszkiewicz d3d561535b gdisp: fixed bug in line drawing function
There was a problem when you drew a line from (x0,y0) to (x1,y1) and
these points met following conditions: y0 = y1 and x0 > x1. The viewport
was set incorrectly to start from (x0,y1) when it should start from
(x1,y0) since x1 is lower in this case.
(x1,y1) would be also OK since y0 = y1.
2013-06-26 00:47:13 +02:00
Joel Bodenmann 8c3f23f606 quick board file fix 2013-06-24 23:52:13 +02:00
inmarket 8ed9e763c0 GWIN reduce Initialisation parameters and fix visibility issues 2013-06-24 22:58:37 +10:00