| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-13 | change isContentActive to a tri-state to allow turning on/off and default - ↵ | bobzel | |
| fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust. | |||
| 2021-09-13 | fixed clicking on link drag button to create doc in sidebar for RTF documents. | bobzel | |
| 2021-09-09 | fixed anchor menu highlighter button's dropdown location. fixed metadata ↵ | bobzel | |
| view for formattedText. added menu item for metadata view. fixed formattedTextbox initialization. | |||
| 2021-08-26 | a lot of changes to move isContentActive into DocumentView | bobzel | |
| 2021-08-24 | fixed following link from ink stroke. made interacting with annotatable ↵ | bobzel | |
| documents consistent when selections are cleared by clicking. fixed undo for webboxes. fixed limiting size of links button. | |||
| 2021-08-10 | fixed error when adding to a collection that does not have a list as its data | bobzel | |
| 2021-08-06 | collabortion fixes: added new acl for allowing people to edit their own text ↵ | bobzel | |
| within the same note, fixed playground fields to write to the server without updating other clients. | |||
| 2021-08-02 | Merge branch 'master' into sharing_scenario | geireann | |
| 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-07-17 | merging | usodhi | |
| 2021-07-15 | hide sidebar handle and fix scrolling for secondary formattedTextBox views ↵ | bobzel | |
| (eg when in a layout template) | |||
| 2021-07-14 | fixed selections so that they persist on deselect to allow linking a ↵ | bobzel | |
| selection on one document directly to a selection on another document. Also fixed recently closed to move closed document to top of list. | |||
| 2021-06-24 | more cleanup | usodhi | |
| 2021-06-19 | trying to solve sidebar issues | usodhi | |
| 2021-05-13 | merging | usodhi | |
| 2021-04-16 | addded documents as fields | bobzel | |
| 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-13 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | usodhi | |
| sharing_scenario | |||
| 2021-04-08 | fixed pushpins to be created only when removed from a collection. fixed ↵ | bobzel | |
| webbox links which weren't showing up in link menu. | |||
| 2021-04-08 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | usodhi | |
| sharing_scenario | |||
| 2021-04-04 | fixed some warnings. | bobzel | |
| 2021-04-02 | dashboard sharing initial setup, inherits acls from dashboard - looks like ↵ | usodhi | |
| it works | |||
| 2021-03-30 | more treeView cleanup. Fixes to linkBox to allow selection properly. fixes ↵ | bobzel | |
| to linkAnchorBox. | |||
| 2021-03-30 | cleaned up more active stuff - renderDepth === 0 no longer triggers contents ↵ | bobzel | |
| active. containing view should set isContentsActive=true. | |||
| 2021-03-29 | more progress in fixing & simplifying active/selected stuff | bobzel | |
| 2021-03-29 | fixed text input after changes to active/selected | bobzel | |
| 2021-03-29 | still cleaning up all the active/selection code. | bobzel | |
| 2021-03-29 | initial changes to cleanup pointer events. | bobzel | |
| 2021-03-19 | fixing up future/history for webBox to sync annotation display. | bobzel | |
| 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-16 | fixed up leaving pushpins - leave pushpin when moving from one annotated doc ↵ | bobzel | |
| to another. | |||
| 2021-03-14 | added sidebar annotations to webBox. Fixed PdfBox to allow marqueeing when ↵ | bobzel | |
| sidebar annotation is selected. | |||
| 2021-03-13 | fixed marquee annotations on pdfs from crashing - still need to fix offset ↵ | bobzel | |
| problem. | |||
| 2021-03-12 | trying to make treeViews more efficient by making fewer calls to Get ↵ | bobzel | |
| document fields getter. | |||
| 2021-03-07 | added removal of docs to git-like actions. | bobzel | |
| 2021-02-28 | a bunch of changes to simplify how autoHeight works. extended to work for ↵ | bobzel | |
| pdfs and stacking views. still some bugs. | |||
| 2021-02-24 | fixed layerProviders for treeViews to return true. fixed sidebar ↵ | bobzel | |
| annotations for text to add/remove from correct field. | |||
| 2021-01-29 | fixed taking videoBox snapshots. select video/audio doc after deleting an ↵ | bobzel | |
| annotation. Fixed following links to videoBox timeline anchors. Fixed rendering timeline annotations by putting them in data-annotations-timelines to distinguish from regular annotations. | |||
| 2021-01-27 | updated documentdecorations title display to be more visible on complex ↵ | bobzel | |
| backgrounds. fixed link following behavior (espicall from presentations) to timeline annotations. | |||
| 2021-01-26 | preparing to unify VideoBox timeline with AudioBox timeline. changed names ↵ | bobzel | |
| from videoStart/audioStart,End to anchorStart,EndTime and _displayTimecode to _timecodeToShow etc | |||
| 2021-01-22 | fixed up videoBox timeline. changed video annotations to use ↵ | bobzel | |
| displayTimecode and undisplayTimecode | |||
| 2020-12-13 | more props cleanup. Got rid of ItemBackgroundColor in favor of having ↵ | bobzel | |
| StyleProvider choose style based on whether it's givena DocViewProp or a FieldViewProp. | |||
| 2020-11-20 | added a preliminary Layer mechanism. changed documentDecrations to not go ↵ | bobzel | |
| out of the mainDocument area. changed parentActive to work "recursively" through stacks of background documents. | |||
| 2020-10-12 | split getEffectiveAcl code for determining if a field can be modified out ↵ | bobzel | |
| into getPropAcl. | |||
| 2020-10-06 | cleanup fixes. | bobzel | |
| 2020-10-06 | fixed adding documents to check acl of added document(s) correctly | bobzel | |
| 2020-10-01 | various fixes to new sharing / email normalization | bobzel | |
| 2020-09-29 | made pdf/web anchors pushpins by default. can now remove docs you own from ↵ | bobzel | |
| sidebars you don't. made formatted text boxes alway show sidebar handle when there's content. sidebar text has no padding by default. sidebar collection doesn't scroll when text overflows. added more playground fields | |||
| 2020-09-28 | fixed filtering annotation anchors on PDFs. added tooltip for identifying ↵ | bobzel | |
| who made an annotation. | |||
| 2020-09-14 | made custom header default to author/creationDate | bobzel | |
