aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/trails
AgeCommit message (Collapse)Author
2023-08-26many fixes to map search bar, dragging pushpin, highlighting pushpins on ↵bobzel
link following
2023-08-26Final1Eric
2023-08-23Merge branch 'master' into UI_Update_Eric_Mabobzel
2023-08-21fixed serial grouped pres transition timing. fixed colors of headings in ↵bobzel
pres properties.
2023-08-21Merge branch 'master' into UI_Update_Eric_Mabobzel
2023-08-21changed tootlipsbobzel
2023-08-21BuggyEric
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-08-16got rid of presElementBox instances in favor of a single global instance. ↵bobzel
allowed docs to be their own view specs.
2023-08-15FreezeEric
2023-08-13Merge branch 'master' into UI_Update_Eric_MaEric
2023-07-31All mapType stuff and constructor is doneEric
2023-07-11updated settings managerGeireann Lindfield Roberts
- fixed some things with top toolbar and refactored files - removed FontIconBadge
2023-07-10Location metadata synced and reactions workingEric
2023-06-22cleaned up dragging - abort presItem drags properly, fix naming for ↵bobzel
drag/dropAction, small fix undo of drag removeproperties, dragging in/out of headerBar, fixed isContentActive to avoid SnappingManager.GetIsDragging. fixed resizing videos.
2023-06-19fixed not adding key value panes to header barbobzel
2023-06-19renamed all config doc creators to just ConfigDocument()bobzel
2023-06-14fixed icons on tree views and presentationbobzel
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-06-06updated text properties to be prefixed with field 'text_'bobzel
2023-06-06more Symbol updating.bobzel
2023-06-06updated Symbol naming. fixed various compile errors related to type checking.bobzel
2023-05-17fixed undo in webboxes. fixed display of pres trail slides.bobzel
2023-05-17fixed scrolling/panning on fitWidth images. fixed drag/zoom conflicts for ↵bobzel
overlayDocs that are pannable.
2023-05-16from lastbobzel
2023-05-16fixed bugs with goldenlayout dragging and undoing. fixed searching for ↵bobzel
filter values in sidebars. Stopped creating empty list for collections when datafield() is accessed because it messes up undo of a collection. fixed tab title editing. from marquee. Added UndoStack UI and additional naming support in code.
2023-05-14fixed webpage link following by adding a presData for the current URL to all ↵bobzel
embedded docs. fixed getView() in showDocuments to not get called with the proper anchors. changed unrendered MARKERs to CONFIGs. changed anchors to Configs or Markers as appropriate.
2023-05-14major overhaul of field naming conventions.bobzel
2023-05-13changed EditableViews to support oneline and multiline. Also added ↵bobzel
transformer UI to allow documents to be entered. changed transformer to write doc id's, not variables.. made schema view support oneline and fixed bug with docdecoration hader occluding things invisibly. updated web pages to be zoomable and for its anchors to update web page and scroll location properly. made autolinkanchor directly go to target on click.
2023-05-03fixed pinning template text documents with content to save and restore the ↵bobzel
actual text.
2023-05-02fixed ink stroke text box placement. fixed opening metadata from ↵bobzel
OverlayView. Made trail videos a novice feature.
2023-04-27added proper scaling of multi-selections and groups. fixed pinViewport to ↵bobzel
work again.
2023-04-19fixed image importing metadata for gpt. fixed showTitle UI to be able to ↵bobzel
turn off titles on templates (like icon views). added ui for choosing primary/alternate image and a drop target for setting alternate.
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ↵bobzel
ContainingCollectionView props.
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-06added selection ui for choosing linechart axes.bobzel
2023-04-05fixed up dataviz to work again. fixed point selection, tooltips, making and ↵bobzel
following links
2023-04-05made pinning from topbar available for all docs.bobzel
2023-03-28mostly code cleaning. small bugsbobzel
2023-03-28numerous changes to try to simplify event handling in DocumentView - got rid ↵bobzel
of isContentActive in DocComponent since it's in DocumentView. Including adding 'enableDragWhenActive' , 'onClickScriptDisable',
2023-03-15fixed up Clone() and export/import collection to work with links, ↵bobzel
presentations, and contexts better.
2023-03-11changed links from being a computed field on documents to being accessed by ↵bobzel
a function call on LinkManager
2023-03-10fixed image anchors to save zoom/pan info and to focus() on content when ↵bobzel
following anchors. fixed progresivized items in trails to not allow dragging items out or dropping new items in.
2023-03-09added reordering of progressivized docsbobzel
2023-03-08made startIndex for progressivize an option. change progressivize slide# ↵bobzel
display
2023-03-08some cleanup of presBox properties panels. fixes for undoing some slider ↵bobzel
actions.
2023-03-08from last -- progressivize for images/videos/etc.bobzel
2023-03-08added progressive disclosure for collections.bobzel
2023-03-07fixed presbox following to use presItem anchor instead of target doc as ↵bobzel
anchor. stopped allowing collections to have their data fields interpolate based on keyframe. fixed assigning current frame when following presbox
2023-03-05replace jumpToDocument with showDocument. restructure code to get rid of ↵bobzel
scrollFocus by adding getView() and fixing focus() and restoreTargetView