Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08 | more fixes for tags - removed #<tag> fields. just use 'tags' now. | bobzel | |
2023-05-08 | fixed dragging inkMask strokes. fixed background color/fill for strokes. ↵ | bobzel | |
fixed send to back. changed #tags to be a list | |||
2023-05-04 | properties view + sharing manager are consistent, and all text updates properly | srichman333 | |
2023-05-03 | fixed pinning template text documents with content to save and restore the ↵ | bobzel | |
actual text. | |||
2023-05-02 | update | srichman333 | |
properties view, document decorations, and sharing manager show + use correct acl | |||
2023-05-01 | fixed RecordingBox/View serialization to save docid, not Doc. | bobzel | |
2023-04-27 | merged with master | bobzel | |
2023-04-27 | one more fix to setting on data/layout for undefined values on '_' fields. | 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-18 | limit scope of cloning to not include context of cloned doc. | bobzel | |
2023-04-18 | more cleanup of import/export | bobzel | |
2023-04-18 | cleaning up zip/unzip of files | bobzel | |
2023-04-17 | used stats to detect unnecessary server message when changing css style for ↵ | bobzel | |
text notes | |||
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-10 | fixed brushing of fonticon boxes with dropdowns. made line charts use ↵ | bobzel | |
computed values instead of observables | |||
2023-04-07 | experimetnal changes to datavizbox to allow brushing data items and better ↵ | bobzel | |
highlighting of selections. Also working on drawing link lines between chart aliases. | |||
2023-04-04 | fixed using freeformview in sidebar of pdfs. fixed issues with dragging ↵ | bobzel | |
items out of schema and with selecting the schema view by clicking on headers. Fixed a lot of errors caused by using OmitKeys which masks type checking. fixed some pointerevent problems with treeview and freeformview | |||
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-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 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-17 | fixed copy paste to clone links if both anchors are copied. adjusted API ↵ | bobzel | |
for clone to have a cloneLinks field. | |||
2023-03-16 | added importing and exporting of assets (images, pdfs, etc) to collection ↵ | bobzel | |
importer/exporter | |||
2023-03-16 | fixed export/import collectoin | geireann | |
2023-03-15 | fixed up Clone() and export/import collection to work with links, ↵ | bobzel | |
presentations, and contexts better. | |||
2023-03-14 | simplified Deserialize code. streamlined currentUserUtils to need fewer ↵ | bobzel | |
compiled functions by parameterizing more functions. . | |||
2023-03-08 | switched filters from being a document to just being a UI | bobzel | |
2023-03-08 | added progressive disclosure for collections. | bobzel | |
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-01-13 | cleaned up linkmanager a little. maded myshareddocs a folder in ↵ | bobzel | |
myfilesystem. fixed setting author on copied documents to current user. | |||
2023-01-06 | added zoom box highlighting of text anchors in pdf/web pages for link/pres ↵ | bobzel | |
following. Added serial/parallel option for presentation group with up. Added direct pinning of text seletions to trails. fixed 'hide' option for preselements to work with hidebefore/after | |||
2022-12-21 | cleaning up proxys and getFieldRef hopefully to be more understandable and ↵ | bobzel | |
efficient | |||
2022-12-21 | cleaning up ACLs for performance and clarity | bobzel | |
2022-11-29 | fixed docDecoration appearance after following link and clicking before ↵ | bobzel | |
highlight times out. fixed selection of links to allow setting background color of link line and link text box. added background for link description text and highlighting of link when clicked/selected. | |||
2022-11-29 | changes to streamline link editing UI (got rid of LinkEditor). cleaned up ↵ | bobzel | |
link (un)highlighting. | |||
2022-11-18 | migration of link properties to propertiesView | bobzel | |
2022-11-16 | added presEffects to link anchors | bobzel | |
2022-10-28 | fixed proxyfields to use cache if it's available which saves orders of ↵ | bobzel | |
magnitude opening up Files list. Fixed copying docs to appear in Files list. fixed undo for change perspective and header color | |||
2022-10-27 | cleaned up treeViews to work across PresBox/ppt slides/collections/ - ↵ | bobzel | |
modified DocumentView rendering to remove pres box refs. fixed mainView width. | |||
2022-10-25 | fixed up dragging fields from key value pane to support numbers | bobzel | |
2022-10-25 | various tweaks: show border highlights in tree views, uniform treatment of ↵ | bobzel | |
embedding using title bar, even for free form views, choose bestAlias when dragging from files menu, text boxes honor document moves, show title for timeline annotations, fix dragoffset for stacks with buttons/description headers, | |||
2022-10-04 | fix to show close and open icons of hideResizers documents. fixes for native ↵ | bobzel | |
size control of text and freeform collections. fixes for lightbox view of native size collections. fix for 'false' script. | |||
2022-10-03 | added a reset menu item for docking views in their context menu. fixed ↵ | bobzel | |
being able to edit dockingConfig in keyValue by quoting with ' instead of ". If there's no dockingConfig, make one. | |||
2022-09-22 | remove overlaydocs when switching dashboards. | bobzel | |
2022-09-20 | display error instead of infinitely loading after refresh | mehekj | |
2022-09-13 | fixed activePresentation to work properly with multiple dashboards. fixed ↵ | bobzel | |
undoing PinDoc. | |||
2022-09-12 | Merge branch 'master' into sharing-jenny (break) | Jenny Yu | |