4982c61d60cwUi.h/cpp : Added single element creation functions which take there values from the system rather than setting them from their default value.
kevin.larke
2020-05-18 11:03:42 -0400
c4b0b0dba3cwEuCon.cpp : Send state changes back to FDR.
kevin.larke
2020-05-17 06:49:03 -0400
222e058579cwUi : Added widget type "numb_disp".
kevin
2020-05-15 11:59:39 -0400
01a9b7605acwNumericConvert.h : min range limit in numeric_convert() changed from double.min() to 0. See note in source.
kevin.larke
2020-04-28 16:38:43 -0400
aa7f945299cwUi.h : _createEle() the parent id is set to the first ancestor which has a valid appId.
kevin.larke
2020-04-28 16:37:36 -0400
99af70eb37cwUiTest.cpp : Added more extensive example of resource based UI creation. Created 'value' UI element attribute.
kevin.larke
2020-04-28 08:42:16 -0400
a324184c7acwUi.cpp : Added 'div' aliases 'panel','row,'col' and assoc'd relaxed parent searching in _createEle().
kevin.larke
2020-04-28 08:40:53 -0400
f121997d53cwUi.cpp,ui.js,ui.css,ui.cfg : Added row,col,panel div aliases.
kevin.larke
2020-04-27 12:31:10 -0400
e2f1d9915fcwUi.h,cpp,cwUiTest.cpp : Added appIdMap[] as arg. to constructor.
kevin.larke
2020-04-27 08:14:26 -0400
a260c3626ccwUi.cpp : Eliminated use of 'initFl' and changed _findOrCreateElement() to allow certain matching parent/name pairs.
kevin.larke
2020-04-26 17:27:29 -0400
87455db469cwUI.h/cpp : Added session id tracking and 'idle' message generation.
kevin.larke
2020-04-26 09:19:19 -0400
0fc0dcf1becwUiTest.cpp : Changed connect/disconnect info message.
kevin.larke
2020-04-24 16:37:15 -0400
460e7d0048cwUi.cpp : Added ui_t.initFl to prevent application id's from being re-registered when new websocket sessions are started.
kevin.larke
2020-04-24 16:35:45 -0400
ebfe4dd224cwUI.h/cpp,cwUiTest.cpp,html/uiTest/ui.js : Implemented 'echo' protocol to send values to the browser. Implemented initial default HTML class attribute assignments.
kevin.larke
2020-04-24 10:20:25 -0400
9288040004cwUi.cpp : check for null ele_t.eleName wherever eleName is accessed.
kevin.larke
2020-04-23 13:53:30 -0400
ffe367ed38Merge branch 'master' of gitea.larke.org:klarke/libcw
kevin.larke
2020-04-21 17:56:46 -0400
03d24fbbdccwTime.h/cpp,cwDnsSd.cpp,cwMdns.cpp : Changed cwTime interface to use all references rather than pointers as arguments.
kevin.larke
2020-04-17 11:16:21 -0400
7fad3df667cwLog.cpp : flush() output in defaultOutput().
kevin.larke
2020-04-16 20:09:13 -0400
6670a961becwObject.h : Fixed bug where type CString was confused for type String. Added comments, and error messages.
kevin.larke
2020-04-09 21:06:06 -0400
a27293c26fcwAudioDeviceAlsa.cpp : Removed pre-proc guards around SNDPCM_PRIVATE1
kevin
2020-04-08 20:23:38 -0400
86c641c4abMinor changes for Raspberry Pi Build.
kevin
2020-04-04 20:53:20 +0000
c266475c99cwEuCon.cpp : Fixed bug where multiple handshake-0's could be sent.
kevin.larke
2020-04-04 09:28:32 -0400
3a840015cfcwEuCon.h/cpp : Allow the Fader service port to be set from the program arguments (even though it should be read from DNS-SD).
kevin.larke
2020-04-03 17:42:07 -0400