Andreas Kling
|
51146e3075
LibGUI: Make the Clipboard API deal in raw byte buffers a bit more
|
4 лет назад |
Andreas Kling
|
dec3998b3c
LibGUI: Disable whitespace visualization in single-line text editors
|
4 лет назад |
Andreas Kling
|
aa70d8c217
LibGUI: Implement trailing whitespace visualization in TextEditor
|
4 лет назад |
Itamar
|
ebab512c03
TextEditor: Increase padding in ruler width
|
4 лет назад |
thankyouverycool
|
bc27aa9b6f
LibGUI: Use matching family fonts for TextEditor ruler
|
4 лет назад |
thankyouverycool
|
a5fefbf840
LibGUI: Resize TextEditor ruler based on needed space
|
4 лет назад |
Andreas Kling
|
c1e0047b48
LibGUI: When focusing a TextEditor via keyboard, select all contents
|
4 лет назад |
Andreas Kling
|
75b8f4e4e6
LibGUI: Make focus events more aware of why focus is changing
|
4 лет назад |
Ben Wiederhake
|
1396ce8a9b
LibGUI: Mark compilation-unit-only functions as static
|
4 лет назад |
Nico Weber
|
ce95628b7f
Unicode: Try s/codepoint/code_point/g again
|
5 лет назад |
Nico Weber
|
19ac1f6368
Revert "Unicode: s/codepoint/code_point/g"
|
5 лет назад |
Linus Groh
|
9ef834384d
LibGUI: Use set_cursor() in TextEditor::set_document()
|
5 лет назад |
Andreas Kling
|
ea9ac3155d
Unicode: s/codepoint/code_point/g
|
5 лет назад |
AnotherTest
|
c35493c156
LibGUI: Add focus hooks to TextEditor
|
5 лет назад |
Sasan Hezarkhani
|
a2bbacbfc8
TextEditor: Jump to word break when deleting and holding Ctrl modifier
|
5 лет назад |
Tom
|
65a11fb5f9
LibGUI: Add InputBox::show with required parent window argument
|
5 лет назад |
thankyouverycool
|
a038f82326
LibGUI: Disallow typing in DisplayOnly TextEditors
|
5 лет назад |
thankyouverycool
|
6a78db07f1
LibGUI: Add hover highlighting and keyboard controls to ComboBox
|
5 лет назад |
thankyouverycool
|
b2783a234a
LibGUI: Use enum for TextEditor modes & add new DisplayOnly mode
|
5 лет назад |
Andreas Kling
|
d851863704
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
|
5 лет назад |
Andreas Kling
|
11c4a28660
Kernel: Move headers intended for userspace use into Kernel/API/
|
5 лет назад |
Andreas Kling
|
eec22acb8e
LibGUI: Add GUI::CommonActions::make_select_all_action() :^)
|
5 лет назад |
Andreas Kling
|
f50bc0f314
LibGUI: Add TextEditor::set_icon()
|
5 лет назад |
Hüseyin ASLITÜRK
|
53227f400c
LibGUI: Replace text attribute on KeyEvent with code_point attribute
|
5 лет назад |
Kevin Meyer
|
17aa917073
LibGUI: Don't update cursor, if visual data out-of-date
|
5 лет назад |
Andreas Kling
|
fdfda6dec2
AK: Make string-to-number conversion helpers return Optional
|
5 лет назад |
Andreas Kling
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 лет назад |
Andreas Kling
|
b81b2a85c4
LibGUI: Don't scroll cursor into view while reflows are deferred
|
5 лет назад |
Andreas Kling
|
984a6ff97b
LibGUI: Fix broken clip rect when scrolling a TextEditor
|
5 лет назад |
Andreas Kling
|
5c485d4a1e
LibGUI: Fix TextEditor painting glitch after add_clip_rect() change
|
5 лет назад |