| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-13 | Merge branch 'master' into sophie-ai-images | Sophie Zhang | |
| 2023-08-13 | update | Sophie Zhang | |
| 2023-08-10 | added client caching of jpg's in addition to png's. modified ↵ | bobzel | |
| jitterRotation to _rotation_jitter and changed where it is used. | |||
| 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-06-30 | fixed onBrowseClick for notetaking. fixed panning when in onBrowse explore ↵ | bobzel | |
| mode. fixed switching dashboards to not display an empty stack. | |||
| 2023-06-29 | fixed minimap panning. fixed initial zooming on images. | bobzel | |
| 2023-06-23 | cleaned up more issues with pointer events/contents active. fixed dragging ↵ | bobzel | |
| from piles. | |||
| 2023-06-22 | cleaned up dragging - abort presItem drags properly, fix naming for ↵ | bobzel | |
| drag/dropAction, small fix undo of drag removeproperties, dragging in/out of headerBar, fixed isContentActive to avoid SnappingManager.GetIsDragging. fixed resizing videos. | |||
| 2023-06-19 | renamed all config doc creators to just ConfigDocument() | bobzel | |
| 2023-06-13 | fixed updating cached docs when opening a backlinks collection. added some ↵ | bobzel | |
| FieldInfo types and added 'enumeration' field display in schema view. fixed bug in schema view column sizing. updated a bunch of standard field names to be more consistent. | |||
| 2023-06-06 | updated Symbol naming. fixed various compile errors related to type checking. | bobzel | |
| 2023-05-17 | changed creationDate to author_date. fixed undo bug with webboxes. fixed ↵ | bobzel | |
| menu problems with Open New Embedding and moved some collection menu items to buttons/ | |||
| 2023-05-17 | fixed scrolling/panning on fitWidth images. fixed drag/zoom conflicts for ↵ | bobzel | |
| overlayDocs that are pannable. | |||
| 2023-05-17 | fixed dragging marquee on images which blew up layout_scrollTop | bobzel | |
| 2023-05-16 | fixed bugs with goldenlayout dragging and undoing. fixed searching for ↵ | bobzel | |
| filter values in sidebars. Stopped creating empty list for collections when datafield() is accessed because it messes up undo of a collection. fixed tab title editing. from marquee. Added UndoStack UI and additional naming support in code. | |||
| 2023-05-14 | fixed webpage link following by adding a presData for the current URL to all ↵ | bobzel | |
| embedded docs. fixed getView() in showDocuments to not get called with the proper anchors. changed unrendered MARKERs to CONFIGs. changed anchors to Configs or Markers as appropriate. | |||
| 2023-05-14 | major overhaul of field naming conventions. | bobzel | |
| 2023-05-13 | changed EditableViews to support oneline and multiline. Also added ↵ | bobzel | |
| transformer UI to allow documents to be entered. changed transformer to write doc id's, not variables.. made schema view support oneline and fixed bug with docdecoration hader occluding things invisibly. updated web pages to be zoomable and for its anchors to update web page and scroll location properly. made autolinkanchor directly go to target on click. | |||
| 2023-05-09 | fixed exporting to work with collections that have no assets, and with ink ↵ | bobzel | |
| documents. cleaned up some unused fields. added more explicit support for flashcards. | |||
| 2023-05-08 | more fixes for tags - removed #<tag> fields. just use 'tags' now. | bobzel | |
| 2023-05-08 | fixed dragging inkMask strokes. fixed background color/fill for strokes. ↵ | bobzel | |
| fixed send to back. changed #tags to be a list | |||
| 2023-05-02 | fixed ink erasing when stroke intersects at endpoint. attempted performance ↵ | bobzel | |
| improvement as well. bug fix for selecting strokes that are not active. | |||
| 2023-04-28 | fixed open in lightbox from doc decorations. fixed resizing text docs that ↵ | bobzel | |
| are not fitWidth => artifact is that pdf's don't preserve aspect until they are resize vertically to establish a nativeHeight unless they are created with nativeHeight set. | |||
| 2023-04-26 | fixed filters - checkboxes generated when options are less than 20, added ↵ | bobzel | |
| -undefined- as distinct value option. fixed pointer evcents for docs on pdfs | |||
| 2023-04-24 | from last | bobzel | |
| 2023-04-24 | fixed creating documents in a viewAll freeform view to not have degenerate ↵ | bobzel | |
| scale/x/y coords | |||
| 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-04-18 | fixed selection issues: shift does multiselect again, doc decoration ↵ | bobzel | |
| background isn't drawn anymore for schema view, rotated objects in a multiselect don't cause artifacts, clusters in freeform don't cause images to dim. | |||
| 2023-04-14 | got rid of CollectionView prop. fixed DocFocusOrOpen to toggle targets and ↵ | bobzel | |
| zoom correctly. | |||
| 2023-04-13 | lots of changes to get rid of ContainingCollectionDoc and ↵ | bobzel | |
| ContainingCollectionView props. | |||
| 2023-04-11 | removed arrangeItems context button for collections to make it a funciton on ↵ | bobzel | |
| drop instead of a reaction. Converted isLinkButton to be an onClick script. got rid of unused PARAMS field on templates. fixed PresElementBox rendering of embedded docs. | |||
| 2023-04-11 | fixed explore mode to not wait for double clicks | bobzel | |
| 2023-04-10 | fixed brushing of fonticon boxes with dropdowns. made line charts use ↵ | bobzel | |
| computed values instead of observables | |||
| 2023-04-05 | added an arrange feature for freeform collections. added btn width for ↵ | bobzel | |
| linear buttons. | |||
| 2023-04-05 | made pinning from topbar available for all docs. | bobzel | |
| 2023-04-05 | adjusted general context menu items to always appear last. cleaned up ↵ | bobzel | |
| makeLink api, | |||
| 2023-04-04 | fixed using freeformview in sidebar of pdfs. fixed issues with dragging ↵ | bobzel | |
| items out of schema and with selecting the schema view by clicking on headers. Fixed a lot of errors caused by using OmitKeys which masks type checking. fixed some pointerevent problems with treeview and freeformview | |||
| 2023-03-28 | numerous changes to try to simplify event handling in DocumentView - got rid ↵ | bobzel | |
| of isContentActive in DocComponent since it's in DocumentView. Including adding 'enableDragWhenActive' , 'onClickScriptDisable', | |||
| 2023-03-27 | changed longPress to always select and to show decorations. fixed ↵ | bobzel | |
| single/double-click code and cleaned up behavior timeouts. fixed pointer events for tree view editing titles and using as powerpoint. | |||
| 2023-03-25 | fixed notetakingview pointer/wheel events. | bobzel | |
| 2023-03-24 | fixed showing keyValueBox when document opacity is 0 or it is hidden. fixed ↵ | bobzel | |
| toggling link targets. fixed sorting and undoing schema view changes. | |||
| 2023-03-24 | overhaul of selection api so that schema and other views behave like ↵ | bobzel | |
| freeform and use document views onClick for selection | |||
| 2023-03-23 | updated add/remove column in schema view to fit UI better and change css to ↵ | bobzel | |
| truncate field name. changed min col width to 25. | |||
| 2023-03-23 | fixed opening keyvalue for tabs and sidebar docs. added more topbar context ↵ | bobzel | |
| menu buttons for freeform views. | |||
| 2023-03-23 | fixed nested collections to not grab pointerwheel events if not active | bobzel | |
| 2023-03-23 | fixed pointer events for doc contents with onClickHanlders to be none when ↵ | bobzel | |
| document or contents is selected. fixed stackingView text boxes that are focused to not scroll stackingView. | |||
| 2023-03-22 | removed gitlike and branch stuff. updated fortawesome. added Z ordering ↵ | bobzel | |
| buttons. moved ctrl-t/alt-t to edit text title into formattedTextBox | |||
| 2023-03-20 | cleaned up pointer events so that nested documents can be selected directly ↵ | bobzel | |
| without selecting their container. fixed following link to video timeline marker. fixed focusing on groups. added didMove to DocFocusOptions to restore ability to do toggle on/off of target. fixed lockingPosition of ink strokes. fixed clicking on inkstrokes in groups to use visiblePainted instead of all for pointer events. | |||
| 2023-03-15 | fixed up Clone() and export/import collection to work with links, ↵ | bobzel | |
| presentations, and contexts better. | |||
| 2023-03-10 | fited notetaking view to create headers if they don't exist when switching ↵ | bobzel | |
| from another view. Also fixed fitWidth typo for collections | |||
