X Code
9888d5ccf0
Upgrade to 4.0.8
3 years ago
HUA616436641
301d4cdefa
fix: fix blank lines do not display when --web-renderer=html ( #705 )
3 years ago
X Code
35b53c7404
Image menu options for copy/remove
3 years ago
X Code
69e4de7075
Refactor code
3 years ago
X Code
059ac6f5a4
Bug fix for link button text selection
3 years ago
X Code
25e5385e15
Bug fix for platform util
3 years ago
X Code
211cc4f924
Rename helper files
3 years ago
X Code
53507416d0
Refactor using platform helper
3 years ago
X Code
6b9c85f7cc
Refactor code
3 years ago
li3317
a1be256ff9
fix launch link and upgrade
3 years ago
X Code
4f7cc55b42
Update RenderEditableBox Container get container
3 years ago
X Code
c7dcbd2b72
Update RenderContentProxyBox double get preferredLineHeight
3 years ago
X Code
8813e88866
Revert "Rename _resolvePadding() to resolvePadding()"
...
This reverts commit f94b1382e1
.
3 years ago
X Code
f94b1382e1
Rename _resolvePadding() to resolvePadding()
3 years ago
X Code
d934c1a882
Update constructor of RichTextProxy
3 years ago
li3317
6ff299118d
fix launch link for read only
3 years ago
X Code
6a4a8e20e4
Handle null value of Attribute.link
3 years ago
X Code
2080aab6a9
Launch link improvements
...
Allows launching links in editing mode, where:
* For desktop platforms: links launch on `Cmd` + `Click` (macOS) or `Ctrl` + `Click` (windows, linux)
* For mobile platforms: long-pressing a link shows a context menu with multiple actions (Open, Copy, Remove) for the user to choose from.
3 years ago
X Code
d2444a2af0
Fix checkbox functionality ( #541 )
...
* Fix checkbox functionality
* Remove class QuillCheckbox
3 years ago
X Code
919ff0ec07
[2.4.0] Improve inline code style
3 years ago
X Code
e9b119299a
Improves selection rects to have consistent height regardless of individual segment text styles
...
Fixes an issue where editable text line would stay subscribed to cursor events.
3 years ago
X Code
13d542680e
iOS - floating cursor
3 years ago
X Code
2b8fc44a5d
Make CursorPainter constructor named
3 years ago
Andy Trand
b09de44e36
font size parsing fix ( #487 )
3 years ago
li3317
e954b3a648
handle click on embed object
3 years ago
Khánh Nguyễn
0b1e0f2179
implement change cursor to SystemMouseCursors.click when hovering a link styled text ( #437 )
...
Co-authored-by: KhanhNgocNguyen <khanhnguyen2@teqnological.asia>
4 years ago
appflowy
2fd395a21a
Improve the scrolling performance by reducing the repaint areas ( #430 )
4 years ago
appflowy
7bf237f3c3
[fix]: The selection effect can't be seen as the textLine with background color ( #429 )
4 years ago
Cheryl
c7158b5507
Upgrade to 2.0.10
4 years ago
appflowy
aea3159ddc
[fix]: cursorConnt.color notify the text_line to repaint if it was disposed ( #428 )
4 years ago
Xin Yao
19600f7d8f
Add inline code formatting
4 years ago
Xin Yao
2009a0d1ef
Upgrade to 2.0.3
4 years ago
li3317
2b572ca409
fix cursor when line contains image
4 years ago
Aldy J
97ba9cfb39
Text Alignment functions + Block Format standards ( #382 )
...
* Mute problem reports
* For PR: Text Alignment functions + Block Format standards
* Restore analysis_options.yaml to original settings
4 years ago
Xun Gong
15bd6f2342
Add "small" (extended) markdown style support
4 years ago
Xin Yao
2c9bbcf8e9
Rename StyleBuilder to CustomStyleBuilder
4 years ago
Xin Yao
bd41d77e85
Refactor _applyCustomAttributes function
4 years ago
X Code
f56bbff75f
Support for building custom inline styles ( #351 )
4 years ago
Xin Yao
6f8624e3af
Bring into view upon selection extension
...
When extending selection, have scroll controller jump to the most appropriate offset to display selection extension
4 years ago
Xin Yao
d7b7894486
Remove unused comments
4 years ago
li3317
db25b9c8d6
support inline image
4 years ago
Xin Yao
6aaf351277
Update text_line for handling Embed
4 years ago
li3317
bb38db5ed0
add readOnly to emdedBuilder
4 years ago
Xin Yao
76ef63e87c
Upgrade to 1.3.3
4 years ago
hyouuu
06a7f4aa2e
Fix a bug that Embed could be together with Text ( #249 )
4 years ago
Xin Yao
4bcb73fd25
Format code
4 years ago
Xun Gong
a10197dec3
use ceil instead of floor to make sure won't cause overflow
4 years ago
hyouuu
c63831d014
Fix incorrect double to int cast, and guard against optional parent ( #239 )
4 years ago
Till Friebe
1fedaf0d13
Add comments to cursor class
4 years ago
Till Friebe
3b429840b6
Remove getter for final operator
...
A getter for a final variable makes no sense, because the variable
cannot be reassigned. It is better to remove the unnecessary getter
and make the variable public.
4 years ago