summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxbe
Commit message (Expand)AuthorAgeFilesLines
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-312-2/+2
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-311-1/+1
* Rename kmemalign to kmm_memalign and krealloc to kmm_realooc for consistency ...Gregory Nutt2014-08-311-1/+2
* NX: Don't change the background if the color has not really changedGregory Nutt2014-07-111-0/+17
* More trailing whilespace removalGregory Nutt2014-04-133-3/+3
* Make sure that there is one space between if and conditionGregory Nutt2014-04-121-1/+2
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-1/+1
* Still recovering from recent NX reorganization. Reported by Steve Redler IVGregory Nutt2014-01-081-1/+1
* NX: Use a consistent allocator in all configurationsGregory Nutt2013-12-302-5/+9
* Decoupling NX user interfaces to support NX kernel build (phase 1)Gregory Nutt2013-12-271-115/+55
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-272-2/+2
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-092-5/+10
* Email address change in nuttx/patacongo2012-09-138-8/+8
* Implement an NX interface to block flush message queues in multi-user mode. ...patacongo2012-05-171-0/+15
* Disabled NXTK autoraise; it does not work properly in multi-user mode due to ...patacongo2012-05-132-2/+2
* NX trapezoid fixes; Various NxWM fixespatacongo2012-05-101-5/+3
* Updated NxWM widgets, several NX, NxWidgets, and NxWM bug fixespatacongo2012-05-041-4/+5
* More NX Console fixes... good progress but still not ready for prime timepatacongo2012-03-281-7/+7
* NFS updatepatacongo2012-03-281-2/+2
* Updaes for NX Consolepatacongo2012-03-271-2/+2
* A few more AVR32 fixespatacongo2011-11-031-2/+5
* Fixes from last changes when built with CodeSourcery, STM32, LCD, 16-bit colorpatacongo2011-10-252-1/+5
* 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-224-7/+192
* Add logic to set individual pixelspatacongo2011-10-144-4/+193
* Add sim/nsh2 configurationpatacongo2011-10-061-3/+9
* Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2011-08-031-2/+2
* Move NX header files to include/nuttx/nxpatacongo2011-07-2413-21/+21
* 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
* Incorporate install app from Urospatacongo2011-05-121-1/+1
* Fix issues detected by CppCheck toolpatacongo2011-01-192-5/+7
* Code complete for NX for LCDpatacongo2010-04-181-3/+3
* Rectangular fills compile for LCDpatacongo2010-04-171-0/+2
* Fixes for build on Ubuntupatacongo2010-04-171-2/+2
* Framework for LCD rasterizerspatacongo2010-04-171-5/+5
* Generalize graphics driver typepatacongo2010-04-174-16/+15
* Fixes for clean NX compile/linkpatacongo2009-12-172-0/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1516-61/+55
* Clean-up and document NX configuration settingspatacongo2008-12-051-7/+7
* Integrating font capabilities; debug bitmap logicpatacongo2008-12-041-1/+1
* Need to report the new position before re-drawingpatacongo2008-12-032-8/+8
* Remove redundant origin valuepatacongo2008-12-027-17/+13
* Don't keep sizes in rectanglespatacongo2008-12-022-9/+8
* More NXTK filespatacongo2008-12-021-12/+11
* filltrapezoid needs a clipping rectanglepatacongo2008-12-022-12/+28