summaryrefslogtreecommitdiff
path: root/NxWidgets
Commit message (Collapse)AuthorAgeFilesLines
* CNxWidgets::CImage: Fix setImageLeft and setImageTop methods.Gregory Nutt2014-07-141-57/+62
|
* Update ChangeLogGregory Nutt2014-07-141-1/+4
|
* Add larger images for media player. Also options to control spacing and ↵Gregory Nutt2014-07-1413-77/+759
| | | | borders on media player windows
* Update ChangeLogGregory Nutt2014-07-141-0/+3
|
* NxWM: Media player will no reposition controls based on selected image sizesGregory Nutt2014-07-141-24/+38
|
* NxWM: Media player will dynamically position controls based on window sizeGregory Nutt2014-07-142-28/+34
|
* NxWM: Add media player PNG filesGregory Nutt2014-07-145-0/+0
|
* Update ChangeLogGregory Nutt2014-07-141-1/+2
|
* NxWM: Toolbar font ID can now be separately configuredGregory Nutt2014-07-143-3/+26
|
* Update ChangeLogsGregory Nutt2014-07-141-1/+4
|
* NxWM: Add larger media player iconGregory Nutt2014-07-141-0/+302
|
* NxWM: Add larger media player iconGregory Nutt2014-07-146-110/+119
|
* NxWM: Slightly improvied minimize iconGregory Nutt2014-07-133-61/+61
|
* NxWM: Fix background color in 48x48 play glyphGregory Nutt2014-07-137-141/+143
|
* NxWM: Can now configure to use small or large iconsGregory Nutt2014-07-136-45/+78
|
* Update changelogGregory Nutt2014-07-131-2/+2
|
* NxWM: Add a larger stop iconGregory Nutt2014-07-132-0/+285
|
* Remove unused start imageGregory Nutt2014-07-131-0/+0
|
* Remove unused start iconGregory Nutt2014-07-133-219/+1
|
* Update ChangeLogGregory Nutt2014-07-131-0/+2
|
* NxWM: Add a larger minimize iconGregory Nutt2014-07-136-359/+621
|
* NxWM: Remove unused NX Logo iconGregory Nutt2014-07-131-0/+0
|
* NxWM: Remove unused NSH iconGregory Nutt2014-07-133-218/+2
|
* NxWM: Update NxWM iconsGregory Nutt2014-07-135-379/+336
|
* NxWM: Add a larger calibration iconGregory Nutt2014-07-134-17/+331
|
* Update ChangeLogGregory Nutt2014-07-131-0/+1
|
* NxWM: Add 49x43 NxConsole iconGregory Nutt2014-07-132-0/+306
|
* Update changelogGregory Nutt2014-07-131-0/+2
|
* NxWM: Add 47x49 calculator iconGregory Nutt2014-07-132-0/+395
|
* NxWM: Fix background color in 48x48 play glyphGregory Nutt2014-07-121-32/+32
|
* Update ChangeLogGregory Nutt2014-07-121-1/+2
|
* NxWidgets: Fix repeated misspelling of DefinitionsGregory Nutt2014-07-1235-36/+36
|
* NxWM: Add a 48x48 play iconGregory Nutt2014-07-121-0/+284
|
* Update ChangeLogGregory Nutt2014-07-121-0/+4
|
* NxWM: Rename all glyphs to include the size of the glyph as part of the filenameGregory Nutt2014-07-1210-13/+13
|
* Fixes for clean NxWM build; Updated README filesGregory Nutt2014-07-101-3/+0
|
* SAMA5D4-EK: Add an NxWM configurationGregory Nutt2014-07-101-1/+1
|
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-083-3/+3
|
* Fix typo RBG -> RGB in several macrosGregory Nutt2014-05-123-30/+33
|
* More trailing whilespace removalGregory Nutt2014-04-13191-2458/+2458
|
* Prep for NuttX 7.1 releasenuttx-7.1Gregory Nutt2014-03-151-0/+1
|
* Update README.txt, remove references to appconfig and apps/.configGregory Nutt2014-03-071-17/+17
|
* Final prep for 6.33 releasenuttx-6.33Gregory Nutt2014-01-301-2/+16
|
* Preparation for NuttX-6.33 release (maybe tomorrow)Gregory Nutt2014-01-291-2/+4
|
* 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-304-0/+27
| | | | to initialize the touchscreen from NxWM in the kernel build
* NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled ↵Gregory Nutt2013-12-306-47/+71
| | | | 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-293-6/+6
|
* NxWidgets server initialization must be performed in the kernel when ↵Gregory Nutt2013-12-293-16/+52
| | | | NxWdigets is built in kernel mode