| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-20 | fixed up audio dictation to its former glory. | bobzel | |
| 2021-03-20 | fixed color box | bobzel | |
| 2021-03-20 | cleanup of sidebars for pdf/web - toggle open/close without sizing artifacts ↵ | bobzel | |
| - open automatically when adding a note. | |||
| 2021-03-20 | cleaned up warnings. fixed webBox annotations to write to correct key so ↵ | bobzel | |
| that they appear on startup. | |||
| 2021-03-19 | from last | bobzel | |
| 2021-03-19 | fixing up future/history for webBox to sync annotation display. | bobzel | |
| 2021-03-19 | added stuff to WebBox so that it will work with Firefox browsers (which have ↵ | bobzel | |
| the benefit of rendering web pages without blur the way Chrome does on windows) | |||
| 2021-03-19 | fixed clicking on web box and immediately scrolling to work. | bobzel | |
| 2021-03-19 | fixed double clicking on text to select text unless near the border. Also ↵ | bobzel | |
| allos clicking to set insertion point on isLInkButton text boxes that have been selected. | |||
| 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 | more cleanup of webbox/pdfbox/sidebarAnnos | bobzel | |
| 2021-03-18 | broke sidebarAnnos into its own component | bobzel | |
| 2021-03-18 | preparing to break sidebar out into its own component | 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 | 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 | minor tweaks from last | bobzel | |
| 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 | rearranged top bar buttons - moved some into PropertiesButtons. Cleaned up ↵ | bobzel | |
| 'editing' field for key frames to not write to the document. | |||
| 2021-03-17 | added autoHeight proeprtyButton. cleaned up stackingViewFieldColumn a bit | bobzel | |
| 2021-03-16 | fixed dropping into a group using title bar (embed key) | bobzel | |
| 2021-03-16 | more chromeStatus cleanup. Big stripdown of propertiesButtons. | bobzel | |
| 2021-03-16 | put invalidation of imagebox's suffix on a 1sec delay for efficiency. | bobzel | |
| 2021-03-16 | fixed up leaving pushpins - leave pushpin when moving from one annotated doc ↵ | bobzel | |
| to another. | |||
| 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-16 | from last | bobzel | |
| 2021-03-16 | fixed warnings | bobzel | |
| 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-15 | from last | bobzel | |
| 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-15 | almost everything working with webBox -- just need to tweak scrollHeight | bobzel | |
| 2021-03-15 | fixed scrolling to annotations and pointerevents on webBox (when an ↵ | bobzel | |
| annotation was selected so you can drag out a marquee) | |||
| 2021-03-15 | getting webBox's to work like PdfBox's - text selection & marquee. | bobzel | |
| 2021-03-14 | added sidebar toggle for webBox | bobzel | |
| 2021-03-14 | added a sidebar button for pdfs. fixed text editing to not be super slow ↵ | bobzel | |
| when fitwidth && opened in lightbox. | |||
| 2021-03-14 | fixed warnings from missing keys. change file orphans to Unfiled | bobzel | |
| 2021-03-14 | added sidebar annotations to webBox. Fixed PdfBox to allow marqueeing when ↵ | bobzel | |
| sidebar annotation is selected. | |||
| 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-13 | fixed marquee annotations on pdfs from crashing - still need to fix offset ↵ | bobzel | |
| problem. | |||
| 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-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-11 | fixed display of aliases in filesys tree view. fixed dropping of "proto" ↵ | bobzel | |
| dropAction to move, not copy them in file sys. fixed stacking view to allow for a stacking sidebar in PDFs and then properly support fitWidth (and not) for items in the sidebar. | |||
| 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-11 | fixed toggling documents into overlay layer | bobzel | |
| 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. | |||
