From 9d87e9279ec107f3ec20ada0580bb7df810e5233 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 5 Apr 2015 09:46:39 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index b810d1d6bde..c8ed21e7e63 100755 --- a/ChangeLog +++ b/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).