summaryrefslogtreecommitdiff
path: root/NxWidgets
Commit message (Expand)AuthorAgeFilesLines
* Prep for release 6.24nuttx-6.24patacongo2012-12-202-5/+39
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-074-11/+47
* Several changes (mostly graphics related) from Petteri Aimonenpatacongo2012-11-233-4/+11
* Add common Toolchain.defs for AVR/AVR32; Add Toolchain.defs for ARM; Add more...patacongo2012-11-231-1/+0
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-2020-60/+60
* Finishes all Makefile file changes for Windows native cleanpatacongo2012-11-1720-311/+331
* Patches 7-9 from Petteri Aimonenpatacongo2012-11-176-262/+84
* Patches 4-6 from Petteri Aimonenpatacongo2012-11-162-4/+12
* Fixes for CCycleButton unit test; Add CNumericEdit. Both from Petteri Aimonenpatacongo2012-11-166-8/+488
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-1520-20/+20
* Centralized the definition of the INCDIR script in tools/Config.mkpatacongo2012-11-1320-44/+6
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-1120-60/+20
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-099-13/+276
* Several bugfixes contributed by Petteri Aimonenpatacongo2012-10-206-8/+20
* Prep for NxWidgets 1.3 releasepatacongo2012-09-292-1/+18
* Turn off LCD reading on Shenzhou board (needs some TLC before it will be usable)patacongo2012-09-282-2/+11
* Fixes mostly related to touchscreen on Shenzhou board (still does not work)patacongo2012-09-272-2/+2
* Fixes for clean compilation of NxWidgets/NxWM with Kconfig and changes to bui...patacongo2012-09-263-0/+18
* Hook in NxWidgets configuration logic; Add a untested ADS7843E touchscreen su...patacongo2012-09-253-15/+27
* Add more LCD-related Kconfig logic; Create a Kconfig file for NxWidgetspatacongo2012-09-254-7/+579
* Resync new repository with old repo r5166patacongo2012-09-1719-22/+44
* Missed one file in last checking; Gran allocator alignment decoupled from gra...patacongo2012-09-141-19/+19
* Update all unit tests to conform to recent naming convention changes in NuttXpatacongo2012-09-1453-484/+308
* Email address change in misc/patacongo2012-09-131-2/+2
* Prep for 6.19 releasenuttx-6.19patacongo2012-06-152-4/+35
* Fix error in NxWM makefile that creapt in with recent check-inspatacongo2012-05-302-1/+4
* Various improvements to NxWM hex calculator displaypatacongo2012-05-234-5/+69
* Fix 'make export' target for NxWMpatacongo2012-05-232-3/+42
* Update STM3240G-EVAL defconfig to support NxConsole keyboard input; increase ...patacongo2012-05-233-8/+23
* Hack for font background when we cannot read from the LCD; Candidate fix for ...patacongo2012-05-224-1/+70
* Add some minimal support for precedence of operationspatacongo2012-05-222-64/+176
* CHexCalculator fixes + back out change to CNxtkWindowpatacongo2012-05-224-18/+22
* Add a hex calculator example to NxWMpatacongo2012-05-2213-9/+1478
* Some debug garbage was left in the filespatacongo2012-05-212-7/+2
* Add a timeout to the STMPE11 touchscreen driver to catch missing pen up eventspatacongo2012-05-211-3/+9
* Fix NxWM bug: old window being minimized when new window openpatacongo2012-05-214-14/+22
* Updat NxWidgets TODO listpatacongo2012-05-201-2/+2
* Add an NxWM console/keyboard thread and eliminate all issues with NxConsole w...patacongo2012-05-2011-18/+529
* NxWM::CNxConsole and NXWidgets::CCallback can now redirect keyboard input to ...patacongo2012-05-2014-23/+251
* Prep for 6.18 releasenuttx-6.18patacongo2012-05-197-22/+145
* NxWM unit test now appears bug free (other than some NxConsole-related issues).patacongo2012-05-1913-55/+54
* NxWM: Add a missing part of the message blocking logicpatacongo2012-05-1917-69/+102
* Final refactoring and implementation of delayed window deletion logic. Works...patacongo2012-05-1829-224/+602
* Implement an NX interface to block flush message queues in multi-user mode. ...patacongo2012-05-176-78/+187
* Fix a C++ link issue: If constant strings used only in constructor, the don't...patacongo2012-05-174-11/+28
* NxWM: Add IApplicationFactory so that we can create multiple instances of ap...patacongo2012-05-1642-225/+904
* NXWidgets::CNxTkWindow must subtract the height of the toolbar (if any) when ...patacongo2012-05-155-26/+85
* NxWidgets: New pre-release event. Action now raised on pre-release. NxWM: Use...patacongo2012-05-1520-42/+133
* NxWM::CNxConsole when NSH window is closed by touching toolbar icon, need to ...patacongo2012-05-151-8/+26
* Fix several compiler errors that occur when CONFIG_SCHED_ONEXIT is enabled; o...patacongo2012-05-154-37/+105