aboutsummaryrefslogtreecommitdiff
path: root/src/new_fields/Doc.ts
AgeCommit message (Collapse)Author
2020-01-14fixes for stacking views to honor panelwidth/height -- allows stacking ↵bob
panels to be placed in Content fitting document views.
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-13fixed some scripting and added some functions for adding docFilters to ↵bob
collections
2020-01-10better working version of pivot viewerbob
2019-12-20minor cleanupbob
2019-12-18fixes to fieldKey searces within layoutstrings to use ' instead of "bob
2019-12-17made documentbox more usable with borders, fwd/back/lock. and annotation ↵Bob Zeleznik
filtering.
2019-12-16added onclick option for selecting first link target. changed ↵Bob Zeleznik
contentFittingDocView to center vertically as well as horizontally
2019-12-15fixed auto show seleted functionBob Zeleznik
2019-12-15added _last_ for computedScripts to access last value of scriptBob Zeleznik
2019-12-15writing selectedDocs to user doc to allow selection to be part of scriptingBob Zeleznik
2019-12-14fixes to make nativewidth/height more robust for PDFs. fixes for search - ↵Bob Zeleznik
filter out extension docs.
2019-12-11got rid of search_match&search_fields. Now have Doc.SearchQuery() and ↵Bob Zeleznik
document.searchMatch
2019-12-05better highlighting of path targetbob
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins
2019-11-27fixing templates & workspace/document sidebar treeviewsbob
2019-11-20lots of changes to make rendering more efficient (fewer mobx invalidations). ↵bob
made selection and collecitonviews use an observableMap that works now.
2019-11-18changing documentView to ignore transforms -- must be applied by view boxesbob
2019-11-13fixed search on client/server to work with richTextFields. got rid of ↵bob
'text' field on richtextfield extensions.
2019-11-12a bunch of cleanup and bug fixes to text links and doculink buttonsbob
2019-10-23several fixes to audio documents to make linking work better and to ↵Bob Zeleznik
customize the audio controls UI
2019-10-21big cleanup of layoutStrings, fieldExt, fieldKey, etcBob Zeleznik
2019-10-21got rid of fieldExt from layoutstring. set directly by annotated fieldsbob
2019-10-21initial simplification to fieldExtbob
2019-10-20more tree view fixes for templatesBob Zeleznik
2019-10-20working version of updated template refactoringBob Zeleznik
2019-10-20initial version of template refactoringBob Zeleznik
2019-10-19cleaned up a bunch layout vs doc issues related to templatesBob Zeleznik
2019-10-18link lines are working properly except when things get panned/moved ... need ↵Bob Zeleznik
to turn off or get updates somehow.
2019-10-17working version of link lines between anchorsBob Zeleznik
2019-10-16fixed applying templates to collections. fixed templates containing collectionsBob Zeleznik
2019-10-16some fixes to linearView for handling templates. fixed DOCUMENTS on library ↵Bob Zeleznik
view. renaming a bunch of template stuff... still in progress.
2019-10-16a bunch of fixes to layouts to support templates in paticular.bob
2019-10-15fixes to feedback of color buttonsBob Zeleznik
2019-10-15working version of inking buttonsbob
2019-10-13minor cleanupsBob Zeleznik
2019-10-12a few more tweaks and now the bottom buttons are customizableBob Zeleznik
2019-10-10got rid of all CollectionView wrappers around XxxBox's added ↵bob
DocAnnotatableComponent
2019-10-08sharing fixes and cleanupSam Wilkins
2019-10-04more pdf cleanup. fix to mix-multiply-mode for better ↵Bob Zeleznik
highlighters/opacity. small text box fixes.
2019-10-03cleaned up link following code. changed opening in place behavior to not ↵Bob Zeleznik
open if view already exists. fixed formattedText box scrolling. fixed clicking on image in text box. more...
2019-10-02many fixes to pdfs, linking, annotations, presentations.bob
2019-10-01fixed issues with isMinimized and with iconBoxs being too big.Bob Zeleznik
2019-10-01fixed a bunch of pdf related things with stacking views.bob
2019-09-30a bunch of changes to presentation view ... more coming.Bob Zeleznik
2019-09-28lots of fixes to pdfs and link following.Bob Zeleznik
2019-09-25refactored collection view to be cleaner and more modular for supporting ↵Bob Zeleznik
things like PivotView. fixed pivot view selection bug.
2019-09-20simplified script execution api a little. fixed dataDoc() related stuff in ↵bobzel
various Box's. fixed some template stuff.
2019-09-18a bunch more template cleanup. no more miniLayout and detailedLayout. just ↵Bob Zeleznik
layoutNative and layoutCustom
2019-09-18cleaned up a lot more stuff in DocumentView and relatedBob Zeleznik