Cierra_Runis
cc48a2539e
feat: Add `readOnlyMouseCursor` to config mouse cursor type ( #1873 )
...
* 🌍 Add `readOnlyMouseCursor` to config mouse cursor type
Related issue: [Bug] Mouse cursor is still text insertion type when `readOnly` is `false` #1752
* 🔧 Fix import
11 months ago
AtlasAutocode
1a4109fb7a
! Support clipboard actions from the toolbar. ( #1843 )
12 months ago
Douglas Ward
03a9d149b3
QuillControllerConfigurations and clipboard paste
12 months ago
Douglas Ward
f1231b7851
Add: test for QuillController clipboard
...
Dart Formatted
1 year ago
gklamm
75d3b806fc
Add checkBoxReadOnly property ( #1836 )
1 year ago
Douglas Ward
9e2d3d50c0
Add: Clipboard toolbar buttons
1 year ago
Douglas Ward
2334d79e3d
Move clipboard actions to QuillController
1 year ago
oligazar
a2a4faf3db
Fix for keyboard jumping when switching focus from a TextField ( #1810 )
1 year ago
Sobhan Moradi
05c17e1ebc
feat: add paste gif from clipboard ( #1788 )
1 year ago
Ellet
9367bdf692
revert: fix selection.affinity always downstream after updateEditingValue
1 year ago
Ellet
431ae4b132
Update Document.fromJson, add DeltaX class
1 year ago
Ellet Hnewa
03ebd45e09
Update deprecated code from flutter 3.19 ( #1746 )
...
* First step of update deprecated code in 3.19
* Second step of updating deprecated code
1 year ago
Michael Allen
429a0a888f
Scribble scroll fix ( #1745 )
...
* Fix bug with scribble when the editor is scrollable - the scribble area was also being scrolled, now it is fixed
* code clean up - move ScribbleFocusable above CompositedTransformTarget when scrolling is not enabled for consistency with the scrolling scribble area fix
1 year ago
Michael Allen
2c03c5e7f2
Apple pencil ( #1740 )
...
* Added ScribbleFocusable class and updated QuillRawEditorState build() to use it as parent widget of QuilRawEditorMultiChildRenderObject.
Added optional configuration properties `final bool enableScribble`, `final EdgeInsets? scribbleAreaInsets`, `final void Function()? onScribbleActivated`
* format update
1 year ago
xurc
53c5d304fd
Fix for selection handles behaviour and unnessesary style assert ( #1727 )
1 year ago
Egor Korshun
95a4442c47
Fix incorrect behaviour of context menu ( #1734 )
1 year ago
Ellet Hnewa
d13d30ffcb
Remove finished todo in raw_editor_state.dart
1 year ago
Michael Allen
be84f1ca56
Fix safari clipboard bug ( #1722 )
...
* on web platforms, do not call clipboard status update as security measures block that and currently cause safari to display a paste menu
* change default for web to pasteable
1 year ago
Carsten Seeger
5d9dc102f1
fix: typo
1 year ago
Carsten Seeger
ed514c02fb
fix: outcommented clipboard status
1 year ago
Carsten Seeger
e8eebb2c38
feat: disableClipboard
1 year ago
Mike Allen
1899295fd3
formatting clean up
1 year ago
Mike Allen
103157a74d
remove unused import
1 year ago
Mike Allen
c1e5d91004
fix bug #1696
1 year ago
Ellet
ca06eebbd7
Remove unused comments
1 year ago
Luy2077
45ff63355c
fix selection.affinity always downstream after updateEditingValue ( #1682 )
...
Co-authored-by: luying <luying1@qimao.com>
1 year ago
Ellet
fb2c39e463
Update gal, fix bug #1627
1 year ago
Ellet
bc10d6cf05
Prepare to release 9.2.0
1 year ago
Ellet
8c48d885ca
Fix two bugs in the buttons
1 year ago
Ellet
a15612f65a
Migrate to the new version of super clipboard
1 year ago
Ellet
b66be97a17
Fix bug in HTML paste functionality
1 year ago
Ellet Hnewa
32b698e6ad
Revert "Retain the attributes when converting delta to/from html ( #1609 )" ( #1612 )
...
This reverts commit 3e97fa2c81
.
1 year ago
agu
3e97fa2c81
Retain the attributes when converting delta to/from html ( #1609 )
...
* Amend delta_to_markdown
* Amend quill_html_converter to retain style attributes
* DeltaX.fromHtml
* Amend DeltaX.fromHtml to retain the attributes
1 year ago
Ellet
33e7c46288
New merge from dev branch ( #1602 )
...
* Prepare to release 9.0.2
1 year ago
Ellet
e063afe61d
New dev update ( #1582 )
...
* Prepare to release
1 year ago
Ellet
1d581858ac
Move quill delta ( #1578 )
...
* Split quill delta into separate package
1 year ago
Ellet
c02699071a
Version 9.0.0 ( #1566 )
...
* Prepare for Version 9.0.0
1 year ago
Ellet
07dbef8414
Remove MediaQuery usage in keyboardAppearance
1 year ago
Ellet
ccfe151ba4
Prepare to release 8.6.4
1 year ago
Ellet
79597ea642
Update deprecated fields
1 year ago
Fabian Freund
2973f03593
fix overrides ( #1489 )
...
Co-authored-by: Ellet <73608287+freshtechtips@users.noreply.github.com>
1 year ago
Ellet
176dbd5d59
Update raw_editor.dart
1 year ago
Ellet
2104514f6e
Update flutter_quill and flutter_quill_extensions ( #1520 )
...
* Update flutter_quill and flutter_quill_extensions
1 year ago
Ellet
ebd2729f39
Fix platform checking logic ( #1518 )
...
* Fix platform checking logic
* Update _defaultOnTapOutside
1 year ago
Ellet
614bf1a526
Add magnifierConfiguration
1 year ago
Ellet
cf93061446
First step of improving the quill editor ( #1510 )
...
* First step of improving the raw quill editor
1 year ago
Ellet
4aad60419c
Update the example, android example, and few changes
1 year ago
Ellet
8e0441e224
New patch
1 year ago
Ellet
adc067fe26
Move flutter_quill_test to seperated package ( #1507 )
...
* Split flutter_quill_test to a separated package
* Update version and main workflow
1 year ago
Ellet
0d38e8787d
Follow dart best practices by using and remove as well since they are not used
1 year ago