| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-24 | wrapped Color() calls in DashColor() to catch exceptions for color strings ↵ | bobzel | |
| no found | |||
| 2021-09-10 | made web page menu UI functional. made ink show up in minmimap. | bobzel | |
| 2021-09-02 | Many updates | geireann | |
| - Fixed image uploads so it clones rather than makes an alias - Updated context menu - Removed tools panel from novice mode in favour of ":" menu - Added explainers to menus in novice mode - Re-added the trails button - Changed UI for text, PDF & websites so that it is more consistent | |||
| 2021-08-31 | "Untitled Presentation" only created after a document is pinned | geireann | |
| 2021-08-30 | merged with master - fixed warnings and errors. | bobzel | |
| 2021-08-26 | a lot of changes to move isContentActive into DocumentView | bobzel | |
| 2021-08-24 | Merge branch 'master' into menu_updates_geireann | geireann | |
| 2021-08-23 | menu getting closer :cry: | geireann | |
| 2021-08-22 | more updates | geireann | |
| 2021-08-22 | started to fix issues with recognizing ink strokes. fixed minimizing ↵ | bobzel | |
| presentation box by fixing TabDocViews to provide a working removeDocument prop | |||
| 2021-08-19 | menu UI updates | geireann | |
| 2021-08-06 | fixed webboxes so that you can link to an annotation and it will restore the ↵ | bobzel | |
| url as well. a bunch of warnings cleanup. | |||
| 2021-08-06 | fixed webbox history to allow duplicate urls | bobzel | |
| 2021-08-04 | restructured filters again so that filter icons show whether a document has ↵ | bobzel | |
| a filter or inherits one. following a link with a view spec overrides only locally set filters (not inherited ones). | |||
| 2021-07-31 | linking updates and tab updates | geireann | |
| 2021-07-30 | major UI / updates + refactoring | geireann | |
| 2021-07-29 | lots of updates! | geireann | |
| 2021-04-19 | started to cleanup comic mode. | bobzel | |
| 2021-04-16 | fixed so that minimaps can't appear on non freeform collections. fixed ↵ | bobzel | |
| multirow/col to work with templates & stopped normalizing dimensions (which breaks templates). added quick and dirty lightboxDocTemplate to display templated documents. fixed TextDocs to work with template fields that just have a text string. | |||
| 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-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 | still cleaning up all the active/selection code. | bobzel | |
| 2021-03-29 | initial changes to cleanup pointer events. | bobzel | |
| 2021-03-24 | fixed screenshot box to not show minimap | bobzel | |
| 2021-03-12 | prevent anything but Docs from being written to offScreenTabs. fixed tabs ↵ | bobzel | |
| to activate an unrendered tab when it is uncovered for the first time. | |||
| 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-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 | updated fieldInfos a bit more. | bobzel | |
| 2021-02-25 | cleaned up DoccomponentView to just have general api fields. fixed lightbox ↵ | bobzel | |
| to animate back properly & shinkwrap. | |||
| 2021-02-23 | fixes for toggling minimap icon display/behavior. | bobzel | |
| 2021-02-23 | minimap cleanup | bobzel | |
| 2021-02-23 | removed _renderContentBounds and updated miniMap view. | bobzel | |
| 2021-02-14 | mae RichTextField parseable from keyvalue. got rid of pause to insert text ↵ | bobzel | |
| timestamps for simplicity. fixed transition typo. | |||
| 2021-02-14 | fixed freeformview focus to not pan annotation documents or layoutEngine ↵ | bobzel | |
| freeform views. fixed some exceptions. cleaned up focus() return value. | |||
| 2021-02-14 | fixes to focus()'s api and extension to allow focusing on a Tab's contents. | bobzel | |
| 2021-02-13 | fixed double-click to open nested freeform docs to fall back on DocumentView ↵ | bobzel | |
| to open them in lightbox. fixed resetting of collectoin view pan/scale after coming out of lightbox. | |||
| 2021-02-12 | changed audio video annotation to use only timecodeToShow/timecodeToHide. ↵ | bobzel | |
| distinguish timeline annotation from video frame annotations with _timelineLabel field. Lightbox improvements to restore original camera values and to use fitContentsToDoc for collections | |||
| 2021-02-12 | changed lightbox to navigate within frame if next target is alreay there, ↵ | bobzel | |
| otherwise create it. changed focus default to call afterFocus(). fixed bug of zooming on target doc to compute scale correctly. | |||
| 2021-02-11 | playing with trying to improve chaining of nested focus() method calls. | bobzel | |
| 2021-02-10 | fixed following link to document in another context to work in LightboxView | bobzel | |
| 2021-02-10 | changed docViewPath to be a function to avoid mobx invalidations | bobzel | |
| 2021-02-05 | cleaned up lightbox. replaced old npm lightbox. | bobzel | |
| 2021-02-04 | fixed scrolling animations in view bounds for webbox and pdfBox's ↵ | bobzel | |
| particualrly for lightbox views. added a docViewPath prop for docuentViews. | |||
| 2021-02-02 | playing with a general lightbox for Dash documents. | bobzel | |
| 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 selection bounds for video box annotations, especially when in full ↵ | bobzel | |
| screen view. | |||
| 2021-01-14 | fixed stacking behavior of what audio regions that have no end | bobzel | |
| 2021-01-11 | generalized spotlight moving to be available by any document | bobzel | |
| 2021-01-11 | Merge branch 'master' into ink_edits | bobzel | |
