Andreas Kling
|
f5384d7c70
LibGUI: Correct selection width when using fonts with glyph spacing
|
4 years ago |
Andreas Kling
|
c1339baba8
LibGUI: Fix cursor height in single-line text boxes
|
4 years ago |
Andreas Kling
|
412a91d58f
LibGfx: Add Gfx::Font::bold_variant() that does a proper font lookup
|
4 years ago |
Stephan Unverwerth
|
b4d1390714
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
|
4 years ago |
AnotherTest
|
20b74e4ede
LibGUI+HackStudio: Add an opt-in autocompletion interface to TextEditor
|
4 years ago |
Linus Groh
|
750a608441
LibGUI: Register TextEditor "mode" property
|
4 years ago |
Andreas Kling
|
a35693915e
LibGUI: Make syntax highlighter communicate boldness instead of font
|
4 years ago |
Andreas Kling
|
3ee5694e97
LibGUI: Simplify ComboBox/TextEditor relationship a bit
|
4 years ago |
Zac
|
6a569bbdd7
TextEditor: Change cursor behaviour when clicking empty space
|
4 years ago |
Jack Byrne
|
1041ab88ca
TextEditor: Go-to-line now shows line in middle of view (#4008)
|
4 years ago |
Andreas Kling
|
982e066100
LibGfx: Move FontDatabase from LibGUI to LibGfx
|
4 years ago |
Andreas Kling
|
aef56159a8
LibGUI: Add Widget focus policies
|
4 years ago |
Andreas Kling
|
f57c058c5e
LibGUI: Call up to the correct base class in GUI::TextEditor
|
4 years ago |
Andreas Kling
|
1d96ecf148
Everywhere: Add missing <AK/TemporaryChange.h> includes
|
4 years ago |
Nico Weber
|
397e5766ff
LibGUI: Make arrow-left/right with selection move cursor to edge of selection
|
4 years ago |
Itamar
|
863f14788f
HackStudio: Add C++ Language Server
|
4 years ago |
Ben Wiederhake
|
08f9bc26a6
Meta+LibHTTP through LibWeb: Make clang-format-10 clean
|
4 years ago |
Andreas Kling
|
468a29f4a1
LibGUI: Register the "text" property on GUI::TextEditor
|
4 years ago |
Peter Elliott
|
253ab7536a
Base: Add the PlaceholderText attribute to themes
|
4 years ago |
Peter Elliott
|
fa96e57c15
LibGUI: Add optional placeholder to TextEditor
|
4 years ago |
Andreas Kling
|
7a2faecc15
LibGUI: Use widget override cursors in GUI::TextEditor
|
4 years ago |
Andreas Kling
|
b4f307f982
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
|
4 years ago |
Andreas Kling
|
0f9be82826
LibGfx: Move StandardCursor enum to LibGfx
|
4 years ago |
Andreas Kling
|
51146e3075
LibGUI: Make the Clipboard API deal in raw byte buffers a bit more
|
4 years ago |
Andreas Kling
|
dec3998b3c
LibGUI: Disable whitespace visualization in single-line text editors
|
4 years ago |
Andreas Kling
|
aa70d8c217
LibGUI: Implement trailing whitespace visualization in TextEditor
|
4 years ago |
Itamar
|
ebab512c03
TextEditor: Increase padding in ruler width
|
4 years ago |
thankyouverycool
|
bc27aa9b6f
LibGUI: Use matching family fonts for TextEditor ruler
|
4 years ago |
thankyouverycool
|
a5fefbf840
LibGUI: Resize TextEditor ruler based on needed space
|
4 years ago |
Andreas Kling
|
c1e0047b48
LibGUI: When focusing a TextEditor via keyboard, select all contents
|
4 years ago |