aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
AgeCommit message (Collapse)Author
2020-11-14fixed height of autoHeight masonry (tools panel was messed up showing ↵bobzel
nothing). fixed drag to hide the dragged feedback before hit testing which prevented dragging buttons from working. removed 'dropAction' from removeDropProperties on buttons
2020-11-14refactored treeview code slightlybobzel
2020-11-13fixed treeView to be able to access active() on contained document in order ↵bobzel
to keep slide sidebar active when sidebar documents are selected. fixed ContetntFittingDocumentView to show fitToBox correctly and more simplhy
2020-11-12only use arrow keys to pan freeform views that are at the top levelbobzel
2020-11-11fixes to centering of documents in ContentFittingDocumentView. fixed ↵bobzel
display of document title in tree view when it was alrady rendered in the tree view.
2020-11-11turned off selection highlighting in TreeView because it is way too ↵bobzel
inefficient. more fixes to laying out fitWidth and other documents in ContentFittingDocViews. testing against GridViews and TreeViews things seem to work.
2020-11-10fixed Slides to be Colllections (not text) and fixed dockingView to display ↵bobzel
collections properly.
2020-11-10fixes for tree view to display embedded documents correclty -- nested ↵bobzel
collections didn't have a width before and vertical sizing was off.
2020-11-10fixed performance issues with background grid by avoiding making really big ↵bobzel
canvases.
2020-11-09fixed autoHeight for formattedTextSidebars when the text document has been ↵bobzel
scaled. cleaned up link groups. fixed pushpins that don't focus on target (e.g., a si m ple pushpin on a PDF).
2020-11-09added fullScreen alias option for opening documents so that opened document ↵bobzel
can have different scale than original. fixed pushpins to not toggle target if something must be panned/zoomed to show the target. fixed drag drop to ignore the document being dragged properly when dropping (which prevented a document over a collection from being dropped on the colelction when move slightly).
2020-11-08added an optional background grid for collections.bobzel
2020-11-06Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbobzel
2020-11-06fixed web pages to scroll and update scrollTop when in annotation mode. ↵bobzel
fixed pointer events on custom text view headers.
2020-11-06Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-11-05changed opening a presentation that is open in minimized mode to move the ↵bobzel
minimized version to the a right split
2020-11-06Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-11-05fixed color of libraryHandle. changed opening a prensetation that is alrady ↵bobzel
open and minimzed to do nothing.
2020-11-04select item in trail after marquee selectGeireann Lindfield Roberts
2020-11-03fixed masonry view to not create empty documentsbobzel
2020-11-03Merge pull request #925 from browngraphicslab/presentation_v1bobzel
Presentation v1
2020-11-03added undo's for icon/deiconifying pile docs and icon docs. added a zoom ↵bobzel
hack to focus on stacking documents. stopped autoscroll on nested collections.
2020-11-04reset old widthGeireann Lindfield Roberts
because default width for doc is 400 so max does not work
2020-11-02fixed display of text controls for nested text boxes like captions.bobzel
2020-11-02fixed up dropping documents into a collection that doesn't have an ↵bobzel
activeFrame set so that they can be resized
2020-11-01minor cleanupbobzel
2020-11-01Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-11-01removed console.log + click to return to slide 1Geireann Lindfield Roberts
2020-11-01Remove any attempt at auto playing audioGeireann Lindfield Roberts
2020-11-01pinWithView works with view pathsGeireann Lindfield Roberts
+ removed Pan options and Scroll options
2020-10-30fixed bookmarked views to not break when there's no current frame. (caused ↵bobzel
the bug with the large bookmark icon after having created and invoked a previous bookmark icon)
2020-10-28fixed dark scheme mode for menu, properties view, and minimap button.bobzel
2020-10-28Merge branch 'presentation_v1'bobzel
2020-10-28fixed up dark schema a bit.bobzel
2020-10-27Performance updates for up/down arrowsGeireann Lindfield Roberts
Only calls resetSelection when necessary
2020-10-25fixed placement of link button for scaled text views. fixed document ↵bobzel
decorations for ContentFittingDocViews & fitWidth items. Fixed documentDeocrations for CollectionMulticolumn view.
2020-10-25Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbobzel
2020-10-25fixed undoing tab namebobzel
2020-10-25code cleanup and changesGeireann Lindfield Roberts
- fix open in new tab bug changed from replace
2020-10-24add slide title and fix shift-arrow selectionGeireann Lindfield Roberts
2020-10-23improved selection/play/context menu behavior of youtube videos. fixed ↵bobzel
youtube videos to pinwithview better by capturing timecode after a seek drag event so that you can pin with view.
2020-10-23fixed major performance/bug with replaceTab AddDocTab where they weren't in ↵bobzel
an action so lots of extra/wrong work was being done. Now switching slides should work when they open new tabs.
2020-10-22added more caching for linkManager queries.bobzel
2020-10-22aadded some caching to tabView propertiesbobzel
2020-10-22added pinwithView for videosbobzel
2020-10-22added alert for uknown filetype uploadsbobzel
2020-10-22fixed pinning multiple documents to work and be undoable.bobzel
2020-10-22fixed webBoxes to switch URLS when hyperlink is clicked (and page is not ↵bobzel
cross-origin). fixed some undo navigation web stuff. fixed drag/drop to create anchor that bounds the original selection. fixed html clippings to not have a nativewith/height so that they reflow
2020-10-21fixed dragging documents to bottom of presentation list. fixed adding to ↵bobzel
preentation list without creatinga a duplicate.
2020-10-21fixed warnings. fixed pinning of multiple documents at the same time to ↵bobzel
bring up the presentation view just once.