| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-10 | from last | bobzel | |
| 2025-04-10 | performance fixes for text boxes to not call screenToLocal unnecessarily. ↵ | bobzel | |
| simplifications to template data docs | |||
| 2025-04-08 | change isLightbox to be a datadoc flag. | bobzel | |
| 2025-04-08 | fixed gptImageLabel calls and added ImageCastToNameType to deal with ↵ | bobzel | |
| filenames with '.'s in them. fixed vertical centered text. | |||
| 2025-04-07 | added multiToggle option to allow popup to stay up until explicitly ↵ | bobzel | |
| untoggled. fixed multitoggle to honor toggleStatus. fixed popup to follow target. fixed setting text highlight background fro popup menu. fixed flashcardui buttons to have background sized properly. | |||
| 2025-04-05 | fixed multitoggle behavior to only toggle submenu closed. switched to ↵ | bobzel | |
| hard-light for masking ink. fixed to make menu toggle take effect immediately. | |||
| 2025-04-01 | fixed stacking view with pivot's field column widths. | geireann | |
| 2025-03-30 | changed Doc.Layout calls to doc[DocLayout]. fixed flashcard ui placement on ↵ | bobzel | |
| card view. fixed css scaling for styleprovider icons and annotation resizer | |||
| 2025-03-27 | fix so that schemacellfield doesn't trigger a finalizeEdit when it's not ↵ | bobzel | |
| editing. added 'red' color for template fields to schematablecell. fixed set field to allow setting data fields when field is an '_' and no template. fixed setting '=' when getting a keyValueString for empty fields with an '_' key. | |||
| 2025-03-27 | fixed quoted expressions in schema cells to not evaluate. | bobzel | |
| 2025-03-27 | restore DashFieldView editing by changing schemaCellField to setContent on ↵ | bobzel | |
| editing. | |||
| 2025-03-26 | from last | bobzel | |
| 2025-03-26 | from last | bobzel | |
| 2025-03-26 | fixed keyValue box assignments so that '_' assigns to template unless value ↵ | bobzel | |
| starts with '=' (then root doc). fixed deleting template keys in keyValuePair. fixed schemaTableCell to show current editable value (not last edited value) when editing layout and data doc values. updated DocumentOptions API. | |||
| 2025-03-26 | fix so that views use don't use the rootDocument, but rather the current ↵ | bobzel | |
| rendering document. got rid of resolvedDataDoc -- just use rootDocument[DocData] | |||
| 2025-03-26 | from last | bobzel | |
| 2025-03-26 | from last | bobzel | |
| 2025-03-26 | from last | bobzel | |
| 2025-03-25 | fixed sizing and background of collection filter button. fixed exception in ↵ | bobzel | |
| getDescription for text labels. | |||
| 2025-03-25 | fixes to components so that things highlight reasonably in different skins. ↵ | bobzel | |
| fixed color picker alternate selection. | |||
| 2025-03-24 | fixed iconifying collections to show image icon. fixed shortcut for using ↵ | bobzel | |
| cached template. fixed onClick prop type | |||
| 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 | |||
| 2025-03-23 | from last | bobzel | |
| 2025-03-23 | from last | bobzel | |
| 2025-03-23 | updated more [DocData] to .$ things | bobzel | |
| 2025-03-21 | trying to improve how data / layout / root and templtae docs are accessed. | bobzel | |
| 2025-03-20 | mapbox cleanup. fix runtime warnings for stacking view. | bobzel | |
| 2025-03-13 | fixed clicking on stackedTimeline anchors to call play scripts | bobzel | |
| 2025-03-13 | fixed video timeline drag a region to appear while dragging. fixed timeline ↵ | bobzel | |
| labels to render title text | |||
| 2025-03-13 | pivot doc datetime fix. | geireann | |
| 2025-03-13 | trying to make table cell styles look cleaner. added tab/Enter navigation ↵ | bobzel | |
| of schema. | |||
| 2025-03-12 | made @... create dashField views instead of [@..]. minor cleanup of ↵ | bobzel | |
| dashFieldView and schemaCellField. made schemaCellField call focus() when SetIsFocused is called so that dashFieldView boxes are editable when clicked. Made overlay of documentIcons appear whenever cells are focused and disappear on blur. | |||
| 2025-03-09 | removed simulation doc. fixed empty imageBox uploading. fixed script ↵ | bobzel | |
| typechecking. fixed metadata doc. fixed setting background colors of docs that have a template. | |||
| 2025-03-07 | fixed following text hyperlinks to Docs. fixed using fieldinfos for ↵ | bobzel | |
| DashFieldViews to get appropriate Schmema cell input. fixed dashFieldView to show correct input editor for field type. | |||
| 2025-03-07 | fixed columnWidth settings for sidebar. fixed color picker and other ↵ | bobzel | |
| dropdowns to toggle when button is clicked. fixed dash field views to collapse properly. fixed rtf to honor marks that were set before text box is created and typing starts. | |||
| 2025-03-07 | changed masonryView so that if column count is set w/o a columnWidth, then ↵ | bobzel | |
| it stays fixed | |||
| 2025-03-06 | a bunch of changes to improve how docs are selected automatically when created. | bobzel | |
| 2025-03-06 | fixed resizing height to be > 10 pixels. split pivotView out of timeView. | bobzel | |
| 2025-03-05 | fixing compile/runtime errors. | bobzel | |
| 2025-03-05 | fixed gridView to have margins. fixed gridView rowslider. | bobzel | |
| 2025-03-05 | added:hover mode for images to make primary image fade in instead of alternate. | bobzel | |
| 2025-03-04 | fixed maximizing mainview by fixing window event removal in dockingview. | bobzel | |
| 2025-03-04 | fixed column width default / columnDragger for masonry view. | bobzel | |
| 2025-03-04 | fixed up smartDrawHandler a bit to support svg's better. you can now drop ↵ | bobzel | |
| in a .svg file from the filesystem - still some unfinished business (arcs, background/foreground color inversion) | |||
| 2025-02-27 | fixed passive wheel prevention on document.root. fixed key waring on ↵ | bobzel | |
| masonry view. | |||
| 2025-02-27 | prevent tagsview from appeqring in spreadsheet. set default fill color only ↵ | bobzel | |
| if nothing is selected. place column divider at top of stacking/card views. move card view flashcard view to top left independent of margin settings. | |||
| 2025-02-27 | added x and y margins for card view. | bobzel | |
| 2025-02-27 | fixed column dragging and yMargin in masonry view. made columns always fit ↵ | bobzel | |
| width of masonry | |||
| 2025-02-26 | made ai. button draggable to regenerate images. | bobzel | |
