summaryrefslogtreecommitdiff
path: root/NxWidgets/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* Update ChangeLogGregory Nutt2014-09-201-22/+22
|
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename ↵Gregory Nutt2014-09-201-18/+18
| | | | CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate ↵Gregory Nutt2014-08-291-2/+2
| | | | new CONFIG_BUILD_KERNEL
* SAM4E-EK: Add an NxWM configurationGregory Nutt2014-08-201-1/+1
|
* dd support for a USB keyboard as the NxConsole and text widget input. Not ↵Gregory Nutt2014-07-301-6/+17
| | | | fully functional as of this initial check-in. Basic functionality is there, but there are conditions were the keyboard gets lost.
* NxWM: Fix default ICON name. g_playBitmap24x24 does not exist, should be ↵Gregory Nutt2014-07-251-3/+3
| | | | g_playBitmap
* Lots of changes to integrate with Ken's NxPlayerGregory Nutt2014-07-241-1/+1
|
* NxWM: Beginning integration of NxPlayer into Nxwm::MediaPlayer. Gets handle, ↵Gregory Nutt2014-07-231-1/+15
| | | | sets device, and releases handle. Lots more to be done
* NxWM: Add configuration options to filter CMediaPlayer files based on extensionGregory Nutt2014-07-231-18/+80
|
* NxWidgets: Fix a typo in the Kconfig fileGregory Nutt2014-07-211-1/+1
|
* NxWM: Increase default priority of mouse and keyboard listener threads. Does ↵Gregory Nutt2014-07-171-4/+9
| | | | not seem to make any difference but still seems like a good idea
* NxWidgets::CGlyphSliderHorizontal: No longer uses a hard-coded slider ↵Gregory Nutt2014-07-171-0/+23
| | | | height; the slider height is now provided as a parameter, replacing the widget height which is now calculated from the glip image height
* Misc changes related to MediaPlayer. Nothing really significantGregory Nutt2014-07-161-0/+6
|
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE ↵Gregory Nutt2014-07-161-0/+1
| | | | and CONFIG_XYINPUT_TOUCHSCREEN
* NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased ↵Gregory Nutt2014-07-161-10/+32
| | | | (in preparation for becoming a CListBox)
* Add larger images for media player. Also options to control spacing and ↵Gregory Nutt2014-07-141-0/+18
| | | | borders on media player windows
* NxWM: Toolbar font ID can now be separately configuredGregory Nutt2014-07-141-2/+19
|
* NxWM: Can now configure to use small or large iconsGregory Nutt2014-07-131-6/+24
|
* SAMA5D4-EK: Add an NxWM configurationGregory Nutt2014-07-101-1/+1
|
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-081-1/+1
|
* NxWM::CTouchscreen: Add CONFIG_NXWM_TOUCHSCREEN_DEVINIT to suppress attempts ↵Gregory Nutt2013-12-301-0/+16
| | | | to initialize the touchscreen from NxWM in the kernel build
* NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled ↵Gregory Nutt2013-12-301-4/+10
| | | | the NxConsole for now because there are issues with the kernel build.
* Add nx_start() to simplify starting the NX server from within the RTOSGregory Nutt2013-12-291-2/+2
|
* NxWidgets server initialization must be performed in the kernel when ↵Gregory Nutt2013-12-291-4/+27
| | | | NxWdigets is built in kernel mode
* Fix typos introduced into NxWM configuration by an earlier check-in todayGregory Nutt2013-10-301-1/+1
|
* Add interface definition for platform-specific storage of configuration ↵Gregory Nutt2013-10-301-0/+10
| | | | data; Modify NxWM unit test to use these interfaces, if available, to save and restore touchscreen calibration data.
* Minor tweaks to debug output; started renaming some icons to include size in ↵Gregory Nutt2013-10-171-3/+3
| | | | the name; SAMA5 NxWM config needs libm
* New touchscreen scaling algorithm for the case where measured X values vary ↵Gregory Nutt2013-10-171-52/+136
| | | | with y position (and vice versa)
* Add a 320x320 NuttX logo imageGregory Nutt2013-10-151-1/+2
|
* Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbarGregory Nutt2013-10-151-0/+22
|
* NxWM::CCalibration: Add logic to collect and average samples, optionally ↵Gregory Nutt2013-10-141-2/+30
| | | | discarding the most extreem values
* NxWM::CCalibration: Add an option to provide some instructions in the ↵Gregory Nutt2013-10-141-0/+40
| | | | center of the calibration screen
* Minor updates to Kconfig and README filesGregory Nutt2013-05-171-1/+1
|
* Default NxWidgets and NxWM priorities should be 100 not 50 to be consistent ↵Gregory Nutt2013-05-121-16/+16
| | | | with other default priorities
* Add beginning a a media player window to NxWM from Ken Pettit. Still a work ↵Gregory Nutt2013-05-111-3/+15
| | | | in progress
* Fixes to strchr, mkfats, and NxWidgets from Petteri AimonenGregory Nutt2013-04-221-0/+6
|
* NxWidgets/NxWM updates from Petteri Aimonen (Patches 0007-0013)patacongo2013-02-281-0/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5689 42af7a65-404d-4744-a932-0658087f49c3
* Patches from Petteri Aimonen (plus a few other things)patacongo2012-12-211-23/+238
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5448 42af7a65-404d-4744-a932-0658087f49c3
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-091-0/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5324 42af7a65-404d-4744-a932-0658087f49c3
* Turn off LCD reading on Shenzhou board (needs some TLC before it will be usable)patacongo2012-09-281-2/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5202 42af7a65-404d-4744-a932-0658087f49c3
* Hook in NxWidgets configuration logic; Add a untested ADS7843E touchscreen ↵patacongo2012-09-251-9/+15
| | | | | | support for the Shenzhou board; Complete the Shenzhou NxWM configuration (also untested). git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5190 42af7a65-404d-4744-a932-0658087f49c3
* Add more LCD-related Kconfig logic; Create a Kconfig file for NxWidgetspatacongo2012-09-251-0/+569
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5189 42af7a65-404d-4744-a932-0658087f49c3