Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-07 | fixed removing map pins to not reappear. updated config anchors to not be ↵ | bobzel | |
added to annotations list. fixed imageBox to not pass its configs on to its parent collection when focusing. | |||
2023-09-05 | change getAnchor to honor addAsAnnotation so that pinning docs doesn't add ↵ | bobzel | |
to annotation list. fixed dragging anchor menu icons so that they appear. | |||
2023-08-25 | convert url to base64, ensure img is loaded | Sophie Zhang | |
2023-08-24 | moved generative fill variables into ImageBox from MainView to prevent ↵ | geireann | |
awkward reference cycle | |||
2023-08-24 | Merge branch 'master' into sophie-ai-images | geireann | |
2023-08-23 | protecting against bad urls especially after generating thumbnails | geireann | |
2023-08-22 | Merge branch 'master' into sophie-ai-images | geireann | |
2023-08-21 | got rid of transition time for images .. default duration should be sufficient? | bobzel | |
2023-08-17 | Merge branch 'master' into sophie-ai-images | Sophie Zhang | |
2023-08-17 | revert | Sophie Zhang | |
2023-08-17 | broken version | Sophie Zhang | |
2023-08-17 | fixed brushing of pinned viewports for chrome to not flash. converted ↵ | bobzel | |
pres<Property> to config_<property> and treeView<Property> to treeView_Property. fixed text toolbar to show/set text properties based on insertion point. | |||
2023-07-20 | Merge branch 'sophie-report-manager' into sophie-ai-images | Sophie Zhang | |
2023-07-18 | Merge branch 'master' into sophie-ai-images | Sophie Zhang | |
2023-07-06 | Merge branch 'master' into james-azure-image | James Hu | |
2023-07-03 | fixed set native pixel size | bobzel | |
2023-07-02 | made multicolumn/row views fit contents to panel and center. changed ↵ | bobzel | |
collection drop to propagate when embed is not enabled. fixed image box drop . made goldenlayout tabs selectable. turned off leaving pushpins on drag out. fixed long press to disable on drag. | |||
2023-06-29 | undo and redo | Sophie Zhang | |
2023-06-26 | temp working version | James Hu | |
2023-06-23 | cleaned up more issues with pointer events/contents active. fixed dragging ↵ | bobzel | |
from piles. | |||
2023-06-22 | cleaned up dragging - abort presItem drags properly, fix naming for ↵ | bobzel | |
drag/dropAction, small fix undo of drag removeproperties, dragging in/out of headerBar, fixed isContentActive to avoid SnappingManager.GetIsDragging. fixed resizing videos. | |||
2023-06-19 | renamed all config doc creators to just ConfigDocument() | bobzel | |
2023-06-06 | updated Symbol naming. fixed various compile errors related to type checking. | bobzel | |
2023-05-14 | fixed webpage link following by adding a presData for the current URL to all ↵ | bobzel | |
embedded docs. fixed getView() in showDocuments to not get called with the proper anchors. changed unrendered MARKERs to CONFIGs. changed anchors to Configs or Markers as appropriate. | |||
2023-05-14 | major overhaul of field naming conventions. | bobzel | |
2023-04-24 | fixed pile view to be resizable. | bobzel | |
2023-04-24 | fixed isContentActive=false to apply to stacking collections. fixed pile ↵ | bobzel | |
view to be faster and to work in fit content panels. fixed issues with hidden docs and freeformviews that act as lightboxes - hidden docs can be shown as the lightbox doc without modifying the hidden flag to allow collection state to be restored. | |||
2023-04-19 | fixed image importing metadata for gpt. fixed showTitle UI to be able to ↵ | bobzel | |
turn off titles on templates (like icon views). added ui for choosing primary/alternate image and a drop target for setting alternate. | |||
2023-04-17 | Merge branch 'master' into pres-trail-sophie | bobzel | |
2023-04-14 | got rid of CollectionView prop. fixed DocFocusOrOpen to toggle targets and ↵ | bobzel | |
zoom correctly. | |||
2023-04-13 | Merge branch 'master' into pres-trail-sophie | Sophie Zhang | |
2023-04-11 | removed arrangeItems context button for collections to make it a funciton on ↵ | bobzel | |
drop instead of a reaction. Converted isLinkButton to be an onClick script. got rid of unused PARAMS field on templates. fixed PresElementBox rendering of embedded docs. | |||
2023-04-05 | adjusted general context menu items to always appear last. cleaned up ↵ | bobzel | |
makeLink api, | |||
2023-04-04 | fixed using freeformview in sidebar of pdfs. fixed issues with dragging ↵ | bobzel | |
items out of schema and with selecting the schema view by clicking on headers. Fixed a lot of errors caused by using OmitKeys which masks type checking. fixed some pointerevent problems with treeview and freeformview | |||
2023-03-29 | fixed sizing of link count button. moved border paths and audio to style ↵ | bobzel | |
provider | |||
2023-03-16 | Merge branch 'master' into pres-trail-sophie | geireann | |
2023-03-10 | fixed image anchors to save zoom/pan info and to focus() on content when ↵ | bobzel | |
following anchors. fixed progresivized items in trails to not allow dragging items out or dropping new items in. | |||
2023-03-06 | Merge branch 'master' into pres-trail-sophie | Sophie Zhang | |
2023-03-05 | replace jumpToDocument with showDocument. restructure code to get rid of ↵ | bobzel | |
scrollFocus by adding getView() and fixing focus() and restoreTargetView | |||
2023-03-02 | Image uploads use local path rather than web url | geireann | |
2023-02-27 | restructured getAnchor()/scrollFocus to be more consistent. added ↵ | bobzel | |
setterscript for computedFields. restructed getFieldsImpl to avoid making multiple requests for the same document due to timing issues by 'locking' a document cache with a promise before sending the server request. added rotation and fill color as animatable fields. fixed image cropping for | |||
2023-02-22 | fixing highlighting presbox navigations. image anchor are now always added ↵ | bobzel | |
as annotations. | |||
2023-02-22 | Merge branch 'master' into UI_Update_Eric_Ma | Eric | |
2023-02-22 | Merge branch 'master' into UI_Update_Eric_Ma | Eric | |
2023-02-22 | Icons for image context menu | Eric | |
2023-02-22 | fixes for restoring layouts in presentations and link following. | bobzel | |
2023-02-21 | fixed explore mode zooming. don't show doc decorations until you move ↵ | bobzel | |
outside of the document, fixed dragging radius button over webbox to still get pointer events. fixed selection text in coments for web boxes.. fixed setting default background color for notes. fixed mode buttons to trigger click behavior before double click behavior. fixed events on nested text boxes that are linkAnchors (like text quotes in sidebar comments), | |||
2023-02-09 | fixed childLayoutString to work. made images capable of fitWidth. fixed ↵ | bobzel | |
animating data field pres changes. fixed lightbox to ignore annotations on collections. fixed double-click on icon to open in lightbox. added options for turning off ink labels, and opening ink in lightbox. fixed closing ink strokes by dragging. fixed drawing ink to use coord sys of starting point and to render ink the correct width and to honor GestureOverlay mode properly. . | |||
2023-02-04 | image background color determines opacity of image (independently of ↵ | bobzel | |
annotations over image). enabled scrolling of images when in fitWidth mode. added disabling of text labels in ink shapes. | |||
2023-01-20 | removed tour map from lightbox. added option to create anchors without ↵ | bobzel | |
adding thm as annotations. made zoom of text an option for pres and links |