summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/src
Commit message (Expand)AuthorAgeFilesLines
* More naming changes to get the stm3240g-eval/nxterm configuration building againGregory Nutt2014-09-202-2/+2
* Update ChangeLogGregory Nutt2014-09-201-6/+6
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-201-3/+3
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-1/+1
* NXWidgets::CNxWidget: Remove an unused bit fieldGregory Nutt2014-07-282-19/+31
* Remove some warningsGregory Nutt2014-07-241-3/+9
* NxWidgets::CNxString: Add a getAllocSize() method to make it easier to conver...Gregory Nutt2014-07-241-3/+4
* Make CNxTimer stop itself before destruction. Otherwise a call to an invalid...Gregory Nutt2014-07-221-0/+1
* Make CTabPanel raise action event when tab is changed. Also add a function f...Gregory Nutt2014-07-221-3/+9
* NxWidgets::CTabPanel: Modify behavior in showPage() method. Eliminate a du...Gregory Nutt2014-07-221-7/+4
* NxWM::CApplicationWindow: Created the custom font for the toolbar title, but...Gregory Nutt2014-07-172-0/+5
* NxWidgets::CGlyphSliderHorizontal: No longer uses a hard-coded slider height;...Gregory Nutt2014-07-172-27/+49
* NxWidgets::CImage: Cannot use NxWidgets::CGraphicsPort:drawBitmapGreyScale()...Gregory Nutt2014-07-171-12/+29
* Cosmetic.. include cstdint instead of stdint.h, et alGregory Nutt2014-07-171-2/+2
* NxWidgets::CImage: Should not attempt to draw the empty regions at the top a...Gregory Nutt2014-07-171-23/+7
* NxWidgets::CGraphicsPort: Fix drawBitmapGreyScale method. Actually drew not...Gregory Nutt2014-07-171-6/+12
* Misc changes related to MediaPlayer. Nothing really significantGregory Nutt2014-07-164-72/+80
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-163-5/+5
* Use cstdint, etc. vs stdint.h, etc.Gregory Nutt2014-07-164-6/+7
* NxWM::CMediaPlayer: Convert CLabel to a CListBoxGregory Nutt2014-07-163-6/+6
* NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased ...Gregory Nutt2014-07-166-27/+26
* NxWM: Cosmetic changes to naming and commentsGregory Nutt2014-07-152-2/+2
* NxWidgets::CStickyImage: New image classGregory Nutt2014-07-152-5/+152
* NxWidget::CImage: Now supports helper methods to align images in the widget r...Gregory Nutt2014-07-141-2/+93
* CNxWidgets::CImage: Fix setImageLeft and setImageTop methods.Gregory Nutt2014-07-141-57/+62
* NxWidgets: Fix repeated misspelling of DefinitionsGregory Nutt2014-07-1225-25/+25
* Fixes for clean NxWM build; Updated README filesGregory Nutt2014-07-101-3/+0
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-081-1/+1
* Fix typo RBG -> RGB in several macrosGregory Nutt2014-05-121-18/+18
* More trailing whilespace removalGregory Nutt2014-04-1372-920/+920
* The user-mode work queue was not being startedGregory Nutt2013-12-311-1/+0
* NxWM::CTouchscreen: Add CONFIG_NXWM_TOUCHSCREEN_DEVINIT to suppress attempts ...Gregory Nutt2013-12-301-0/+2
* NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled th...Gregory Nutt2013-12-301-3/+3
* STM3240G-EVAL: Add kernel build mode support and an NxWM kernel mode configu...Gregory Nutt2013-12-291-4/+4
* Add nx_start() to simplify starting the NX server from within the RTOSGregory Nutt2013-12-291-3/+3
* NxWidgets server initialization must be performed in the kernel when NxWdiget...Gregory Nutt2013-12-291-12/+19
* Move rgbcolors.h to include/nuttx/videoGregory Nutt2013-12-1025-25/+25
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-1025-25/+25
* SAMA5D3x-EK NxWM configuration: use 320x320 NuttX logo as the backgroundGregory Nutt2013-10-151-3453/+0
* Add a 320x320 NuttX logo imageGregory Nutt2013-10-153-0/+4504
* Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbarGregory Nutt2013-10-152-21/+43
* NxWidgets::CScaledImage: New class that wraps any class that provides IBitMap...Gregory Nutt2013-10-153-3/+586
* NxWM::CCalibration: Add an option to provide some instructions in the center...Gregory Nutt2013-10-141-6/+6
* NxWM::CTaskbar: Add a method to redraw the task bar and the top application....Gregory Nutt2013-06-041-1/+1
* Change auto-increment timing in NxWidgets::CNumericEdit. From Petteri AimonenGregory Nutt2013-06-041-2/+10
* NxWidgets::CImage: Allow NULL bitmaps. From Petteri AimonenGregory Nutt2013-06-041-12/+22
* Add NxWidgets::CGlyphSliderHorizontal unit test; Fix NxWidgets::CGlyphSliderH...Gregory Nutt2013-05-171-1/+1
* Add NxWdigets::CGlyphSliderHorizontal and associated grip widgets. From Ken ...Gregory Nutt2013-05-152-0/+707
* Fixes to strchr, mkfats, and NxWidgets from Petteri AimonenGregory Nutt2013-04-222-31/+43
* NxWidgets/NxWM updates from Petteri Aimonen (Patches 0007-0013)patacongo2013-02-284-29/+56