thankyouverycool
|
a5fefbf840
LibGUI: Resize TextEditor ruler based on needed space
|
hace 4 años |
Andreas Kling
|
c1e0047b48
LibGUI: When focusing a TextEditor via keyboard, select all contents
|
hace 4 años |
Andreas Kling
|
75b8f4e4e6
LibGUI: Make focus events more aware of why focus is changing
|
hace 4 años |
Ben Wiederhake
|
1396ce8a9b
LibGUI: Mark compilation-unit-only functions as static
|
hace 4 años |
Nico Weber
|
ce95628b7f
Unicode: Try s/codepoint/code_point/g again
|
hace 5 años |
Nico Weber
|
19ac1f6368
Revert "Unicode: s/codepoint/code_point/g"
|
hace 5 años |
Linus Groh
|
9ef834384d
LibGUI: Use set_cursor() in TextEditor::set_document()
|
hace 5 años |
Andreas Kling
|
ea9ac3155d
Unicode: s/codepoint/code_point/g
|
hace 5 años |
AnotherTest
|
c35493c156
LibGUI: Add focus hooks to TextEditor
|
hace 5 años |
Sasan Hezarkhani
|
a2bbacbfc8
TextEditor: Jump to word break when deleting and holding Ctrl modifier
|
hace 5 años |
Tom
|
65a11fb5f9
LibGUI: Add InputBox::show with required parent window argument
|
hace 5 años |
thankyouverycool
|
a038f82326
LibGUI: Disallow typing in DisplayOnly TextEditors
|
hace 5 años |
thankyouverycool
|
6a78db07f1
LibGUI: Add hover highlighting and keyboard controls to ComboBox
|
hace 5 años |
thankyouverycool
|
b2783a234a
LibGUI: Use enum for TextEditor modes & add new DisplayOnly mode
|
hace 5 años |
Andreas Kling
|
d851863704
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
|
hace 5 años |
Andreas Kling
|
11c4a28660
Kernel: Move headers intended for userspace use into Kernel/API/
|
hace 5 años |
Andreas Kling
|
eec22acb8e
LibGUI: Add GUI::CommonActions::make_select_all_action() :^)
|
hace 5 años |
Andreas Kling
|
f50bc0f314
LibGUI: Add TextEditor::set_icon()
|
hace 5 años |
Hüseyin ASLITÜRK
|
53227f400c
LibGUI: Replace text attribute on KeyEvent with code_point attribute
|
hace 5 años |
Kevin Meyer
|
17aa917073
LibGUI: Don't update cursor, if visual data out-of-date
|
hace 5 años |
Andreas Kling
|
fdfda6dec2
AK: Make string-to-number conversion helpers return Optional
|
hace 5 años |
Andreas Kling
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
hace 5 años |
Andreas Kling
|
b81b2a85c4
LibGUI: Don't scroll cursor into view while reflows are deferred
|
hace 5 años |
Andreas Kling
|
984a6ff97b
LibGUI: Fix broken clip rect when scrolling a TextEditor
|
hace 5 años |
Andreas Kling
|
5c485d4a1e
LibGUI: Fix TextEditor painting glitch after add_clip_rect() change
|
hace 5 años |
FalseHonesty
|
061938206a
LibGUI: Fix cursor being out of view after typing
|
hace 5 años |
FalseHonesty
|
b0b03c52af
LibGUI: Fix TextEditor crashing when selecting a blank line
|
hace 5 años |
Andreas Kling
|
a8f0e4d56e
LibGUI: Defer line reflow during text insertion
|
hace 5 años |
Andreas Kling
|
30edd198ec
LibGUI: Make TextEditor::select_all() move the cursor to document head
|
hace 5 años |
FalseHonesty
|
4ad891a078
LibGUI: Add flag to TextDocument's word break locator methods
|
hace 5 años |