summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxmu
Commit message (Expand)AuthorAgeFilesLines
* More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lc...Gregory Nutt2015-04-041-4/+4
* Rename up_nxdrvinit() to board_graphics_setup(). Add CONFIG_BOARDCTL_GRAPHIC...Gregory Nutt2015-03-311-2/+3
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-1/+1
* 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-311-1/+1
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-165-9/+9
* NX: Don't change the background if the color has not really changedGregory Nutt2014-07-111-3/+12
* More trailing whilespace removalGregory Nutt2014-04-131-2/+2
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-1/+1
* STM3240G-EVAL: Kernel mode board initialization can't run on the IDLE thread;...Gregory Nutt2013-12-311-6/+4
* NX server needs to be on a kernel thread for the kernel buildGregory Nutt2013-12-301-11/+15
* Add nx_start() to simplify starting the NX server from within the RTOSGregory Nutt2013-12-293-2/+213
* Move more files from graphics/nxmu to libnx/nxmuGregory Nutt2013-12-293-374/+0
* Move graphics/nxtk to libnx/nxtkGregory Nutt2013-12-283-35/+8
* Decoupling NX user interfaces to support NX kernel build (phase 5)Gregory Nutt2013-12-274-404/+5
* Decoupling NX user interfaces to support NX kernel build (phase 2)Gregory Nutt2013-12-2716-1618/+26
* Decoupling NX user interfaces to support NX kernel build (phase 1)Gregory Nutt2013-12-2715-1987/+46
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-272-2/+2
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+11
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-096-15/+25
* Patches 7-9 from Petteri Aimonenpatacongo2012-11-179-8/+136
* Patches 4-6 from Petteri Aimonenpatacongo2012-11-162-13/+33
* Correct some bad parameter checkingpatacongo2012-09-273-6/+6
* Email address change in nuttx/patacongo2012-09-138-8/+8
* Add an NxWM console/keyboard thread and eliminate all issues with NxConsole w...patacongo2012-05-201-1/+1
* NxWM: Add a missing part of the message blocking logicpatacongo2012-05-194-4/+10
* Final refactoring and implementation of delayed window deletion logic. Works...patacongo2012-05-181-1/+6
* Implement an NX interface to block flush message queues in multi-user mode. ...patacongo2012-05-178-4/+549
* Re-factor NX messaging logic in preparation for a new message control featurepatacongo2012-05-1728-243/+153
* Disabled NXTK autoraise; it does not work properly in multi-user mode due to ...patacongo2012-05-131-4/+5
* NxWM: Correct the calculation of the physical dispaly sizepatacongo2012-05-121-3/+3
* NX trapezoid fixes; Various NxWM fixespatacongo2012-05-101-4/+15
* Updated NxWM widgets, several NX, NxWidgets, and NxWM bug fixespatacongo2012-05-041-3/+3
* The NX console appears to be fully functionalpatacongo2012-03-283-27/+2
* NX console should only be available if NX multi-user mode is enabledpatacongo2012-03-283-14/+14
* Fix some errors in 8-bit color conversion macros; Fix tools/incdir.sh when g+...patacongo2011-10-251-1/+1
* Fixes from last changes when built with CodeSourcery, STM32, LCD, 16-bit colorpatacongo2011-10-251-12/+5
* Add logic to read from graphics memorypatacongo2011-10-224-1/+158
* Pointer arguments to NX set methods should be constpatacongo2011-10-162-3/+3
* Add logic to set individual pixelspatacongo2011-10-144-6/+148
* Add a test of the circle rendering logicpatacongo2011-08-242-2/+2
* Add circle drawing interfacespatacongo2011-08-243-2/+261
* Add NX line drawing interfacespatacongo2011-08-022-1/+137
* Move NX header files to include/nuttx/nxpatacongo2011-07-2432-67/+67
* Rectangular fills compile for LCDpatacongo2010-04-172-3/+3
* Generalize graphics driver typepatacongo2010-04-172-16/+14
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1532-136/+115
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-252-3/+3
* Correct size of background windowpatacongo2008-12-061-2/+2
* Enable keypad inputpatacongo2008-12-044-20/+21