summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* ez80f910200zco portpatacongo2008-12-088-308/+631
* Remove extra linepatacongo2008-12-081-1/+0
* Add LED supportpatacongo2008-12-087-15/+403
* Add button supportpatacongo2008-12-081-0/+182
* Fix errors in prototypespatacongo2008-12-071-2/+2
* Several syntax errorspatacongo2008-12-071-4/+4
* NX needs to be disabledpatacongo2008-12-071-4/+2
* Add ez80f910200zco board configpatacongo2008-12-073-0/+8
* Config for ez80f910200zco boardpatacongo2008-12-0712-0/+2187
* Prep for 0.4.0 releasenuttx-4.0patacongo2008-12-064-81/+66
* Add test matrixpatacongo2008-12-061-19/+546
* Fix conditional compile syntaxpatacongo2008-12-061-5/+5
* Add default colors for all BPPpatacongo2008-12-061-2/+14
* Correct size of background windowpatacongo2008-12-062-4/+4
* Allocate smaller buffers for glyphspatacongo2008-12-065-66/+145
* Document NX Graphics Subsystempatacongo2008-12-0510-123/+2848
* Clean-up and document NX configuration settingspatacongo2008-12-0518-86/+235
* Fix tiny drawing errors in framepatacongo2008-12-052-2/+2
* Fix nxfonts cleanpatacongo2008-12-051-0/+2
* updatepatacongo2008-12-053-11/+134
* Fonts are integatedpatacongo2008-12-047-6/+39
* Integrating font capabilities; debug bitmap logicpatacongo2008-12-0410-72/+42
* Remove preprocessor info from generated files so that you can use GDBpatacongo2008-12-042-7/+24
* Add font testpatacongo2008-12-0414-188/+818
* Removed superfluous toolbar handlepatacongo2008-12-049-60/+103
* Enable keypad inputpatacongo2008-12-0411-68/+82
* Add logic for font renderingpatacongo2008-12-049-222/+751
* Bitmap font supportpatacongo2008-12-033-0/+2537
* Add support for bitmap fontspatacongo2008-12-034-7/+122
* Modify examples/nx to use NXTK; fix related bugspatacongo2008-12-039-142/+525
* typo in commentspatacongo2008-12-031-1/+1
* Fix error in re-draw clippingpatacongo2008-12-035-16/+170
* Need to be consistent: rectangle endpoints are within rectanglepatacongo2008-12-032-8/+8
* Positioning depends on width of borderpatacongo2008-12-031-1/+6
* Using uninitialized variablepatacongo2008-12-031-2/+2
* Fix: height, not widthpatacongo2008-12-031-1/+1
* cosmeticpatacongo2008-12-031-1/+1
* Add frame drawing logicpatacongo2008-12-035-6/+281
* For consistency, all close function return intpatacongo2008-12-033-11/+10
* Providing wrong sizepatacongo2008-12-031-1/+1
* Fix bad conditional compilationpatacongo2008-12-031-1/+1
* Need to be consistent: rectangle endpoints are within rectanglepatacongo2008-12-031-1/+1
* Need to report the new position before re-drawingpatacongo2008-12-032-8/+8
* Remove redundant origin valuepatacongo2008-12-0217-30/+26
* Don't keep sizes in rectanglespatacongo2008-12-0221-72/+169
* More NXTK filespatacongo2008-12-0216-36/+1139
* Revised/simplified toolkit conceptpatacongo2008-12-0217-295/+1961
* filltrapezoid needs a clipping rectanglepatacongo2008-12-027-17/+49
* Add support for low resolution rasterizerspatacongo2008-12-025-36/+183
* Can't use signal handler for nx_eventhandler()patacongo2008-12-017-323/+438