summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets
Commit message (Collapse)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 ↵Gregory Nutt2014-07-242-7/+20
| | | | convert CNxStrings to NUL-terminated C strings
* Make CNxTimer stop itself before destruction. Otherwise a call to an ↵Gregory Nutt2014-07-221-0/+1
| | | | invalid work queue entry may occur. From Petteri Aimonen
* Make CTabPanel raise action event when tab is changed. Also add a function ↵Gregory Nutt2014-07-222-4/+12
| | | | for getting the currently selected tab index. From Petteri Aimonen
* NxWidgets::CTabPanel: Modify behavior in showPage() method. Eliminate a ↵Gregory Nutt2014-07-221-7/+4
| | | | duplicate redraw that caused flickering; re-order some logic so that widgets are hidden before operated on. From Petteri Aimonen
* 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
| | | | not seem to make any difference but still seems like a good idea
* NxWM::CApplicationWindow: Created the custom font for the toolbar title, ↵Gregory Nutt2014-07-174-0/+9
| | | | but never used it.
* NxWidgets::CGlyphSliderHorizontal: No longer uses a hard-coded slider ↵Gregory Nutt2014-07-174-32/+57
| | | | height; the slider height is now provided as a parameter, replacing the widget height which is now calculated from the glip image height
* NxWidgets::CImage: Cannot use ↵Gregory Nutt2014-07-171-12/+29
| | | | 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
* 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 ↵Gregory Nutt2014-07-171-23/+7
| | | | and the bottom of the image box in greyscale
* NxWidgets::CGraphicsPort: Fix drawBitmapGreyScale method. Actually drew ↵Gregory Nutt2014-07-171-6/+12
| | | | nothing because of several errors in positioning and buffer usage
* 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 ↵Gregory Nutt2014-07-167-12/+12
| | | | and CONFIG_XYINPUT_TOUCHSCREEN
* 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
| | | | (in preparation for becoming a CListBox)
* NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased ↵Gregory Nutt2014-07-161-30/+32
| | | | (in preparation for becoming a CListBox)
* 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 ↵Gregory Nutt2014-07-142-2/+159
| | | | region
* 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
| | | | to initialize the touchscreen from NxWM in the kernel build
* NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled ↵Gregory Nutt2013-12-302-8/+8
| | | | the NxConsole for now because there are issues with the kernel build.
* STM3240G-EVAL: Add kernel build mode support and an NxWM kernel mode ↵Gregory Nutt2013-12-291-4/+4
| | | | configuration
* 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 ↵Gregory Nutt2013-12-291-12/+19
| | | | NxWdigets is built in kernel mode
* 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 ↵Gregory Nutt2013-10-158-14/+807
| | | | IBitMap and adds image scaling
* NxWM::CCalibration: Add an option to provide some instructions in the ↵Gregory Nutt2013-10-143-14/+14
| | | | center of the calibration screen
* NxWM::CTaskbar: Add a method to redraw the task bar and the top ↵Gregory Nutt2013-06-041-1/+1
| | | | application. From Petteri Aimonen
* 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
|