aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.scss
AgeCommit message (Collapse)Author
2023-02-02added initial support for equationBox font size settingbobzel
2023-01-06added zoom box highlighting of text anchors in pdf/web pages for link/pres ↵bobzel
following. Added serial/parallel option for presentation group with up. Added direct pinning of text seletions to trails. fixed 'hide' option for preselements to work with hidebefore/after
2022-11-16added presEffects to link anchorsbobzel
2022-11-15added playback of audio annotation on inPlace container. fixed image ↵bobzel
anchors to be marked un-rendered so link lines show up.
2022-11-14fixed following link 'inPlace' from within lightbox to do same thing as if ↵bobzel
out of lightbox. fixed contentActive behavior for multicolumn view. removed progressivize from presbox.
2022-11-01from lastbobzel
2022-10-31cleaning up link count icon to be part of documentLinks view and to appear ↵bobzel
on tab views that have links.
2022-08-29fixed centering link targets in zoomed images and scrolled docs. stopped ↵bobzel
highlighting opacity=0 documents
2022-08-25fixed crashes in notetaking view and cleaned up code a bit. fixed undo of ↵bobzel
column deletion.
2022-08-22made ink strokes animatable. added currentFrame to playgroundFieldsbobzel
2022-08-08moved 5 sec anno recording button to documentButtonsBar. made recording ↵bobzel
button appear only when there is one & click to play recording.
2022-08-02Adjusted ScriptFields to have a rawScript, and updated ScrptingBoxes to ↵bobzel
create a scriptField even for scripts that don't compile. Updated CurrentUserUtils setup functions for clicks. Fixed TemplateMenu to work again.
2022-04-29changed the way labelBox splits words to allow .&- added icon for webBoxbobzel
2022-04-11lots of layout fixes to groups, labels, ink to support iconification better. ↵bobzel
simpliifed documentdecorations. fixed display artifacts related to things not showing up when dragging, or otherwise not getting a halo of nested freeform colletions.
2022-02-10switched scripts to use a cache to avoid recompiling. simplified some things ↵bobzel
with documentView and zooming to avoid invalidations.
2021-11-15fixed initial fontsize for treeView slides. made fontsize use ↵bobzel
styleprovider. fixed caption width to cover the whole document by fixing overflow-y setting
2021-09-21tried to make captions more readable when zoomed out by playing with scaling ↵bobzel
and overflow. removed sidebar button from captions.
2021-07-31linking updates and tab updatesgeireann
2021-07-29fixed linking to text in custom text view.bobzel
2021-07-10Standardizing Colors, changing global CSS variablesAshley Cai
2021-04-19more improvements to comic mode.bobzel
2021-02-18mergingusodhi
2021-02-15cleaned up showTitle and showAudio stuff just a bit.bobzel
2020-12-17mergedusodhi
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-11converted all style sheet properties to enums.bobzel
2020-12-10moved opacity and borderRounding into styleProviders. fixed contextMenu ↵bobzel
clcik from button bar
2020-11-26some sharing menu changesusodhi
2020-11-13fixed treeView to be able to access active() on contained document in order ↵bobzel
to keep slide sidebar active when sidebar documents are selected. fixed ContetntFittingDocumentView to show fitToBox correctly and more simplhy
2020-09-17changed text box headers from a template to a title bar.bobzel
2020-09-08fixed treeview to show pdf icons at proper size. fixed link anchors dots to ↵bobzel
not block pointer events from the rest of their document.
2020-08-23added settings for default text titles. fixed image audio annotatoins. ↵bobzel
fixed captions to not set title. added properties buttons for layout options and removed template layout button. fixed warnings.
2020-08-03fixed a bunch of link-relatred undo things & link button placementbobzel
2020-06-27cleaned up a bunch of stuff related to TreeViews and link dots. added ↵Bob Zeleznik
option for link dots to show up in tree views. changed titles in tree views to be truncatable. fixed edting of treeview titles when an alias is in the tree view as well.
2020-05-20merged & fixed some interaction issues with comparisonBoxBob Zeleznik
2020-04-27fixed hang in collectioncarousel. added properties to control captionBob Zeleznik
2020-04-22some more menu simplification. fix placement of link anchor in text collectionBob Zeleznik
2020-04-18changed structure of template docs in sidebar. got rid of special context ↵Bob Zeleznik
menu in tree view in favor of pushing everything to document context menus which ca now be extended by the local document or through props.
2020-04-18several pointerevent fixes broken by last change. added scroll to target ↵Bob Zeleznik
for webBox links.
2020-04-07lots of code cleanup - removed all northstar db stuff. added scriptingBox. ↵Bob Zeleznik
renamed things. made collectiontypes strings not numbers.
2020-04-04fixed link zoom following for inPlace and otherwise.Bob Zeleznik
2020-03-06made tree views display documentViews instead of just stringsbob
2020-02-25less contrast on background lockBob Zeleznik
2020-02-25oopsBob Zeleznik
2020-02-25from lastBob Zeleznik
2020-02-25fixed schema column selection from key press. add 'b' for creating ↵Bob Zeleznik
backgrounds. added unlock for isBackground documents.
2020-02-11fixes to presentation display box, and timeline min/max/span requests.Bob Zeleznik
2020-02-08prevent clicks from passing into document contents when in time/pivot viewBob Zeleznik
2020-01-15changed freeformdocument to use contentfittingviews if specified with ↵bob
FitToBox. fixed bugs with contentfittingviews & titles.
2020-01-06made doculinkbox show up at top right of text hyperlink. it's a hack that ↵bob
should be cleaned up if I can figure out how.