Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-25 | added shortcuts to text toolbar. changed text hyperlink shortcut to search ↵ | bobzel | |
through documents by title before linking to a new document. | |||
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-13 | lots of changes to get rid of ContainingCollectionDoc and ↵ | bobzel | |
ContainingCollectionView props. | |||
2023-04-11 | exracted FollowLinkScript() function. got rid of template parameters to ↵ | bobzel | |
simplify templating. | |||
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-05 | fixed up dataviz to work again. fixed point selection, tooltips, making and ↵ | bobzel | |
following links | |||
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-03-28 | mostly code cleaning. small bugs | bobzel | |
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-23 | fixed opening keyvalue for tabs and sidebar docs. added more topbar context ↵ | bobzel | |
menu buttons for freeform views. | |||
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 | fixed copying of docs with template layout docs. fixed clone to search ↵ | bobzel | |
through RTFs for referenced documents to clone. renamed nested documents docId instead of docid for consistency with other nested field ids. | |||
2023-03-14 | simplified Deserialize code. streamlined currentUserUtils to need fewer ↵ | bobzel | |
compiled functions by parameterizing more functions. . | |||
2023-03-11 | changed links from being a computed field on documents to being accessed by ↵ | bobzel | |
a function call on LinkManager | |||
2023-03-09 | added reordering of progressivized docs | bobzel | |
2023-03-01 | fixes for animation effect time setting when following links. fixes for ↵ | bobzel | |
starting animation effect right away, not waiting for focus to complete. | |||
2023-02-22 | fixed pres hide before/after, select w/o nav, and updating contents.. made ↵ | bobzel | |
collections fitWidth by default so that they resize like a normal window. Made freeform pan/zoom animate when changing keyframes. allow nesting of keyframe collections.. made presEffects work even if there's no transition movement. made nested collection timelines follow parent by default, but with ability to change ordering. fixed treeView incremental render. treat doc anchors are preselements instead of delegating. don't highlight ink when dragging ctrl pts. | |||
2023-02-21 | fixed explore mode zooming. don't show doc decorations until you move ↵ | bobzel | |
outside of the document, fixed dragging radius button over webbox to still get pointer events. fixed selection text in coments for web boxes.. fixed setting default background color for notes. fixed mode buttons to trigger click behavior before double click behavior. fixed events on nested text boxes that are linkAnchors (like text quotes in sidebar comments), | |||
2023-02-09 | fixed childLayoutString to work. made images capable of fitWidth. fixed ↵ | bobzel | |
animating data field pres changes. fixed lightbox to ignore annotations on collections. fixed double-click on icon to open in lightbox. added options for turning off ink labels, and opening ink in lightbox. fixed closing ink strokes by dragging. fixed drawing ink to use coord sys of starting point and to render ink the correct width and to honor GestureOverlay mode properly. . | |||
2023-02-07 | pendulum works | brynnchernosky | |
2023-01-26 | start adding logic | brynnchernosky | |
2023-01-26 | add option to colon menu | brynnchernosky | |
2023-01-25 | loads | brynnchernosky | |
2023-01-25 | add new view | brynnchernosky | |
2023-01-13 | cleaned up linkmanager a little. maded myshareddocs a folder in ↵ | bobzel | |
myfilesystem. fixed setting author on copied documents to current user. | |||
2023-01-03 | from last | bobzel | |
2023-01-03 | fixed frame num highlight when in editing mode. | bobzel | |
2022-12-21 | cleaning up ACLs for performance and clarity | bobzel | |
2022-12-16 | fixed problem with undo. regularized all linkfollowing anchor fields to ↵ | bobzel | |
start with followLink<xxx>. added ease vs linear flag for scroll transitions in link and preselmeent navigations. added link follow to move target to specified offset from source. shifted from setting dropAction on items to setting childDropAction on collections | |||
2022-12-09 | added splash ui for document loading. | bobzel | |
2022-12-08 | fixed curFrame context button to allow showing hidden docs. added printouts ↵ | bobzel | |
to docServer requesting fields. | |||
2022-12-05 | cleaning up following links and pres item following so that view transitions ↵ | bobzel | |
don't interfere when clicking quickly (eg through animation frames). changed animations to animate multi-level zooming parallel. | |||
2022-11-10 | partial fix for previewing multiple links to different sidebar notes. fixed ↵ | bobzel | |
opening sidebar to create an annotation the first time. fixed honoring dashFieldView's non-editable flag. moved isLinkButton setter to expert and make isLinkButton default for Buttons. fixed following Links with Zoom to reset view. fixed view for editing onClick for documents | |||
2022-11-09 | fixed treeViews again to make room for hover buttons properly. fixed ↵ | bobzel | |
copying text from pdf to highlight copied regions without always displaying anchor. | |||
2022-10-31 | cleaned up collection linear view a bit. | bobzel | |
2022-10-27 | cleaned up treeViews to work across PresBox/ppt slides/collections/ - ↵ | bobzel | |
modified DocumentView rendering to remove pres box refs. fixed mainView width. | |||
2022-10-20 | added double-tap to keep ink primitive mode. cleaned up circle drawing and ↵ | bobzel | |
some other gesture code. | |||
2022-10-18 | cleaned up gestureutils a bit. added recognize gestures option, but it ↵ | bobzel | |
probably shouldn't be used until the geometry gesture recognition descriptions are improved. | |||
2022-10-13 | some basic error checking. avoid querying background for non-toggle buttons | bobzel | |
2022-10-07 | Merge branch 'master' into pres-pin-fixes | bobzel | |
2022-10-05 | from last | bobzel | |
2022-10-04 | Merge branch 'master' into pres-pin-fixes | bobzel | |
2022-10-04 | removed gitlike options from collection context menu. removed ↵ | bobzel | |
createDashboard from context menus since it has a UI button | |||
2022-10-03 | added a reset menu item for docking views in their context menu. fixed ↵ | bobzel | |
being able to edit dockingConfig in keyValue by quoting with ' instead of ". If there's no dockingConfig, make one. | |||
2022-09-29 | a bunch of changes to trails: link to trail to initiate trail when following ↵ | bobzel | |
link. cleanly separate pin layout data vs. content data. | |||
2022-09-26 | added onClick capability to linearView subMenu buttons so that inkTools ↵ | bobzel | |
could turn pen off when opening/closing. | |||
2022-09-21 | open trail on right and capitalize header buttons | Geireann Lindfield Roberts | |