| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-26 | extracted AudioWaveform out of AudioBox in order to use in ↵ | bobzel | |
| CollectionStackedTimelineView to share between audioBox and videoBox. | |||
| 2021-03-25 | cleaned up dragmanager a bit and fixed issues with document shifting on drop ↵ | bobzel | |
| when dragged via DocDecorations and | |||
| 2021-03-25 | fixed dragging documents so that the scroll position of pdfs/etc is ↵ | bobzel | |
| maintained during the drag | |||
| 2021-03-25 | moved dictation view to be a component of the screenshotbox | bobzel | |
| 2021-03-24 | from last | bobzel | |
| 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 | fixes for audiotags so that they can be navigated to when focusing. fixes ↵ | bobzel | |
| to dictation to start/stop properly. added "RecodingEvents" to trigger dictation waypoints. | |||
| 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-22 | made stackedTimeline capable of auto showing the annotations that were made ↵ | bobzel | |
| on it when played back. | |||
| 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 | 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 | 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 dropping into a group using title bar (embed key) | bobzel | |
| 2021-03-16 | cleaned up propertiesbuttons a bit. added lockTransform button. changed ↵ | bobzel | |
| chromeStatus disabled to be undefined. | |||
| 2021-03-15 | fixed warnings. made savedAnnotations an ObservableMap. turned off ↵ | bobzel | |
| annotationLayer when there are no annotations - text is blurry on windows Chrome with mix-blend-mode overlay | |||
| 2021-03-14 | fixed warnings from missing keys. change file orphans to Unfiled | bobzel | |
| 2021-03-13 | cleaned up dropping link button on collections / alternate annotation views ↵ | bobzel | |
| (eg pdf sidebar) - new docs are created only for internal drops within, say, a PDF. Otherwise links are made. | |||
| 2021-03-13 | fixed pdfs to show filtered annotations when a link follows to them by ↵ | bobzel | |
| removing docFilters. | |||
| 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-11 | added optional stacking sidebar for PDFs. fixed pdfannos to not show ↵ | bobzel | |
| linkbutton when selected. fixed stacking views to handle fitwidth text better (make height fit correctly when fitWidth) | |||
| 2021-03-10 | fixed bugs leftover from removing docholders. | bobzel | |
| 2021-03-09 | got rid of DocHolderBox. changed dontRegisterChildViews to ↵ | bobzel | |
| childDontRegisterViews for consistency. | |||
| 2021-03-08 | added doc data content synching to Git-like operations. | bobzel | |
| 2021-03-06 | updated a bunch of _backgroundColors to backgroundColors | bobzel | |
| 2021-03-03 | more fixes for setting up user docs | bobzel | |
| 2021-03-03 | from last | bobzel | |
| 2021-03-03 | from last | bobzel | |
| 2021-03-03 | fixed default tab field | bobzel | |
| 2021-03-03 | added functionPlot. trying to make fitWidth make sense everywhere ↵ | bobzel | |
| (lightbox, stacking panels with autosize columns, etc). | |||
| 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 | a bunch of changes to simplify how autoHeight works. extended to work for ↵ | bobzel | |
| pdfs and stacking views. still some bugs. | |||
| 2021-02-27 | more cleanup of unused fields and minor fixes to things like the color ↵ | bobzel | |
| picker's display of the selcted documents background color. also a fix for textbox autoresizing when dragged small | |||
| 2021-02-26 | fixes for getting documents into myFilesystem. fixes for setting layout ↵ | bobzel | |
| fields without using an _ | |||
| 2021-02-26 | think I got serialization right now. | bobzel | |
| 2021-02-26 | reverting back some parts of the fix to serialization | bobzel | |
| 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-26 | minimal cleanup of standard fields. fix to error thrown in document buttonbar | bobzel | |
| 2021-02-26 | updated fieldInfos a bit more. | bobzel | |
| 2021-02-25 | wokring field infos. | bobzel | |
| 2021-02-25 | field info start | bobzel | |
| 2021-02-25 | prevent annotation notes on PDFS from showing up in file system view. | bobzel | |
| 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 | added an aliases toggle to file system | bobzel | |
| 2021-02-23 | fixed backspace to delete text items in treeViews. simplified ↵ | bobzel | |
| UndoRunInTempBatch. fixed clicking on sort line for treeView to only recognize actual clicks. fixed stayInCollection with DocDecorations to not create a giant gray square. prevent server crash when db has bad data somehow. | |||
| 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. | |||
| 2021-02-18 | added preliminary cookie mechanism for making documents appear after ↵ | bobzel | |
| focusing on a document which sets a cookie. converted catalog to new "file system" tree view. | |||
| 2021-02-18 | better version of forward/backward view management in lightBoxview. | bobzel | |
