This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
91ef2ec394
nuttx
/
libs
/
libnx
/
nxtk
History
Gregory Nutt
6253a8995f
apps/graphics/nxglyphs: Remove some warnings due to coupling with NXWM.
2019-05-17 08:41:23 -06:00
..
Kconfig
Make.defs
graphics/: Add new NX interfaces to query if a window is hidden or not.
2019-05-09 08:27:12 -06:00
nxtk_bitmaptoolbar.c
nxtk_bitmapwindow.c
nxtk_block.c
nxtk_closetoolbar.c
nxtk_closewindow.c
nxtk_containerclip.c
nxtk_drawcircletoolbar.c
nxtk_drawcirclewindow.c
nxtk_drawframe.c
nxtk_drawlinetoolbar.c
nxtk_drawlinewindow.c
nxtk_events.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
nxtk_fillcircletoolbar.c
nxtk_fillcirclewindow.c
nxtk_filltoolbar.c
nxtk_filltraptoolbar.c
nxtk_filltrapwindow.c
nxtk_fillwindow.c
nxtk_getposition.c
nxtk_gettoolbar.c
nxtk_getwindow.c
nxtk_ishidden.c
graphics/: Add new NX interfaces to query if a window is hidden or not.
2019-05-09 08:27:12 -06:00
nxtk_lower.c
nxtk_modal.c
graphics/, lib/libnx, include/nutt/nx: Add support for modal windows.
2019-04-05 08:24:46 -06:00
nxtk_movetoolbar.c
nxtk_movewindow.c
nxtk_opentoolbar.c
libs/libnx/nxtk/nxtk_opentoolbar.c: Refuse to open a toolbar of height zero.
2019-05-10 08:30:09 -06:00
nxtk_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
nxtk_raise.c
nxtk_setposition.c
nxtk_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
nxtk_setsubwindows.c
nxtk_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
nxtk_subwindowclip.c
nxtk_subwindowmove.c
nxtk_synch.c
Grrr.. Once again I forget to 'add' files before committing them.
2019-03-25 13:50:01 -06:00
nxtk_toolbarbounds.c
apps/graphics/nxglyphs: Remove some warnings due to coupling with NXWM.
2019-05-17 08:41:23 -06:00
nxtk.h