summaryrefslogtreecommitdiff
path: root/NxWidgets
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Move rgbcolors.h to include/nuttx/videoGregory Nutt2013-12-1037-37/+37
|
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-1035-35/+35
|
* Prep for the NuttX-6.32 Releasenuttx-6.32Gregory Nutt2013-12-072-3/+18
|
* Fix typos introduced into NxWM configuration by an earlier check-in todayGregory Nutt2013-10-303-9/+9
|
* Saving of touchscreen calibration but be done in CCalbration each time the ↵Gregory Nutt2013-10-303-2/+24
| | | | touchscreen is calibrated, not just once on startup
* Spark configuration updated by David SidraneGregory Nutt2013-10-301-1/+2
|
* Add interface definition for platform-specific storage of configuration ↵Gregory Nutt2013-10-303-29/+104
| | | | data; Modify NxWM unit test to use these interfaces, if available, to save and restore touchscreen calibration data.
* Prep for release 6.31nuttx-6.31Gregory Nutt2013-10-282-1/+32
|
* Add for audio sub-format in audion system. From Ken PettitGregory Nutt2013-10-281-1/+3
|
* Fix some floating point formats in debug statementsGregory Nutt2013-10-172-5/+5
|
* SAMA5 TSD: Fix to prohibit reading samples when not validGregory Nutt2013-10-172-6/+7
|
* Minor tweaks to debug output; started renaming some icons to include size in ↵Gregory Nutt2013-10-1716-21/+32
| | | | the name; SAMA5 NxWM config needs libm
* New touchscreen scaling algorithm for the case where measured X values vary ↵Gregory Nutt2013-10-175-56/+294
| | | | with y position (and vice versa)
* SAMA5D3x-EK NxWM configuration: use 320x320 NuttX logo as the backgroundGregory Nutt2013-10-151-3453/+0
|
* Add a 320x320 NuttX logo imageGregory Nutt2013-10-152-3/+4
|
* Add a 320x320 NuttX logo imageGregory Nutt2013-10-158-133/+4647
|
* Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbarGregory Nutt2013-10-158-29/+129
|
* NxWidgets::CScaledImage: New class that wraps any class that provides ↵Gregory Nutt2013-10-159-14/+810
| | | | IBitMap and adds image scaling
* NxWM::CCalibration: Add logic to collect and average samples, optionally ↵Gregory Nutt2013-10-145-85/+386
| | | | discarding the most extreem values
* NxWM::CCalibration: Add an option to provide some instructions in the ↵Gregory Nutt2013-10-148-40/+250
| | | | center of the calibration screen
* Prep for 6.28 releasenuttx-6.28Gregory Nutt2013-06-142-3/+39
|
* NxWM::CTaskbar: Add a method to redraw the task bar and the top ↵Gregory Nutt2013-06-043-9/+21
| | | | application. From Petteri Aimonen
* Change auto-increment timing in NxWidgets::CNumericEdit. From Petteri AimonenGregory Nutt2013-06-042-3/+14
|
* NxWidgets::CImage: Allow NULL bitmaps. From Petteri AimonenGregory Nutt2013-06-042-33/+46
|
* Fix that way that NxWight UnitTests are reigistered as NSH builtin appsGregory Nutt2013-05-3039-114/+175
|
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-3019-19/+0
|
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. ↵Gregory Nutt2013-05-3020-266/+229
| | | | Add some missing .gitignore files