Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-04 | fixed dropping onto comparison box. added caption of link description to ↵ | bobzel | |
link comparison view. added promise wait for protos of link anchors to avoid potential crash. made dragging a link off of a linkmenuitem to create an alias with the hidden flag removed. | |||
2021-09-30 | fixed warning | bobzel | |
2021-09-30 | from last | bobzel | |
2021-09-30 | fixed dragging lines with arrows to display arrowhead | bobzel | |
2021-09-29 | made IsClosed a static function. fixed warnings and errors. | bobzel | |
2021-09-29 | cleaned up/fixed line arrowheads & dots. added linecap options for lines, ↵ | bobzel | |
added outline of lines using fillColor. turned off border in comic mode for ink. | |||
2021-09-29 | fixed filling of curves. added toggling of brokenindex with right-click. ↵ | bobzel | |
changed look of ink handles to be lighter weight and to reflect brokenindex sttate | |||
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 | 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 | renamed some ink files | bobzel | |
2021-09-28 | a bunch of code cleanup for inkingstrokes | bobzel | |
2021-09-28 | from last | 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-27 | fixed sharing panel css to avoid overlaps | bobzel | |
2021-09-23 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web | geireann | |
2021-09-23 | Revert "Merge pull request #34 from brown-dash/linking-anh" | geireann | |
This reverts commit 70d80e30de9963c353636d9780ffb83f3285aac7, reversing changes made to d5f9533d153e11e24d2ab7c03b4561170f0768fe. | |||
2021-09-23 | fixed one crash when color string has capital letters. | bobzel | |
2021-09-23 | Merge branch 'master' into linking-anh | Geireann Lindfield Roberts | |
2021-09-23 | small schema UI tweak | Geireann | |
2021-09-22 | fixed runtime bug inside toggleBold(). removed print statements. | bobzel | |
2021-09-21 | from last | bobzel | |
2021-09-21 | temporary change to reset old accounts on browndash to enable dark mode. | bobzel | |
2021-09-21 | fixed up some darkScheme css, enabled comic mode for developers, enabled ↵ | bobzel | |
opening up fields on dashboards in myDocuments | |||
2021-09-20 | changed link previews to show document, not context, unless document is a ↵ | bobzel | |
marker. de select documentViews when unmounted. | |||
2021-09-15 | fixed dragging so that only isDocumentActive documents are dragged (get move ↵ | bobzel | |
events) which fixes a bug where a nested document and its container might both be dragged at the same time. | |||
2021-09-14 | fixed create new folder in file system | bobzel | |
2021-09-14 | merged with master | bobzel | |
2021-09-13 | fixed errors and warnings. | bobzel | |
2021-09-12 | updates pres so it works | kimdahey | |
2021-09-12 | pres updates | Geireann Lindfield Roberts | |
2021-09-12 | Merge branch 'master' into menu_updates_geireann | Geireann Lindfield Roberts | |
2021-09-12 | Merge branch 'menu_updates_geireann' of ↵ | geireann | |
https://github.com/brown-dash/Dash-Web into menu_updates_geireann | |||
2021-09-12 | updates | geireann | |
2021-09-10 | cleaned up ink button behaviors -- fixed setFill to just set the fill, not ↵ | bobzel | |
the background color of the selected document. | |||
2021-09-10 | made web page menu UI functional. made ink show up in minmimap. | bobzel | |
2021-09-10 | event handling fixes for ink. double click on deselected ink takes shows ↵ | bobzel | |
handles. lightbox view works. transparent fills are not selectable. | |||
2021-09-10 | fixed sidebar annos to filter on metdata as well as hashtags. | bobzel | |
2021-09-09 | added SelectionManager.Docs() to avoid having to dereference props to get at ↵ | bobzel | |
the seelcted Doc. this was causing a cycle in menu items when selected. fixed sizing of filterBox. enabled showing titles for VID,COL,and IMG in addition to RTF. | |||
2021-09-09 | fixed infinite loop for context menus when right-clicking on them. | bobzel | |
2021-09-09 | fixed anchor menu highlighter button's dropdown location. fixed metadata ↵ | bobzel | |
view for formattedText. added menu item for metadata view. fixed formattedTextbox initialization. | |||
2021-09-08 | made setting background undoable. added setting header color/visibility ↵ | bobzel | |
from main toolbar. made changing header contents possible using #<key>(;<key)* syntax | |||
2021-09-03 | fixed warnings. cleaned up link lines a bit more - simplified, and allowed ↵ | bobzel | |
multiple aliases to share a link. fixed link lines to text anchors from flapping around wildly when camera pans | |||
2021-09-03 | fixed drawing of link lines - doesn't generate duplicates, and works with ↵ | bobzel | |
text regions, scroll locations, and document anchors. | |||
2021-09-02 | Placing collection menu in Lightbox (commented out) and others | geireann | |
- Set toggle properties off - added link that goes directly to the dash documentation | |||
2021-09-02 | Many updates | geireann | |
- Fixed image uploads so it clones rather than makes an alias - Updated context menu - Removed tools panel from novice mode in favour of ":" menu - Added explainers to menus in novice mode - Re-added the trails button - Changed UI for text, PDF & websites so that it is more consistent | |||
2021-09-01 | making more changes | geireann | |
2021-08-31 | Merge branch 'menu_updates_geireann' of ↵ | geireann | |
https://github.com/brown-dash/Dash-Web into menu_updates_geireann | |||
2021-08-31 | there will be issues as a result of this | geireann | |
2021-08-31 | plugged major document leak with contextMenuBtns and Todo notes | bobzel | |