aboutsummaryrefslogtreecommitdiff
path: root/src/client/util
AgeCommit message (Collapse)Author
2020-02-29fixes to default text box layoutsBob Zeleznik
2020-02-28added ctrl-drag to set size of annotation text by changing native size of ↵bob
document
2020-02-28added ctrl-enter & alt-enter to create new relatively positioned text boxes.bob
2020-02-28allowing different text templates to be the default. fixing transparency. ↵bob
removing audio by default from notes.
2020-02-27streamlined setting enumerations for fields in text boxes.bob
2020-02-25added inheritable computations to template fieldsbob
2020-02-25improved text templates to work better with captionsBob Zeleznik
2020-02-25added optional display templates for metadata field valuesBob Zeleznik
2020-02-24fixed scripting in schema's to allow documents to be assignedBob Zeleznik
2020-02-21fixed crash with following link in text. made link anchor size smaller to be ↵bob
less obnoxious. publishing docs without custom titles switches them to cusom and removes the '-'
2020-02-21fixed link naming and exposed link database (at least for testing)Bob Zeleznik
2020-02-20cleaned up a whole bunch of linking stuff. link menu / link types / link ↵bob
default behaviors / added LinkBox
2020-02-19fixed some link grouping structuresBob Zeleznik
2020-02-19getting rid of data docs from many placesBob Zeleznik
2020-02-18fixed up following link to a portal alias. made renaming goldenlayout tabs ↵bob
write to the proto.
2020-02-18text menu goes away when text box is closed now.bob
2020-02-18fixed titling. added border for embedded docs in text boxes.bob
2020-02-18fixed text menu to have a collapserbob
2020-02-16fixed warningsBob Zeleznik
2020-02-16got rid of unneeded ignoreAspect field. other cleanup.Bob Zeleznik
2020-02-16Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebSam Wilkins
2020-02-16improved file upload apiSam Wilkins
2020-02-15fixed infinite render loopBob Zeleznik
2020-02-15fixed dark scheme a bit more. fixed entering metadata on goldenlayout tabsBob Zeleznik
2020-02-13starting a broad cleanup of code. trying to make standard doc field names ↵Bob Zeleznik
be more regular
2020-02-12fixed summary stuffbob
2020-02-11Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbob
2020-02-11tweaks.bob
2020-02-11Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebSam Wilkins
2020-02-11refactored image upload data response format, google docs working for ↵Sam Wilkins
specific interactions
2020-02-11Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbob
2020-02-11added ability to pass a Layout as a prop. changed presentations to use ↵bob
layout props. fixed creating a template for just an empty collection representing one field.
2020-02-11goole docs fixed except for uploading embedded imagesSam Wilkins
2020-02-11created a rich text rules instance for each formatted text box to fix ↵bob
accessing the correct document
2020-02-11factored out image resizing, fixed back button, importer script, tooltips on ↵Sam Wilkins
range sliders
2020-02-10fixed nesting layouts of 'layout' key in text boxes.bob
2020-02-10small cleanups to adding stacking views to contentfittingboxes (like ↵bob
time/pivot). needs to have nativeWidth/Height set.
2020-02-06restored isBackground for documents that don't want to respond to anything.bob
2020-02-06fixed unsetting of dropAction in buxton layouts.bob
2020-02-05added aliasOf on aliasing .. and sourceContext for presentationsbob
2020-02-05several layout fixes for row/col stuff. fixes to icons. added buttons for ↵bob
buxton app. made PresBox not search for its own contents when following a link
2020-02-04small tweaks to templates...bob
2020-02-04from lastBob Zeleznik
2020-02-03Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebBob Zeleznik
2020-02-03maded field views editableBob Zeleznik
2020-02-03template fixes for nesting documents.bob
2020-02-01several layout fixes for time views. removed remnants of animate to icon code.Bob Zeleznik
2020-01-30fixed zoomin in presentation modeBob Zeleznik
2020-01-30changed hideSidebar to showSidebar. added contextmenu for choosing pivot field.Bob Zeleznik
2020-01-30some bugfixesStanley Yip