| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-14 | major overhaul of field naming conventions. | bobzel | |
| 2023-05-13 | changed EditableViews to support oneline and multiline. Also added ↵ | bobzel | |
| transformer UI to allow documents to be entered. changed transformer to write doc id's, not variables.. made schema view support oneline and fixed bug with docdecoration hader occluding things invisibly. updated web pages to be zoomable and for its anchors to update web page and scroll location properly. made autolinkanchor directly go to target on click. | |||
| 2023-05-09 | fixed exporting to work with collections that have no assets, and with ink ↵ | bobzel | |
| documents. cleaned up some unused fields. added more explicit support for flashcards. | |||
| 2023-05-03 | fixed pinning template text documents with content to save and restore the ↵ | bobzel | |
| actual text. | |||
| 2023-05-02 | fixed tooltips on color/dropdown buttons. removed fill color button from ↵ | bobzel | |
| ink tools - use the main fill button now (when in an ink mode) | |||
| 2023-05-01 | fixed RecordingBox/View serialization to save docid, not Doc. | bobzel | |
| 2023-04-27 | updated some text shortcuts and enabled selecting regions to make ↵ | bobzel | |
| footnoes/elided text. | |||
| 2023-04-27 | added proper scaling of multi-selections and groups. fixed pinViewport to ↵ | bobzel | |
| work again. | |||
| 2023-04-26 | added cheatsheet and shortcut for viewing text shortcuts. changed menu ↵ | bobzel | |
| organization slightly for viewability. | |||
| 2023-04-26 | added stats button to mainview | bobzel | |
| 2023-04-26 | fixed filters - checkboxes generated when options are less than 20, added ↵ | bobzel | |
| -undefined- as distinct value option. fixed pointer evcents for docs on pdfs | |||
| 2023-04-25 | added shortcuts to text toolbar. changed text hyperlink shortcut to search ↵ | bobzel | |
| through documents by title before linking to a new document. | |||
| 2023-04-24 | fixed isContentActive=false to apply to stacking collections. fixed pile ↵ | bobzel | |
| view to be faster and to work in fit content panels. fixed issues with hidden docs and freeformviews that act as lightboxes - hidden docs can be shown as the lightbox doc without modifying the hidden flag to allow collection state to be restored. | |||
| 2023-04-18 | fixed selection issues: shift does multiselect again, doc decoration ↵ | bobzel | |
| background isn't drawn anymore for schema view, rotated objects in a multiselect don't cause artifacts, clusters in freeform don't cause images to dim. | |||
| 2023-04-14 | got rid of CollectionView prop. fixed DocFocusOrOpen to toggle targets and ↵ | bobzel | |
| zoom correctly. | |||
| 2023-04-13 | lots of changes to get rid of ContainingCollectionDoc and ↵ | bobzel | |
| ContainingCollectionView props. | |||
| 2023-04-11 | exracted FollowLinkScript() function. got rid of template parameters to ↵ | bobzel | |
| simplify templating. | |||
| 2023-04-11 | removed arrangeItems context button for collections to make it a funciton on ↵ | bobzel | |
| drop instead of a reaction. Converted isLinkButton to be an onClick script. got rid of unused PARAMS field on templates. fixed PresElementBox rendering of embedded docs. | |||
| 2023-04-05 | fixed up dataviz to work again. fixed point selection, tooltips, making and ↵ | bobzel | |
| following links | |||
| 2023-04-05 | added an arrange feature for freeform collections. added btn width for ↵ | bobzel | |
| linear buttons. | |||
| 2023-04-05 | made pinning from topbar available for all docs. | bobzel | |
| 2023-04-05 | adjusted general context menu items to always appear last. cleaned up ↵ | bobzel | |
| makeLink api, | |||
| 2023-03-28 | mostly code cleaning. small bugs | bobzel | |
| 2023-03-28 | numerous changes to try to simplify event handling in DocumentView - got rid ↵ | bobzel | |
| of isContentActive in DocComponent since it's in DocumentView. Including adding 'enableDragWhenActive' , 'onClickScriptDisable', | |||
| 2023-03-27 | changed longPress to always select and to show decorations. fixed ↵ | bobzel | |
| single/double-click code and cleaned up behavior timeouts. fixed pointer events for tree view editing titles and using as powerpoint. | |||
| 2023-03-24 | fixed showing keyValueBox when document opacity is 0 or it is hidden. fixed ↵ | bobzel | |
| toggling link targets. fixed sorting and undoing schema view changes. | |||
| 2023-03-24 | overhaul of selection api so that schema and other views behave like ↵ | bobzel | |
| freeform and use document views onClick for selection | |||
| 2023-03-23 | Merge pull request #162 from brown-dash/schema-mehek | bobzel | |
| new schema view | |||
| 2023-03-23 | fixed opening keyvalue for tabs and sidebar docs. added more topbar context ↵ | bobzel | |
| menu buttons for freeform views. | |||
| 2023-03-23 | Merge branch 'master' into schema-mehek | mehekj | |
| 2023-03-23 | changed showing keyvalue panes to not create a document, but to use the ↵ | bobzel | |
| LayoutTemplateString. | |||
| 2023-03-23 | fixed pointer events for doc contents with onClickHanlders to be none when ↵ | bobzel | |
| document or contents is selected. fixed stackingView text boxes that are focused to not scroll stackingView. | |||
| 2023-03-22 | removed gitlike and branch stuff. updated fortawesome. added Z ordering ↵ | bobzel | |
| buttons. moved ctrl-t/alt-t to edit text title into formattedTextBox | |||
| 2023-03-20 | fixed copying of docs with template layout docs. fixed clone to search ↵ | bobzel | |
| through RTFs for referenced documents to clone. renamed nested documents docId instead of docid for consistency with other nested field ids. | |||
| 2023-03-20 | cleaned up pointer events so that nested documents can be selected directly ↵ | bobzel | |
| without selecting their container. fixed following link to video timeline marker. fixed focusing on groups. added didMove to DocFocusOptions to restore ability to do toggle on/off of target. fixed lockingPosition of ink strokes. fixed clicking on inkstrokes in groups to use visiblePainted instead of all for pointer events. | |||
| 2023-03-17 | fixed clicking and dragging stackedTimeline anchors. updated followLink ↵ | bobzel | |
| parameters | |||
| 2023-03-17 | fixed scriptingbox to remove script if text is empty. fixed scripting with ↵ | bobzel | |
| capturedvariables not to cache scripts with lists of captured documents. fixed runtime warnings with stackedTimelined and AudioBox | |||
| 2023-03-15 | column drag in progress | mehekj | |
| 2023-03-14 | simplified Deserialize code. streamlined currentUserUtils to need fewer ↵ | bobzel | |
| compiled functions by parameterizing more functions. . | |||
| 2023-03-11 | changed links from being a computed field on documents to being accessed by ↵ | bobzel | |
| a function call on LinkManager | |||
| 2023-03-09 | added reordering of progressivized docs | bobzel | |
| 2023-03-07 | fixed presbox following to use presItem anchor instead of target doc as ↵ | bobzel | |
| anchor. stopped allowing collections to have their data fields interpolate based on keyframe. fixed assigning current frame when following presbox | |||
| 2023-03-05 | from last | bobzel | |
| 2023-03-05 | replace jumpToDocument with showDocument. restructure code to get rid of ↵ | bobzel | |
| scrollFocus by adding getView() and fixing focus() and restoreTargetView | |||
| 2023-03-01 | fixes for animation effect time setting when following links. fixes for ↵ | bobzel | |
| starting animation effect right away, not waiting for focus to complete. | |||
| 2023-03-01 | changed inPlace link following to be lightbox. allowed collections to be ↵ | bobzel | |
| labeled as lightboxes. lightbox collections display link targets in an overlay that hides the rest of their content | |||
| 2023-02-28 | cleaning up of following inPlace links to overlay current inplaceContainer ↵ | bobzel | |
| contents instead of deleting them. | |||
| 2023-02-27 | restructured getAnchor()/scrollFocus to be more consistent. added ↵ | bobzel | |
| setterscript for computedFields. restructed getFieldsImpl to avoid making multiple requests for the same document due to timing issues by 'locking' a document cache with a promise before sending the server request. added rotation and fill color as animatable fields. fixed image cropping for | |||
| 2023-02-22 | fixing highlighting presbox navigations. image anchor are now always added ↵ | bobzel | |
| as annotations. | |||
| 2023-02-22 | fixed pres hide before/after, select w/o nav, and updating contents.. made ↵ | bobzel | |
| collections fitWidth by default so that they resize like a normal window. Made freeform pan/zoom animate when changing keyframes. allow nesting of keyframe collections.. made presEffects work even if there's no transition movement. made nested collection timelines follow parent by default, but with ability to change ordering. fixed treeView incremental render. treat doc anchors are preselements instead of delegating. don't highlight ink when dragging ctrl pts. | |||
