aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-04-24completing eslint passbobzel
2024-04-24fixed search on pdfs to display results when pDF is not selected. fixed ↵bobzel
presentation transitions to animate. changed so that annotaitons on pdfs would highlight when following a pres slide. fixed scrolling to annotations (and other viewSpecs) from presentations by using the slide target, not the slide as the focus document. cleaned up search and fixed to unhighlight searches on close. fixe pdf search unhighligting to work.
2024-04-23more lint cleanupbobzel
2024-04-23fixes for rich text menu updates and setting parameters on text doc vs ↵bobzel
within in RTF. Lots of lint cleanup.
2024-04-21more lint cleanupbobzel
2024-04-19from lastbobzel
2024-04-19lint errorsbobzel
2024-04-19lint fixes.bobzel
2024-04-19fixed text search highlighting. fixed first typed characfter of note to ↵bobzel
have marks.
2024-04-17restoring eslint - updates not complete yetbobzel
2024-04-17fix problem where placeholder text of note wasn't being overwritten.bobzel
2024-04-17reverted fix for replacing placeholder text in a new typed note -- breaks ↵bobzel
switching from one fieldKey to another
2024-04-15updated packages and PDFviewer's worker version.bobzel
2024-04-14clean up of freeform centeringShift and nativeScalingbobzel
2024-04-12 fixed auto play for trails. fixed presbox to allow drag and drop in ↵bobzel
addition to pin button. fixed tree view to not 'move' items that have a 'copy' drop action. fixed dragPreDrop functions in tree and stacking views to use source drag action over target drop action.
2024-04-10more notetaking fixes - turn off autoSize, unobserve children. fixed typing ↵bobzel
a new note to delete placeholder text. added autoCreate for columns. added pivot column selector for notetaking view.
2024-04-10enabled a notetaking category field other than 'NotetakingCategory'bobzel
2024-04-10fixed buttons to have an embedContainer. cleaning up notetaking view - ↵bobzel
fixing colors for input buttons, fixing when buttons appear (by extending the column targe to always be 100%)
2024-04-05from lastbobzel
2024-04-05fixed opening up GAI ImageEditorbobzel
2024-04-05fixed npm start-release on ssl servergeireann
2024-04-05more typings cleanupbobzel
2024-04-05from lastbobzel
2024-04-05trying to fix start-releasebobzel
2024-04-05more fixes to socket.io and socket.io-client includesbobzel
2024-04-05updated socket referencesbobzel
2024-04-05updates for new css-loaderbobzel
2024-04-04trying to get start-release to workbobzel
2024-04-04fixed splitting lists on enter on any blank top-level nodebobzel
2024-04-04cleaned up converting to bullets/listbobzel
2024-04-04fixed pointer events for filter button when doc has a title shownbobzel
2024-04-03more 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-03fixed chrome error with adding space between <spans> and <ol>s after ↵bobzel
deleting a list_item
2024-04-03from lastbobzel
2024-04-03fixed resizing from corners to snap properlybobzel
2024-04-02updated h1,etc css. updated package versions.bobzel
2024-04-02fixed highlight list type buttonbobzel
2024-04-01fixed tab views to suppress setting height if doc is fitWidthbobzel
2024-04-01fixed 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-01fixing setting marks on ordererd_listsbobzel
2024-04-01restored pivot view for metadata not just tags.bobzel
2024-04-01fixed exceptions on link to link positionsbobzel
2024-04-01from lastbobzel
2024-04-01fixed header template to be marginally functional.bobzel
2024-04-01forgot these from last - fixes forced text scroll from pres trail.bobzel
2024-04-01revert back to old style of forced text scrolling - doesn't work for pres ↵bobzel
trails.
2024-03-31fixed scrolling to targets in text views. fixed referencing fields on ↵bobzel
another doc from text box. fixed '@name' technique for publishing documents to also remove documents and work anywhere a title is set.
2024-03-31fixed divider column for notetaking view. fixed scrolling of text docs. ↵bobzel
fixed keeping user docs in system button bars.
2024-03-31fixed dropdown in title bar location. moved rotate button up to not ↵bobzel
interfere with button bar. don't blur title when editing it. fix drawgging rotate center on templates. support setting alternate colors for text docs -- pretty hacky. fixed tabbing through dashFieldViews.
2024-03-30got rid of HTMLMarkers in favor of Configs -- fixes issues with pdf and web ↵bobzel
annotations not scrolling to the right place. Also got rid of default values for x/y which caused a similar problem for some configs which should not have x/y set. fixed webBox to have its annotation computedField set properly