aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-25fixed key value pane to allow setting values on templates using "_" prefix.bobzel
2022-04-25put snapshot dash in novice mode. fixed undo for snapshot/new dashboard. ↵bobzel
changed titling of snapshots to use {#}. no current UI for cloning dashboards.
2022-04-25 changed freeformview's with engines to not allow children to be edited ↵bobzel
using setHeight prop since engine layouts are temporary and shouldn't edit the doc. fixed tags to work with pivot view. cleaned up pile views to be less hacky..
2022-04-24from lastbobzel
2022-04-24fixed treeViews to vertically span their containers. fixed foreground ↵bobzel
coloring of nodes with transparent backgrounds to consider parent collection background color
2022-04-23more fixes for treeView to support hierarchical presentations.bobzel
2022-04-22changes to allow PresBox to render using a Tree viewbobzel
2022-04-21fixed issues with pile view - dragging, burst size, rendering within ↵bobzel
grid/non-freeform views, fixed timeView filtering to not keep making redundant filters,
2022-04-14tweaks. fixed groups to be resizable when iconified.bobzel
2022-04-14fixed following links to documents in iconified collections/text to ↵bobzel
deiconify. fixed ctrl-x to cut (not iconify). changed lightboxview to add to future docs when stepping into. added placeholder for indicating how many documents are left in lightbox future
2022-04-14fixed pushpin behavior when there are multiple links to the pushpin (they ↵bobzel
all toggle). changed lightboxview to allow stepping into links when doc has no contents.
2022-04-14gave summary documents pushpin behaviors. fixed following link to doc that ↵bobzel
is iconified to work. fixed pushin visibility toggling for docs that are iconified.
2022-04-13added images to treeView bullets for docs with icons. fixed following ↵bobzel
pushpin links to prototypes to toggle delegates when shown. gave groups a default padding. fixed creating icons to not create unnecessary template docs. fixed toggling isPushpin. made summaries simple links instead of templates.
2022-04-12Merge branch 'master' into layoutIconsbobzel
2022-04-12changed lightOrDark for 'transparent' to return gray.bobzel
2022-04-12cleaned up errors/warnings. fixed dragging to turn off pointer events on ↵bobzel
whatever's being dragged.
2022-04-12cleaned up pileView to feel somewhat usable by tweaking icon sizes, and ↵bobzel
making icon<->doc toggleable by just clicking.
2022-04-11changed backspace to iconify then deletebobzel
2022-04-11fixes to header to be transparent for icons. layout fixes for doc ↵bobzel
decoratoins title row. groups are not semi transnparent anymore to avoid mixBlendMode confusion
2022-04-11fixed sendtoback menu and functionality. fixed mixedblendmode for groups. ↵bobzel
fixed orange highlighting when docs are toggled hidden. fixed placement of linking button.
2022-04-11got pdf's to generate icons when iconifying.bobzel
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-04-11making layout icons work better.bobzel
2022-04-07fixed iconizing images to not get the wrong height because of templates. ↵bobzel
fixed cross-fade of images to work without needing doc to be selected.
2022-04-07added multiple target capability for autoLinks. added wiki:<link>bobzel
2022-04-06set publsihed documents to automatically display a title regionbobzel
2022-04-06fixed displaying titles on text to not shrink box to 0 height. fixed ↵bobzel
autoLink to not self link.
2022-04-06uses linkMenu in propertiesWindow now. updated linkMenu api, changed ↵bobzel
layout, made groups collapsible
2022-04-05from lastbobzel
2022-04-05tweaked tab titles to be more normally editable.bobzel
2022-04-05fixes to allow dragging golden layout windows to be aborted with 'esc'. ↵bobzel
some code cleanup as well to avoid rebuilding golden layout when tabs are closed. Fixes for undo and goldenlayout
2022-04-04fixed autolink. fixed the pileup view to animate properly and activate ↵bobzel
without selection. added a 'dataTransition" prop to DocumentView to allow collections to animate changes in the size of documents.
2022-04-04from lastbobzel
2022-04-04cleaned up warnings. fixed ink to work better with it's label boxes by not ↵bobzel
letting textbox ComponentView override inkinstroke. made ink text boxes go away unless they have text or are selected. fixed up brushing code and made it work for ink and ink w/ text labels
2022-04-03from lastbobzel
2022-04-03fixed ink handles to work in lightbox, so re-enabled open in lightbox for ↵bobzel
selected ink. fixed double-click to not lock out in some cases because pendingDoubleClick never gets unset. fixed text to not jitter scroll bar when typing enter at end of autosize texst box.
2022-04-01fixed up document focus to take a collectkon so that the treeView can focus ↵bobzel
on the matching alias when multiple aliases are shown in different collections.
2022-03-31cleaned up addDocTab for properties views to allow toggling of targetsbobzel
2022-03-31fixed initialization of myPublishedDocs to be a simple list.bobzel
2022-03-31added autoLinks to formattedTextBoxes. Set auto link target by titling ↵bobzel
documents with a prefix '@'.
2022-03-30fixed drag document to another tab to keep the other tab active. changed ↵bobzel
propertiesVew Backlinks to Links To. Made marker doc text selection names start with "#"
2022-03-29added a backlinks property category. fixed context property category to ↵bobzel
update without using search. fixed double tap on links button to always show linkpivot doc. fixed dragging docs to a tab to not switch to tab dragging mode.
2022-03-28enabled dragging documents onto tab bar without shift. modified link pivot ↵bobzel
document to automatically update when links are added and be a stacking view
2022-03-25fixed annotations on web pages to be scaled to the correct location.bobzel
2022-03-24Merge branch 'master' into speedups2bobzel
2022-03-24fixes for webbox scroll bars and resizer divider to show up properlybobzel
2022-03-24fixed scroll location of webpages when activated for first time.bobzel
2022-03-24fixed videobox upload data uri to have nosuffix parameter again.bobzel
2022-03-24fixing data_url uploading to have a no suffix option.bobzel
2022-03-24fixed videoBox play issue. cleaned up global referencing a bit.bobzel