Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-21 | added renderedPixelDimensions to imageBox | bobzel | |
2024-06-20 | Chatcards with images | alyssaf16 | |
2024-06-20 | select working | alyssaf16 | |
2024-06-18 | working on various image flashcard ideas | alyssaf16 | |
2024-06-18 | feat: added view of labels on docs in freeform | IEatChili | |
2024-06-13 | feat: more ui updates | IEatChili | |
2024-05-06 | eslint cleanup | bobzel | |
2024-05-03 | fixed pdf rendering. fixed cropping images. fixed zooming out of an image ↵ | bobzel | |
that is fitWidth to set scroll bar properly. | |||
2024-05-03 | merged with new version of master | bobzel | |
2024-05-03 | Merge branch 'master' into nathan-starter | bobzel | |
2024-05-02 | lots more dependency cycle unwinding. | bobzel | |
2024-04-30 | unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵ | bobzel | |
and moving crate functions to <>Box functions | |||
2024-04-30 | unwinding some import cycles. added PinFuncs and .from(dv:DocumentView) for ↵ | bobzel | |
CollectionFreeForm stiuff | |||
2024-04-30 | changed acl- and some other field- to acl_ and field_ style | bobzel | |
2024-04-28 | cleaned up explore mode to use focus(). fixed focusing on group doc ↵ | geireann | |
elements to not focus on group first. | |||
2024-04-28 | simplified explore mode implementation | bobzel | |
2024-04-21 | more lint cleanup | bobzel | |
2024-04-17 | restoring eslint - updates not complete yet | bobzel | |
2024-04-05 | from last | bobzel | |
2024-04-05 | fixed opening up GAI ImageEditor | bobzel | |
2024-03-30 | updated mermaids template. updated paintFunc to also render the underlying ↵ | bobzel | |
code text so that the paintFunc will update if dashFields in the code change. fixed schema views to render templates properly in preview. fixed text to only modify the data doc. changed setPixels in imageBox to not consider scaling of outer containers. | |||
2024-03-26 | added empty image tool and click on empty image to select from filesystem. ↵ | bobzel | |
fixed following links in lightbox and showing links to stackedTimelines. fixed embedding docs into text. fixed not resizing text boxes that also show up in pivot view. prevent context menu from going off top of screen. fixed freeform clustering colors and click to type. fixed links to stackedTimeline marks, and titles for marks. made title editing from doc deco and header use same syntax as keyValue. fixed marquee selection on webBoxes. turn off transitions in freeformdocview after timeout. enabled iconifying templates to propagate to "offspring". fixes images in templates. don't show headr on schema views. | |||
2024-03-22 | Merge branch 'master' into nathan-starter | Nathan-SR | |
2024-03-04 | changes to restore template menu and fix freeform templates to always show ↵ | bobzel | |
contents. Fix for alt-dropping an image to replace another image. | |||
2024-02-27 | icon final? | Nathan-SR | |
2024-02-27 | 5 | Nathan-SR | |
2024-02-27 | 4 | Nathan-SR | |
2024-02-27 | icon3 | Nathan-SR | |
2024-02-27 | icon | Nathan-SR | |
2024-02-27 | icon change | Nathan-SR | |
2024-01-24 | several fixes to drag/drop so that dropAction's set on target work for tree ↵ | bobzel | |
views, notetaking, formattedText, etc. make bringToFront an optional prop. | |||
2024-01-23 | reorganization of DocumentView, DocumentViewInternal and FieldView methods ↵ | bobzel | |
and props. fix for selection bug after following a link. migrating to use [DocData] instad of GetProto() | |||
2024-01-18 | lots of changes to try to simplify API for viewPaths and related | bobzel | |
2024-01-03 | cleaned up screenToLocalTransform in several places by making it additional ↵ | bobzel | |
methods. cleaned up styleProider api a bit to take DocumentViewInternalProps, not DocumentViewProps.. | |||
2024-01-03 | fixed marquee annotator for lightbox with pdf and rotated documents. | bobzel | |
2023-12-14 | a bunch more fixes to making things observable. fixed calling ↵ | bobzel | |
super.componentDidUpdate on subsclasses | |||
2023-12-13 | cleaned up props/_props handling by inherting from ObservableReactComponent | 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-12-02 | fixed jimp upload to not hang when error occurs. fied imagebox to show ↵ | bobzel | |
original image if resized images fail. | |||
2023-11-30 | completed transition from rootDoc => Document, dataDoc, layoutDoc | bobzel | |
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-22 | fixed more issues with rotation. restrutured how MarqueeAnnotator works to ↵ | bobzel | |
be simpler and more correct. | |||
2023-11-19 | fixed creating anchors when pinning pdf/web/text doc with selection. fixed ↵ | bobzel | |
showing selected text overlay for text docs. | |||
2023-11-16 | removed touch code that wasn't being used or maintained | bobzel | |
2023-11-08 | fixed bug where tableBox's didn't render all of the rows they receive. lots ↵ | bobzel | |
of code cleanup -- moving things from Doc.ts to better locations. Changed overlays and published docs to be local to their dashboard. changed treeview icons. | |||
2023-10-12 | performance fixes to reduce re-rendering : moved link brushing out of Doc's ↵ | bobzel | |
highlighting and into Annotation.tsx, stopped freeformview from rerendering whenever its invalidated by not always setting layoutElements to a new list. | |||
2023-09-13 | need to honor 'addAsAnnotation' flag getting anchors so that docs know when ↵ | bobzel | |
they are a target of config. | |||
2023-09-12 | dropping link button on same collection makes a pushpin. fixed broken undo ↵ | bobzel | |
typing to crate doc in sidebar. fixed min/max scaling for cropped images and made annotationOverlays start to use it. Fixed nested text boxes to stopPropagation on pointer down to enable editing of translations in sidebar. moved sidebar filters onto doc's filters. Added metadata filters back to sidebar. Added an -any- option to filtersPanel. fixed schema view preview window, added buttons and sliders. |