aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentButtonBar.tsx
AgeCommit message (Collapse)Author
2023-11-30final rootDoc refactoringbobzel
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ↵bobzel
dec resizing. moving this.rootDoc => this.Document . fixing template artifacts.
2023-09-13need to honor 'addAsAnnotation' flag getting anchors so that docs know when ↵bobzel
they are a target of config.
2023-08-17fixed brushing of pinned viewports for chrome to not flash. converted ↵bobzel
pres<Property> to config_<property> and treeView<Property> to treeView_Property. fixed text toolbar to show/set text properties based on insertion point.
2023-07-28cleanup of compile errorsbobzel
2023-06-29made recording annotation undoable. fixed doc filters for dates, change ↵bobzel
filter to use :: instead of :
2023-06-13fixed updating cached docs when opening a backlinks collection. added some ↵bobzel
FieldInfo types and added 'enumeration' field display in schema view. fixed bug in schema view column sizing. updated a bunch of standard field names to be more consistent.
2023-05-14major overhaul of field naming conventions.bobzel
2023-04-27added proper scaling of multi-selections and groups. fixed pinViewport to ↵bobzel
work again.
2023-04-11exracted FollowLinkScript() function. got rid of template parameters to ↵bobzel
simplify templating.
2023-04-11removed arrangeItems context button for collections to make it a funciton on ↵bobzel
drop instead of a reaction. Converted isLinkButton to be an onClick script. got rid of unused PARAMS field on templates. fixed PresElementBox rendering of embedded docs.
2023-04-05made pinning from topbar available for all docs.bobzel
2023-04-05adjusted general context menu items to always appear last. cleaned up ↵bobzel
makeLink api,
2023-03-17fixed scriptingbox to remove script if text is empty. fixed scripting with ↵bobzel
capturedvariables not to cache scripts with lists of captured documents. fixed runtime warnings with stackedTimelined and AudioBox
2023-02-28cleaning up of following inPlace links to overlay current inplaceContainer ↵bobzel
contents instead of deleting them.
2023-02-28added view spec capture options to complete linkbobzel
2023-02-27restructured getAnchor()/scrollFocus to be more consistent. added ↵bobzel
setterscript for computedFields. restructed getFieldsImpl to avoid making multiple requests for the same document due to timing issues by 'locking' a document cache with a promise before sending the server request. added rotation and fill color as animatable fields. fixed image cropping for
2023-01-24stopped storing presCollection in PresBox in favor of computing it. added ↵bobzel
anchor menu option for viewing linked trail. fixed showing slected slides in presbox when link with up is used.
2023-01-20removed tour map from lightbox. added option to create anchors without ↵bobzel
adding thm as annotations. made zoom of text an option for pres and links
2022-12-16fixed problem with undo. regularized all linkfollowing anchor fields to ↵bobzel
start with followLink<xxx>. added ease vs linear flag for scroll transitions in link and preselmeent navigations. added link follow to move target to specified offset from source. shifted from setting dropAction on items to setting childDropAction on collections
2022-11-18migration of link properties to propertiesViewbobzel
2022-11-17fixed pushpin behaviors by not animating when anchor viewspec already ↵bobzel
matched document. fixed recording button highlighting. switched LinkEditor to edit properties of destination insteqad of source anchor
2022-11-16big changes to make link following use the same code as pinning docs for trails.bobzel
2022-11-15made InPlace container tool button apply more settings to be more like a ↵bobzel
template. added followAllLInks flag. added image anchors to save pan zoom. added follow link button bar option for follow all links. added hideDecorations flag and property
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-14made audio anno recording last as long as record button is pressed. added a ↵bobzel
Hide option to allow an pres item to be animated but not visible (used to setup state for subsequent activity))
2022-11-10partial fix for previewing multiple links to different sidebar notes. fixed ↵bobzel
opening sidebar to create an annotation the first time. fixed honoring dashFieldView's non-editable flag. moved isLinkButton setter to expert and make isLinkButton default for Buttons. fixed following Links with Zoom to reset view. fixed view for editing onClick for documents
2022-10-31cleaning up link count icon to be part of documentLinks view and to appear ↵bobzel
on tab views that have links.
2022-09-29a bunch of changes to trails: link to trail to initiate trail when following ↵bobzel
link. cleanly separate pin layout data vs. content data.
2022-09-21restyled document decorationsGeireann Lindfield Roberts
and changed novice mode to exclude `data` in treeView
2022-09-20fixed golden layout to always leave a stack when removing splits.bobzel
2022-09-15fixed border highlight for animation effects. require shift-key for all ↵bobzel
pinWithView operations
2022-08-26added x,y,w,h view pinning for all documents.bobzel
2022-08-10cleaned up pinning documents with an activeFrame index (and special case of ↵bobzel
isInkMask). removed text-color from pres boxes which was breaking opacity when docs had an appearFrame > 0.
2022-08-09fixed click on menu button for text box with hyperlink to not bring up ↵bobzel
buttonBar. fixed right click on hyperlink to just bring up button bar, but not native context menu. fixe stacking view child pointer events so that sidebar documents in lightbox are editable.
2022-08-09added an audio annotation button to the anchor menu bar.bobzel
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-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-06-20a bunch of changes to make some userDoc() field accesses more typesafe by ↵bobzel
going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils
2022-06-09renamed fitToBox to fitContentsToBox. fixed pinning multiple documents at ↵bobzel
same time to not bring up presBox multiple times.
2022-06-09fixed issues with pinWithView so that thumnails show the pinned area and ↵bobzel
navigating to the view shows the entire pinned area regardless of panel size.
2022-06-08added ability to make thumbnails of dashboards. started to cleanup ↵bobzel
dockingView/goldenlayout undo event handling. cleaned up tab doc list in docking view. made titles editable again in treeview. fixed overlay view to work with image docs etc by setting top/left in css
2022-06-06fixed updateView for audio/video presbox elements.bobzel
2022-06-06fixes for audio box pin with view.bobzel
2022-06-05some changes to prevent presBox from iconifying when typing enter for pres ↵bobzel
item preropty values. also fix so that pinwithView for video stores the start and end time of the video.
2022-05-18fixed linking bug so that both start and end link can be regions. added ↵bobzel
zoom to target checkbox for link editing. extracted out a new field pointerEvents so that lockPosition is not automatically conflratd with no pointer events. updated freeformview focus to work with zooming on region selections.
2022-04-23more fixes for treeView to support hierarchical presentations.bobzel
2021-09-30fixed creating/drawing straight horizontal/vertical lines. fixed showing ↵bobzel
proper context menu for ink.
2021-09-30fixed context menu for ink from docbuttons barbobzel