..
callout.js
Add docs for foundation, other minor fixes
2015-06-04 14:55:16 +10:00
chart.bar.js
Prevent NaN errors when rendering charts with no values, removed trailing ;
2016-06-06 17:57:19 +02:00
chart.line.js
Tidy up Storm UI so all includes are in a single file
2015-10-17 10:51:40 +11:00
chart.meter.js
Move chart + scoreboard to UI lib
2015-05-29 22:24:02 +10:00
chart.pie.js
Prevent NaN errors when rendering charts with no values, removed trailing ;
2016-06-06 17:57:19 +02:00
chart.utils.js
Move chart + scoreboard to UI lib
2015-05-29 22:24:02 +10:00
checkbox.balloon.js
Move balloon selector to Storm UI as checkbox.balloon
2015-07-01 11:38:37 +10:00
checkbox.js
Introduce scope "switch" type, allow options to be passed
2016-04-27 19:09:19 +10:00
datepicker.js
Disable clock picker AM/PM time for now
2016-06-02 06:52:27 +10:00
drag.scroll.js
Definition of a drag is now 3 pixels
2016-06-11 14:28:15 +10:00
drag.sort.js
Fix poor sorting UX on tree view
2016-05-18 08:38:15 +10:00
drag.value.js
Rename "drag" JS files, write basic readme, create an entry point for all controls
2015-05-30 13:59:33 +10:00
dropdown.js
Adds "dropup" variant to dropdown
2016-05-28 14:10:19 +10:00
filter.dates.js
Allow specifying half bound daterange filter values (treat the missing one as "infinty", ie 0000-00-00 for min and 2999-12-31 for max)
2016-05-15 01:22:28 +02:00
filter.js
Fixes logic error in filter search
2016-06-11 15:09:08 +10:00
flashmessage.js
Restyle flash message animation
2016-04-27 04:44:02 +10:00
foundation.baseclass.js
Begin moving backend controls to dedicated UI area
2015-05-26 18:55:39 +10:00
foundation.controlutils.js
Begin moving backend controls to dedicated UI area
2015-05-26 18:55:39 +10:00
foundation.element.js
Added new list.sortable plugin. Minor fix in the scrollpad implementation.
2015-11-27 22:12:27 -08:00
foundation.event.js
Begin moving backend controls to dedicated UI area
2015-05-26 18:55:39 +10:00
input.hotkey.js
Remove deprecated hotkeyMac attribute
2016-01-09 17:07:23 +01:00
input.monitor.js
Merge branch 'builder-ui' into develop
2015-12-24 14:36:31 -08:00
input.preset.js
Add missing LATIN_MAP preset chars and allow specific map based on configured locale ( #2031 )
2016-05-22 09:31:35 +10:00
input.trigger.js
Logic error. Fixes #1692
2016-01-19 21:03:03 +11:00
inspector.datainteraction.js
Minor on Inspector
2015-11-12 11:25:47 +01:00
inspector.editor.autocomplete.js
Fixed several minor bugs in Inspector.
2016-01-29 22:16:33 -08:00
inspector.editor.base.js
Fixed several minor bugs in Inspector.
2016-01-29 22:16:33 -08:00
inspector.editor.checkbox.js
Merge branch 'builder-ui' into develop
2015-12-24 14:36:31 -08:00
inspector.editor.dictionary.js
Merge branch 'develop' into stable
2016-02-10 20:03:51 +11:00
inspector.editor.dropdown.js
Lots of small UI fixes
2016-04-12 18:03:55 +10:00
inspector.editor.object.js
Remove deprecated hotkeyMac attribute
2016-01-09 17:07:23 +01:00
inspector.editor.objectlist.js
Remove deprecated hotkeyMac attribute
2016-01-09 17:07:23 +01:00
inspector.editor.popupbase.js
Remove deprecated hotkeyMac attribute
2016-01-09 17:07:23 +01:00
inspector.editor.set.js
Fixed several minor bugs in Inspector.
2016-01-29 22:16:33 -08:00
inspector.editor.string.js
Implementing Inspector validation, in progress
2015-10-08 21:59:02 -07:00
inspector.editor.stringlist.js
Minor improvement in the Inspector
2015-11-12 21:56:56 -08:00
inspector.editor.stringlistautocomplete.js
Fixed a bug in the Inspector string list autocomplete editor where clicking an item in the autocompletion list doesn't select the item.
2016-02-07 14:40:31 -08:00
inspector.editor.text.js
Remove deprecated hotkeyMac attribute
2016-01-09 17:07:23 +01:00
inspector.engine.js
Minor improvement in the Inspector
2015-11-12 21:56:56 -08:00
inspector.externalparametereditor.js
Lots of small UI fixes
2016-04-12 18:03:55 +10:00
inspector.groups.js
Minor on Inspector
2015-11-12 11:25:47 +01:00
inspector.helpers.js
Added popup and container wrappers for Inspector, minor fixes in Inspector editors, minor extensions in the popup API.
2015-10-13 20:28:41 -07:00
inspector.manager.js
Merge branch 'builder-ui' into develop
2015-12-24 14:36:31 -08:00
inspector.surface.js
UI update
2016-02-28 19:52:21 -08:00
inspector.validationset.js
Implementing Inspector validation, in progress
2015-10-08 21:59:02 -07:00
inspector.validator.base.js
Minor on Inspector
2015-11-12 11:25:47 +01:00
inspector.validator.basenumber.js
Minor on Inspector
2015-11-12 11:25:47 +01:00
inspector.validator.float.js
Implementing Inspector validation, in progress
2015-10-08 21:59:02 -07:00
inspector.validator.integer.js
Implementing Inspector validation, in progress
2015-10-08 21:59:02 -07:00
inspector.validator.length.js
Minor on Inspector
2015-11-12 11:25:47 +01:00
inspector.validator.regex.js
Implementing Inspector validation, in progress
2015-10-08 21:59:02 -07:00
inspector.validator.required.js
Implementing Inspector validation, in progress
2015-10-08 21:59:02 -07:00
inspector.wrapper.base.js
Merge branch 'builder-ui' into develop
2015-12-24 14:36:31 -08:00
inspector.wrapper.container.js
Added flex layout CSS classes. Inspector container wrapper now uses flex layout. Minor CSS fixes.
2015-11-14 20:28:34 -08:00
inspector.wrapper.popup.js
Implemented Inspector ignoreIfEmpty and ignoreIfDefault properties. Minor refactoring of Inspector.
2015-11-03 22:02:10 -08:00
list.rowlink.js
Replace the mobile list control with drag scroll implementation
2016-04-13 18:18:29 +10:00
list.sortable.js
Added new list.sortable plugin. Minor fix in the scrollpad implementation.
2015-11-27 22:12:27 -08:00
loader.base.js
Added the object list Inspector editor.
2015-09-24 21:16:28 -07:00
loader.cursor.js
Tidy up Storm UI so all includes are in a single file
2015-10-17 10:51:40 +11:00
loader.stripe.js
Reshuffle the base color scheme again
2016-05-12 04:33:01 +10:00
popover.js
Minor fix in the Inspector popover positioning
2015-10-25 18:30:20 -07:00
popup.js
Adds "dropup" variant to dropdown
2016-05-28 14:10:19 +10:00
select.js
Complete taglist form widget
2016-05-10 06:02:35 +10:00
tab.js
Merge branch 'builder-ui' into develop
2015-12-24 14:36:31 -08:00
toolbar.js
Replace the mobile list control with drag scroll implementation
2016-04-13 18:18:29 +10:00
tooltip.js
Tidy up Storm UI so all includes are in a single file
2015-10-17 10:51:40 +11:00