aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-02added a fitwidth toggle for lightbox. fixed _showCaption/setting _fields to ↵bobzel
undefined. updated documentView to use not having fitWidth set as a trigger for whether to treat a doc without nativeWidth/Height as if its width/height is that.
2021-03-02some cleanup and extensions to Equationbox stuff. can sort of be nested in ↵bobzel
text docs with ctrl-m.
2021-03-01added basic math typeset equation inputbobzel
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-28got rid of link on deselect stuff (not used and should be implemented as ↵bobzel
text rule). fixe hyperlink terms.
2021-02-28fixed linkondeselect tempoararily. fixed following hypertext links that are ↵bobzel
not on the lowest level span
2021-02-28start of cleanup of formattedTextBoxbobzel
2021-02-28got rid of delayAutoHeight by updating dragHeights in documentDecorations.bobzel
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-26Merge branch 'changingfields'bobzel
2021-02-26reverting back some parts of the fix to serializationbobzel
2021-02-26starting to work on removing _ from fieldsbobzel
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-25add all aliases to file sys view (don't filter out those without contexts)bobzel
2021-02-25prevent annotation notes on PDFS from showing up in file system view.bobzel
2021-02-25from lastbobzel
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-25overhaul of state preservation in lightboxview when going ↵bobzel
back/forward/reopening a doc/etc
2021-02-25cleaned up DoccomponentView to just have general api fields. fixed lightbox ↵bobzel
to animate back properly & shinkwrap.
2021-02-24cleaned up DocumentView's contentView api to be more general. fixed ↵bobzel
screenToLocal for freeformView's whenb _fitToBox is set. moved webBox menu items out of CollectionMenu and into WebBox using the contentView API.
2021-02-24fixed layerProviders for treeViews to return true. fixed sidebar ↵bobzel
annotations for text to add/remove from correct field.
2021-02-24fixed carouself view which wasn't displaying vertically oriented documents. ↵bobzel
cleaned up collectionTime script to not capture variables (causing doc's to be create)
2021-02-23fixes for toggling minimap icon display/behavior.bobzel
2021-02-23minimap cleanupbobzel
2021-02-23removed _renderContentBounds and updated miniMap view.bobzel
2021-02-23cleaned up viewTransitions in CollectionFreeFormView to not write to ↵bobzel
document for transient effects.
2021-02-23fixed pdfs so that if you activate and immediately start selecting text it ↵bobzel
works. cleaned up some more in collectionFreeFormView by improving layoutDocsInGrid
2021-02-23reorg and cleanup a bit of colelctionfreeformview. minor other cleanup.bobzel
2021-02-23restored export/import of collection clones. did a little cleanup of ↵bobzel
collection freeform view
2021-02-23current collection vs dashboard works a bit better - they have different ↵usodhi
filterdocs now
2021-02-23cleaned up EditableView a bitbobzel
2021-02-23clean up from last.bobzel
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-22filters scope changesusodhi
2021-02-22fixes to tree view folders to fix indent/outdent/retitlte issues related to ↵bobzel
stoppropagating events when active() was not true
2021-02-22minor cleanup. fixed doc decorations input width.bobzel
2021-02-22switched folders so that they're not marked as system anymore. made close ↵bobzel
menu appear unless something is a system doc.