Commit Graph

125 Commits

Author SHA1 Message Date
Gregory Nutt
d6a76e798f Framebuffer driver: Add a display number to each interface in order to support multiple displays 2016-04-14 12:24:04 -06:00
Gregory Nutt
7f1ddaedc5 Fixed some very minor spacing issues 2015-11-24 23:00:03 +00:00
Gregory Nutt
f8507e7e42 Minor updates to README 2015-11-17 10:10:18 -06:00
Gregory Nutt
f805f673a0 Update some URLs due to movement of the Documentation repository 2015-06-29 11:25:15 -06:00
Gregory Nutt
5a6fc783f5 This cleans up most of the remaining SourceForge references 2015-06-26 18:13:20 -06:00
Gregory Nutt
b76ec96bfb Correct use of the BOARDIOC_GRAPHICS_SETUP boardctl() call 2015-04-16 09:11:49 -06:00
Gregory Nutt
f6604c7e5c 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
Gregory Nutt
a7ebc37b03 Add a 'capped' boolean parameter to all drawline/drawLine functions/methods. The idea is that this will produce better joining between lines 2015-04-05 08:50:01 -06:00
Gregory Nutt
3542cd0282 More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lcd_getdev, up_lcduninitialize->board_lcd_uninitialize 2015-04-04 11:49:15 -06:00
Gregory Nutt
8ab1540770 Rename up_nxdrvinit() to board_graphics_setup(). Add CONFIG_BOARDCTL_GRAPHICS that will enabled calls to board_graphics_setup() from boardctrl(). In apps/ and NxWidgts/, replace all calls to up_nxdrvinit with calls to boardctl(). 2015-03-31 16:20:21 -06:00
Gregory Nutt
84ef986ae5 More naming changes to get the stm3240g-eval/nxterm configuration building again 2014-09-20 15:53:28 -06:00
Gregory Nutt
70db994200 Update ChangeLog 2014-09-20 14:43:30 -06:00
Gregory Nutt
d4488e79ca Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM* 2014-09-20 14:18:08 -06:00
Gregory Nutt
d78a62aaf0 Remove final traces of the 8015 from the NuttX source tree 2014-09-01 13:21:15 -06:00
Gregory Nutt
94cec8caff NXWidgets::CNxWidget: Remove an unused bit field 2014-07-28 12:47:01 -06:00
Gregory Nutt
34e0619194 Remove some warnings 2014-07-24 20:02:12 -06:00
Gregory Nutt
061e95bd91 NxWidgets::CNxString: Add a getAllocSize() method to make it easier to convert CNxStrings to NUL-terminated C strings 2014-07-24 14:57:38 -06:00
Gregory Nutt
ca6b53f704 Make CNxTimer stop itself before destruction. Otherwise a call to an invalid work queue entry may occur. From Petteri Aimonen 2014-07-22 07:48:32 -06:00
Gregory Nutt
a864dcd7cd Make CTabPanel raise action event when tab is changed. Also add a function for getting the currently selected tab index. From Petteri Aimonen 2014-07-22 07:46:02 -06:00
Gregory Nutt
ad2aa947f1 NxWidgets::CTabPanel: Modify behavior in showPage() method. Eliminate a duplicate redraw that caused flickering; re-order some logic so that widgets are hidden before operated on. From Petteri Aimonen 2014-07-22 07:40:39 -06:00
Gregory Nutt
23c30fd923 NxWidgets::CNxString: Make destructor virtual. From Petteri Aimonen 2014-07-22 07:32:10 -06:00
Gregory Nutt
689797562f NxWM: Increase default priority of mouse and keyboard listener threads. Does not seem to make any difference but still seems like a good idea 2014-07-17 15:06:05 -06:00
Gregory Nutt
1db74a3494 NxWM::CApplicationWindow: Created the custom font for the toolbar title, but never used it. 2014-07-17 13:38:37 -06:00
Gregory Nutt
ea791a350e NxWidgets::CGlyphSliderHorizontal: No longer uses a hard-coded slider height; the slider height is now provided as a parameter, replacing the widget height which is now calculated from the glip image height 2014-07-17 12:12:02 -06:00
Gregory Nutt
1e6833d533 NxWidgets::CImage: Cannot use NxWidgets::CGraphicsPort:drawBitmapGreyScale() because it does not respect transparent or background colors in its current form. The end result is that makes the image background grey as well as the image 2014-07-17 10:34:41 -06:00
Gregory Nutt
e52affe234 Cosmetic.. include cstdint instead of stdint.h, et al 2014-07-17 10:19:27 -06:00
Gregory Nutt
6f18adea58 NxWidgets::CImage: Should not attempt to draw the empty regions at the top and the bottom of the image box in greyscale 2014-07-17 10:15:41 -06:00
Gregory Nutt
010cc0e624 NxWidgets::CGraphicsPort: Fix drawBitmapGreyScale method. Actually drew nothing because of several errors in positioning and buffer usage 2014-07-17 10:13:37 -06:00
Gregory Nutt
f5626ea605 Misc changes related to MediaPlayer. Nothing really significant 2014-07-16 19:20:44 -06:00
Gregory Nutt
b1e7a4e4f8 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
Gregory Nutt
ef1112d774 Use cstdint, etc. vs stdint.h, etc. 2014-07-16 15:09:20 -06:00
Gregory Nutt
becc6901db NxWM::CMediaPlayer: Convert CLabel to a CListBox 2014-07-16 14:11:02 -06:00
Gregory Nutt
9a471672b3 NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased (in preparation for becoming a CListBox) 2014-07-16 11:11:55 -06:00
Gregory Nutt
abc11dd52a NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased (in preparation for becoming a CListBox) 2014-07-16 11:11:00 -06:00
Gregory Nutt
9ee647caba NxWM: Cosmetic changes to naming and comments 2014-07-15 18:55:59 -06:00
Gregory Nutt
4961279f28 NxMW::CMediaPlayer now supports a pause button 2014-07-15 17:33:59 -06:00
Gregory Nutt
4d85753cf2 NxWidgets::CStickyImage: New image class 2014-07-15 09:29:28 -06:00
Gregory Nutt
322a3df832 NxWidget::CImage: Now supports helper methods to align images in the widget region 2014-07-14 20:37:39 -06:00
Gregory Nutt
0ed54e3980 CNxWidgets::CImage: Fix setImageLeft and setImageTop methods. 2014-07-14 20:09:58 -06:00
Gregory Nutt
20c811ddeb NxWidgets: Fix repeated misspelling of Definitions 2014-07-12 16:36:24 -06:00
Gregory Nutt
6e0be1184f Fixes for clean NxWM build; Updated README files 2014-07-10 15:29:41 -06:00
Gregory Nutt
a49bca71b1 Fix some recurring typos: postion->position, *atino->*ation 2014-07-08 13:12:36 -06:00
Gregory Nutt
ba9e38f79a Fix typo RBG -> RGB in several macros 2014-05-12 13:00:48 -06:00
Gregory Nutt
df6e0bd33a More trailing whilespace removal 2014-04-13 16:26:44 -06:00
Gregory Nutt
31f053187a The user-mode work queue was not being started 2013-12-31 12:48:11 -06:00
Gregory Nutt
80495b7ae5 NxWM::CTouchscreen: Add CONFIG_NXWM_TOUCHSCREEN_DEVINIT to suppress attempts to initialize the touchscreen from NxWM in the kernel build 2013-12-30 12:39:23 -06:00
Gregory Nutt
39f42b1cf8 NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled the NxConsole for now because there are issues with the kernel build. 2013-12-30 10:04:34 -06:00
Gregory Nutt
bd7cb3d58a STM3240G-EVAL: Add kernel build mode support and an NxWM kernel mode configuration 2013-12-29 13:15:08 -06:00
Gregory Nutt
c0e26ad24c Add nx_start() to simplify starting the NX server from within the RTOS 2013-12-29 11:11:48 -06:00
Gregory Nutt
da660d1c6c NxWidgets server initialization must be performed in the kernel when NxWdigets is built in kernel mode 2013-12-29 09:46:57 -06:00