nuttx/libnx/nxmu
2018-02-01 10:00:02 -06:00
..
Kconfig Changes to allow the font subsystem to be built without enabling the entire graphics system (CONFIG_NX). Adds CONFIG_NXFONTS and CONFIG_NXGLIB. NX and NXFONTS are still pretty heavily entangled 2017-11-18 10:19:34 -06:00
Make.defs This removes the last traces of single-user mode. 2017-10-15 09:34:08 -06:00
nx_bitmap.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
nx_block.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
nx_closewindow.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
nx_connect.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
nx_constructwindow.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
nx_disconnect.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
nx_eventhandler.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
nx_eventnotify.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
nx_fill.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
nx_filltrapezoid.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
nx_getposition.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
nx_getrectangle.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
nx_kbdchin.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_kbdin.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_lower.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
nx_mousein.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_move.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
nx_openwindow.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
nx_raise.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
nx_redrawreq.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_releasebkgd.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
nx_requestbkgd.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
nx_setbgcolor.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
nx_setpixel.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
nx_setposition.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
nx_setsize.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
nxmu_semtake.c libc and libnx: When the libraries are built into two libraries, a user space library and a OS space library (as in the PROTECTED and KERNEL build). Then the user space library must not use the OS internal interfaces; similarly, the OS must avoid using the userspace interfaces so that it does not muck the errno value or create spurious cancellation points. 2017-10-08 11:52:32 -06:00
nxmu_sendserver.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
nxmu_sendwindow.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00