| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-30 | some code cleanup. Fixes for webbox and pdfbox to allow draggin out of ↵ | bobzel | |
| annotation sidebar. | |||
| 2021-03-30 | more treeView cleanup. Fixes to linkBox to allow selection properly. fixes ↵ | bobzel | |
| to linkAnchorBox. | |||
| 2021-03-30 | fixed up editable textview title widths and clicking to set cursor insertion ↵ | bobzel | |
| point. | |||
| 2021-03-30 | merging | usodhi | |
| 2021-03-29 | more progress in fixing & simplifying active/selected stuff | 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-29 | fixed doc decorations for dictation. gave dictation docs a title. minor ↵ | bobzel | |
| cleanup. | |||
| 2021-03-26 | extracted AudioWaveform out of AudioBox in order to use in ↵ | bobzel | |
| CollectionStackedTimelineView to share between audioBox and videoBox. | |||
| 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-24 | renamed audioState to mediaState and cleaned up screenshotBox a little. | bobzel | |
| 2021-03-23 | changed audio/video to use playFrom() viewbox method instead of ↵ | bobzel | |
| audioTrigger/videoTrigger doc field. added a preliminiary form of transcription to screenshot boxes. | |||
| 2021-03-19 | fixed clicking on web box and immediately scrolling to work. | bobzel | |
| 2021-03-19 | simplified chromeStatus to chromeHidden. fixed presBox item widths. fixed ↵ | bobzel | |
| colorBox layout. | |||
| 2021-03-19 | fixing up some baseProto initialization. fixing stacking view with hidden docs. | bobzel | |
| 2021-03-18 | made linkanchorbuttons not show up next to pdf annos. gave pdfannos a ↵ | bobzel | |
| baseProto. made textboxes dynamically remove hashtags when deleted from text. | |||
| 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 | rearranged top bar buttons - moved some into PropertiesButtons. Cleaned up ↵ | bobzel | |
| 'editing' field for key frames to not write to the document. | |||
| 2021-03-16 | merging | usodhi | |
| 2021-03-16 | fixed inkmasks | bobzel | |
| 2021-03-16 | cleaned up propertiesbuttons a bit. added lockTransform button. changed ↵ | bobzel | |
| chromeStatus disabled to be undefined. | |||
| 2021-03-15 | final cleanups to get scrolling to work smoothly for webbox's - sadly, does ↵ | bobzel | |
| not work as well in Firefox, and even worse in Safari. | |||
| 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-13 | fixed marquee annotations on pdfs from crashing - still need to fix offset ↵ | bobzel | |
| problem. | |||
| 2021-03-12 | fixed dropping documents onto file system view. fixed problem with ↵ | bobzel | |
| tabDocView not removing itself from TabMap causing problem trying to open the same doc twice from the file system. made shouldNotScale a computed value. | |||
| 2021-03-12 | trying to make treeViews more efficient by making fewer calls to Get ↵ | bobzel | |
| document fields getter. | |||
| 2021-03-10 | conflicts | usodhi | |
| 2021-03-09 | got rid of DocHolderBox. changed dontRegisterChildViews to ↵ | bobzel | |
| childDontRegisterViews for consistency. | |||
| 2021-03-06 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | usodhi | |
| filters | |||
| 2021-03-04 | fixed template doc height setting (when autoHeight text field) | bobzel | |
| 2021-03-04 | more adjustments to fitwidth behavior - want things to scroll vertically ↵ | bobzel | |
| when they are fit width (eg images) | |||
| 2021-03-03 | :( | usodhi | |
| 2021-03-03 | added functionPlot. trying to make fitWidth make sense everywhere ↵ | bobzel | |
| (lightbox, stacking panels with autosize columns, etc). | |||
| 2021-03-02 | agh stop merging | usodhi | |
| 2021-03-02 | added a fitwidth toggle for lightbox. fixed _showCaption/setting _fields to ↵ | bobzel | |
| undefined. updated documentView to use not having fitWidth set as a trigger for whether to treat a doc without nativeWidth/Height as if its width/height is that. | |||
| 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-28 | got rid of delayAutoHeight by updating dragHeights in documentDecorations. | 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-26 | fixed serialization error handling to not kill Dash - bad list items ↵ | bobzel | |
| prevented tabs from being created. cleaned up document fields a little more - switched layers to _layerTags, got rid of a couple unused fields. | |||
| 2021-02-25 | merging | usodhi | |
| 2021-02-25 | overhaul of state preservation in lightboxview when going ↵ | bobzel | |
| back/forward/reopening a doc/etc | |||
| 2021-02-25 | cleaned up DoccomponentView to just have general api fields. fixed lightbox ↵ | bobzel | |
| to animate back properly & shinkwrap. | |||
| 2021-02-24 | cleaned up DocumentView's contentView api to be more general. fixed ↵ | bobzel | |
| screenToLocal for freeformView's whenb _fitToBox is set. moved webBox menu items out of CollectionMenu and into WebBox using the contentView API. | |||
| 2021-02-23 | removed _renderContentBounds and updated miniMap view. | bobzel | |
| 2021-02-23 | reorg and cleanup a bit of colelctionfreeformview. minor other cleanup. | bobzel | |
| 2021-02-23 | current collection vs dashboard works a bit better - they have different ↵ | usodhi | |
| filterdocs now | |||
| 2021-02-22 | merging | usodhi | |
| 2021-02-22 | switched folders so that they're not marked as system anymore. made close ↵ | bobzel | |
| menu appear unless something is a system doc. | |||
