aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentContentsView.tsx
AgeCommit message (Collapse)Author
2023-08-13Merge branch 'master' into UI_Update_Eric_MaEric
2023-07-27fixed importElementBox and made importBox be a masonry view. fixed clicking ↵bobzel
background of importBox to deselect everything. fixed masonry view documennt screentolocal and fixed column handle placement. fixed 'never' disable click script flag. fixed color of documentdeocrations title.
2023-07-17so many updatesGeireann Lindfield Roberts
2023-07-10Location metadata synced and reactions workingEric
2023-06-06more Symbol updating.bobzel
2023-05-22merged physics with masterbobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-04-24add folder for physics boxbrynnchernosky
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ↵bobzel
ContainingCollectionView props.
2023-04-11exracted FollowLinkScript() function. got rid of template parameters to ↵bobzel
simplify templating.
2023-04-11removed 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-03-27changed longPress to always select and to show decorations. fixed ↵bobzel
single/double-click code and cleaned up behavior timeouts. fixed pointer events for tree view editing titles and using as powerpoint.
2023-03-23Merge branch 'master' into schema-mehekmehekj
2023-03-20cleaned up pointer events so that nested documents can be selected directly ↵bobzel
without selecting their container. fixed following link to video timeline marker. fixed focusing on groups. added didMove to DocFocusOptions to restore ability to do toggle on/off of target. fixed lockingPosition of ink strokes. fixed clicking on inkstrokes in groups to use visiblePainted instead of all for pointer events.
2023-03-14Merge branch 'master' into schema-mehekmehekj
2023-03-08switched filters from being a document to just being a UIbobzel
2023-02-27rows are documentviews but clippedmehekj
2023-01-28version without schemarow as documentviewmehekj
2023-01-28checkpoint: schemarow as documentview functioningmehekj
2023-01-25add new viewbrynnchernosky
2023-01-06added zoom box highlighting of text anchors in pdf/web pages for link/pres ↵bobzel
following. Added serial/parallel option for presentation group with up. Added direct pinning of text seletions to trails. fixed 'hide' option for preselements to work with hidebefore/after
2022-11-08making pasting form pdf work again with backlinks. text fixes for ↵bobzel
equationViews and dashField views -- trying to get docref linkAnchor to work.
2022-08-29Merge remote-tracking branch 'origin/naafi-document-loading-placeholder'bobzel
2022-08-22from lastbobzel
2022-08-10created placeholder loading box but have to get location of final doc to ↵Naafiyan Ahmed
update with loading box
2022-07-22adjusted native dim scaling slightly combining props.scaling and ↵bobzel
props.ContentScaling into props.NativeDimScaling and fixing some resizing behaviors for fitWidth freeformviews and native-sized text boxes. Also fixed clicking on presboxe elements to not drag.
2022-07-07trying to fix errors in compilesbobzel
2022-06-29basic graph not workingNaafiyan Ahmed
2022-06-21Merge branch 'master' into data-visualization-view-naafibobzel
2022-06-21fixed issues with register DataViz jsx.bobzel
2022-06-21trying to get basic data viz view to workNaafiyan Ahmed
2022-06-21restored experimental templates. fixed (enabled) pointer events on nested ↵bobzel
column/row views when container is active. got rid of freezeDimensions which wasn't needed and introduced artifacts for views that set it (timeView, GridView)
2022-06-20Revert "Revert "Merge branch 'master' into temporalmedia-mehek""mehekj
This reverts commit 3415f672292bb349c7d9ec66564933a746ee3b25.
2022-06-20Revert "Merge branch 'master' into temporalmedia-mehek"mehekj
This reverts commit 145117365b2708ef6b365c6f0f10c38b85a87307, reversing changes made to 7eedde332010c8896be636f0b5c6a7b2c8043e48.
2022-04-28Merge branch 'master' into recording-jennyJenny Yu
2022-04-25 changed freeformview's with engines to not allow children to be edited ↵bobzel
using setHeight prop since engine layouts are temporary and shouldn't edit the doc. fixed tags to work with pivot view. cleaned up pile views to be less hacky..
2022-04-07added RecordingViewgeireann
2021-09-15merge master into trails-aubreyAubrey Li
2021-09-10event handling fixes for ink. double click on deselected ink takes shows ↵bobzel
handles. lightbox view works. transparent fills are not selectable.
2021-09-09fixed anchor menu highlighter button's dropdown location. fixed metadata ↵bobzel
view for formattedText. added menu item for metadata view. fixed formattedTextbox initialization.
2021-08-14code reorganising and updatesgeireann
2021-07-31Merge branch 'master' into trails-aubreyAubrey-Li
2021-07-30major UI / updates + refactoringgeireann
2021-07-26Merge branch 'master' into trails-aubreyAubrey-Li
2021-07-23fixed issues with layoutString templates (eg customView): scale properly ↵bobzel
when in a time view, have a data doc, scripts are called with 'scale' parmeter
2021-07-19map as nodeAubrey-Li
2021-07-15fixed onClick scripts for layout fields of HTMLtags. adjusted formatting of ↵bobzel
fieldViews/checkboxes/inputs
2021-07-12Changed "schemaView" :arrow_right: "collectionSchema"geireann
So style is consistent with other folders
2021-07-06reoganization of schema view files, partial0x85FB9C51
2021-04-23fixed code warnings. updated some npm pacakges including typescript.bobzel