incubator-nuttx/graphics/nxmu
Gregory Nutt 92554257b9 Squashed commit of the following:
graphics/nxbe/nxbe_bitmap.c:  Fix another coordinate system problem.

    graphics/:  Review use of device coordinate system with window frambebuffer and make fixes accordingly.

    graphics/nxbe/nxbe_fill.c:  Fix a coordinate system bug.  Was trying to update the window fraembuffer using the device coordinate system.  Need to use the relative coordinate system.

    graphics/:  Use DEBUGASSERT instead of return an error since the is no user to handle the errors within the NX server.  Use CONFIG_DEBUG_GRAPHICS instead of CONFIG_DEBUG_FEATURES in most cases.

    graphics/:  Nothing under graphics/ should set the errno.
2019-03-17 11:34:45 -06:00
..
.gitignore Clone svn:ignore directory atributed to .gitignore files 2013-04-04 14:27:29 -06:00
Make.defs graphics/nxmu/nxmu_start.c: Fix a naming collision introduced with the last commit. Ye olde nx_start that started the NX graphics is now nxmu_start(). 2019-02-04 16:51:48 -06:00
nxmu.h This commit removes naming associated with and naming for the now non-existent NXFE graphics layer. 2019-03-13 09:16:30 -06:00
nxmu_kbdin.c graphics: Costmetic clean-up 2019-03-14 14:49:50 -06:00
nxmu_mouse.c This commit removes naming associated with and naming for the now non-existent NXFE graphics layer. 2019-03-13 09:16:30 -06:00
nxmu_openwindow.c configs/open1788/pwfb: Add an example for testing per-window frame buffers. arch/arm/src/lpc17xx: Add a configuration option to skip over the framebuffer when adding DRAM to the heap. graphics: Early fixes from testing per-window framebuffer. Still lots of problems. 2019-03-16 12:31:29 -06:00
nxmu_redrawreq.c configs/open1788/pwfb: Add an example for testing per-window frame buffers. arch/arm/src/lpc17xx: Add a configuration option to skip over the framebuffer when adding DRAM to the heap. graphics: Early fixes from testing per-window framebuffer. Still lots of problems. 2019-03-16 12:31:29 -06:00
nxmu_releasebkgd.c Squashed commit of the following: 2019-03-17 11:34:45 -06:00
nxmu_reportposition.c graphics: Costmetic clean-up 2019-03-14 14:49:50 -06:00
nxmu_requestbkgd.c This commit removes naming associated with and naming for the now non-existent NXFE graphics layer. 2019-03-13 09:16:30 -06:00
nxmu_sendclient.c Squashed commit of the following: 2019-03-17 11:34:45 -06:00
nxmu_sendclientwindow.c Squashed commit of the following: 2019-03-17 11:34:45 -06:00
nxmu_server.c Squashed commit of the following: 2019-03-17 11:34:45 -06:00
nxmu_start.c graphics/nxmu/nxmu_start.c: Fix a warning found in build testing 2019-03-13 14:18:20 -06:00