Commit Graph

382 Commits

Author SHA1 Message Date
Gregory Nutt
5877d74089 Remove unused CONFIG_NXWIDGETS_EXTERNINIT configuration variable. 2017-10-15 08:04:17 -06:00
Gregory Nutt
f4298e0aa8 Remove all support for single user mode. 2017-10-14 10:13:34 -06:00
Sakari Kapanen
64898d7a48 NxWidgets: fix work_s initialization in cwindowmessenger.hxx 2017-09-24 06:20:45 -06:00
Gregory Nutt
f1dea7a1c3 Prototype of nsh_telnetstart() has changed. 2017-07-05 13:00:10 -06:00
Gregory Nutt
438bda042a Unitests/nxwm: Change includes because up_cxxinitialize() is now prototypes in apps/include/platfor/cxxinitialize.h 2017-05-13 18:11:42 -06:00
Gregory Nutt
9a89d0eb9e strcasecmp, strncasecmp, bzero, bcmp, and bcopy should be defined in strings.h, not string.h. bzero, bcmp, and bcopy are legacy functions; the contemporary counterparts should be used instead. 2017-02-16 15:59:54 -06:00
Gregory Nutt
eb93aff49b Update ChangeLog 2017-01-09 14:09:31 -06:00
Gregory Nutt
16ad6dff26 NX server: Correct message queue names. Should not be at /dev, but rather relative to /var/mqueue. 2017-01-08 09:14:39 -06:00
Gregory Nutt
b8f53f6d04 Update ReleaseNotes in prep for 1.18 release. 2016-12-26 12:45:10 -06:00
Gregory Nutt
a695a6fa07 Prep for 1.18 release 2016-12-25 14:29:29 -06:00
Gregory Nutt
f5d65bd2d7 Update ChangeLog 2016-12-11 11:00:00 -06:00
Gregory Nutt
275a9281b1 Update comment 2016-12-06 15:32:14 -06:00
Gregory Nutt
62d15ba6fb CNxServer: Can't use printf in this context. 2016-12-01 18:59:18 -06:00
Gregory Nutt
15ee00996a Resotre an #endif that was accidentally removed in the last commit. 2016-12-01 18:20:56 -06:00
Gregory Nutt
7e7b6a5e4c CNxServer: Remove NX server task. Instead, call nx_start (indirectly via boardctl(BOARDIOC_NX_START) to start the NX server as a kernel thread. 2016-12-01 17:07:25 -06:00
Gregory Nutt
c5f8817904 Update ChangeLog 2016-10-08 08:13:03 -06:00
Gregory Nutt
861f935a70 Fix a typo in the last commit 2016-10-06 10:52:43 -06:00
Gregory Nutt
98855649c2 Can't use prctl is CONFIG_TASK_NAME_SIZE==0 2016-10-06 10:40:15 -06:00
Gregory Nutt
1a71720006 Remove use of nullptr. That is a C++11-ism that is not supported by many toolchains. 2016-10-06 10:22:07 -06:00
Petteri Aimonen
37ef33883b libnxwidgets: Allow setting line spacing in NxWidgets::CMultiLineTextBox. 2016-09-22 12:14:52 -06:00
Petteri Aimonen
9a85276218 libnxwidgets: In NxWidgets::CText, allow setting negative line spacing. This is useful to have text take up less space, as quite many fonts have large line spacings built-in. 2016-09-22 12:11:32 -06:00
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