| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | fixed text search highlighting. fixed first typed characfter of note to ↵ | bobzel | |
| have marks. | |||
| 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 | revert back to old style of forced text scrolling - doesn't work for pres ↵ | bobzel | |
| trails. | |||
| 2024-03-31 | fixed divider column for notetaking view. fixed scrolling of text docs. ↵ | bobzel | |
| fixed keeping user docs in system button bars. | |||
| 2023-12-11 | fixed includes of scss globals into typescript files. | bobzel | |
| 2023-11-17 | cleaned up captions/title code | bobzel | |
| 2023-11-14 | fixed pointer events with nested views in texst boxes. fixed | bobzel | |
| 2023-10-26 | enabled different title colors per doc, not just per user. added support for ↵ | bobzel | |
| screen space doc titles, and for proper title clipping when borderRadius is set. added dropdown for setting title field to display and tweaked editableView to enable ellipsis for overfow | |||
| 2023-10-21 | change to doc decorations to be more "lightweight". made linkBox render ↵ | bobzel | |
| links in a freeform view as a DocView. added an auto-reset view option for freeforms. fixed highlighting ink strokes. Made groups behave better for selecting things 'inside' the group bounding box that aren't in the group. Added vertically centered text option. | |||
| 2023-07-31 | fixed dictation into text boxes to stop when component unmounts. fixed ↵ | bobzel | |
| some icons. fixed multiToggle for alignments. added link docs to user cache. fixed background color for tab stack buttons. added a bunch of @computeds to try to help performacne with lots of docs. chnaged text boxes to no expand/contract padding when selected. | |||
| 2023-05-13 | fixed caption scrolling in carousel view. fixed display of audio tags in ↵ | bobzel | |
| textboxes. fixed screengrab video upload and made dictation view possible (but needs reworking) | |||
| 2023-04-25 | fixed text footnotes to not overflow over the left edge of the box. updated ↵ | bobzel | |
| a few markdown command syntaxes. | |||
| 2023-04-24 | resized alternate text icon | bobzel | |
| 2023-04-24 | fixed isContentActive=false to apply to stacking collections. fixed pile ↵ | bobzel | |
| view to be faster and to work in fit content panels. fixed issues with hidden docs and freeformviews that act as lightboxes - hidden docs can be shown as the lightbox doc without modifying the hidden flag to allow collection state to be restored. | |||
| 2023-03-01 | Added text completion | Sophie Zhang | |
| 2022-12-21 | cleaning up ACLs for performance and clarity | bobzel | |
| 2022-11-08 | making pasting form pdf work again with backlinks. text fixes for ↵ | bobzel | |
| equationViews and dashField views -- trying to get docref linkAnchor to work. | |||
| 2022-07-25 | made formatttedtextbox annotation handle work the same as pdf/web. prevent ↵ | bobzel | |
| header from hiding annotation button handle. fixed resizing text boxes. | |||
| 2021-09-12 | Update FormattedTextBox.scss | Geireann Lindfield Roberts | |
| 2021-09-08 | tried adjusting text annotation button so text would be more readable in corner. | bobzel | |
| 2021-09-02 | Many updates | geireann | |
| - Fixed image uploads so it clones rather than makes an alias - Updated context menu - Removed tools panel from novice mode in favour of ":" menu - Added explainers to menus in novice mode - Re-added the trails button - Changed UI for text, PDF & websites so that it is more consistent | |||
| 2021-07-10 | Standardizing Colors, changing global CSS variables | Ashley Cai | |
| 2021-03-11 | made text boxes span stackingview's when fitWidth or autoColumn is set. ↵ | bobzel | |
| made doc decs fit stacking view docs properly when stack is viewScaled. increased default size of images when > 800 pixels. | |||
| 2021-03-10 | from last - fix for inline text boxes. | bobzel | |
| 2021-02-10 | fixed escaping menu to not close lightbox. fixed formattedTextBox dragging ↵ | bobzel | |
| of sidebar to not scroll. fixed css width of formattedTextBox text area | |||
| 2021-02-10 | fixes for stacking views to allow new text to be entered properly without ↵ | bobzel | |
| losing focus. fixed document decorations for stacking views. fixed lightboxView criteria for going to an existing view in a lightbox instad of creating a new one. | |||
| 2021-01-29 | from last | bobzel | |
| 2021-01-29 | changed how auto linking to audio is implemented. added audiotag html tags ↵ | bobzel | |
| to click to play audio. | |||
| 2020-11-13 | fixed treeView to be able to access active() on contained document in order ↵ | bobzel | |
| to keep slide sidebar active when sidebar documents are selected. fixed ContetntFittingDocumentView to show fitToBox correctly and more simplhy | |||
| 2020-10-28 | fixed up dark schema a bit. | bobzel | |
| 2020-10-17 | major rewrite of native width/height/aspect. Fixed scaling of text note ↵ | bobzel | |
| sidebars. | |||
| 2020-10-10 | from last | bobzel | |
| 2020-10-10 | fixed text box cursor | bobzel | |
| 2020-09-29 | made pdf/web anchors pushpins by default. can now remove docs you own from ↵ | bobzel | |
| sidebars you don't. made formatted text boxes alway show sidebar handle when there's content. sidebar text has no padding by default. sidebar collection doesn't scroll when text overflows. added more playground fields | |||
| 2020-09-14 | updated header text view. fixed dragging tree view items to unregister ↵ | bobzel | |
| listeners. fixed contextMenu icon selection to ignore dashFieldViews. fixed selectOnLoadChar to not apply when a childlayoutstring is specified. fixed dropping text box on item view to only use json parseable text. | |||
| 2020-09-12 | fixed stacking view selections to have the right bounding box. fixed text ↵ | bobzel | |
| boxes to work with headerVIew template which has multiple text boxes in it. | |||
| 2020-09-12 | fixed sidebar views in text boxes to work in treeview outlines. fixed ↵ | bobzel | |
| context menus to select docs again. fixed linkAnchors to show up when isLinkButton is true but doc is selcted. changed nudging to be ignore in annotation overlays | |||
| 2020-08-23 | added settings for default text titles. fixed image audio annotatoins. ↵ | bobzel | |
| fixed captions to not set title. added properties buttons for layout options and removed template layout button. fixed warnings. | |||
| 2020-07-04 | hopefully finall fies to bullet layout to work with elision. | Bob Zeleznik | |
| 2020-07-04 | fixed interactions with collapsing text bullets | Bob Zeleznik | |
| 2020-06-30 | Merge branch 'master' into mobile_revision_direct | geireann | |
| 2020-06-26 | fixed bullet point positioning for lines that wrap. fixed bullet point ↵ | Bob Zeleznik | |
| behavior when backspacing from bullet point to previous | |||
| 2020-06-25 | Merge branch 'master' into mobile_revision_direct | geireann | |
| 2020-06-24 | fixed blockquotes and code within formatted text. | Bob Zeleznik | |
| 2020-06-23 | Merge branch 'master' into mobile_revision_direct | geireann | |
| 2020-06-23 | Merge branch 'master' into mobile_revision_direct | geireann | |
