577 Commits (4bba15ad8191e09bf02c89e8b99fda015eecd57b)
 

Author SHA1 Message Date
patacongo 4bba15ad81 SSD1289 fixes 13 years ago
patacongo fbfbb294a4 STM32 OTG FS device: Don't process TXFE^Cf we have already processed an XFRC interrupt. 13 years ago
patacongo 516a0a7adb Add support for the USB trace cability in NSH when a USB console is used 13 years ago
patacongo 7b37a5a7ba remove a warning 13 years ago
patacongo 18c23f126b Now have to press enter 3 times to start with USB NSH console 13 years ago
patacongo 983e72ea39 Fix packet size calculation in CDC/ACM and PL2303 USB serial drivers 13 years ago
patacongo e7f5bd322f Fix conditional compilation in STM32 quadrature encoder 13 years ago
patacongo e856796371 Add STM32F4Discovery support for an SSD1289-based LCD 13 years ago
patacongo 5315932882 Add generic SSD1289 LCD driver 13 years ago
patacongo 8fc98459c3 Various improvements to NxWM hex calculator display 13 years ago
patacongo c04179e7e1 Fix 'make export' target for NxWM 13 years ago
patacongo 55c75c6ba0 Update STM3240G-EVAL defconfig to support NxConsole keyboard input; increase spacing of icons on the start window 13 years ago
patacongo 78b4887985 NFS update 13 years ago
patacongo 6563cc60d3 Hack for font background when we cannot read from the LCD; Candidate fix for ILI9325 LCD 13 years ago
patacongo a9e6502435 Add some minimal support for precedence of operations 13 years ago
patacongo 4181f651d3 CHexCalculator fixes + back out change to CNxtkWindow 13 years ago
patacongo d169e445ac Add a hex calculator example to NxWM 13 years ago
patacongo 30453f3624 Some debug garbage was left in the files 13 years ago
patacongo 702c78383e Add a timeout to the STMPE11 touchscreen driver to catch missing pen up events 13 years ago
patacongo 9800ec2ea8 Fix NxWM bug: old window being minimized when new window open 13 years ago
patacongo 04a2eae3fd Updat NxWidgets TODO list 13 years ago
patacongo 602575e7c9 Add an NxWM console/keyboard thread and eliminate all issues with NxConsole window serial input 13 years ago
patacongo 3a6013aae5 NxWM::CNxConsole and NXWidgets::CCallback can now redirect keyboard input to the NxConsole driver 13 years ago
patacongo 15730ec0d5 Add NX kbd input support to NxConsole 13 years ago
patacongo 1c59d3c765 This should have been part of the 6.18 release but was lost somehow 13 years ago
patacongo 232ce4e980 Prep for 6.18 release 13 years ago
patacongo ba5e400fb3 NxWM unit test now appears bug free (other than some NxConsole-related issues). 13 years ago
patacongo fc95a731d0 NFS update 13 years ago
patacongo dd202a4aa7 NxWM: Add a missing part of the message blocking logic 13 years ago
patacongo 2acf00c2cd Final refactoring and implementation of delayed window deletion logic. Works worse now, but the changes are important and need to be checked in now 13 years ago
patacongo ae3a9e76b5 NFS update 13 years ago
patacongo 3d0f071c60 Implement an NX interface to block flush message queues in multi-user mode. This is necessary to prevent stale window handles when a window is closed 13 years ago
patacongo 7c97dbdf44 Re-factor NX messaging logic in preparation for a new message control feature 13 years ago
patacongo 19e5ee4c81 Fix a C++ link issue: If constant strings used only in constructor, the don't get linked into the final executable 13 years ago
patacongo b231fb795e NxWM: Add IApplicationFactory so that we can create multiple instances of applications; And, as a result of that, re-vamp entire threading model. this is now buggier than it was before 13 years ago
patacongo d21b932f5e NXWidgets::CNxTkWindow must subtract the height of the toolbar (if any) when reporting the size of the window 13 years ago
patacongo f81489f95e NxWidgets: New pre-release event. Action now raised on pre-release. NxWM: Use action event to process icon touches; Fix initialization of image highlighted state. 13 years ago
patacongo 2a7d40522f NxWM::CNxConsole when NSH window is closed by touching toolbar icon, need to suppress certain activities performed by the on_exit() handler 13 years ago
patacongo 519ab1856f Fix several compiler errors that occur when CONFIG_SCHED_ONEXIT is enabled; on_exit is now used in NxWM::NxConsole to close the window with the NSH session exits 13 years ago
patacongo 383e7a0c97 Improved thresholding logic in the STMPE11 driver; NxWM: Oops minimizing wrong application 13 years ago
patacongo db2bfa3e69 NxWM: Calibration is now done on a separate thread; Change mechanism for reporting calibration data; add method to determine if the application is full-screen 13 years ago
patacongo 5baa9ac0f9 Update of NSH nfsmount command 13 years ago
patacongo 0aaa3c8baf Add task switching instrumentation for missing case. Contributed by Petri Tanskanen. 13 years ago
patacongo 47125132ad Calypso update from Denis Carkiki. Adds UWire driver and support for external memory in NuttX heap 13 years ago
patacongo 4952b2dddf Disabled NXTK autoraise; it does not work properly in multi-user mode due to queue mouse/touchscreen input 13 years ago
patacongo 892014e097 NXWidgets::CImage needs to catch mouse/touchscreen events; All touchscreen drivers need to report the last valid X/Y data when the screen is untouched. 13 years ago
patacongo c4c802e7b3 Add Calypso-related fixes 13 years ago
patacongo 851773fdae NxWM: Fix detection of touch events in the tool bar; Start window should not have a stop icon 13 years ago
patacongo 6798ffe9be Fix a critical NXTK bug related to mouse/touchscreen positions within framed windows 13 years ago
patacongo e16fc112d8 NxWM: Fix double deletion of class 13 years ago