aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
AgeCommit message (Expand)Author
2023-05-21fixed comparisonBox to create embeddings of documents by fixing targetDropAct...bobzel
2023-05-17changed creationDate to author_date. fixed undo bug with webboxes. fixed me...bobzel
2023-05-17fixed scrolling/panning on fitWidth images. fixed drag/zoom conflicts for ov...bobzel
2023-05-16cleaned up UndoStack a bit to be available with the undo/redo buttons (using ...bobzel
2023-05-16fixed bugs with goldenlayout dragging and undoing. fixed searching for filte...bobzel
2023-05-14fixed webpage link following by adding a presData for the current URL to all ...bobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-05-13changed EditableViews to support oneline and multiline. Also added transform...bobzel
2023-05-10fixed header to not overlap sidebarAnnos in text views.bobzel
2023-05-08fixed dragging inkMask strokes. fixed background color/fill for strokes. fi...bobzel
2023-05-02fixed ink erasing when stroke intersects at endpoint. attempted performance ...bobzel
2023-04-28fixed open in lightbox from doc decorations. fixed resizing text docs that a...bobzel
2023-04-27added proper scaling of multi-selections and groups. fixed pinViewport to wo...bobzel
2023-04-26from lastbobzel
2023-04-26added cheatsheet and shortcut for viewing text shortcuts. changed menu organi...bobzel
2023-04-26fixed filters - checkboxes generated when options are less than 20, added -un...bobzel
2023-04-24fixed isContentActive=false to apply to stacking collections. fixed pile view...bobzel
2023-04-18fixed selection issues: shift does multiselect again, doc decoration backgrou...bobzel
2023-04-18cleaning up zip/unzip of filesbobzel
2023-04-14got rid of CollectionView prop. fixed DocFocusOrOpen to toggle targets and z...bobzel
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ContainingCollectio...bobzel
2023-04-11exracted FollowLinkScript() function. got rid of template parameters to simp...bobzel
2023-04-11removed arrangeItems context button for collections to make it a funciton on ...bobzel
2023-04-05fixed up dataviz to work again. fixed point selection, tooltips, making and ...bobzel
2023-04-05fixed dragging groupsbobzel
2023-04-05adjusted general context menu items to always appear last. cleaned up makeLi...bobzel
2023-04-04fixed using freeformview in sidebar of pdfs. fixed issues with dragging items...bobzel
2023-03-29fixed sizing of link count button. moved border paths and audio to style pro...bobzel
2023-03-28from lastbobzel
2023-03-28moved filter icon to style providerbobzel
2023-03-28mostly code cleaning. small bugsbobzel
2023-03-28numerous changes to try to simplify event handling in DocumentView - got rid ...bobzel
2023-03-27fixed selections on PDFsbobzel
2023-03-27changed longPress to always select and to show decorations. fixed single/dou...bobzel
2023-03-24fixed showing keyValueBox when document opacity is 0 or it is hidden. fixed ...bobzel
2023-03-24overhaul of selection api so that schema and other views behave like freeform...bobzel
2023-03-23fixed up pointer events so that schema and freeform items can be selected wit...bobzel
2023-03-23fixed schema view to not let its contents be active (selectable/draggable) un...bobzel
2023-03-23Merge branch 'master' into schema-mehekmehekj
2023-03-23fixed link linesmehekj
2023-03-23changed showing keyvalue panes to not create a document, but to use the Layou...bobzel
2023-03-23fixed pointer events for doc contents with onClickHanlders to be none when do...bobzel
2023-03-22removed gitlike and branch stuff. updated fortawesome. added Z ordering but...bobzel
2023-03-20fixed copying of docs with template layout docs. fixed clone to search throu...bobzel
2023-03-20cleaned up pointer events so that nested documents can be selected directly w...bobzel
2023-03-17fixed clicking and dragging stackedTimeline anchors. updated followLink para...bobzel
2023-03-17fixed scriptingbox to remove script if text is empty. fixed scripting with c...bobzel
2023-03-17cleaned up highlighting styles a bit. fixed stackedTimeline screen to local xf.bobzel
2023-03-15fixed up Clone() and export/import collection to work with links, presentatio...bobzel
2023-03-14simplified Deserialize code. streamlined currentUserUtils to need fewer comp...bobzel