aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
AgeCommit message (Collapse)Author
2020-05-11compile error fixes. fix to freeform view zooming when zoomed way out.Bob Zeleznik
2020-05-10made opening docs on right not create aliases. made clicking on an original ↵Bob Zeleznik
document trigger replacing it with an alias.
2020-05-10fixed scaling of overlay collectionsBob Zeleznik
2020-05-09added document clone and paste for all collectionsBob Zeleznik
2020-05-09lint fixesBob Zeleznik
2020-05-08from lastBob Zeleznik
2020-05-08enabled two-finger pan, pinch zoom and marquee drag without a modifier keyBob Zeleznik
2020-05-08added " " for switching between pan/zoom & marquee.Bob Zeleznik
2020-05-08fixed webbox exception. fixed marquee div not to userSelect. fixed snap ↵Bob Zeleznik
lines when zoomed out.
2020-05-07fixed most add/remove/move documents to support doc[]'sBob Zeleznik
2020-05-07fixes for adding/remove documents -- needs to be extended for views other ↵Bob Zeleznik
than freeform.
2020-05-04fixed links and snap lines broken by moving things into DragManager.Bob Zeleznik
2020-05-04fixed warningBob Zeleznik
2020-05-03extended documentBox's to support drag and drop of style. reorganized ↵Bob Zeleznik
imports to avoid some cycles
2020-05-02turn off targetDropAction when dropping in same colleciton. cleaned up ↵Bob Zeleznik
PresBox stuff to use single template to render all contents (which are otherwise unmodified).
2020-05-02cleaned up a lot of layoutTemplate/String props. fixed link drawing.Bob Zeleznik
2020-05-01added childLayoutTemplate to render collection children w/o modifying them. ↵Bob Zeleznik
fixed docComponent's layoutDoc to use LayoutDoc prop. change buxton template to use new template mechanisms. fixed fixed lint errors.
2020-05-01fixed presentations to allow drag and drop. fixed pres box to use ↵Bob Zeleznik
RenderData instead of modifying presentation elements with unnecessary info like their containing PresBox and their presentation index position. COnverted COntentFIttingDocumentView to use DocumentView's props
2020-04-30working version of snapping with resize / templates / centersBob Zeleznik
2020-04-30added double click script supportBob Zeleznik
2020-04-30fixes for snapping & timeline. changed looi of document decorationsBob Zeleznik
2020-04-29fixed problems with snapping so that it snaps on finishDrag. cleaned up ↵Bob Zeleznik
code a bit.
2020-04-29Merge branch 'master' into snapperStanley Yip
2020-04-28Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Stanley Yip
snapper
2020-04-28from lastBob Zeleznik
2020-04-28merged with masterBob Zeleznik
2020-04-28rearranged text filesBob Zeleznik
2020-04-26fixed title layout for text. fixed documentBox for nested collections. ↵Bob Zeleznik
fixed tree view for text boxes. changed labelbox formatting.
2020-04-25from lastBob Zeleznik
2020-04-25added a sizeProvider computedFn for efficiency since size doesn't change as ↵Bob Zeleznik
often as position
2020-04-25several fixes for performance and for working with isBackground objects.Bob Zeleznik
2020-04-25got rid of focus mechanism on click. fixed shift-click to multiselect. ↵Bob Zeleznik
fixed pile view interactions. added FollowLink on click menu items.
2020-04-25hopefully final cleanup of pile up collection view. added doubleTap ↵Bob Zeleznik
support in setupMoveUpEvents
2020-04-24changed pivot view to support lists of values for keys (docs can appear ↵Bob Zeleznik
mulltiple times as replicas)
2020-04-24fixed problems with PivotView -- docs that show up when they shouldn't and ↵Bob Zeleznik
not being able to click the pivot background sometimes.
2020-04-24more starburst tweaks.Bob Zeleznik
2020-04-24moved iconify code into Doc from DocumentView. fixed up starburst a bit.Bob Zeleznik
2020-04-23fixed loading of notes with template types. changed noteTypes to ↵Bob Zeleznik
["template-notes"]. Added pass through free form layout engine.
2020-04-23fixed color box interactions. added starburst layout engine.Bob Zeleznik
2020-04-23fixed performance of panning with something selected by making TemplateMenu ↵Bob Zeleznik
ot render unless it has explicitly been activated.
2020-04-23fixed browser back after link navigation. simplified menus more. fixed ↵Bob Zeleznik
jitter mode to be seeded. fixed menu gear for collections. .
2020-04-22snapping!Stanley Yip
2020-04-21tweaked HTMLtag syntax slightly for onClick functions to be specified ↵Bob Zeleznik
without quotes
2020-04-20better snapping, scaling is off stillStanley Yip
2020-04-20fixed runtime errors for AntimodeMenu and from current_user_utils not ↵Bob Zeleznik
initializing properly
2020-04-19generate snap linesStanley Yip
2020-04-18cleaned up webbox - fit width by default. native dimensions by default. ↵Bob Zeleznik
toggle buttons for annotate/interact.
2020-04-18several pointerevent fixes broken by last change. added scroll to target ↵Bob Zeleznik
for webBox links.
2020-04-17fixed auto focus to work on clicked ptBob Zeleznik
2020-04-15cleaned up some more of the pivot view event handling apiBob Zeleznik