summaryrefslogtreecommitdiff
path: root/nuttx/graphics
Commit message (Expand)AuthorAgeFilesLines
* More trailing whilespace removalGregory Nutt2014-04-1317-29/+29
* 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-104-4/+4
* Still recovering from recent NX reorganization. Reported by Steve Redler IVGregory Nutt2014-01-085-6/+6
* Fix STM32F103VE SPI3 definitions; Fix bug introduced in recent NX reorganizat...Gregory Nutt2014-01-081-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
* NX: Use a consistent allocator in all configurationsGregory Nutt2013-12-306-11/+21
* Add nx_start() to simplify starting the NX server from within the RTOSGregory Nutt2013-12-294-6/+269
* Move more files from graphics/nxmu to libnx/nxmuGregory Nutt2013-12-295-379/+5
* Minor clean-up of typing from last commitGregory Nutt2013-12-293-9/+8
* Move graphics/nxtk to libnx/nxtkGregory Nutt2013-12-2845-4709/+39
* Move graphics/nxfonts to libnx/nxfontsGregory Nutt2013-12-2826-18154/+7
* Move the NX components out of libc and into its own library, libnxGregory Nutt2013-12-283-2/+21
* Decoupling NX user interfaces to support NX kernel build (phase 5)Gregory Nutt2013-12-2714-1706/+28
* Decoupling NX user interfaces to support NX kernel build (phase 4)Gregory Nutt2013-12-2721-1836/+29
* 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-2716-2102/+101
* NxConsole: Fix typo that caused compile error when CONFIG_NXCONSOLE_BPP is le...Gregory Nutt2013-12-151-1/+1
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-107-7/+7
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-277-7/+7
* Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt2013-06-131-6/+17
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-8/+9
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-042-13/+8
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-044-0/+37
* In LPC1788 24-bit color mode, we need to tell NX that the resolution if 32 bp...patacongo2013-03-281-1/+1
* Missing parenthesis in NXGL code; add debug output to LPC1788 LCD driverpatacongo2013-03-281-1/+1
* Add nxlines configuratin for the Open1788patacongo2013-03-271-7/+7
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-0913-33/+56
* Several patches from Petteri Aimonenpatacongo2013-02-081-2/+2
* USB monitor daemon updatespatacongo2013-01-291-1/+1
* Add ZP213X/4XPA nxlines configuration (needs a little more work)patacongo2012-12-301-0/+6
* Patches from Petteri Aimonen (plus a few other things)patacongo2012-12-216-0/+845
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-072-11/+12
* Fix the fat, flat line bugpatacongo2012-12-021-95/+286
* standard keypad inteface and apps/examples/keypadtest from Denis Cariklipatacongo2012-12-011-1/+2
* Several changes (mostly graphics related) from Petteri Aimonenpatacongo2012-11-232-4/+14
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-203-13/+13
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-173-36/+36
* Patches 7-9 from Petteri Aimonenpatacongo2012-11-179-8/+136
* Patches 4-6 from Petteri Aimonenpatacongo2012-11-165-21/+75
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Centralized the definition of the INCDIR script in tools/Config.mkpatacongo2012-11-131-7/+7
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-1/+1
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo2012-11-111-39/+39
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Several bugfixes contributed by Petteri Aimonenpatacongo2012-10-201-0/+24
* Correct some bad parameter checkingpatacongo2012-09-273-6/+6
* Add more LCD-related Kconfig logic; Create a Kconfig file for NxWidgetspatacongo2012-09-251-2/+12