patacongo
|
074a88c409
|
NxWM::CNxConsole when NSH window is closed by touching toolbar icon, need to suppress certain activities performed by the on_exit() handler
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4739 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-15 01:20:34 +00:00 |
|
patacongo
|
3c23ea4f5e
|
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
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4738 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-15 00:45:14 +00:00 |
|
patacongo
|
a23a99c97c
|
Improved thresholding logic in the STMPE11 driver; NxWM: Oops minimizing wrong application
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4737 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-14 21:57:38 +00:00 |
|
patacongo
|
fc935338e8
|
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
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4736 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-14 20:46:47 +00:00 |
|
patacongo
|
92d74816c0
|
Disabled NXTK autoraise; it does not work properly in multi-user mode due to queue mouse/touchscreen input
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4732 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-13 23:40:23 +00:00 |
|
patacongo
|
6a983e670d
|
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.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4731 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-13 18:28:43 +00:00 |
|
patacongo
|
ad3d507223
|
NxWM: Fix detection of touch events in the tool bar; Start window should not have a stop icon
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4729 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-13 14:36:59 +00:00 |
|
patacongo
|
4b352d5052
|
NxWM: Fix double deletion of class
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4727 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-12 21:12:56 +00:00 |
|
patacongo
|
eb31d305a1
|
NxWM: Correct the calculation of the physical dispaly size
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4726 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-12 16:59:57 +00:00 |
|
patacongo
|
6e07395780
|
Add NxWM::CWindowControl; task bar and start window icons now functional
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4725 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-12 13:50:21 +00:00 |
|
patacongo
|
5e475e79d5
|
Fix a few STMPE11 touchscreen and NxWM touchscreen calibration bugs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4723 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-11 22:07:06 +00:00 |
|
patacongo
|
469ad81ecc
|
SMTPE11 and NxWM touchscreen fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4722 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-11 18:27:46 +00:00 |
|
patacongo
|
c9896fa33d
|
NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen initialization interfaces for all boards
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4721 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-11 00:05:25 +00:00 |
|
patacongo
|
7b7620dfd1
|
NX trapezoid fixes; Various NxWM fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4720 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-10 16:25:56 +00:00 |
|
patacongo
|
b52606e569
|
More NxWM touchscreen fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4719 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-10 01:35:23 +00:00 |
|
patacongo
|
c5e96122d1
|
Adding beginning of NxWM touchscreen support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4718 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-09 22:30:19 +00:00 |
|
patacongo
|
5804c3ce77
|
NxWidgets: Remove modal loops, Add CWindowEventHandler*. NxWM: Add support for full screen applications
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4716 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-09 19:31:48 +00:00 |
|
patacongo
|
fb682a72fb
|
Most fixes to get NxWM working on the STM3240G-EVAL
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4710 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-07 18:19:17 +00:00 |
|
patacongo
|
3f530a5bb5
|
Updated NxWM widgets, several NX, NxWidgets, and NxWM bug fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4699 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-04 20:48:52 +00:00 |
|
patacongo
|
ad5146fbef
|
Update NxWM colors; remove NxWidgets shelving
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4698 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-04 02:56:02 +00:00 |
|
patacongo
|
f1a16490fc
|
NxWM: Cleaned up a couple of icon images
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4697 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-04 00:55:52 +00:00 |
|
patacongo
|
6a69813e35
|
Fix an NxWidgets bug; Update NxWM (it kind of works now)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4693 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-03 22:31:48 +00:00 |
|
patacongo
|
48e54a14ae
|
Upated NxWM comments
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4692 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-03 19:46:37 +00:00 |
|
patacongo
|
953e890837
|
Minor task bar fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4691 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-03 13:29:07 +00:00 |
|
patacongo
|
25ffe5946c
|
NxWM updates (with some NX and NxWidget fixes too)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4689 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-02 22:03:05 +00:00 |
|
patacongo
|
0f2440d891
|
NxWM initial displays come up okay
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4687 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-02 14:38:54 +00:00 |
|
patacongo
|
c1d00502a9
|
NxWM update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4686 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-02 00:10:18 +00:00 |
|
patacongo
|
97c1ad879f
|
Missed Calypso file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4685 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-01 23:31:47 +00:00 |
|
patacongo
|
830ff28489
|
NxWM update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4683 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-01 22:31:26 +00:00 |
|
patacongo
|
0bab68e8a5
|
More NxWM support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4682 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-01 20:36:19 +00:00 |
|
patacongo
|
d4f2f57522
|
Add beginning of NxWM NxConsole application
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4681 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-01 14:52:54 +00:00 |
|
patacongo
|
289f0a16fe
|
More NX window manager updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4679 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-30 22:51:34 +00:00 |
|
patacongo
|
a880cf6286
|
Completes first cut at task bar
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4678 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-30 20:38:44 +00:00 |
|
patacongo
|
b4e9aa7fbf
|
NxWM update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4677 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-30 01:21:26 +00:00 |
|
patacongo
|
ff3967512e
|
NxWM update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4676 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-29 22:10:52 +00:00 |
|
patacongo
|
2788274ea6
|
NxWM update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4675 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-29 19:18:24 +00:00 |
|
patacongo
|
598cf20658
|
More images of NxWM
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4674 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-29 17:30:37 +00:00 |
|
patacongo
|
1678a29ea0
|
More images of NxWM
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4673 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-29 17:09:57 +00:00 |
|
patacongo
|
61b7b9f52a
|
more NxWM stuff
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4672 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-29 16:57:06 +00:00 |
|
patacongo
|
34dc6f0e2e
|
Fix STM32 USART4/5 vs UART4/5 confusion
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4671 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-29 14:34:56 +00:00 |
|
patacongo
|
f566d87e5b
|
More NX window manager pieces
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4670 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-28 22:46:36 +00:00 |
|
patacongo
|
beb26c7316
|
A few pieces of what may become an NX window manager
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4669 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-28 17:36:53 +00:00 |
|