summaryrefslogtreecommitdiffstats
path: root/NxWidgets
AgeCommit message (Expand)AuthorFilesLines
2012-12-21Patches from Petteri Aimonen (plus a few other things)patacongo27-95/+463
2012-12-20Prep for release 6.24patacongo2-5/+39
2012-12-07Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo4-11/+47
2012-11-23Several changes (mostly graphics related) from Petteri Aimonenpatacongo3-4/+11
2012-11-23Add common Toolchain.defs for AVR/AVR32; Add Toolchain.defs for ARM; Add more...patacongo1-1/+0
2012-11-20Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo20-60/+60
2012-11-17Finishes all Makefile file changes for Windows native cleanpatacongo20-311/+331
2012-11-17Patches 7-9 from Petteri Aimonenpatacongo6-262/+84
2012-11-16Patches 4-6 from Petteri Aimonenpatacongo2-4/+12
2012-11-16Fixes for CCycleButton unit test; Add CNumericEdit. Both from Petteri Aimonenpatacongo6-8/+488
2012-11-15Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo20-20/+20
2012-11-13Centralized the definition of the INCDIR script in tools/Config.mkpatacongo20-44/+6
2012-11-11Partial change: Removing bash ARCHIVE looppatacongo20-60/+20
2012-11-09Several patches from Petteri Aimonen (mostly NxWidgets)patacongo9-13/+276
2012-10-20Several bugfixes contributed by Petteri Aimonenpatacongo6-8/+20
2012-09-29Prep for NxWidgets 1.3 releasepatacongo2-1/+18
2012-09-28Turn off LCD reading on Shenzhou board (needs some TLC before it will be usable)patacongo2-2/+11
2012-09-27Fixes mostly related to touchscreen on Shenzhou board (still does not work)patacongo2-2/+2
2012-09-26Fixes for clean compilation of NxWidgets/NxWM with Kconfig and changes to bui...patacongo3-0/+18
2012-09-25Hook in NxWidgets configuration logic; Add a untested ADS7843E touchscreen su...patacongo3-15/+27
2012-09-25Add more LCD-related Kconfig logic; Create a Kconfig file for NxWidgetspatacongo4-7/+579
2012-09-17Resync new repository with old repo r5166patacongo19-22/+44
2012-09-14Missed one file in last checking; Gran allocator alignment decoupled from gra...patacongo1-19/+19
2012-09-14Update all unit tests to conform to recent naming convention changes in NuttXpatacongo53-484/+308
2012-09-13Email address change in misc/patacongo1-2/+2
2012-06-15Prep for 6.19 releasepatacongo2-4/+35
2012-05-30Fix error in NxWM makefile that creapt in with recent check-inspatacongo2-1/+4
2012-05-23Various improvements to NxWM hex calculator displaypatacongo4-5/+69
2012-05-23Fix 'make export' target for NxWMpatacongo2-3/+42
2012-05-23Update STM3240G-EVAL defconfig to support NxConsole keyboard input; increase ...patacongo3-8/+23
2012-05-22Hack for font background when we cannot read from the LCD; Candidate fix for ...patacongo4-1/+70
2012-05-22Add some minimal support for precedence of operationspatacongo2-64/+176
2012-05-22CHexCalculator fixes + back out change to CNxtkWindowpatacongo4-18/+22
2012-05-22Add a hex calculator example to NxWMpatacongo13-9/+1478
2012-05-21Some debug garbage was left in the filespatacongo2-7/+2
2012-05-21Add a timeout to the STMPE11 touchscreen driver to catch missing pen up eventspatacongo1-3/+9
2012-05-21Fix NxWM bug: old window being minimized when new window openpatacongo4-14/+22
2012-05-20Updat NxWidgets TODO listpatacongo1-2/+2
2012-05-20Add an NxWM console/keyboard thread and eliminate all issues with NxConsole w...patacongo11-18/+529
2012-05-20NxWM::CNxConsole and NXWidgets::CCallback can now redirect keyboard input to ...patacongo14-23/+251
2012-05-19Prep for 6.18 releasepatacongo7-22/+145
2012-05-19NxWM unit test now appears bug free (other than some NxConsole-related issues).patacongo13-55/+54
2012-05-19NxWM: Add a missing part of the message blocking logicpatacongo17-69/+102
2012-05-18Final refactoring and implementation of delayed window deletion logic. Works...patacongo29-224/+602
2012-05-17Implement an NX interface to block flush message queues in multi-user mode. ...patacongo6-78/+187
2012-05-17Fix a C++ link issue: If constant strings used only in constructor, the don't...patacongo4-11/+28
2012-05-16NxWM: Add IApplicationFactory so that we can create multiple instances of ap...patacongo42-225/+904
2012-05-15NXWidgets::CNxTkWindow must subtract the height of the toolbar (if any) when ...patacongo5-26/+85
2012-05-15NxWidgets: New pre-release event. Action now raised on pre-release. NxWM: Use...patacongo20-42/+133
2012-05-15NxWM::CNxConsole when NSH window is closed by touching toolbar icon, need to ...patacongo1-8/+26