| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-26 | adding snapping code between ink strokes. added some componentView API ↵ | bobzel | |
| functions to convert local (eg ink) points to/from screen space and for snapping | |||
| 2021-10-26 | Merge branch 'master' into ink_v1 | bobzel | |
| 2021-10-26 | refactoring snapping slightly | Lauren | |
| 2021-10-26 | when document is in lightbox view and a link is followed to its sidebar, we ↵ | bobzel | |
| no longer reopen the document in its context. fixed selecting annotations on web/pdf. don't change document height when shown in a linkPreview. webBox fixes for pages with scripts. fixed range bounds when clicking on web text several fixes to web pages on server and client. client webbox allows clicks on divs with onclick instead of doing selection also hacky fix so that google search url doesn't keep expanding by removing 'q=' regions also added prevent/allow script menu item server grabs all html and hides id="google.." which are ads. also rewrites hrefs starting with http to route through corsProxy also removes target=_blank tags to prevent pages from opening outside of dash. also cleaned up routes and comments also when not logged in, references to anything in dash domain route to /home | |||
| 2021-10-21 | changing rotation | vkalev | |
| 2021-10-01 | added stroke highlighting when following links. turned off display of ↵ | bobzel | |
| centerline stroke when stroke is just selected but control point editing is not active. fixed snapping ink to make closed curves. | |||
| 2021-09-30 | fixed ink rotation | bobzel | |
| 2021-09-30 | fixed jitter of position when moving ink points around | bobzel | |
| 2021-09-30 | fixed creating/drawing straight horizontal/vertical lines. fixed showing ↵ | bobzel | |
| proper context menu for ink. | |||
| 2021-09-29 | made IsClosed a static function. fixed warnings and errors. | bobzel | |
| 2021-09-29 | fixed breaking smoothness of closed curve at 0/last index. fixed ↵ | bobzel | |
| highlighting closed curves. | |||
| 2021-09-29 | added snapping to close curve or to self-snap a vertex to its curve. fixed ↵ | bobzel | |
| ink decorations from being clipped when zoomed. fixed crash with zero-length tangent | |||
| 2021-09-29 | a number of undo/redo fixes for ink (snapping to tangent, add points, ↵ | bobzel | |
| dragging tangents). also tried to make storage of undo events more efficient when dragging ink controls (avoid saving hundreds of copies of the InkField) | |||
| 2021-09-28 | cleaned up inkstrokeproperties code a bit. | bobzel | |
| 2021-09-28 | prevent crashes when ink points are not multiple of 4. deleting ink ctrl ↵ | bobzel | |
| point that leaves one bezier segment no longer converts to a line. | |||
| 2021-09-28 | a bunch of code cleanup for inkingstrokes | bobzel | |
| 2021-09-28 | fixed adding point drag location. fixed broken indices on deleting. | bobzel | |
| 2021-09-28 | fixed broken indices for ink curve splitting | bobzel | |
| 2021-09-28 | removing previous addpoint code | vkalev | |
| 2021-09-28 | updating broken indices | vkalev | |
| 2021-09-28 | added the splice | bobzel | |
| 2021-09-28 | converted ink addpoints to not use sampling. needs addPoints() to be filled in. | bobzel | |
| 2021-09-27 | fixed ink stroke editing to work with closed curves (eg break / restore ↵ | bobzel | |
| tangent & drag start/end point). changed ink rendering to use svg bezier curves. fixed bugs with keydown handler to break tangent. | |||
| 2021-09-10 | turned pen on/off and ink handles on/off whenever the other is activated. | bobzel | |
| 2021-08-13 | cleaning up | vkalev | |
| 2021-08-11 | added circle shape generation using only 4 Bézier curves | vkalev | |
| 2021-07-28 | snapping broken tangency added | vkalev | |
| 2021-07-27 | changing format of controls/handles + adding color enums | vkalev | |
| 2021-07-22 | additional comments | vkalev | |
| 2021-07-22 | adding broken indices to layoutDoc working | vkalev | |
| 2021-07-17 | added broken indices to layoutDoc | geireann | |
| :broken_heart: | |||
| 2021-07-15 | adding new point creates tangent handle lines + snapping handle tangents not ↵ | vkalev | |
| working | |||
| 2021-07-10 | fixed adding point bug with breaking handle tangency | vkalev | |
| 2021-07-06 | added breaking of tangent handle lines by holding 'Alt' key when moving | vkalev | |
| 2021-07-06 | refactoring | vkalev | |
| 2021-07-01 | ink controls resize on hover | vkalev | |
| 2021-06-30 | ink Bézier handle movement fixed + small visual changes | vkalev | |
| 2021-06-21 | adding comments | vkalev | |
| 2021-05-11 | from last | bobzel | |
| 2021-05-11 | fixed ink rotation to maintain center point | bobzel | |
| 2021-05-10 | fixes to editing curve UI - handle sizes, no jumping when changing/deleting ↵ | bobzel | |
| a boundary point. Rotation of curves is really broken -- needs to be redone. | |||
| 2021-05-08 | fixed deleting ink stroke points. | bobzel | |
| 2021-05-08 | fixed ink control point selection to not change scale of ink stroke | bobzel | |
| 2021-03-05 | started to clean up docdecorations and fix some ink rotation/sizing bugs. | bobzel | |
| 2021-01-15 | fixed more issues with audio Box - simplified decorations when selected. ↵ | bobzel | |
| fixed dragging when not selected. added esc to stop dragging. | |||
| 2021-01-11 | from last | bobzel | |
| 2021-01-11 | cleanup of ink stroke changes | bobzel | |
| 2021-01-11 | Merge branch 'master' into ink_edits | bobzel | |
| 2020-12-16 | fixed treeView layouts to pass good values for panelWidth/height to ↵ | bobzel | |
| DocumentView. renamed Selectionmanager methods to be views not documents. | |||
| 2020-10-01 | fixed resize/rotate | yunahi | |
