For now, use jsnlog-DEV.js
[mkws-moved-to-github.git] / src / mkws-widget.js
2014-11-20 Mike TaylorRemove widget.log -- all invocation have now been speci...
2014-11-20 Mike TaylorUse specific logging functions throughout mkws-widget.js
2014-11-20 Mike TaylorAdd straight-through aliases for trace(), debug() etc.
2014-11-20 Mike TaylorGet rid of local variable log; all invocation are expli...
2014-11-20 Mike TaylorLocal function log() is now a simple alias to team...
2014-10-22 Wolfram Schneidermonster commit to change names of MKWS classes to be...
2014-10-17 Mike TaylorRevert "Towards MKWS-294 (Change names of MKWS classes...
2014-10-17 Mike TaylorTowards MKWS-294 (Change names of MKWS classes to be...
2014-10-09 Mike TaylorFix MKWS-283 ("mkws-complete.js doesn't work (though...
2014-10-08 Mike TaylorFix MKWS-280: We should not define globals named "widge...
2014-10-08 Mike TaylorRename the widget function to makeWidget
2014-10-07 Mike TaylorexpandValue demoted from a member function to a private...
2014-08-11 Mike TaylorAdd comment on scoping.
2014-08-01 Jason SkomorowskiReplace team.config() getter with team.config object.
2014-06-09 Mike TaylorMore logging
2014-06-09 Mike Taylorautosearch function no longer expands the value of...
2014-06-09 Mike TaylorExpand all config-value attributes of the form !TYPE...
2014-06-09 Mike TaylorMove unnecessary "this." from log invocations.
2014-06-09 Mike TaylorExtract value-expansion code from widget.autosearch...
2014-06-06 Mike TaylorThe autosearch method now detects when multiple autosea...
2014-05-28 Mike TaylorRename variables in autosearch method.
2014-05-28 Mike TaylorRename variables in hideWhenNarrow
2014-05-28 Mike TaylorThe hideWhenNarrow function is now a member of the...
2014-05-28 Mike TaylorThe autosearch function is now a member of the widget...
2014-05-27 Mike TaylorStash query for subsequent inspection
2014-05-27 Mike TaylorMove all config inspection inside the "ready" handler.
2014-05-27 Mike TaylorComment explains delayed initialisation.
2014-05-27 Mike TaylorMerge the two consecutive if(!query) clauses.
2014-05-27 Mike TaylorGet much of the config from the widget before the ...
2014-05-27 Mike TaylorInvert if(query) test and queue("ready") wrapper.
2014-05-27 Mike TaylorCalculate query up front, not just on "ready" event.
2014-05-20 Mike TaylorThe subwidget function now treats the "_team" override...
2014-05-19 Mike TaylorGive subwidget method support for an optional hash...
2014-05-19 Mike Taylorsubwidget method correctly sets team of new widget.
2014-05-16 Mike TaylorNew utility function subwidget, making it easier to...
2014-05-16 Mike TaylorAdd missing semicolon.
2014-05-15 Mike Taylorjqnode member renamed just node, now that the old DOMEl...
2014-05-15 Mike TaylorRemove the old "node" member from the widget object...
2014-05-15 Mike TaylorLogging of widget attributes is more informative.
2014-05-15 Mike TaylorWidget constructor saves $(node) as the new jqnode...
2014-05-07 Mike TaylorContainer widgets get a default null implementation...
2014-05-07 Mike TaylorTabs to spaces.
2014-05-07 Mike TaylorRe-indent.
2014-05-01 Mike TaylorNew widget-setup utility function, hideWhenNarrow.
2014-04-30 Mike TaylorNew file, mkws-widget.js: contains wiget factory functi...