summaryrefslogtreecommitdiff
path: root/nuttx/libnx
Commit message (Expand)AuthorAgeFilesLines
* A patch to add previous added font into nxf_getfonthandle function. From Pi...Gregory Nutt2014-12-191-0/+200
* Lots of fonts that derive from X11-misc-fixed-* fonts. Converted for use by ...Gregory Nutt2014-12-1026-0/+18993
* Two new fonts from Pierre-noel BoutevilleGregory Nutt2014-11-2625-56/+1647
* Remove warnings when CONFIG_NXTK_BORDERWIDTH is set to zero. From Pierre-No...Gregory Nutt2014-11-201-1/+7
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-3/+3
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-311-2/+2
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-311-2/+2
* Rename kmemalign to kmm_memalign and krealloc to kmm_realooc for consistency ...Gregory Nutt2014-08-311-3/+3
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-292-3/+5
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-163-6/+6
* NX graphics library: Macroize some color operators that become trivial when t...Gregory Nutt2014-07-121-8/+12
* NX: Don't change the background if the color has not really changedGregory Nutt2014-07-112-9/+101
* More trailing whilespace removalGregory Nutt2014-04-1328-45/+45
* Cosmetic changes for coding style; removal of dangling spaces at the end of l...Gregory Nutt2014-04-132-2/+2
* Still recovering from recent NX reorganization. Reported by Steve Redler IVGregory Nutt2014-01-083-0/+3
* Fix some minor kernel mose NxWM build issuesGregory Nutt2013-12-301-7/+2
* NX: Use a consistent allocator in all configurationsGregory Nutt2013-12-305-6/+6
* Move more files from graphics/nxmu to libnx/nxmuGregory Nutt2013-12-293-1/+374
* Minor clean-up of typing from last commitGregory Nutt2013-12-293-10/+10
* Add sem_timedwait to syscallsGregory Nutt2013-12-281-1/+6
* Move graphics/nxtk to libnx/nxtkGregory Nutt2013-12-2840-9/+4818
* Move graphics/nxfonts to libnx/nxfontsGregory Nutt2013-12-2827-3/+18170
* Move the NX components out of libc and into its own library, libnxGregory Nutt2013-12-2865-0/+6820