aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/trails
AgeCommit message (Collapse)Author
2023-08-24Current Implementation topbar videomonoguitari
2023-08-23Basic implementation of micahels branching trail on mastermonoguitari
2023-08-22Merge remote-tracking branch 'origin/menu-shortcuts-4-jesus' into ↵monoguitari
advanced-trails-2-jesus
2023-08-22Merge branch 'master' into advanced-trailsmonoguitari
2023-08-21fixed serial grouped pres transition timing. fixed colors of headings in ↵bobzel
pres properties.
2023-08-21changed tootlipsbobzel
2023-08-19Revert "Revert "Revert "Revert "Toggling icon for mic and added ↵monoguitari
webcapturedoc to dropdown"""" This reverts commit 40a39db25646b513c25554a2abdf35ef977500a8.
2023-08-19Revert "Revert "Revert "Toggling icon for mic and added webcapturedoc to ↵monoguitari
dropdown""" This reverts commit 5e8cc0a6a7f8dfc0c33fbdfa8879de88f057233e.
2023-08-19Revert "Revert "Toggling icon for mic and added webcapturedoc to dropdown""monoguitari
This reverts commit 2466587655888d5894159b942f09661ab73ebe66.
2023-08-19Revert "Toggling icon for mic and added webcapturedoc to dropdown"monoguitari
This reverts commit bdabb0eb1aeac9ea9d4f1fa40889b8d30937c1f0.
2023-08-19Toggling icon for mic and added webcapturedoc to dropdownmonoguitari
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-07-11updated settings managerGeireann Lindfield Roberts
- fixed some things with top toolbar and refactored files - removed FontIconBadge
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-14fixes after merge of advanced trailsbobzel
2023-06-14Merge branch 'master' into advanced-trailsbobzel
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-17Merge branch 'master' into advanced-trailsbobzel
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ↵bobzel
ContainingCollectionView props.
2023-04-13Compile and make compatible all the scattered code I had for empowering ↵sotech117
trails for dash meeting. Still much to do with ui, but basic functionaltiy is there. Two key things, 1) navigation for branching trails, and 2) ability to runSubroutines on tested trails.
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.