aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
AgeCommit message (Collapse)Author
2022-08-26extending pres trails to allow ink animation without using keyframes.bobzel
2022-08-25fixed crashes in notetaking view and cleaned up code a bit. fixed undo of ↵bobzel
column deletion.
2022-08-24Merge branch 'master' into schema-mehekmehekj
2022-08-24Merge branch 'parker'bobzel
2022-08-24made text boxes support animation frames. fixed dragging on unselected pres ↵bobzel
element ttitles. cleaned up setting ink to have animation frames.
2022-08-24cleaned up some of the pin with view code. added a pin button to menu bar ↵bobzel
when tab is selected to avoid needing to use context menu
2022-08-23changed dragging off Key column header to create a view of the field, not a ↵bobzel
template
2022-08-23Merge branch 'master' into parkerbobzel
2022-08-23added color to animated properties. changed doc decorations to stop before ↵bobzel
menu bar. changed color of tab bar so that doc decorations is visible when overlapping.
2022-08-22from lastbobzel
2022-08-22added animation of background color, and streamlined/extended a variety of ↵bobzel
props-related things.
2022-08-22made inkMasks animate when they are turned on /off. fixed inkStrokes to ↵bobzel
be interpolated when they have an activeFrame set.
2022-08-22made ink strokes animatable. added currentFrame to playgroundFieldsbobzel
2022-08-19cleaned up commentsNaafiyan Ahmed
2022-08-19Merge branch 'master' into naafi-document-loading-placeholderNaafiyan Ahmed
Merging loading doc into master
2022-08-19added comments, cleaned up code, could not get spinner to centerNaafiyan Ahmed
2022-08-19fixed undo bug in dragManager where batches weren't being closed. fixed ↵bobzel
schemaheader copy method to copy all parameters. fixed notetaking columnresizer to create an UndoBatch. fixed notetakingview's columnHeaders to return the actual headers list, not a copy. fixed document decorations to not modify docsBeingDragged
2022-08-18Merge branch 'master' into schema-mehekmehekj
2022-08-18fixed sizing bugNaafiyan Ahmed
2022-08-18fixed up presboxelement to not reference presbox.instance. fixing layout of ↵bobzel
presboxelement in treeview. fixing "removing" an inkMask without removing it from the collection so that it can be turned on and off.
2022-08-17fixed dragging docs on web and pdf to work better by temporarily adding ↵bobzel
transparent docs to the opaque layer so they can get drop events. cleaned eraser and pen interaction code and made erasing strokes work faster and avoid hanging by not intersecting strokes that are already partially deleted.
2022-08-16added loading for diff doc typesNaafiyan Ahmed
2022-08-16updated placeholderNaafiyan Ahmed
2022-08-15from last - fix for setting dash field numbersbobzel
2022-08-12fixed inline text box resizingbobzel
2022-08-11added better ui and backend support for mask ink strokes. added frame #'s ui ↵bobzel
for seeing current animation frame.
2022-08-11Merge branch 'master' into schema-mehekmehekj
2022-08-10basic selection completemehekj
2022-08-10Merge branch 'master' into data-visualization-view-naafiNaafiyan Ahmed
2022-08-10created placeholder loading box but have to get location of final doc to ↵Naafiyan Ahmed
update with loading box
2022-08-10cleaned 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-09fixed 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-09adjusted tootlip for showing pivot view of dashfieldview. removed ↵bobzel
scrollbars for autoheight textboxes - metadata views weren't resizing properly.
2022-08-09added an audio annotation button to the anchor menu bar.bobzel
2022-08-08moved 5 sec anno recording button to documentButtonsBar. made recording ↵bobzel
button appear only when there is one & click to play recording.
2022-08-08fixed autolinking to not match partial word substrings. restored textbox ↵bobzel
dictation.
2022-08-08cleaning up link ui. linkPreviews (not from linkMenu) have an edit button. ↵bobzel
link lines work when in lightboxview.
2022-08-08made props.showTitle = '' override doc.showTitle. fixed de-autoLinking when ↵bobzel
text box is empty
2022-08-04fixed notetaking view to have an 'unset' category for unassigned notes. ↵bobzel
fixed pivot view to not fail when docs have no width.
2022-08-03fixes for dragging notes so that they highlight properly and go to the right ↵bobzel
place when embedded in freeform views.
2022-08-03from lastbobzel
2022-08-03Merge branch 'master' into parkerbobzel
2022-08-02Adjusted 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-29fixed autoHeight for texdtviews embedded in text views. fixed doc ↵bobzel
decorations for sidebar items in lightbox view. added 'tree' as sidebar type for text. fixed text sidebar to show same annotations whether in stacking or tree view. fixed linkDescription pop to go away on click outside of it.
2022-07-28from lastbobzel
2022-07-28fixed video thumbnail generation to have a lock that prevents multiple ↵bobzel
attempts to create the thumbnails at the same time. fixed ImageUpload to catch resize errors and not crash the server.
2022-07-27got basic scroll focus to workNaafiyan Ahmed
2022-07-27this.addDocument does not existNaafiyan Ahmed
2022-07-26fixed clicking linkDocPreview to follow links. switched target drag ↵bobzel
behavior from title to preview
2022-07-26avoid crashes when urlfield is undefined. prevent multiple views from ↵bobzel
setting thumbnail for same doc at same time. prevent unregistered views from creating thumbnails.