aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-08-19more cleanup of SearchBox. made searchMatch be a tri-state for ↵bobzel
forward/backward/nomatch
2020-08-19fixed local collection search to search any field convertible to a string.bobzel
2020-08-19fixed errors caused by Doc symFields not being variable functions and thus ↵bobzel
not having 'this' bound correctly.
2020-08-19Merge branch 'menu_restructure'bobzel
2020-08-19fixed width => _widthbobzel
2020-08-19Merge pull request #637 from browngraphicslab/bug_fixesbobzel
Fixed PDF Highlight
2020-08-19fixed setterscript loading to re-compilebobzel
2020-08-19fixed frame animations and added frames to bookmarked views.bobzel
2020-08-19Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Lionel Han
bug_fixes
2020-08-19starting refactor of searchBox codebobzel
2020-08-19turned off sorting on server for now.bobzel
2020-08-19from lastbobzel
2020-08-19from lastbobzel
2020-08-19fixed searchBox to be more efficient by avoiding react rendersbobzel
2020-08-19Merge branch 'master' into menu_restructurebobzel
2020-08-19fixed dragging aliases from properties panel. fixed dropdown button on ↵bobzel
schema nexsted collection
2020-08-19Merge branch 'master' into presentation_updatesgeireann
2020-08-19re-added row controls for Schema viewbobzel
2020-08-19Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
menu_restructure
2020-08-19fixed link label cut offanika-ahluwalia
2020-08-19removed unused schema header menu code.bobzel
2020-08-19Merge branch 'master' into schema_searchbobzel
2020-08-19focus is now on new row when new doc is created.bobzel
2020-08-19updated PropertiesButtons to work with selected documents in schemaViewsbobzel
2020-08-18added document selection for items in a SchemaView so that Properties and ↵bobzel
context menu can operate on them.
2020-08-18fixed snapping to work when dragging an alias to allow snapping to originalbobzel
2020-08-18Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Lionel Han
bug_fixes
2020-08-18fix pdf highlight change bugLionel Han
2020-08-18fixed undoing typed text boxes to happen in one step (not undo to first ↵bobzel
character, then undo again fo whole box)
2020-08-18from lastbobzel
2020-08-18changed catalog to pop up search over db for author. turned off ↵bobzel
double-clicking on any fonticon.
2020-08-18fixed dragging flyout tabbobzel
2020-08-18removed freezeSidebar as onClick function for sidebarbobzel
2020-08-18added pinning of multiple documents at a time to prensetation viewbobzel
2020-08-18disabled ink gestures (can be reneanbled with ↵bobzel
Doc.UserDoc().recognizeGestures. fixed z-index setting of new documents in freeform view.
2020-08-18fixed selecting horizontal/vertical linesbobzel
2020-08-18Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbobzel
2020-08-18changed numcols change processusodhi
2020-08-18still cssusodhi
2020-08-18cssusodhi
2020-08-18fixed grid view freezing errorusodhi
2020-08-18fixed doubleclick on undo/redo to do nothing.bobzel
2020-08-17fixed schema view scripts to allow for layout or data doc assignment. fixed ↵bobzel
rich text field ToScriptField
2020-08-17Merge pull request #632 from browngraphicslab/bug_fixes_melissabobzel
Bug fixes melissa
2020-08-17Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
menu_restructure
2020-08-17framework for web in top baranika-ahluwalia
2020-08-17Fix SchemaView undefined/empty string valuesMelissa Zhang
2020-08-17GridView column number bug fixes, make up/down arrows more visibleMelissa Zhang
2020-08-17Merge pull request #631 from browngraphicslab/acls_uvbobzel
Fixed datadoc bug
2020-08-17Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbobzel