..
action-confirm.js
Filename for action-confirm widget should be 'action-confirm.js' for consistency
2020-12-22 11:50:26 +00:00
action-createtiddler.js
Action create tiddler improvements ( #4436 )
2020-04-15 15:51:21 +01:00
action-deletefield.js
Fix crash with action-deletefield and missing tiddler attribute
2019-08-24 11:39:00 +01:00
action-deletetiddler.js
action-listops.js
action-log.js
Logging widgets :Fixed issue on Firefox where logging does not work ( #5223 )
2020-12-07 15:53:49 +00:00
action-navigate.js
Fix action-navigate widget for undefined event ( #3542 )
2018-11-15 16:49:41 +00:00
action-popup.js
ActionPopup widget: Add ability to cancel all popups
2020-04-21 22:19:03 +01:00
action-sendmessage.js
action-setfield.js
browse.js
BrowseWidget: Add "accepts" attribute
2020-04-21 22:18:34 +01:00
button.js
Refactor updating of classes for button widgets to avoid potential edge case failures ( #5115 )
2020-11-24 21:19:20 +00:00
checkbox.js
Added disabled attribute to input widgets ( #5014 )
2020-11-09 18:28:12 +00:00
codeblock.js
count.js
Fix count widget to return "0" for an empty filter string instead of undefined
2020-04-09 11:04:50 +01:00
diff-text.js
draggable.js
Fix suspected typo that impacts refresh handling ( #4464 )
2020-03-09 21:07:34 +00:00
droppable.js
Fix refresh for all attributes of droppable widget. Add disabled class ( #5280 )
2020-12-15 11:09:32 +00:00
dropzone.js
Extend tm-import-tiddlers message ( #4741 )
2020-06-27 12:32:11 +01:00
edit-binary.js
Add download button/link to binary tiddler warning banners in view and edit mode ( #4423 )
2020-01-31 09:13:28 +00:00
edit-bitmap.js
Fix #5308 - WidgetSubclassingMechanism not working with widgets that add EventListeners (or logic ?) in constructor ( #5382 )
2021-01-09 13:25:48 +00:00
edit-shortcut.js
Fix typo in edit-shortcut widget refresh - missing focus attr ( #3815 )
2019-03-02 18:16:55 +01:00
edit-text.js
edit.js
Add "autocomplete" attribute to <$edit> and <$edit-text> widgets
2020-11-30 18:48:04 +00:00
element.js
Extend the element widget with a hook to intercept DOM node creation
2020-07-02 13:13:55 +01:00
encrypt.js
entity.js
Fix Entity widget not rendering its content without a refresh ( #4776 )
2020-07-31 08:25:15 +01:00
eventcatcher.js
Ensure new variables are strings ( #5197 )
2020-12-04 19:02:05 +00:00
fieldmangler.js
Fix #5308 - WidgetSubclassingMechanism not working with widgets that add EventListeners (or logic ?) in constructor ( #5382 )
2021-01-09 13:25:48 +00:00
fields.js
Add new parameters to fields-widget and fields-operator. ( #4433 )
2020-04-15 12:36:48 +01:00
image.js
importvariables.js
Fix importvariables crash ( #4593 )
2020-04-23 09:10:52 +01:00
keyboard.js
KeyboardWidget: don't trap keyboard shortcut if actions and message are empty and invokeActions isn't handled ( #4971 )
2020-11-06 17:32:26 +00:00
link.js
Link widget: Include original event in tm-navigate ( #4724 )
2020-08-27 15:52:25 +01:00
linkcatcher.js
Fix #5308 - WidgetSubclassingMechanism not working with widgets that add EventListeners (or logic ?) in constructor ( #5382 )
2021-01-09 13:25:48 +00:00
list.js
Fix #5308 - WidgetSubclassingMechanism not working with widgets that add EventListeners (or logic ?) in constructor ( #5382 )
2021-01-09 13:25:48 +00:00
log.js
Extend action-log and subclass it as log widget ( #5078 )
2020-11-20 14:08:18 +00:00
macrocall.js
Macrocall widget: ensure we separately cache inline vs block parse trees
2020-12-07 16:05:34 +00:00
navigator.js
Fix #5308 - WidgetSubclassingMechanism not working with widgets that add EventListeners (or logic ?) in constructor ( #5382 )
2021-01-09 13:25:48 +00:00
password.js
qualify.js
radio.js
Add radio actions, th-radio-variables hook and fix label refresh problem ( #5154 )
2020-11-30 17:28:49 +00:00
range.js
Add actions parameter to range-widget + docs! ( #5158 )
2020-12-01 18:11:09 +00:00
raw.js
reveal.js
URGENT: Reveal widget - fixed problem with previous patch of refresh handling ( #5260 )
2020-12-11 23:24:27 +00:00
scrollable.js
Fix #5308 - WidgetSubclassingMechanism not working with widgets that add EventListeners (or logic ?) in constructor ( #5382 )
2021-01-09 13:25:48 +00:00
select.js
Select widget: fix bug with deselecting entries programmatically
2019-10-11 17:46:30 +01:00
setvariable.js
text.js
tiddler.js
transclude.js
Initial support for switching page templates ( #4979 )
2020-11-07 09:51:01 +00:00
vars.js
Fix #5308 - WidgetSubclassingMechanism not working with widgets that add EventListeners (or logic ?) in constructor ( #5382 )
2021-01-09 13:25:48 +00:00
view.js
widget.js
Cache result of parsing macro calls which don't use text subsitution ( #5205 )
2020-12-06 09:43:06 +00:00
wikify.js