| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-27 | fixe MakeClone to handle links properly. fixed cloning richtext to update ↵ | bobzel | |
| rich text references to documents properly. fixed dragging to call MakeClone properly. | |||
| 2021-07-23 | fixed issues with layoutString templates (eg customView): scale properly ↵ | bobzel | |
| when in a time view, have a data doc, scripts are called with 'scale' parmeter | |||
| 2021-04-14 | fixed image templates to set/use the appropriate nativewidth/height. fixed ↵ | bobzel | |
| carousel views and style provider to better support properties for components of a document view. fixed menus to show text options when captions and other sub text components are focused. | |||
| 2021-04-11 | clean up of webBox annotation field updating when navigating between pages. | bobzel | |
| 2021-04-10 | Merge branch 'master' into filters | bobzel | |
| 2021-04-08 | added idToDoc | bobzel | |
| 2021-04-06 | reverted back to not setting 'system' for non-system documents. | bobzel | |
| 2021-04-06 | from last | bobzel | |
| 2021-04-06 | docrangefilter bugfix | usodhi | |
| 2021-04-04 | stopped system docs from being filtered | usodhi | |
| 2021-04-04 | merging | usodhi | |
| 2021-03-31 | sharing bugfix + minor restructure + some comments | usodhi | |
| 2021-03-30 | merging | usodhi | |
| 2021-03-24 | redid how LinkManager stores links on documents by putting them on the Doc ↵ | bobzel | |
| itself instead of as a computedFn. This has a signifcant effect on efficiency since adding a link to one document will no longer invalidate every other view that references *any* document's links | |||
| 2021-03-18 | extended Doc.setFilter to allow replacing/appending a filter. fixed anchor ↵ | bobzel | |
| unhighlighting in WebBox. reorged some properties on baseProtos (usLInkSmallAnchor etc) | |||
| 2021-03-18 | cleaned up link making. Documents don't add to the Undo stack when being ↵ | bobzel | |
| created and Initializing is set. Links to text regions automatically update their link line endpoints even if autoMove isn't set. regularized initialization fields to avoid special cases about setting delegate keys without a leading "_" | |||
| 2021-03-17 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | usodhi | |
| filters | |||
| 2021-03-17 | fix Doc.MakeClone to deal wth links correctly again. fixed dashboard ↵ | bobzel | |
| snapshot to either alias top-level documents, or clone everything. | |||
| 2021-03-16 | fixed up leaving pushpins - leave pushpin when moving from one annotated doc ↵ | bobzel | |
| to another. | |||
| 2021-03-13 | minor changes | usodhi | |
| 2021-03-13 | fixed pdf boxes to handle marquee annotation scaling properly. allowed for ↵ | bobzel | |
| docFilters to be specific to pdf sidebar. fixed issue with viewTransition remaining set after following link to doc that was in collection but needs to be created. | |||
| 2021-03-12 | trying to make treeViews more efficient by making fewer calls to Get ↵ | bobzel | |
| document fields getter. | |||
| 2021-03-12 | changed setDocFilter to not take undefined as a modfied & added toggle ↵ | bobzel | |
| param. added single click on marquee annotator to create an annotation. extended PDF sidebar to have filter buttons. | |||
| 2021-03-12 | Merge branch 'filters' of https://github.com/browngraphicslab/Dash-Web into ↵ | usodhi | |
| filters | |||
| 2021-03-12 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | usodhi | |
| filters | |||
| 2021-03-11 | fixed problem with filter box for dashboard not staying checked. | bobzel | |
| 2021-03-11 | adding and/or to filtering, added editableview, changed a bunch of things | usodhi | |
| 2021-03-11 | made text boxes span stackingview's when fitWidth or autoColumn is set. ↵ | bobzel | |
| made doc decs fit stacking view docs properly when stack is viewScaled. increased default size of images when > 800 pixels. | |||
| 2021-03-10 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | usodhi | |
| filters | |||
| 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. | |||
