Commit Graph

361 Commits

Author SHA1 Message Date
Petteri Aimonen
a910c967ba Add task name to NxWidgets::CNxServer and NxWM:CTouchScreen 2016-09-22 12:07:26 -06:00
Petteri Aimonen
2bc22450d2 libnxwidgets: Allow NxWidgets::CListDataItems subclasses access to text and value 2016-09-22 12:06:23 -06:00
Petteri Aimonen
3437a00fab libnxwidgets: Fix coordinate handling in NxWidgets::CMultiLineTextBox. Related to 'Thu Feb 21 16:47:01 2013 Fix text placement in CMultiLineTextbox.' There was a few similar bugs remaining in calculating of rows to show and in clearing the background. 2016-09-22 11:56:59 -06:00
Petteri Aimonen
334122ac8d libnxwidgets: Avoid unnecessary redraw in NxWidgets::CListBox. The ListData will raise an event that will cause a redraw anyway. Redrawing in click() caused double redraws. 2016-09-22 11:52:52 -06:00
Petteri Aimonen
5ea0785c16 libnxwidgets: Fix default text colors in NxWidgets::CListBox 2016-09-22 11:50:03 -06:00
Petteri Aimonen
c450feed48 libnxwdigets: Fix memory leak in CNxWindow and make behaviour match CNxTkWindow. 2016-09-22 11:47:49 -06:00
Petteri Aimonen
cb3dc4d544 NxWidgets: Fix CListBox crash when clicked below the last item 2016-09-22 11:17:37 -06:00
Gregory Nutt
8f305416ed NxWM needs the path to the apps/include directory 2016-07-28 12:05:38 -06:00
Gregory Nutt
2a8bca7619 Fix date of 1.17 release. 2016-07-25 07:30:04 -06:00
Gregory Nutt
04d04d6fbd Prep for 1.17 release 2016-07-25 07:23:26 -06:00
Gregory Nutt
f2bd4a0ba7 Update ChangeLog and README 2016-07-24 14:07:30 -06:00
Gregory Nutt
9dc1886f21 Backout last change for last apps/include path. Oddly, it is neither necesary nor correct. 2016-07-22 16:26:35 -06:00
Gregory Nutt
3a7469b2b9 libnxwidges and nwxm Makefiles should include paths to apps/include 2016-07-22 11:10:07 -06:00
Gregory Nutt
4ffdfac6a2 Fix more paths to apps/include header files 2016-07-21 15:42:13 -06:00
Gregory Nutt
49cbf69c91 Fix include path to nshlib.h 2016-07-21 15:38:52 -06:00
Gregory Nutt
b5cb8a2453 Update ChangeLog 2016-07-04 09:56:52 -06:00
Gregory Nutt
5c88a33fea apps/include/nsh.h moved to apps/include/nshlib/nshlib.h 2016-07-01 07:00:06 -06:00
Gregory Nutt
07e1ff3aca Changes for movement of header files from apps/system to apps/include/system 2016-07-01 06:50:38 -06:00
Gregory Nutt
4ab219e3c5 Unittests: All Makefiles must include a (dummy) preconfig target to be compatible with recent changes to the apps/ configuration system 2016-06-29 10:39:40 -06:00
Gregory Nutt
c7baec7430 Update ChangeLog 2016-06-17 18:13:55 -06:00
Gregory Nutt
f5febf7ff2 Replace info() with _info() 2016-06-16 12:01:43 -06:00
Gregory Nutt
837d5044e9 Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-14 18:29:34 -06:00
Gregory Nutt
1a48f82d6b Fix some warnings 2016-06-13 12:06:59 -06:00
Gregory Nutt
b739d60ff6 Change names of *dbg() * *err() 2016-06-11 15:54:33 -06:00
Gregory Nutt
e1b19736bd Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:16:01 -06:00
Gregory Nutt
a5e7009008 Replace all occurrences of vdbg with vinfo 2016-06-11 11:55:17 -06:00
Gregory Nutt
ab936de4fc Update ChangeLog 2016-06-05 14:46:25 -06:00
Gregory Nutt
0e5c3ecd0f Back conditional logic out of UnitTest Make.defs file. It should not be there. 2016-06-05 14:31:51 -06:00
Gregory Nutt
b99f42ace6 Eliminate some warnings 2016-06-05 11:57:52 -06:00
Gregory Nutt
ad952adb76 Prep for 1.16 release 2016-06-01 10:54:06 -06:00
Gregory Nutt
0ccaac3959 UnitTests: Handle the unusual case where 'make clean' is executed with no .config or Make.defs file 2016-05-10 15:36:50 -06:00
Gregory Nutt
bc069b3b41 UnitTests directories need Make.defs files in order to build with the current apps/ Makefile 2016-04-23 08:06:25 -06:00
Gregory Nutt
d7226cc6ba VNC: Finish initializing the VNC server once we have the NX handle 2016-04-22 13:39:12 -06:00
Gregory Nutt
909b081113 Add configuration option to select greyscale image 2016-04-22 08:56:01 -06:00
Gregory Nutt
c436fbab0d Update ChangeLog 2016-04-14 16:22:17 -06:00
Gregory Nutt
d6a76e798f Framebuffer driver: Add a display number to each interface in order to support multiple displays 2016-04-14 12:24:04 -06:00
Gregory Nutt
7f1ddaedc5 Fixed some very minor spacing issues 2015-11-24 23:00:03 +00:00
Gregory Nutt
f8507e7e42 Minor updates to README 2015-11-17 10:10:18 -06:00
Gregory Nutt
527385da42 Update Doxygen PROJECT_NUMBER; Fix name CScaledImage->CScaledBitmap 2015-11-17 08:26:17 -06:00
Gregory Nutt
c04d72b749 Kconfig: Put options in a menu 2015-08-12 08:33:42 -06:00
Gregory Nutt
f805f673a0 Update some URLs due to movement of the Documentation repository 2015-06-29 11:25:15 -06:00
Gregory Nutt
07d9b92d76 Add top-level .gitignore 2015-06-28 09:59:40 -06:00
Gregory Nutt
81f76a5088 Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:16:27 -06:00
Gregory Nutt
5a6fc783f5 This cleans up most of the remaining SourceForge references 2015-06-26 18:13:20 -06:00
Gregory Nutt
564a0f6b90 Update ChangeLogs 2015-04-16 09:36:10 -06:00
Gregory Nutt
d2d5d42a7e Reference to MAX_RAND should be RAND_MAX 2015-04-16 09:34:13 -06:00
Gregory Nutt
0bf5e9378d Update ChangeLogs 2015-04-16 09:11:49 -06:00
Gregory Nutt
b76ec96bfb Correct use of the BOARDIOC_GRAPHICS_SETUP boardctl() call 2015-04-16 09:11:49 -06:00
Gregory Nutt
90d0300d46 When boardctl() fails, need to print errno not the returned value which will always be -1. 2015-04-16 09:11:48 -06:00
Gregory Nutt
e69e6e445e Prep for 7.9 release 2015-04-14 14:17:55 -06:00