summaryrefslogtreecommitdiff
path: root/nuttx/graphics
Commit message (Expand)AuthorAgeFilesLines
...
* NX console updatespatacongo2012-03-283-2/+7
* More NX Console fixes... good progress but still not ready for prime timepatacongo2012-03-282-7/+9
* NFS updatepatacongo2012-03-282-2/+5
* Updaes for NX Consolepatacongo2012-03-277-15/+15
* NX console driver is code complete but untestedpatacongo2012-03-277-19/+455
* Add a test for the NX console devicepatacongo2012-03-272-32/+42
* Add more NX console logicpatacongo2012-03-274-10/+636
* NFS update + another NX console driver filepatacongo2012-03-275-18/+258
* Add beginnings of an NX console driverpatacongo2012-03-269-14/+1029
* Several font files were missing a newline at the endpatacongo2012-02-1317-23/+22
* Add two new small, bold, sans-serif fontspatacongo2011-12-0110-6/+3500
* A few more AVR32 fixespatacongo2011-11-031-2/+5
* Fix some errors in 8-bit color conversion macros; Fix tools/incdir.sh when g+...patacongo2011-10-252-8/+7
* Fixes from last changes when built with CodeSourcery, STM32, LCD, 16-bit colorpatacongo2011-10-257-26/+26
* Misc fixes for clean compilation with graphics debug enabledpatacongo2011-10-242-5/+6
* Oops.. back out most of the last changepatacongo2011-10-231-2/+2
* Fix an error in some graphics error handlingpatacongo2011-10-231-3/+5
* Fix a bug in the getrectangle logicpatacongo2011-10-221-19/+1
* Add logic to read from graphics memorypatacongo2011-10-2219-26/+1049
* Fix PIC32 ramfunc logic; add rectangle graphic functionspatacongo2011-10-173-3/+170
* Pointer arguments to NX set methods should be constpatacongo2011-10-166-7/+7
* Add logic to set individual pixelspatacongo2011-10-1410-14/+449
* Add sim/nsh2 configurationpatacongo2011-10-061-3/+9
* Add beginning of a TIFF file creation librarypatacongo2011-09-201-1/+1
* Fix nxgl_splitline bugpatacongo2011-08-251-3/+6
* Add a test of the circle rendering logicpatacongo2011-08-2410-18/+18
* Add circle drawing interfacespatacongo2011-08-2415-9/+1397
* Misc documentation/LCD-related updatespatacongo2011-08-051-1/+1
* Completes test of line/trapezoid drawing routinespatacongo2011-08-042-9/+2
* Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2011-08-033-25/+45
* Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2011-08-034-51/+92
* Add NX line drawing interfacespatacongo2011-08-028-8/+560
* Add nxgl_splitline()patacongo2011-08-022-1/+315
* Add low level routines to draw single pixels (not used yet)patacongo2011-07-3110-14/+352
* Ooopx, the last version of nxfonts_getfont.c was still in the editorpatacongo2011-07-291-4/+8
* Add one more font; Fix ez80 serial bugpatacongo2011-07-297-81/+925
* Add more fontspatacongo2011-07-2913-33/+6232
* If the requested font cannot be found, return the default fontpatacongo2011-07-285-11/+29
* Incorporated new fonts into examples; fix glyph allocation bug in nxhellopatacongo2011-07-271-3/+15
* Add several new fontspatacongo2011-07-279-0/+3468
* Fix for bdf-converterpatacongo2011-07-261-1/+1
* Add memory usage monitor to USB storage examplepatacongo2011-07-251-4/+4
* Move NX header files to include/nuttx/nxpatacongo2011-07-24124-233/+233
* Add JP's BDF font conversion programpatacongo2011-07-232-6/+146
* Use a handle instead of an ID in each font lookup; this saves doing the font ...patacongo2011-07-202-80/+73
* Add support for multiple fontspatacongo2011-07-195-60/+184
* Setup environment to support multiple fontspatacongo2011-07-195-26/+36
* Correct an NX error that would leave stuff on the display when a window is cl...patacongo2011-07-111-1/+8
* Fix an error in the NX move logicpatacongo2011-07-101-4/+6
* Fix a few NXTEXT bugspatacongo2011-07-101-3/+18