aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText
AgeCommit message (Collapse)Author
2022-04-26added image cropping. made treeView icons show up for file system and ↵bobzel
dashboard, and made them persist invisibly to fix triggering on hover. changed tree view filesystem and dashboard to show expanded icons on hover.
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-24fixed treeViews to vertically span their containers. fixed foreground ↵bobzel
coloring of nodes with transparent backgrounds to consider parent collection background color
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-12Merge branch 'inkocr-mehek' into inking-naafi-mehekmehekj
2022-04-12cleaned up errors/warnings. fixed dragging to turn off pointer events on ↵bobzel
whatever's being dragged.
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-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-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-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-22fixed temporal media merge that had reverted a lot of things.bobzel
2022-03-17Merge pull request #55 from brown-dash/speedups2Naafiyan Ahmed
Speedups2
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2022-03-02upgraded to typescript 4.6.2bobzel
2022-03-01updated to webpack 5bobzel
2022-02-15make link anchorGeireann
2022-01-18fixed warnings. display last user to edit db. fixed /activity to show ↵bobzel
only users with a connected socket. fixed toggle "Overlay" button to toggle its background based on overlay state.
2021-12-03cleaned up text alignment buttons & initialization in formatted text boxbobzel
2021-12-02Merge branch 'master' into trails-aubreyGeireann Lindfield Roberts
2021-11-30fixed warnings/errors. added inkingStroke comments. need to double-click ↵bobzel
now to add a point to an ink stroke.
2021-11-17Merge branch 'master' into treeviewFixingbobzel
2021-11-17changed link line curves a bit. fixed formatted text box not to center text ↵bobzel
for typed notes.
2021-11-16added textboxes inside closed ink strokesbobzel
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-11-13change isContentActive to a tri-state to allow turning on/off and default - ↵bobzel
fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust.
2021-10-26Merge branch 'master' into trails-aubreyAubrey Li
2021-10-26update Mapbox image renderingAubrey Li
2021-09-29made IsClosed a static function. fixed warnings and errors.bobzel
2021-09-23fixed one crash when color string has capital letters.bobzel
2021-09-22fixed problem with fontsize corruption. fixed showing correct font size ↵bobzel
when creating a new empty document with storedMarks. fixed color of previewcursor in dark mode.
2021-09-22fixes for fontcolor dropdown to be continuous as pointer moves.bobzel
2021-09-22fromlastbobzel
2021-09-22fixed runtime bug inside toggleBold(). removed print statements.bobzel
2021-09-21fixed up some darkScheme css, enabled comic mode for developers, enabled ↵bobzel
opening up fields on dashboards in myDocuments
2021-09-21tried to make captions more readable when zoomed out by playing with scaling ↵bobzel
and overflow. removed sidebar button from captions.
2021-09-20fixed equations/ink to work properly when not fitwidth in lightbox. don't ↵bobzel
show titles for ink or equations using fields now.
2021-09-17fixed setting time of audio doc when clicking on audiotag in RTF.bobzel
2021-09-16made embedded dash docs in RTF resize when changed -- but they lose focusbobzel
2021-09-16fixed unused code for embedding document references in textbobzel
2021-09-15merge master into trails-aubreyAubrey Li
2021-09-15fixed documentdecoration resizers. fixed grouping and added button to ↵bobzel
switch between freeform / group
2021-09-15fixed dragging so that only isDocumentActive documents are dragged (get move ↵bobzel
events) which fixes a bug where a nested document and its container might both be dragged at the same time.
2021-09-13fixed dragging document that is unselected by clicking on nested object in ↵bobzel
sidbear to not double-drag two items effectively deleting the sidebar document. fixed undoing of document decorations topbar buttons.
2021-09-13fixed clicking on link drag button to create doc in sidebar for RTF documents.bobzel
2021-09-13fixed errors and warnings.bobzel