| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-08 | many changes to add typing in place of 'any's etc | bobzel | |
| 2024-07-25 | lots more 'any' cleanup and more. | geireann | |
| 2024-05-02 | lots more dependency cycle unwinding. | bobzel | |
| 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-17 | restoring eslint - updates not complete yet | bobzel | |
| 2024-04-04 | cleaned up converting to bullets/list | bobzel | |
| 2024-04-02 | fixed highlight list type button | bobzel | |
| 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-21 | changed gpt calls from text box to package result into an elision node. | bobzel | |
| 2024-03-19 | cleaned up user templates to not get changed on reload. made setting a ↵ | bobzel | |
| template add it to the template tools list and as a tools button. fixed linking to parts of a template. fixed disappearing templates caused by stacking view set a field with an empty key. updated field assignment syntax in trees, dash field views, and key value box to all use :,:=,=,=:= syntax. added text elide button. added @(title) syntax for hyperlinking. made using a template both inherit from the template to get default values and use the template to render. fixed submenu placement of context menu. updated RTF markdown doc. | |||
| 2024-03-12 | made text templates be both layout templates and prototypes of new text ↵ | bobzel | |
| documents. fixed onPaint funcs to be undoable. fixed comparisonBox to render a text box if it's fieldKey has a richtext field - this makes flashcard templates much easier. fixed right-click on hyperlinks to bring up menu. fixed layout_centered to be settable on templates. added enable flashcard property for text. | |||
| 2024-02-06 | fixed setting text/line properties on linkBox. fixed setting current link on ↵ | bobzel | |
| click. | |||
| 2024-01-02 | fixing more .props => ._props refernces. | bobzel | |
| 2023-12-29 | cleaned up imports, mobx observable initialization and some compile errors. | bobzel | |
| 2023-12-13 | cleaned up props/_props handling by inherting from ObservableReactComponent | bobzel | |
| 2023-12-12 | cleaned up SelectionManager. fixed schema view | bobzel | |
| 2023-12-10 | massive changes to use mobx 6 which means not accessing props directly in ↵ | bobzel | |
| @computed functions. | |||
| 2023-12-04 | trying to do version updates on all npm packages. | bobzel | |
| 2023-12-03 | cleaned up warnings and errors, working with typescript 20.10 | bobzel | |
| 2023-11-30 | final rootDoc refactoring | bobzel | |
| 2023-11-30 | fixed rootSelected prop to be optional. fixed fonticont toggle to pass ↵ | geireann | |
| 'self' even though it's deprecated. | |||
| 2023-11-29 | numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ↵ | bobzel | |
| dec resizing. moving this.rootDoc => this.Document . fixing template artifacts. | |||
| 2023-11-18 | fixed ctrl-drag for expressions, maps, fform doc selections. fixed using ↵ | bobzel | |
| shift to add Doc to a selection and also when bounding box already covers the doc to add. fixed dragging maximize button to start goldenlayout drag properly. fixed typing character to group,etc a multiselection when a text doc has input focus. fixed using clusters. add Shift-U to ungroup alternate group style. multi-select blurs() all active inputs. shift-selecting a multi-selected Doc, deselects it. | |||
| 2023-09-04 | improved setting font size on lists. | bobzel | |
| 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-06-06 | updated text properties to be prefixed with field 'text_' | bobzel | |
| 2023-05-14 | major overhaul of field naming conventions. | bobzel | |
| 2023-02-21 | fixed explore mode zooming. don't show doc decorations until you move ↵ | bobzel | |
| outside of the document, fixed dragging radius button over webbox to still get pointer events. fixed selection text in coments for web boxes.. fixed setting default background color for notes. fixed mode buttons to trigger click behavior before double click behavior. fixed events on nested text boxes that are linkAnchors (like text quotes in sidebar comments), | |||
| 2023-02-02 | added initial support for equationBox font size setting | bobzel | |
| 2022-09-11 | fixed fontFamily menu for ink strokes | bobzel | |
| 2022-09-11 | fixed crash when selecting ink strokes | bobzel | |
| 2022-09-08 | fixed maintaining selections after ctrl-a + setting a font property | bobzel | |
| 2022-09-08 | fixed font menu settings to be accurate of current selection. | bobzel | |
| 2022-08-24 | cleaned up some of the pin with view code. added a pin button to menu bar ↵ | bobzel | |
| when tab is selected to avoid needing to use context menu | |||
| 2022-08-04 | fixed notetaking view to have an 'unset' category for unassigned notes. ↵ | bobzel | |
| fixed pivot view to not fail when docs have no width. | |||
| 2022-07-29 | fixed autoHeight for texdtviews embedded in text views. fixed doc ↵ | bobzel | |
| decorations for sidebar items in lightbox view. added 'tree' as sidebar type for text. fixed text sidebar to show same annotations whether in stacking or tree view. fixed linkDescription pop to go away on click outside of it. | |||
| 2022-07-02 | fixing many eslint errors | bobzel | |
| 2022-06-20 | a bunch of changes to make some userDoc() field accesses more typesafe by ↵ | bobzel | |
| going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils | |||
| 2022-06-02 | fixed highlighting of ink to not show bounding box. stopped shift Tab from ↵ | bobzel | |
| blocking bulleting. moved presEffects to slide. | |||
| 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-02 | fixed scaling ink label in lightbox,etc views. changed ink strokes so that ↵ | bobzel | |
| clicking on label of closed stroke is lower preceden than clicking on line. fixed fontsize UI for setting ink label sizes. can no longer slide ink pts that are cusps along curve. | |||
| 2021-12-03 | cleaned up text alignment buttons & initialization in formatted text box | bobzel | |
| 2021-09-22 | fixed 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-22 | fixes for fontcolor dropdown to be continuous as pointer moves. | bobzel | |
| 2021-09-22 | fromlast | bobzel | |
| 2021-09-22 | fixed runtime bug inside toggleBold(). removed print statements. | bobzel | |
| 2021-09-15 | fixed documentdecoration resizers. fixed grouping and added button to ↵ | bobzel | |
| switch between freeform / group | |||
| 2021-09-12 | updates pres so it works | kimdahey | |
