aboutsummaryrefslogtreecommitdiff
path: root/src/client/util
AgeCommit message (Collapse)Author
2021-03-14Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-03-14fixed warnings from missing keys. change file orphans to Unfiledbobzel
2021-03-13cleaned up dropping link button on collections / alternate annotation views ↵bobzel
(eg pdf sidebar) - new docs are created only for internal drops within, say, a PDF. Otherwise links are made.
2021-03-13minor changesusodhi
2021-03-13fixed pdfs to show filtered annotations when a link follows to them by ↵bobzel
removing docFilters.
2021-03-13fixed pdf boxes to handle marquee annotation scaling properly. allowed for ↵bobzel
docFilters to be specific to pdf sidebar. fixed issue with viewTransition remaining set after following link to doc that was in collection but needs to be created.
2021-03-12trying to make treeViews more efficient by making fewer calls to Get ↵bobzel
document fields getter.
2021-03-12Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-03-11added optional stacking sidebar for PDFs. fixed pdfannos to not show ↵bobzel
linkbutton when selected. fixed stacking views to handle fitwidth text better (make height fit correctly when fitWidth)
2021-03-10Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-03-10fixed bugs leftover from removing docholders.bobzel
2021-03-10conflictsusodhi
2021-03-09got rid of DocHolderBox. changed dontRegisterChildViews to ↵bobzel
childDontRegisterViews for consistency.
2021-03-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-03-08added doc data content synching to Git-like operations.bobzel
2021-03-06updated a bunch of _backgroundColors to backgroundColorsbobzel
2021-03-03Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-03-03more fixes for setting up user docsbobzel
2021-03-03from lastbobzel
2021-03-03from lastbobzel
2021-03-03fixed default tab fieldbobzel
2021-03-03minor changesusodhi
2021-03-03:(usodhi
2021-03-03added functionPlot. trying to make fitWidth make sense everywhere ↵bobzel
(lightbox, stacking panels with autosize columns, etc).
2021-03-02agh stop mergingusodhi
2021-03-01final cleanups for simplified drag and drop of annotations. fixed some ↵bobzel
issues rtf focus when creating notes in masonry view. fixed text sidebar.
2021-02-28a bunch of changes to simplify how autoHeight works. extended to work for ↵bobzel
pdfs and stacking views. still some bugs.
2021-02-27more cleanup of unused fields and minor fixes to things like the color ↵bobzel
picker's display of the selcted documents background color. also a fix for textbox autoresizing when dragged small
2021-02-26fixes for getting documents into myFilesystem. fixes for setting layout ↵bobzel
fields without using an _
2021-02-26think I got serialization right now.bobzel
2021-02-26reverting back some parts of the fix to serializationbobzel
2021-02-26fixed serialization error handling to not kill Dash - bad list items ↵bobzel
prevented tabs from being created. cleaned up document fields a little more - switched layers to _layerTags, got rid of a couple unused fields.
2021-02-26minimal cleanup of standard fields. fix to error thrown in document buttonbarbobzel
2021-02-26updated fieldInfos a bit more.bobzel
2021-02-25wokring field infos.bobzel
2021-02-25field info startbobzel
2021-02-25prevent annotation notes on PDFS from showing up in file system view.bobzel
2021-02-25added 'proto' drag option for dropping proto of document. auto add of non ↵bobzel
annotations to file system. auto added delegates & aliases to a docuemnt's 'alias' field.
2021-02-25mergingusodhi
2021-02-25added an aliases toggle to file systembobzel
2021-02-23fixed backspace to delete text items in treeViews. simplified ↵bobzel
UndoRunInTempBatch. fixed clicking on sort line for treeView to only recognize actual clicks. fixed stayInCollection with DocDecorations to not create a giant gray square. prevent server crash when db has bad data somehow.
2021-02-22mergingusodhi
2021-02-22switched folders so that they're not marked as system anymore. made close ↵bobzel
menu appear unless something is a system doc.
2021-02-20Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-02-20filterdocs setupusodhi
2021-02-20unrelatedusodhi
2021-02-18added preliminary cookie mechanism for making documents appear after ↵bobzel
focusing on a document which sets a cookie. converted catalog to new "file system" tree view.
2021-02-18mergingusodhi
2021-02-18better version of forward/backward view management in lightBoxview.bobzel
2021-02-17improved fileSysMode for treeView. added dontUndo flagbobzel