aboutsummaryrefslogtreecommitdiff
path: root/src/Utils.ts
AgeCommit message (Collapse)Author
2021-03-04fixed scrolling of web pages and fitwidth for web pages.bobzel
2021-02-11fixes for focus'ing to enable resetting of all navigations if desired(eg. ↵bobzel
zooming into portal)
2021-02-11playing with trying to improve chaining of nested focus() method calls.bobzel
2021-02-10simplified focus'ing on documents. refactored scrollFocus code. changed ↵bobzel
focus in 2D to move doc into view but not center.
2021-01-29added flag to turn off audio anchors. made audio doc appear when clicking ↵bobzel
on audiotag.
2021-01-28fixed up double click behavior in general but specifically for Audio/Video ↵bobzel
timelines
2021-01-28cleaned up video/audio/stackedTimeline css. restored SpaceKey trigger to ↵bobzel
start/stop creating an anchor.
2021-01-25from lastbobzel
2020-12-16fixed unbrushing docsbobzel
2020-12-16simplified DocumentView a bit more. cleaned up other code.bobzel
2020-11-28pres trail colors + group with upgeireann
2020-10-28fixed up webBox's to navigate better synchronously when srollTop chagnes. ↵bobzel
fixed navigation in wikipedia and other pages when hyou dont' click directly on a link.
2020-09-18cleaned up warnings and split collection tree view into Tree View abobzel
2020-09-08updated the way NativeWidth/Height props work so that, when specified, they ↵bobzel
override locally specified values
2020-08-31major overhaul of mainViewbobzel
2020-08-22more search cleanup. searches over dashboards, not collections now. fixed ↵bobzel
drag-off filters to still work with collections.
2020-08-22major overhaul of search to avoid writing anything to filtered documents and ↵bobzel
to make the UI work properly.
2020-08-09cleaning up AudioBoxbobzel
2020-08-07merge with masterMelissa Zhang
2020-08-06Merge branch 'master' into new_audiobobzel
2020-08-06fixed everything before merge (not cleaned)Lionel Han
2020-08-04"added invisibleDoc and simulated clicks to load annotations"Melissa Zhang
2020-08-03Merge remote-tracking branch 'origin/menu_restructure' into presentation_updatesGeireann Lindfield Roberts
2020-07-31added debug flag to transpiler to catch hangs. fixed hang caused by imports ↵bobzel
being out of seqnce!?
2020-07-01added pasting of snipped images (mac at least)Bob Zeleznik
2020-06-17made docFilters a prop on everythingBob Zeleznik
2020-06-08final cleanup of ink related stuff so that things are more structured and we ↵Bob Zeleznik
avoid input cycles
2020-05-22port extensibility fixesSam Wilkins
2020-05-09lint fixesBob Zeleznik
2020-05-05fixes for parameterized templates. added a pendingMap to fix issues with ↵Bob Zeleznik
expandTemplateLayout. added a switchbox template to test templates. changed dimUnits/dimMagnitude to _dimUnits/_dimMagnitude
2020-04-30working version of snapping with resize / templates / centersBob Zeleznik
2020-04-25hopefully final cleanup of pile up collection view. added doubleTap ↵Bob Zeleznik
support in setupMoveUpEvents
2020-04-19changed tree view to show context menu icon to avoid right-clickingBob Zeleznik
2020-04-15moved filter to right side of collection. got rid of back button in pivot ↵Bob Zeleznik
view - click background.
2020-04-13completed migration to webpack-transferred environment variables, rather ↵Sam Wilkins
than a server route
2020-03-19cleaned up facet collections to not require an additional documentBob Zeleznik
2020-02-17allow notes to become template notesbob
2020-02-16fixed warningsBob Zeleznik
2020-02-16fixed a bunch of undo's in document deocrations. added a setup method for ↵Bob Zeleznik
handling down/move/up/click events
2020-02-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Mohammad Amoush
webcam_mohammad
2020-02-06very hacky fix...bob
2020-02-02utilsSam Wilkins
2020-02-01several layout fixes for time views. removed remnants of animate to icon code.Bob Zeleznik
2020-01-31improved labeling for pivot viewerbob
2020-01-27fallback behavior for non-downloaded images and restored ink recognitionSam Wilkins
2020-01-19Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Mohammad Amoush
webcam_mohammad
2020-01-15changed freeformdocument to use contentfittingviews if specified with ↵bob
FitToBox. fixed bugs with contentfittingviews & titles.
2020-01-15linter + baseline functional multicolumn viewSam Wilkins
2020-01-13fixed onChildClick handlers to work for freeform views. added padding for ↵bob
fitTocontents views. fixed performance with templates. added openOnRight script func. switched filter to ||,
2020-01-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into penStanley Yip