Commit Graph

1127 Commits (3957505ab119b21c7b0f4e72f56030c97711988a)

Author SHA1 Message Date
inmarket 2cb35d6815 Clean up GWIN Event assignment. Optimise event efficiency. 2013-06-10 17:18:01 +10:00
inmarket 777ec6af7c Add a simple GWIN window manager, Change the way GWIN visibility works 2013-06-08 02:27:59 +10:00
inmarket 0dca00fc21 License header fixes to some demos. 2013-06-06 16:52:41 +10:00
inmarket 663caba662 GWIN fixes 2013-06-06 16:48:30 +10:00
inmarket 1db77bda85 License fixes to some demos 2013-06-06 16:47:57 +10:00
inmarket 7baf5c5d44 New simplified gwin using a pseudo class structure. 2013-06-06 14:33:32 +10:00
Joel Bodenmann eebecad9f7 checkbox cleanup 2013-06-04 10:23:55 +02:00
Joel Bodenmann f1a974e83e added new ADS7843 board file 2013-06-04 08:34:01 +02:00
Joel Bodenmann 701ff38230 added f4 disovery file for ADS7843 2013-06-04 00:45:38 +02:00
Joel Bodenmann f14ed21d5d SSD1289 update by user Eddie 2013-06-04 00:34:47 +02:00
Joel Bodenmann 9945b011a9 added custom render interface for checkboxes 2013-06-03 17:36:39 +02:00
Joel Bodenmann 2cd0bc13d5 checkbox event fix 2013-06-03 12:23:12 +02:00
Joel Bodenmann 48b4c6f6ba member state of checkbox is now called isChecked 2013-06-02 18:59:51 +02:00
Joel Bodenmann 446f41297d some more checkbox fixes 2013-06-02 18:52:42 +02:00
Joel Bodenmann 809b8ccc60 GWIN checkbox fix 2013-06-02 18:43:19 +02:00
Joel Bodenmann 5b7ac841f3 doxygen update 2013-06-02 16:27:14 +02:00
Joel Bodenmann dadcf535d4 added default theme 2013-06-02 16:15:46 +02:00
inmarket 8a5596b39d Notepad-2 demo updated to work on ChibiOS or pure Win32 compile 2013-06-02 18:59:12 +10:00
inmarket e9f60dae38 Fix license issues and GOS issues in TDISP 2013-06-02 18:58:12 +10:00
inmarket 1c258a8273 GOS updates 2013-06-02 18:57:22 +10:00
inmarket c2a4f9a5d6 Had extra elements to gitignore and fix image problems created by github 2013-06-02 18:55:59 +10:00
Joel Bodenmann 0fe42a94b1 added basic implementation of checkboxes (functional) 2013-06-02 06:14:49 +02:00
Joel Bodenmann d0f5d9c7f9 added basic implementation of checkboxes (functional) 2013-06-02 06:13:28 +02:00
Joel Bodenmann e12a213ff1 doxygen fixes 2013-06-01 01:57:20 +02:00
Joel Bodenmann ebc30c02bc TDISP update 2013-06-01 01:37:53 +02:00
Joel Bodenmann f2ba60f465 gdispInit() -> gfxInit() in all demos 2013-05-30 19:02:55 +02:00
Joel Bodenmann c4f39fcdde added obsolete #warning to gdispInit() 2013-05-30 16:58:33 +02:00
Joel Bodenmann 427cfaa052 API fix 2013-05-27 13:02:33 +02:00
Joel Bodenmann a4ca308dd5 added slider enable/disable API 2013-05-27 12:53:34 +02:00
Joel Bodenmann 9c33df953d docs 2013-05-27 12:45:04 +02:00
Andrew Hannam f7ae118f3b Merge pull request #74 from inmarket/master
More GOS changes incl adding Win32 O/S support
2013-05-25 09:08:37 -07:00
inmarket 8fcbf4e5d5 More GOS module changes
GQUEUE as a seperate module
GOS changes including basic Win32 O/S support
2013-05-26 02:06:55 +10:00
Andrew Hannam f0569e2555 Merge pull request #73 from inmarket/master
GOS module for OS independance, GMISC additions
2013-05-24 08:41:48 -07:00
inmarket 7fbfde42aa GOS module, for operating system independance
GMISC fast floating point trig
GMISC fast fixed point trig
2013-05-25 01:26:52 +10:00
Andrew Hannam 42006a67b5 Merge pull request #30 from Tectu/master
Merge Tectu Changes
2013-05-23 20:35:42 -07:00
Tectu 5f2a32714c Merge pull request #72 from abhishek-kakkar/master
New Notepad-2 Demo
2013-05-23 09:45:41 -07:00
Abhishek Kumar e52cb141b7 New Notepad-2 Demo for ChibiOS/GFX
See demos/3rdparty/notepad-2/readme.txt for more details.
2013-05-23 23:38:57 +07:00
Tectu dd9ae388fb Merge pull request #71 from abhishek-kakkar/master
Fix GIF rendering stability issue
2013-05-21 00:37:39 -07:00
Abhishek Kumar 4e7c1b00ca Fix GIF rendering issue
Uninitialized cache values causes stability issues in systems
Cache initialized to 0 fixes it.
2013-05-21 14:00:17 +07:00
Joel Bodenmann 86951a8b2f Added HX8347D driver by the user Eddie 2013-05-21 00:13:22 +02:00
Joel Bodenmann 8d5fa39dd9 docs 2013-05-20 19:15:20 +02:00
Joel Bodenmann fefdd42d7d doxygen fix 2013-05-20 16:43:40 +02:00
Joel Bodenmann 92c3803d2b docs 2013-05-20 16:23:28 +02:00
Joel Bodenmann 757b28531f added enable and disable APIs to high level GWIN code 2013-05-20 16:18:10 +02:00
Joel Bodenmann 92883c795e button fix 2013-05-20 16:04:38 +02:00
Joel Bodenmann d4e0ce8b70 added gwin enabled parameter and implemented button enable/disable functions 2013-05-20 07:01:20 +02:00
Joel Bodenmann 4d4a78f415 cleanup & tdisp warning fix 2013-05-20 05:59:28 +02:00
Tectu 896e67c900 Merge pull request #70 from inmarket/master
X11 Driver for GDISP and GINPUT MOUSE
2013-05-15 09:47:06 -07:00
Andrew Hannam b5ce240550 X driver for GDISP and GINPUT_MOUSE 2013-05-16 02:07:02 +10:00
Joel Bodenmann 3571d18741 TDISP demo fix 2013-05-15 18:05:25 +02:00