This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-07 09:18:00 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2c7c034baf7963670eecca82a50d790294550b96
nuttx
/
libnx
/
nxtk
T
History
Gregory Nutt
2a82dc66f9
drawline/drawLine should not take a boolean to select non lines caps or capping at both ends. drawline/drawLine also needs to be able to put a line cap on one one end of a line
2015-04-05 16:53:51 -06:00
..
Make.defs
…
nxtk_bitmaptoolbar.c
…
nxtk_bitmapwindow.c
…
nxtk_block.c
…
nxtk_closetoolbar.c
…
nxtk_closewindow.c
…
nxtk_containerclip.c
…
nxtk_drawcircletoolbar.c
drawline/drawLine should not take a boolean to select non lines caps or capping at both ends. drawline/drawLine also needs to be able to put a line cap on one one end of a line
2015-04-05 16:53:51 -06:00
nxtk_drawcirclewindow.c
drawline/drawLine should not take a boolean to select non lines caps or capping at both ends. drawline/drawLine also needs to be able to put a line cap on one one end of a line
2015-04-05 16:53:51 -06:00
nxtk_drawframe.c
Remove warnings when CONFIG_NXTK_BORDERWIDTH is set to zero. From Pierre-Noel Bouteville
2014-11-20 16:44:08 -06:00
nxtk_drawlinetoolbar.c
drawline/drawLine should not take a boolean to select non lines caps or capping at both ends. drawline/drawLine also needs to be able to put a line cap on one one end of a line
2015-04-05 16:53:51 -06:00
nxtk_drawlinewindow.c
drawline/drawLine should not take a boolean to select non lines caps or capping at both ends. drawline/drawLine also needs to be able to put a line cap on one one end of a line
2015-04-05 16:53:51 -06:00
nxtk_events.c
Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE and CONFIG_XYINPUT_TOUCHSCREEN
2014-07-16 16:31:31 -06:00
nxtk_fillcircletoolbar.c
Implement line caps by drawing a file circle at the each endpoint of a line with a radius equal to half of the width of the line
2015-04-05 09:37:18 -06:00
nxtk_fillcirclewindow.c
Implement line caps by drawing a file circle at the each endpoint of a line with a radius equal to half of the width of the line
2015-04-05 09:37:18 -06:00
nxtk_filltoolbar.c
…
nxtk_filltraptoolbar.c
…
nxtk_filltrapwindow.c
…
nxtk_fillwindow.c
…
nxtk_getposition.c
…
nxtk_gettoolbar.c
…
nxtk_getwindow.c
…
nxtk_internal.h
…
nxtk_lower.c
…
nxtk_movetoolbar.c
…
nxtk_movewindow.c
…
nxtk_opentoolbar.c
…
nxtk_openwindow.c
…
nxtk_raise.c
…
nxtk_setposition.c
…
nxtk_setsize.c
…
nxtk_setsubwindows.c
…
nxtk_subwindowclip.c
…
nxtk_subwindowmove.c
…
nxtk_toolbarbounds.c
…