Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-10 | fixed bugs leftover from removing docholders. | bobzel | |
2021-03-08 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | usodhi | |
filters | |||
2021-03-08 | fixed bug with branch/clone | bobzel | |
2021-03-07 | added start of Git functionality within Dash. | bobzel | |
2021-03-02 | agh stop merging | usodhi | |
2021-03-01 | final cleanups for simplified drag and drop of annotations. fixed some ↵ | bobzel | |
issues rtf focus when creating notes in masonry view. fixed text sidebar. | |||
2021-02-25 | added 'proto' drag option for dropping proto of document. auto add of non ↵ | bobzel | |
annotations to file system. auto added delegates & aliases to a docuemnt's 'alias' field. | |||
2021-02-25 | merging | usodhi | |
2021-02-23 | reorg and cleanup a bit of colelctionfreeformview. minor other cleanup. | bobzel | |
2021-02-23 | restored export/import of collection clones. did a little cleanup of ↵ | bobzel | |
collection freeform view | |||
2021-02-23 | current collection vs dashboard works a bit better - they have different ↵ | usodhi | |
filterdocs now | |||
2021-02-22 | filters scope changes | usodhi | |
2021-02-18 | merging | usodhi | |
2021-02-16 | added a file system mode for tree View. ctrl-f to create file system. | bobzel | |
2021-02-11 | merging | usodhi | |
2021-02-09 | fixed drawing link lines between everything except textanchor - to - textanchor. | bobzel | |
2021-02-01 | filters changes | usodhi | |
2021-01-27 | merged | usodhi | |
2020-12-16 | fixed treeView layouts to pass good values for panelWidth/height to ↵ | bobzel | |
DocumentView. renamed Selectionmanager methods to be views not documents. | |||
2020-12-14 | renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵ | bobzel | |
DocumentViewInternal | |||
2020-12-07 | fixed lists to allow multiple null-value entries & be able to edit in ↵ | bobzel | |
KeyValuePane. cleaned up a lot of stuff with animation frames and got working again. fixed previews of links to text selections to preview properly. | |||
2020-12-03 | fixed default textbox background color. added icons to treevie displays | bobzel | |
2020-12-02 | fixed warnings. prevent titles form showing up in presentationView | bobzel | |
2020-11-22 | converted backgroundColor prop to a more general styleProvider. | bobzel | |
2020-10-30 | trying out action | bobzel | |
2020-10-30 | fixed setting links from link dialogue in text boxes | bobzel | |
2020-10-17 | major rewrite of native width/height/aspect. Fixed scaling of text note ↵ | bobzel | |
sidebars. | |||
2020-10-15 | fixed list undo/redo to work with incremental list edits. makes ↵ | bobzel | |
presentation boxes work | |||
2020-10-15 | got rid of isDragging in favor of a field on the PresElement. fixed moving ↵ | bobzel | |
items in presBox by fixing websocket to maintain ordering on sequential operations on a list. fixed list splicing to not call addToSet unless splicing is at end of list. fixed setting return scale when following link into portal | |||
2020-10-13 | fixed expand template layout to create delegate in timeout -- otherwise it ↵ | bobzel | |
can violate mobx computed values which may trigger it. | |||
2020-10-12 | updated getEffectiveAcl to be a computedFn. got rid of OverrideAcl in favor ↵ | bobzel | |
of just using UpdatingFromServer | |||
2020-10-12 | fixed computedFn()'s to be used correctly in several places. fixed major ↵ | bobzel | |
memory leak in PDFs | |||
2020-10-11 | removed setting fields to undefined when Acl is Private in hopes of not ↵ | bobzel | |
losing data when permissions are changed. prevented server writes on startup by making renderContentBounds setting a reaction, and making linearView not resize if documents are still promises and make text boxes not flip-flop their height all the time. | |||
2020-10-10 | fixed docFilters to use up one string field, not 3. makes adding/removing ↵ | bobzel | |
to lists incrementally work with new server code. | |||
2020-10-10 | split LinkDatbase into its own field in the user's registry. fixed sharing ↵ | bobzel | |
to set lastModified after modifying groups so that remote participants see the right data. fixed text boxes to show blue icon when there's an annotaitn entry | |||
2020-10-09 | simplified setting group users | bobzel | |
2020-10-06 | runtime error fix for fetchProto(). fix for preview layout of text link. | bobzel | |
2020-10-01 | from last | bobzel | |
2020-10-01 | major performance fix by adding a SharingDocument to the user's DB account ↵ | bobzel | |
so that inquiring the users' UserDoc (and everything it referecens) is no longer necessary. | |||
2020-10-01 | fixed clearing out doc data when permissions are lost. includes ↵ | bobzel | |
CurrentEmailNormalized from previous commit | |||
2020-09-30 | fixed filtering by #links. improved textlink preview layout. | bobzel | |
2020-09-25 | changed unset to None and minor changes | usodhi | |
2020-09-23 | override and one-click stuff | usodhi | |
2020-09-20 | fixed undo for bullet points to not take multiple steps and to work ↵ | bobzel | |
properly. no longer adds cursorfiels to the undo stack. fixed sharing manager to no create unnecesary documents.. | |||
2020-09-18 | changed ACL to acl. fixed title to read values from data doc ↵ | bobzel | |
preferentially over layout doc. | |||
2020-09-15 | fixed tabs to activate when following.a link to a contained item. fixed ↵ | bobzel | |
deactivating tabs to not shrink immediately so you can click the close button. | |||
2020-09-13 | got rid of textTemplates which were superfluous. fixed problems with stored ↵ | bobzel | |
Marks on templates when creating one by typing and the template is the default layout. | |||
2020-09-13 | fixed making delegates of custom headerViews. fixed non-responsive carriage ↵ | bobzel | |
returns in textBoxes occasionally at the end of the text stream. fixed upating titles on templated text boxes. fixed setting layoutfield values in DashFieldViews to update the template and layout doc. | |||
2020-09-11 | changes to switch from 'pt' units to 'px' for fonts. fixxes to ↵ | bobzel | |
presentations for treeview outlines. | |||
2020-09-02 | fixed behavior of menuButtons to toggle contents. added start of a filter ↵ | bobzel | |
panel. |