summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets
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-209-52/+52
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-208-14/+14
* 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-283-32/+43
* Remove some warningsGregory Nutt2014-07-241-3/+9
* NxWidgets::CNxString: Add a getAllocSize() method to make it easier to conver...Gregory Nutt2014-07-242-7/+20
* 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-222-4/+12
* NxWidgets::CTabPanel: Modify behavior in showPage() method. Eliminate a du...Gregory Nutt2014-07-221-7/+4
* NxWidgets::CNxString: Make destructor virtual. From Petteri AimonenGregory Nutt2014-07-221-1/+1
* NxWM: Increase default priority of mouse and keyboard listener threads. Does ...Gregory Nutt2014-07-171-2/+2
* NxWM::CApplicationWindow: Created the custom font for the toolbar title, but...Gregory Nutt2014-07-174-0/+9
* NxWidgets::CGlyphSliderHorizontal: No longer uses a hard-coded slider height;...Gregory Nutt2014-07-174-32/+57
* 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-165-75/+98
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-167-12/+12
* Use cstdint, etc. vs stdint.h, etc.Gregory Nutt2014-07-166-10/+11
* NxWM::CMediaPlayer: Convert CLabel to a CListBoxGregory Nutt2014-07-166-8/+20
* NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased ...Gregory Nutt2014-07-1613-72/+74
* NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased ...Gregory Nutt2014-07-161-30/+32
* NxWM: Cosmetic changes to naming and commentsGregory Nutt2014-07-154-7/+7
* NxMW::CMediaPlayer now supports a pause buttonGregory Nutt2014-07-151-1/+1
* NxWidgets::CStickyImage: New image classGregory Nutt2014-07-155-9/+368
* NxWidget::CImage: Now supports helper methods to align images in the widget r...Gregory Nutt2014-07-142-2/+159
* 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-082-2/+2
* Fix typo RBG -> RGB in several macrosGregory Nutt2014-05-122-30/+30
* More trailing whilespace removalGregory Nutt2014-04-13136-2193/+2193
* 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-302-8/+8
* 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-292-4/+4
* 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-1027-27/+27
* 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-156-132/+4643
* Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbarGregory Nutt2013-10-153-23/+45
* NxWidgets::CScaledImage: New class that wraps any class that provides IBitMap...Gregory Nutt2013-10-158-14/+807
* NxWM::CCalibration: Add an option to provide some instructions in the center...Gregory Nutt2013-10-143-14/+14
* 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