aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf
AgeCommit message (Collapse)Author
2020-05-30buxton pdf fixSam Wilkins
2020-05-28fixed pdf text selectionBob Zeleznik
2020-05-20fixed up interaction with web pages to allow horizontal scrolling.Bob Zeleznik
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-04-28fixed pdf link droppingBob Zeleznik
2020-04-25got rid of focus mechanism on click. fixed shift-click to multiselect. ↵Bob Zeleznik
fixed pile view interactions. added FollowLink on click menu items.
2020-04-24moved iconify code into Doc from DocumentView. fixed up starburst a bit.Bob Zeleznik
2020-04-19fixed removing docs from tree view with menu. restructured ↵Bob Zeleznik
current_user_utils completely
2020-04-18fixed pointer events for templated PDFs. changed clicking on a document ↵Bob Zeleznik
with a rootDocument to pass the event on up
2020-04-18cleaned up webbox - fit width by default. native dimensions by default. ↵Bob Zeleznik
toggle buttons for annotate/interact.
2020-04-18several pointerevent fixes broken by last change. added scroll to target ↵Bob Zeleznik
for webBox links.
2020-04-17added more annotation ability to web pages. need a mode switch to follow ↵Bob Zeleznik
links/select text now.
2020-04-10more cleanup for layoutDoc/dataDoc/rootDoc updates. fix to doc filtering ↵Bob Zeleznik
checkboxes getting filtered. fix to template captions. fixes to generalize LabelDoc's buttonParms
2020-04-08fixed link previews to work with regions on PDFs, images etc,Bob Zeleznik
2020-04-07lots of code cleanup - removed all northstar db stuff. added scriptingBox. ↵Bob Zeleznik
renamed things. made collectiontypes strings not numbers.
2020-04-07got rid of some run-time errors/warnings related to CORS-ifying imagebox ↵Bob Zeleznik
requests, and avoiding memoizing messages for computedFn's outside reactions.
2020-04-05adding nativeWidth as props stuffBob Zeleznik
2020-04-05more cleanup to link following. got rid of unneeded link doc fields ↵Bob Zeleznik
_context & _timecode
2020-04-04fixed link zoom following for inPlace and otherwise.Bob Zeleznik
2020-04-03fixed a bunch of warningsBob Zeleznik
2020-04-03added rootSelected() to make forceActive work betterBob Zeleznik
2020-04-03fixed ButtonBox drop to allow reordering buttons in a collection. fixed ↵Bob Zeleznik
pdfmenu to allow pnning. fixed panning in nested freeformviews.
2020-04-02cleaned up applying template code. fixed DocumentBox to work better with ↵Bob Zeleznik
excluding collections + locking selection.
2020-04-01fixed warnings and some compile errors. Made a key value layout and extened ↵Bob Zeleznik
DocumentBox to have a childLayoutKey field
2020-03-28simplified linkDocs to not keep a context -- instead, link are made between ↵Bob Zeleznik
aliases which have a context. fixed clippings of PDFs to scroll correctly and resize in slideViews. fixed slideViews to render 'text' and 'data' instead of 'contents' and 'data'
2020-03-03a bunch of small fixes to link naming and fixes to audio links.bob
2020-03-02changed clippings to use slide template. fixed issues on startupbob
2020-03-02fixed pdfs to sort of support region clippings.bob
2020-02-27adding colors to schema view will update the enumerated colors used by text ↵bob
boxes in freeformview.
2020-02-19getting rid of data docs from many placesBob Zeleznik
2020-02-16fixed warningsBob Zeleznik
2020-02-11fixes for chrome for presBoxbob
2020-01-25fixed compile errorsBob Zeleznik
2020-01-25added text templates for FormattedText, added field views in formatted text ↵Bob Zeleznik
box, got rid of documentText @@@ initing of FormattedText
2020-01-24fixes for annotationsbob
2020-01-23got rid of extension docs. changed layout-specific keys to start with "_" ↵bob
which flags them to be written to the current layout document
2020-01-23got rid of rule provider stuff. fixed panning in freeform view with pivot ↵Bob Zeleznik
layouts
2020-01-07Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵vellichora
textbox_fawn_fix
2020-01-07converted tool tip text menu to react component with basic marks and dropdownvellichora
2020-01-06changed LOD for collections to use selection state, not size.bob
2019-12-16fixed pdf right-clickingbob
2019-12-14fixes to make nativewidth/height more robust for PDFs. fixes for search - ↵Bob Zeleznik
filter out extension docs.
2019-12-13wrong constructor dammitSam Wilkins
2019-12-13added re-write check to constructorSam Wilkins
2019-12-13server pdf stability improvementsSam Wilkins
2019-12-13absolute pathname to pdfbox, improved checkSam Wilkins
2019-12-13write to data doc + console logs for pdf fixSam Wilkins
2019-12-13path rosemary server fixSam Wilkins
2019-12-13Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebSam Wilkins
2019-12-13pdf path parsing fix in pdfviewerSam Wilkins