This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
libs
/
libnx
/
nxmu
History
Gregory Nutt
4f31eec94e
libs/libnx/nxmu/: Add a few bad input parameter checks. configs/lpcxpresso-lpc54628/twm4nx/defconfig: Need to enable the NX library.
2019-05-12 14:42:27 -06:00
..
Kconfig
…
Make.defs
NX graphics: This commit adds support for hiding windows. This features is needed by Twm4Nx: When a window is iconfied, the icon should appear on the background and the window should disappear (i.e., be hidden). The windows needs to remain healthy and to be updated in all ways, but it cannot affect the display content.
2019-05-05 15:21:52 -06:00
nx_bitmap.c
…
nx_block.c
…
nx_closewindow.c
…
nx_connect.c
…
nx_constructwindow.c
…
nx_cursor.c
…
nx_disconnect.c
…
nx_eventhandler.c
…
nx_eventnotify.c
…
nx_fill.c
…
nx_filltrapezoid.c
…
nx_getposition.c
…
nx_getrectangle.c
…
nx_kbdchin.c
…
nx_kbdin.c
…
nx_lower.c
…
nx_modal.c
NX graphics: This commit adds support for hiding windows. This features is needed by Twm4Nx: When a window is iconfied, the icon should appear on the background and the window should disappear (i.e., be hidden). The windows needs to remain healthy and to be updated in all ways, but it cannot affect the display content.
2019-05-05 15:21:52 -06:00
nx_mousein.c
libs/libnx/nxtk/nxtk_events: Fix an error in handling mouse events for framed windows. When drawing, NX may report mouse positions outside of the Window. The is only for NX windows, but the outside-the-side positions were being discarded by nxtk_events().
2019-05-07 18:17:59 -06:00
nx_move.c
…
nx_openwindow.c
graphics/: Windows can now be created in the hidden state. This can be used to clean up initial window presentation which may involve several steps. This makes those steps all invisible until nx[tk]_setvisibility() is called to make the windows visible.
2019-05-07 08:49:16 -06:00
nx_raise.c
…
nx_redrawreq.c
…
nx_releasebkgd.c
…
nx_requestbkgd.c
…
nx_setbgcolor.c
…
nx_setpixel.c
…
nx_setposition.c
…
nx_setsize.c
libs/libnx/nxmu/: Add a few bad input parameter checks. configs/lpcxpresso-lpc54628/twm4nx/defconfig: Need to enable the NX library.
2019-05-12 14:42:27 -06:00
nx_setvisibility.c
Documentation/NXGraphicsSubsystem.html: Add documentatin for new nx[tk]_modal() and nx[tk]_setvisibility() interfaces.
2019-05-08 11:03:06 -06:00
nx_synch.c
…
nxmu_semtake.c
…
nxmu_sendserver.c
…
nxmu_sendwindow.c
…