Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-12 | capped zoom in at a factor of 20. fixed zoom in not to pan when it hits its ↵ | bobzel | |
zoom in limit. | |||
2020-10-12 | switched fonticonbox and colelctionsubview to test GetEffectiveAcl to ↵ | bobzel | |
determine if document is available (instead of hack of testing 'author'). made GetEffectiveAcl a computedFn. No longer create a pushpin when an annotation that's linked to text is dragged off a PDF. fixed undo of pushpin navigation (used to call finish() twice). fixed pushpin navigation to conistenly pan & sensibly toggle target | |||
2020-10-11 | removed setting fields to undefined when Acl is Private in hopes of not ↵ | bobzel | |
losing data when permissions are changed. prevented server writes on startup by making renderContentBounds setting a reaction, and making linearView not resize if documents are still promises and make text boxes not flip-flop their height all the time. | |||
2020-10-11 | prevented documents that are unshared (ie private to soeone else) from ↵ | bobzel | |
showing up as an empty key value in stacking and other views. tried to fix an exception when showing links (that wasn't repeatable, so dion't know if fix works). | |||
2020-10-10 | fixed docFilters to use up one string field, not 3. makes adding/removing ↵ | bobzel | |
to lists incrementally work with new server code. | |||
2020-10-10 | cached groups user is in for efficiency which avoids th whole screen ↵ | bobzel | |
redrawing when a group is added. | |||
2020-10-10 | fixed scrolling down to annotations that have no height (but really do -- eg ↵ | bobzel | |
pdf selections) to at least show 50 pixels. | |||
2020-10-10 | split LinkDatbase into its own field in the user's registry. fixed sharing ↵ | bobzel | |
to set lastModified after modifying groups so that remote participants see the right data. fixed text boxes to show blue icon when there's an annotaitn entry | |||
2020-10-10 | fixed showing ink tools when text is unselected. | bobzel | |
2020-10-10 | from last | bobzel | |
2020-10-10 | fixed text box cursor | bobzel | |
2020-10-10 | fixes to issues with updating interactively whe groups change. fixes for ↵ | bobzel | |
multiple rapid modifications to list field where values would be overwrriten when sever sendBack stale information. fixes to list.splice() where deleting nothing but adding something didn't result in an addToSet. | |||
2020-10-09 | backward compatibiilty with groupName | bobzel | |
2020-10-09 | from last | bobzel | |
2020-10-09 | fixed updating groups to take effect immediately | bobzel | |
2020-10-09 | less broken, but still not working | bobzel | |
2020-10-09 | trying to get group updates to work automatically | bobzel | |
2020-10-09 | simplified setting group users | bobzel | |
2020-10-09 | fixed sharing to share with new user added during session. | bobzel | |
2020-10-08 | fixed dragging bottom of some pdfs not to grow wildly. stopped writing ↵ | bobzel | |
renderContentBounds to annotation views. fixed texts sidebar notes to not add extra chars on creation. | |||
2020-10-08 | added direct typing of notes into stacking columns in text box sidebar. | bobzel | |
2020-10-08 | added hack to save startup state. fixed runtime failure by restoring imports ↵ | bobzel | |
in main.tsx | |||
2020-10-08 | load entire DB in one message. | bobzel | |
2020-10-08 | fixed exception when setting titles on text docs. | bobzel | |
2020-10-08 | made computedFn's out of getRlatedLinks calls | bobzel | |
2020-10-08 | removed unneeded call that slows down the dialog | bobzel | |
2020-10-08 | from last | bobzel | |
2020-10-08 | don't have PDFS snap to page boundary on smooth scroll | bobzel | |
2020-10-08 | fixes for getting pdfs and previews to scroll properly | bobzel | |
2020-10-08 | fixed backspacing to delete schemaviews | bobzel | |
2020-10-08 | changed sharing manager to update users in one action, not multiple and only ↵ | bobzel | |
once per session if the user list doesn't change | |||
2020-10-08 | fixed adding/removing schema columns. fixed showing text/ink tools in menu ↵ | bobzel | |
at right time. cleaned up schema view a bit and fixed drag bar from disappearing when shown in full tab. | |||
2020-10-07 | fixed undoing changes to a textbox's fontsize/family. changed auto-page ref ↵ | bobzel | |
syntax to start with ':'. fixed making text menu appear when clicking on caption & other text boxes. | |||
2020-10-07 | fixed following links to set the scollTop of PDFs corretion. Fixed ↵ | bobzel | |
following links to rich text anchors to scroll and highlight properly. fixed pushpin behavior to only toggle off when the target is in sight. | |||
2020-10-07 | Merge pull request #847 from browngraphicslab/acls_uv | bobzel | |
can add -> can augment in sharingmanager | |||
2020-10-07 | fixed following links to not center outer document if originating anchor is ↵ | bobzel | |
in that document. fixed scroling to happen instantly if it's already scrolled there. fixed clicking on pdf text anchor to select the pdf. | |||
2020-10-07 | fixed portals to zoom in place. fixed following links to not focus on ↵ | bobzel | |
context if starting anchor is in the same context. maded pushpins call finished() | |||
2020-10-07 | can add -> can augment in sharingmanager | usodhi | |
2020-10-06 | runtime error fix for fetchProto(). fix for preview layout of text link. | bobzel | |
2020-10-06 | set default user color explicitly | bobzel | |
2020-10-06 | fromlast | bobzel | |
2020-10-06 | fixes for undo with multi-users | bobzel | |
2020-10-06 | from last | bobzel | |
2020-10-06 | fixed list additions to be truly incremental to allow undo to work | bobzel | |
2020-10-06 | cleanup fixes. | bobzel | |
2020-10-06 | fixed adding documents to check acl of added document(s) correctly | bobzel | |
2020-10-06 | restored ability to open document that has been moved from another ↵ | bobzel | |
document's annotation overlay | |||
2020-10-05 | fixed search over DB to not use quotes when setting field column filters. | bobzel | |
2020-10-05 | fixed formatted texst box select on load when pdf is full screen and the ↵ | bobzel | |
same pdf is in inactive tab behind it. | |||
2020-10-05 | from last | bobzel | |