summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-04-05 09:46:39 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-04-05 09:46:39 -0600
commit59bd03bb52db20af3cae09c812eb1d58deb180be (patch)
tree2fe2431a4fd4fc34903cb253d68924562237f5a4 /nuttx
parentf582bded7f9ed649a228891bb2f4cfa2cbda89cd (diff)
downloadpx4-nuttx-59bd03bb52db20af3cae09c812eb1d58deb180be.tar.gz
px4-nuttx-59bd03bb52db20af3cae09c812eb1d58deb180be.tar.bz2
px4-nuttx-59bd03bb52db20af3cae09c812eb1d58deb180be.zip
Update ChangeLogs
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b810d1d6b..c8ed21e7e 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -10098,3 +10098,10 @@
* configs/, graphics/, include/nuttx: More renaming: up_lcdinitialize->board_lcd_initialize,
up_lcdgetdev->board_lcd_getdev, up_lcduninitialize->board_lcd_uninitialize
(2015-04-04).
+ * include/nuttx/nx, libnx/nx, libnx/nxtk: Add a new 'capped' parameter to
+ nx_drawline(), nxtk_drawlinetoolbar(), and nxtk_drawlinewindow()
+ (2015-04-05).
+ * libnx/nx/nx_drawline.c, libnx/nxtk/nxtk_drawlinetoolbar.c and
+ nxtk_drawlinewindow.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).