Ellet
ca06eebbd7
Remove unused comments
1 year ago
li3317
4259eb33de
add explanation for len attribute in handleHistoryChange
1 year ago
Ellet
9fea78a107
Remove C file
1 year ago
Ellet
c435e01d32
Fix anlysis issue
1 year ago
Ellet
41403cbe1c
Prepare to release 9.2.10
1 year ago
Ellet Hnewa
14ffc60888
An attemp to fix the text selection bug ( #1643 )
1 year ago
eliasnygren
664fe51692
Added Swedish translation added quill_localizations_sv.dart
1 year ago
eliasnygren
b4587ca05b
Added Swedish translation
1 year ago
Jesse Ezell
7c771ad60a
fix web cursor height (don't use ios logic)
1 year ago
Alex Isaienko
65d1cb6d4a
Export Container as QuillContainer to avoid naming conflicts
1 year ago
Alex Isaienko
4333a240cf
Export Container node
...
Knowing about the `Container` type is needed to perform a generalized lookup for a specific node in user code. Right now it requires handling `Line` and `Block` separately.
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
129253e883
Update color dialog
1 year ago
Ellet
a20278190f
Update select header style buttons to look good on material 3
1 year ago
Michael Allen
d23fe603b7
apply options.iconTheme for header buttons, fix header button text color ( #1657 )
1 year ago
Cierra_Runis
8afe147678
📖 Update zh, zh_CN translations ( #1659 )
1 year ago
Rusu Dinu
f219465742
added ro RO translations ( #1658 )
...
* added ro RO translations
(cherry picked from commit 913a7e8d673d64da72dbe2cbcb4a9771f7f21132)
* added ro RO translations
1 year ago
Ellet
0f6f8be0f5
Fix bug with font size button
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
c3d6cead75
Deprecate and
1 year ago
Ellet
858a0ce6db
Fix analyze warrning
1 year ago
Ellet
3c0d93bf7c
Add both iconSize and iconButtonFactor in the base button options
1 year ago
Ellet
4798a3f8df
Fix #1632
1 year ago
Ellet
a15612f65a
Migrate to the new version of super clipboard
1 year ago
Ellet
3f71e63d77
Remove unused imports
1 year ago
Ellet
fe856afd75
Fix QuillToolbarFontFamilyButton
1 year ago
Ellet
0d77c12e5b
Annotate toPdf and fromHtml ad experimental
1 year ago
Ellet Hnewa
9f84109951
Add pdf converter ( #1649 )
...
* Add simple pdf converter
1 year ago
Khoshbin Ali Ahmed
ceb56da1e2
Add Kurdish locale
1 year ago
Ellet
02160ba0ae
Add after pressed
1 year ago
Ellet
ac1138f1f4
Fix tooltips
1 year ago
Ellet
be9412f61b
Fix the font size button and migrate to
1 year ago
Ellet
f90bc043b4
defaultDisplayText is not required in the font size button anymore
1 year ago
Ellet
f82ac1ff5d
Add defualt display text for select header style dropdown button
1 year ago
Ellet
717237311f
Fix a typo in the QuillToolbarFontFamilyButton
1 year ago
Ellet
62755f2bd3
Deprecate the default display text in the font family button
1 year ago
Ellet
f45287f2f7
Deprecate the default display text in the font size button
1 year ago
Ellet
6247e1e923
Update search button configurations
1 year ago
Ellet
b66be97a17
Fix bug in HTML paste functionality
1 year ago
Ellet
e7bddb1f3b
Fix bug #1636
1 year ago
Ellet
e4dcbac9cf
Fix font size button label
1 year ago
Ellet Hnewa
7c3f6ccf4e
Feature/change icon button data ( #1634 )
...
* Add a way to change almost properties of IconButton in QuillIconTheme for both selected and unselected state
---------
Co-authored-by: Ellet <ellet@freshplatform.net>
1 year ago
Ellet
a4dd9b54a8
Fix the tooltip
1 year ago
Ellet
9292e4ef14
Fix history button
1 year ago
Ellet
9594e79449
Fix analysis warrnings along with a bug
1 year ago
Ellet
33df05bfcc
Bug fixes
1 year ago
Sobhan Moradi
67122a3282
Update 'attributes' list type to enable nulls in header style dropdown config. ( #1631 )
...
In `select_header_style_dropdown_button_configurations.dart`, the 'attributes' list type has been modified. Now it accepts 'Attribute<int?>' instead of 'Attribute<int>'. This change allows for custom dropdown attributes with a nullable level.
Co-authored-by: Sobhan Moradi <sobhan.moradi@getflip.com>
1 year ago
Ellet
8dc1ff79d5
Fix the QuillIconTheme by replacing all the properties with two properties of type ButtonStyle, use IconButton.styleFrom()
1 year ago