| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-18 | migration of link properties to propertiesView | bobzel | |
| 2022-11-17 | fixed pushpin behaviors by not animating when anchor viewspec already ↵ | bobzel | |
| matched document. fixed recording button highlighting. switched LinkEditor to edit properties of destination insteqad of source anchor | |||
| 2022-11-16 | big changes to make link following use the same code as pinning docs for trails. | bobzel | |
| 2022-11-15 | made InPlace container tool button apply more settings to be more like a ↵ | bobzel | |
| template. added followAllLInks flag. added image anchors to save pan zoom. added follow link button bar option for follow all links. added hideDecorations flag and property | |||
| 2022-11-14 | fixed following link 'inPlace' from within lightbox to do same thing as if ↵ | bobzel | |
| out of lightbox. fixed contentActive behavior for multicolumn view. removed progressivize from presbox. | |||
| 2022-11-14 | made audio anno recording last as long as record button is pressed. added a ↵ | bobzel | |
| Hide option to allow an pres item to be animated but not visible (used to setup state for subsequent activity)) | |||
| 2022-11-10 | partial fix for previewing multiple links to different sidebar notes. fixed ↵ | bobzel | |
| opening sidebar to create an annotation the first time. fixed honoring dashFieldView's non-editable flag. moved isLinkButton setter to expert and make isLinkButton default for Buttons. fixed following Links with Zoom to reset view. fixed view for editing onClick for documents | |||
| 2022-10-31 | cleaning up link count icon to be part of documentLinks view and to appear ↵ | bobzel | |
| on tab views that have links. | |||
| 2022-09-29 | a bunch of changes to trails: link to trail to initiate trail when following ↵ | bobzel | |
| link. cleanly separate pin layout data vs. content data. | |||
| 2022-09-21 | restyled document decorations | Geireann Lindfield Roberts | |
| and changed novice mode to exclude `data` in treeView | |||
| 2022-09-20 | fixed golden layout to always leave a stack when removing splits. | bobzel | |
| 2022-09-15 | fixed border highlight for animation effects. require shift-key for all ↵ | bobzel | |
| pinWithView operations | |||
| 2022-08-26 | added x,y,w,h view pinning for all documents. | bobzel | |
| 2022-08-10 | cleaned up pinning documents with an activeFrame index (and special case of ↵ | bobzel | |
| isInkMask). removed text-color from pres boxes which was breaking opacity when docs had an appearFrame > 0. | |||
| 2022-08-09 | fixed click on menu button for text box with hyperlink to not bring up ↵ | bobzel | |
| buttonBar. fixed right click on hyperlink to just bring up button bar, but not native context menu. fixe stacking view child pointer events so that sidebar documents in lightbox are editable. | |||
| 2022-08-09 | added an audio annotation button to the anchor menu bar. | bobzel | |
| 2022-08-08 | moved 5 sec anno recording button to documentButtonsBar. made recording ↵ | bobzel | |
| button appear only when there is one & click to play recording. | |||
| 2022-08-02 | Adjusted ScriptFields to have a rawScript, and updated ScrptingBoxes to ↵ | bobzel | |
| create a scriptField even for scripts that don't compile. Updated CurrentUserUtils setup functions for clicks. Fixed TemplateMenu to work again. | |||
| 2022-07-08 | restructured currentUserUtils to avoid having import cycles. | bobzel | |
| 2022-06-20 | a bunch of changes to make some userDoc() field accesses more typesafe by ↵ | bobzel | |
| going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils | |||
| 2022-06-09 | renamed fitToBox to fitContentsToBox. fixed pinning multiple documents at ↵ | bobzel | |
| same time to not bring up presBox multiple times. | |||
| 2022-06-09 | fixed issues with pinWithView so that thumnails show the pinned area and ↵ | bobzel | |
| navigating to the view shows the entire pinned area regardless of panel size. | |||
| 2022-06-08 | added ability to make thumbnails of dashboards. started to cleanup ↵ | bobzel | |
| dockingView/goldenlayout undo event handling. cleaned up tab doc list in docking view. made titles editable again in treeview. fixed overlay view to work with image docs etc by setting top/left in css | |||
| 2022-06-06 | fixed updateView for audio/video presbox elements. | bobzel | |
| 2022-06-06 | fixes for audio box pin with view. | bobzel | |
| 2022-06-05 | some changes to prevent presBox from iconifying when typing enter for pres ↵ | bobzel | |
| item preropty values. also fix so that pinwithView for video stores the start and end time of the video. | |||
| 2022-05-18 | fixed linking bug so that both start and end link can be regions. added ↵ | bobzel | |
| zoom to target checkbox for link editing. extracted out a new field pointerEvents so that lockPosition is not automatically conflratd with no pointer events. updated freeformview focus to work with zooming on region selections. | |||
| 2022-04-23 | more fixes for treeView to support hierarchical presentations. | bobzel | |
| 2021-09-30 | fixed creating/drawing straight horizontal/vertical lines. fixed showing ↵ | bobzel | |
| proper context menu for ink. | |||
| 2021-09-30 | fixed context menu for ink from docbuttons bar | bobzel | |
| 2021-09-12 | updates pres so it works | kimdahey | |
| 2021-09-12 | Update DocumentButtonBar.tsx | Geireann Lindfield Roberts | |
| 2021-09-12 | Update DocumentButtonBar.tsx | Geireann Lindfield Roberts | |
| 2021-08-19 | menu nearing final 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-07-31 | fixed linking issues with dragging & updating linking UI | geireann | |
| 2021-07-31 | more updates | geireann | |
| 2021-07-30 | major UI / updates + refactoring | geireann | |
| 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-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-15 | getting webBox's to work like PdfBox's - text selection & marquee. | bobzel | |
| 2021-03-09 | changed field unchanged -> googleDocUnchanged. cleaned up some other code. | bobzel | |
| 2021-02-26 | minimal cleanup of standard fields. fix to error thrown in document buttonbar | bobzel | |
| 2021-02-15 | cleaned up showTitle and showAudio stuff just a bit. | bobzel | |
| 2021-01-21 | fixed fitWidth for WebBox | bobzel | |
| 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 | |
| 2020-12-16 | fixed treeView layouts to pass good values for panelWidth/height to ↵ | bobzel | |
| DocumentView. renamed Selectionmanager methods to be views not documents. | |||
| 2020-12-10 | moved opacity and borderRounding into styleProviders. fixed contextMenu ↵ | bobzel | |
| clcik from button bar | |||
