summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxfonts
Commit message (Expand)AuthorAgeFilesLines
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+4
* Several patches from Petteri Aimonenpatacongo2013-02-081-2/+2
* USB monitor daemon updatespatacongo2013-01-291-1/+1
* Patches from Petteri Aimonen (plus a few other things)patacongo2012-12-215-0/+842
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-7/+7
* Remove executable property from source and make filespatacongo2012-09-134-0/+0
* Email address change in nuttx/patacongo2012-09-136-6/+6
* Several font files were missing a newline at the endpatacongo2012-02-1317-23/+22
* Add two new small, bold, sans-serif fontspatacongo2011-12-018-6/+3476
* 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-295-31/+895
* Add more fontspatacongo2011-07-2911-16/+6146
* If the requested font cannot be found, return the default fontpatacongo2011-07-285-11/+29
* Add several new fontspatacongo2011-07-278-0/+3456
* Fix for bdf-converterpatacongo2011-07-261-1/+1
* Move NX header files to include/nuttx/nxpatacongo2011-07-244-6/+6
* Add JP's BDF font conversion programpatacongo2011-07-231-4/+0
* 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-194-58/+177
* Setup environment to support multiple fontspatacongo2011-07-194-23/+33
* Fix a critical font rendering bugpatacongo2011-07-091-1/+4
* Rename i2c directories to sensorspatacongo2011-04-191-4/+1
* Add NX configuration for LPCXpressopatacongo2011-04-183-4/+19
* Fix case where stride != widthpatacongo2010-05-161-8/+13
* Fixes for rendering fonts at 4bpppatacongo2010-05-161-7/+11
* Fixes for clean NX compile/linkpatacongo2009-12-172-3/+5
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-154-25/+27
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* Allocate smaller buffers for glyphspatacongo2008-12-061-16/+5
* Clean-up and document NX configuration settingspatacongo2008-12-051-3/+3
* Remove preprocessor info from generated files so that you can use GDBpatacongo2008-12-041-2/+6
* Add font testpatacongo2008-12-044-33/+140
* Add logic for font renderingpatacongo2008-12-046-198/+706
* Bitmap font supportpatacongo2008-12-033-0/+2537