Andreas Kling
|
aa70d8c217
LibGUI: Implement trailing whitespace visualization in TextEditor
|
4 years ago |
Itamar
|
627f258c97
HackStudio: Use CodeDocument instead of TextDocument
|
4 years ago |
Andreas Kling
|
75b8f4e4e6
LibGUI: Make focus events more aware of why focus is changing
|
4 years ago |
AnotherTest
|
c35493c156
LibGUI: Add focus hooks to TextEditor
|
5 years ago |
thankyouverycool
|
6a78db07f1
LibGUI: Add hover highlighting and keyboard controls to ComboBox
|
5 years ago |
thankyouverycool
|
b2783a234a
LibGUI: Use enum for TextEditor modes & add new DisplayOnly mode
|
5 years ago |
Andreas Kling
|
f50bc0f314
LibGUI: Add TextEditor::set_icon()
|
5 years ago |
Kevin Meyer
|
17aa917073
LibGUI: Don't update cursor, if visual data out-of-date
|
5 years ago |
Andreas Kling
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 years ago |
FalseHonesty
|
12fe546be9
LibGUI+HackStudio: Fix cursor appearance and crash while debugging
|
5 years ago |
Andreas Kling
|
a8f0e4d56e
LibGUI: Defer line reflow during text insertion
|
5 years ago |
Andreas Kling
|
62b7418376
LibGUI: Add 1px of horizontal content padding to TextEditor
|
5 years ago |
Andreas Kling
|
2e11c16be4
LibGUI: Support variable-width fonts in TextEditor
|
5 years ago |
Itamar
|
393560d8a2
HackStudio: GUI support for setting breakpoints on source code lines
|
5 years ago |
angel
|
441c2715bb
LibGUI: Add Select all action to TextEditor
|
5 years ago |
Andreas Kling
|
5c15c24976
LibGUI: Keep scrolling while drag-selecting outside a TextEditor
|
5 years ago |
Oriko
|
2a32330257
LibGUI: Add a ThemeChange event
|
5 years ago |
Oriko
|
6d89f48dd8
LibGUI: Add underlines to highlighting
|
5 years ago |
Andreas Kling
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 years ago |
Andreas Kling
|
428582e805
LibGUI: Don't require passing a parent to widget constructors
|
5 years ago |
Andreas Kling
|
2143da6434
LibGUI: Add forwarding header
|
5 years ago |
Andreas Kling
|
e1ff4fa034
LibGUI: Remove more header dependencies from Widget.h
|
5 years ago |
Andreas Kling
|
bb8e65be41
LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUI
|
5 years ago |
Andreas Kling
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 years ago |