| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-10 | performance fixes for text boxes to not call screenToLocal unnecessarily. ↵ | bobzel | |
| simplifications to template data docs | |||
| 2025-03-23 | fixed more typing errors. fixed updateBullets to not generate error when ↵ | bobzel | |
| part of selection is not on a list. | |||
| 2025-03-23 | more _props.Document to .Document refactoring. type updates to ↵ | bobzel | |
| prosemirrortransfer | |||
| 2024-10-28 | reworked LabelBox's to be fully editable. gor rid of singleLine for label ↵ | bobzel | |
| boxes. made a text_fitBox field to render text with a labelBox. fixed styleprovider in freeformview clusters to be untracked() to avoid invalidations. added a default text color to Settings panel. fixed clicking text buttons to not lose focus in labelBox. | |||
| 2024-05-02 | lots more dependency cycle unwinding. | bobzel | |
| 2024-04-30 | unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵ | bobzel | |
| and moving crate functions to <>Box functions | |||
| 2024-04-23 | fixes for rich text menu updates and setting parameters on text doc vs ↵ | bobzel | |
| within in RTF. Lots of lint cleanup. | |||
| 2024-04-21 | more lint cleanup | bobzel | |
| 2024-04-19 | lint fixes. | bobzel | |
| 2024-04-17 | restoring eslint - updates not complete yet | bobzel | |
| 2024-04-04 | fixed splitting lists on enter on any blank top-level node | bobzel | |
| 2024-04-03 | more fixes to text editor bullets. one small artifact lingers with clicking ↵ | bobzel | |
| on empty list item, then backspacing over empty list items, then having to double-backspace when you get to a non-empty item. | |||
| 2024-04-03 | fixed chrome error with adding space between <spans> and <ol>s after ↵ | bobzel | |
| deleting a list_item | |||
| 2024-04-01 | fixed text toggle buttons to highlight based on selection. enabled ↵ | bobzel | |
| background colors for text lists. cleaned up text insertion point setting on pointer up. fixed autoHeight for text boxes with 'auto' nodes like ordered lists. | |||
| 2024-04-01 | fixing setting marks on ordererd_lists | bobzel | |
| 2024-03-27 | preserve nodeSelections after onBlur by not calling autoLink. fix promoting ↵ | bobzel | |
| text to list cursor locatoin | |||
| 2024-03-27 | fixed toggling footnotes. fixed error in bullet hit test. fixed problems ↵ | bobzel | |
| with backspace and enter in prosemirror transfer. fixed display of markdown options to start at top. | |||
| 2024-03-27 | fixed backspacing to delete list items. | bobzel | |
| 2024-03-27 | fixed collapsible text box outlines. fixed ending lists with enter. | bobzel | |
| 2024-01-28 | fixed inking when in panToScroll mode. fixed text templates to restore ↵ | bobzel | |
| default text when all text is deleted. changed code blocks to stay in code black mode after a carriage return (unless its a hard break, e.g. shift+carriage return). added a ^@paint input rule to turn text documents into paint func docs. | |||
| 2023-12-01 | converted props.DataDoc to props.TemplateDataDocument and fixed so that it's ↵ | bobzel | |
| always undefined unless it's a template. converted references from rootDocument to props.TemplateDataDocument. | |||
| 2023-08-17 | fixed 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-05 | changed acl inheritance for docking views. | bobzel | |
| 2023-06-28 | Augment is actually a working version of SelfEdit now | srichman333 | |
| 2023-06-21 | start of augment -> self-edit | srichman333 | |
| 2023-06-15 | more merge fixes | srichman333 | |
| 2023-05-10 | Merge branch 'master' into collaboration-sarah | bobzel | |
| 2023-05-04 | properties view + sharing manager are consistent, and all text updates properly | srichman333 | |
| 2023-04-27 | updated some text shortcuts and enabled selecting regions to make ↵ | bobzel | |
| footnoes/elided text. | |||
| 2022-11-17 | mostly changing strings to enums | bobzel | |
| 2022-10-07 | Merge branch 'master' into pres-pin-fixes | bobzel | |
| 2022-10-07 | fixes for equations : :eq as option to ctrl-m inside a text box. added ↵ | bobzel | |
| background for equations. fixed cursor focus issues. | |||
| 2022-10-05 | changed ctrl-a text selection to not delete the root node so that styles ↵ | bobzel | |
| will be preserved. this fixes bug with text boxes inheriting default font styles after ctrl-a and editing them. fixed some text rules to not inherit default style | |||
| 2022-07-02 | fixing many eslint errors | bobzel | |
| 2022-06-13 | fixed adding annotations when in augment mode to rtfsocsvvvvvvvvdssssdc. ↵ | bobzel | |
| cw22121q````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````` | |||
| 2022-05-31 | added a pop up menu for viewing dashField view collection. added a menu ↵ | bobzel | |
| button for turning off autoLinking to text selection. added ability to add button to top contextMenu buttons without blowing away db. | |||
| 2022-05-25 | variety of small fixes for text / sharing. made typed text default to 35 ↵ | bobzel | |
| height so that when shared it doesn't start big and jump to small. changed permissions to be private until an Acl is set - this prevents private docs from flicking on momentarily when shared since fields are not distributed atomically. added Shift/Alt/Ctrl Enter for freeform and stacking views to create neighboring docs. fixed first typed char of text to have a user_mark. made shared text doc header overlap to prevent scrolling. | |||
| 2022-05-23 | cleaning up singleLine text box api and TreeView types | bobzel | |
| 2022-03-02 | upgraded to typescript 4.6.2 | bobzel | |
| 2021-08-19 | fixed errors and warnings | bobzel | |
| 2021-08-17 | fixed canEdit func in prosemirrorExampleTransfer to prevent error when ↵ | bobzel | |
| hitting enter at end of uneditable doc. fixed scrollheight setting error in formattedtextbox caused by assigning null | |||
| 2021-08-06 | collabortion fixes: added new acl for allowing people to edit their own text ↵ | bobzel | |
| within the same note, fixed playground fields to write to the server without updating other clients. | |||
| 2021-03-03 | trying out a forked branch of equation editor. cleaned up warnings. | bobzel | |
| 2021-03-02 | some cleanup and extensions to Equationbox stuff. can sort of be nested in ↵ | bobzel | |
| text docs with ctrl-m. | |||
| 2021-03-01 | added basic math typeset equation input | bobzel | |
| 2021-02-28 | got rid of link on deselect stuff (not used and should be implemented as ↵ | bobzel | |
| text rule). fixe hyperlink terms. | |||
| 2021-02-16 | added a file system mode for tree View. ctrl-f to create file system. | bobzel | |
| 2021-01-21 | fixed fitWidth for WebBox | bobzel | |
| 2020-09-15 | fixed error on carriage return in empty text note | bobzel | |
| 2020-09-13 | fixed making delegates of custom headerViews. fixed non-responsive carriage ↵ | bobzel | |
| returns in textBoxes occasionally at the end of the text stream. fixed upating titles on templated text boxes. fixed setting layoutfield values in DashFieldViews to update the template and layout doc. | |||
