incubator-nuttx/libnx/nxmu
Gregory Nutt 28de00a90a 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
Squashed commit of the following:

    libnx: Need to duplicate some Kconfig setting for NXFONTs if it can be configured and built independently of NX.  Also includes some build-related fixes.

    configs/sim:  Disable NX graphics support in the fb configuration.

    libnx:  Basic configuration and build changes to support building font support independend of the NX server.
2017-11-18 10:19:34 -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 Fix a recently introduced copy-paste error 2017-10-14 18:10:30 -06:00
nx_block.c This removes the last traces of single-user mode. 2017-10-15 09:34:08 -06:00
nx_closewindow.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_connect.c Fixes a memory leak that is caused because the client message queue is not unlinked after the client disconnects from the NX server. 2017-10-31 18:48:39 -06:00
nx_constructwindow.c This removes the last traces of single-user mode. 2017-10-15 09:34:08 -06:00
nx_disconnect.c Fixes a memory leak that is caused because the client message queue is not unlinked after the client disconnects from the NX server. 2017-10-31 18:48:39 -06:00
nx_eventhandler.c Fix a error introduced with nxmq_receive(); update TODO list. 2017-10-10 10:58:26 -06:00
nx_eventnotify.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_fill.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_filltrapezoid.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_getposition.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_getrectangle.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
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 Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_mousein.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_move.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_openwindow.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_raise.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_redrawreq.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_releasebkgd.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_requestbkgd.c This removes the last traces of single-user mode. 2017-10-15 09:34:08 -06:00
nx_setbgcolor.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_setpixel.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_setposition.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_setsize.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -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 All configurations that use NXLINES must select NX_MULTIUSER 2017-10-14 16:52:59 -06:00
nxmu_sendwindow.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00