aboutsummaryrefslogtreecommitdiff
path: root/src/fields
AgeCommit message (Collapse)Author
2023-05-21fixed comparisonBox to create embeddings of documents by fixing ↵bobzel
targetDropAction to work for non-collections. fixed carouse3D view to have correct screentolocal XFs,
2023-05-17changed creationDate to author_date. fixed undo bug with webboxes. fixed ↵bobzel
menu problems with Open New Embedding and moved some collection menu items to buttons/
2023-05-17fixed scrolling/panning on fitWidth images. fixed drag/zoom conflicts for ↵bobzel
overlayDocs that are pannable.
2023-05-16fixed bugs with goldenlayout dragging and undoing. fixed searching for ↵bobzel
filter values in sidebars. Stopped creating empty list for collections when datafield() is accessed because it messes up undo of a collection. fixed tab title editing. from marquee. Added UndoStack UI and additional naming support in code.
2023-05-14fixed webpage link following by adding a presData for the current URL to all ↵bobzel
embedded docs. fixed getView() in showDocuments to not get called with the proper anchors. changed unrendered MARKERs to CONFIGs. changed anchors to Configs or Markers as appropriate.
2023-05-14major overhaul of field naming conventions.bobzel
2023-05-13changed 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-10formatting and fixed problem with header overlapping text annotation sidebar.bobzel
2023-05-10Merge branch 'master' into collaboration-sarahbobzel
2023-05-10Merge pull request #170 from brown-dash/james-server-statsbobzel
James - remFromList fix
2023-05-09fixed 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-08more fixes for tags - removed #<tag> fields. just use 'tags' now.bobzel
2023-05-08fixed dragging inkMask strokes. fixed background color/fill for strokes. ↵bobzel
fixed send to back. changed #tags to be a list
2023-05-06remove unused import from utils.tsJames Hu
2023-05-06clean up and comment remFromListJames Hu
2023-05-04properties view + sharing manager are consistent, and all text updates properlysrichman333
2023-05-04First attempt at remfromlsitJames Hu
2023-05-03fixed pinning template text documents with content to save and restore the ↵bobzel
actual text.
2023-05-02updatesrichman333
properties view, document decorations, and sharing manager show + use correct acl
2023-05-01fixed RecordingBox/View serialization to save docid, not Doc.bobzel
2023-04-28added RTF cell type for schema. fixed formatting DateFields so that they ↵bobzel
can be set from kvp/schema. prevented on infinite loop possibility when setting proto to itself.
2023-04-27merged with masterbobzel
2023-04-27one more fix to setting on data/layout for undefined values on '_' fields.bobzel
2023-04-26fixed 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-24fixed 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-18limit scope of cloning to not include context of cloned doc.bobzel
2023-04-18more cleanup of import/exportbobzel
2023-04-18cleaning up zip/unzip of filesbobzel
2023-04-17used stats to detect unnecessary server message when changing css style for ↵bobzel
text notes
2023-04-11exracted FollowLinkScript() function. got rid of template parameters to ↵bobzel
simplify templating.
2023-04-11removed 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-10fixed brushing of fonticon boxes with dropdowns. made line charts use ↵bobzel
computed values instead of observables
2023-04-07experimetnal 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-04fixed 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-28numerous 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-22Merge branch 'master' into collaboration-sarahsrichman333
2023-03-22visual changes to collaboration on doc and in PropertiesViewsrichman333
2023-03-22removed gitlike and branch stuff. updated fortawesome. added Z ordering ↵bobzel
buttons. moved ctrl-t/alt-t to edit text title into formattedTextBox
2023-03-20fixed 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-20cleaned 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-17fixed 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-17fixed copy paste to clone links if both anchors are copied. adjusted API ↵bobzel
for clone to have a cloneLinks field.
2023-03-16added importing and exporting of assets (images, pdfs, etc) to collection ↵bobzel
importer/exporter
2023-03-16fixed export/import collectoingeireann
2023-03-15fixed up Clone() and export/import collection to work with links, ↵bobzel
presentations, and contexts better.
2023-03-14simplified Deserialize code. streamlined currentUserUtils to need fewer ↵bobzel
compiled functions by parameterizing more functions. .
2023-03-11changed links from being a computed field on documents to being accessed by ↵bobzel
a function call on LinkManager
2023-03-08switched filters from being a document to just being a UIbobzel
2023-03-08added progressive disclosure for collections.bobzel
2023-03-07fixed 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