summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include
Commit message (Expand)AuthorAgeFilesLines
* NXWidgets::CNxWidget: Remove an unused bit fieldGregory Nutt2014-07-281-13/+12
* NxWidgets::CNxString: Add a getAllocSize() method to make it easier to conver...Gregory Nutt2014-07-241-4/+16
* Make CTabPanel raise action event when tab is changed. Also add a function f...Gregory Nutt2014-07-221-1/+3
* 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-172-0/+4
* NxWidgets::CGlyphSliderHorizontal: No longer uses a hard-coded slider height;...Gregory Nutt2014-07-172-5/+8
* Misc changes related to MediaPlayer. Nothing really significantGregory Nutt2014-07-161-3/+18
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-164-7/+7
* Use cstdint, etc. vs stdint.h, etc.Gregory Nutt2014-07-162-4/+4
* NxWM::CMediaPlayer: Convert CLabel to a CListBoxGregory Nutt2014-07-163-2/+14
* NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased ...Gregory Nutt2014-07-167-45/+48
* 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-152-5/+5
* NxMW::CMediaPlayer now supports a pause buttonGregory Nutt2014-07-151-1/+1
* NxWidgets::CStickyImage: New image classGregory Nutt2014-07-152-2/+213
* NxWidget::CImage: Now supports helper methods to align images in the widget r...Gregory Nutt2014-07-141-0/+66
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-081-1/+1
* Fix typo RBG -> RGB in several macrosGregory Nutt2014-05-121-12/+12
* More trailing whilespace removalGregory Nutt2014-04-1363-1272/+1272
* NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled th...Gregory Nutt2013-12-301-5/+5
* Add nx_start() to simplify starting the NX server from within the RTOSGregory Nutt2013-12-291-1/+1
* Move rgbcolors.h to include/nuttx/videoGregory Nutt2013-12-102-2/+2
* Add a 320x320 NuttX logo imageGregory Nutt2013-10-152-131/+138
* Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbarGregory Nutt2013-10-151-2/+2
* NxWidgets::CScaledImage: New class that wraps any class that provides IBitMap...Gregory Nutt2013-10-154-9/+219
* NxWM::CCalibration: Add an option to provide some instructions in the center...Gregory Nutt2013-10-142-8/+8
* Add NxWdigets::CGlyphSliderHorizontal and associated grip widgets. From Ken ...Gregory Nutt2013-05-152-0/+542
* Fixes to strchr, mkfats, and NxWidgets from Petteri AimonenGregory Nutt2013-04-224-28/+43
* NxWidgets/NxWM updates from Petteri Aimonen (Patches 0007-0013)patacongo2013-02-282-20/+59
* Several patches from Petteri Aimonenpatacongo2013-02-082-1/+8
* NxWidgets updates from Petteri Aimonen; buildroot GDB build fix from Ken Bann...patacongo2013-02-013-4/+113
* Patches from Petteri Aimonen (plus a few other things)patacongo2012-12-212-1/+36
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-071-1/+1
* Patches 7-9 from Petteri Aimonenpatacongo2012-11-172-42/+29
* Fixes for CCycleButton unit test; Add CNumericEdit. Both from Petteri Aimonenpatacongo2012-11-162-6/+219
* Hook in NxWidgets configuration logic; Add a untested ADS7843E touchscreen su...patacongo2012-09-251-6/+6
* Add more LCD-related Kconfig logic; Create a Kconfig file for NxWidgetspatacongo2012-09-251-1/+1
* Hack for font background when we cannot read from the LCD; Candidate fix for ...patacongo2012-05-221-0/+30
* Add an NxWM console/keyboard thread and eliminate all issues with NxConsole w...patacongo2012-05-201-1/+1
* NxWM::CNxConsole and NXWidgets::CCallback can now redirect keyboard input to ...patacongo2012-05-207-2/+144
* NxWM: Add a missing part of the message blocking logicpatacongo2012-05-194-10/+13
* Final refactoring and implementation of delayed window deletion logic. Works...patacongo2012-05-187-0/+59
* Implement an NX interface to block flush message queues in multi-user mode. ...patacongo2012-05-174-27/+87
* NxWM: Add IApplicationFactory so that we can create multiple instances of ap...patacongo2012-05-161-1/+1
* NXWidgets::CNxTkWindow must subtract the height of the toolbar (if any) when ...patacongo2012-05-151-9/+11
* NxWidgets: New pre-release event. Action now raised on pre-release. NxWM: Use...patacongo2012-05-156-10/+48
* Disabled NXTK autoraise; it does not work properly in multi-user mode due to ...patacongo2012-05-132-49/+49
* NXWidgets::CImage needs to catch mouse/touchscreen events; All touchscreen dr...patacongo2012-05-131-4/+28
* NxWM: Fix detection of touch events in the tool bar; Start window should not ...patacongo2012-05-132-3/+19