summaryrefslogtreecommitdiff
path: root/nuttx/graphics
Commit message (Expand)AuthorAgeFilesLines
* Lots of fonts that derive from X11-misc-fixed-* fonts. Converted for use by ...Gregory Nutt2014-12-101-0/+154
* Two new fonts from Pierre-noel BoutevilleGregory Nutt2014-11-261-0/+14
* More naming changes to get the stm3240g-eval/nxterm configuration building againGregory Nutt2014-09-2018-292/+292
* Change all occurrences of NxConsole to NxTermGregory Nutt2014-09-2018-68/+68
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-2012-83/+83
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-1/+1
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-313-3/+3
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-316-7/+7
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-312-2/+2
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-313-3/+3
* Rename kmemalign to kmm_memalign and krealloc to kmm_realooc for consistency ...Gregory Nutt2014-08-311-1/+2
* Costmetic: Update TODO list, README files, refreshed configuration, updated c...Gregory Nutt2014-07-301-1/+1
* graphics/nxconsole/nxcon_scroll.c: Fix scrolling in the NxConsole for the ca...Gregory Nutt2014-07-171-7/+21
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-1613-23/+55
* Fix a typo introduced in last commitGregory Nutt2014-07-111-2/+2
* NX: Don't change the background if the color has not really changedGregory Nutt2014-07-114-8/+52
* Fixes for clean NxWM build; Updated README filesGregory Nutt2014-07-101-0/+1
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-081-1/+1
* 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