thankyouverycool
|
f35a6c13ab
LibGUI+TextEditor: Highlight the entire current line
|
3 years ago |
thankyouverycool
|
b2df863b55
LibGUI: Adjust TextEditor's clipping rect for text
|
3 years ago |
thankyouverycool
|
2424858c32
LibGUI: Register gutter and ruler GML properties for TextEditor
|
3 years ago |
Andreas Kling
|
1b9e98a17d
LibGUI: Paint GUI::TextEditor's optional icon before applying text clip
|
3 years ago |
thankyouverycool
|
96895cd22c
Everywhere: Fully qualify font names by including their slope
|
3 years ago |
Tobias Christiansen
|
92e337de21
LibGUI: Fix typo in TextEditor
|
3 years ago |
Tobias Christiansen
|
9a28c8dc74
LibGUI: Fix broken text rendering in TextEditor
|
3 years ago |
Tobias Christiansen
|
5348c67ba4
LibGUI: Expand underline support for Spans in TextEditor
|
3 years ago |
Maciej
|
b6d6cc5de4
LibGUI: Use Font::glyph_or_emoji_width() in TextEditor
|
3 years ago |
Mustafa Quraish
|
f674102447
TextEditor: Use FileSystemAccessClient::try_* APIs
|
3 years ago |
Marcus Nilsson
|
315e1c705f
LibGUI: Don't paint text cursor if TextEditor is disabled
|
3 years ago |
Young-Jin Park
|
9d74659f3b
LibGUI: Fix leading whitespaces when text is wrapped
|
3 years ago |
Ben Wiederhake
|
f22c0ffe0c
LibGUI+Everywhere: Make sync requests to Clipboard server more obvious
|
3 years ago |
Ben Wiederhake
|
06f140a025
LibGUI: Avoid access to Clipboard server, clipboard text is never empty
|
3 years ago |
Ben Wiederhake
|
c80dcc4671
LibGUI: Make paste access to Clipboard atomic
|
3 years ago |
Andrew January
|
c0d6e37ab3
LibGUI: Add support for Ctrl+Delete in TextEditor
|
3 years ago |
Andrew January
|
22e80bae29
LibGUI: Change delete key handling from action to keydown_event
|
3 years ago |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 years ago |
Andreas Kling
|
235f39e449
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
|
3 years ago |
thislooksfun
|
7a2c8452f1
LibGUI: Don't re-trigger the autocomplete box when the timer fires
|
3 years ago |
thislooksfun
|
d5baf1c1fa
LibGUI: Allow autocomplete to stay open after applying
|
3 years ago |
thislooksfun
|
352f593958
LibGUI: Add and use TextEditor::hide_autocomplete()
|
3 years ago |
thislooksfun
|
aea9ba3b42
LibGUI: Refactor out common code
|
3 years ago |
thislooksfun
|
86ea41970d
LibGUI: Hide autocomplete on any event other than typing
|
3 years ago |
thislooksfun
|
0627ed9900
LibGUI: Always show a box when the user requests autocomplete
|
3 years ago |
Filiph Sandström
|
d6a0726302
Everywhere: Rename left/right-click to primary/secondary
|
3 years ago |
Andreas Kling
|
649cb67f28
LibGUI: Don't paint TextEditor selection in non-focused widgets
|
3 years ago |
Peter Elliott
|
c19d868a3e
LibGUI: Don't render placeholders as secret
|
3 years ago |
Ben Wiederhake
|
2f023acf78
LibGUI: Convert always-valid pointer to reference
|
3 years ago |
thankyouverycool
|
92fffc3abc
LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere
|
3 years ago |