Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-21 | fixed 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-17 | changed 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-17 | fixed scrolling/panning on fitWidth images. fixed drag/zoom conflicts for ↵ | bobzel | |
overlayDocs that are pannable. | |||
2023-05-16 | fixed 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-14 | fixed 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-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-10 | formatting and fixed problem with header overlapping text annotation sidebar. | bobzel | |
2023-05-10 | Merge branch 'master' into collaboration-sarah | bobzel | |
2023-05-10 | Merge pull request #170 from brown-dash/james-server-stats | bobzel | |
James - remFromList fix | |||
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-06 | remove unused import from utils.ts | James Hu | |
2023-05-06 | clean up and comment remFromList | James Hu | |
2023-05-04 | properties view + sharing manager are consistent, and all text updates properly | srichman333 | |
2023-05-04 | First attempt at remfromlsit | James Hu | |
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-28 | added 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-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-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 | 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 | Merge branch 'master' into collaboration-sarah | srichman333 | |
2023-03-22 | visual changes to collaboration on doc and in PropertiesView | srichman333 | |
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-11 | changed links from being a computed field on documents to being accessed by ↵ | bobzel | |
a function call on LinkManager | |||
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-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 |