summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/TextEditor.h
AgeCommit message (Expand)Author
2020-11-10TextEditor: Go-to-line now shows line in middle of view (#4008)Jack Byrne
2020-10-30LibGUI: Add Widget focus policiesAndreas Kling
2020-09-30HackStudio: Integrate with C++ Language ServerItamar
2020-09-25Meta+LibC through LibHTTP: Make clang-format-10 cleanBen Wiederhake
2020-09-21HackStudio: Add auto-complete capability to the EditorItamar
2020-09-21LibGUI: Add optional placeholder to TextEditorPeter Elliott
2020-09-01LibGUI: Implement trailing whitespace visualization in TextEditorAndreas Kling
2020-08-15HackStudio: Use CodeDocument instead of TextDocumentItamar
2020-08-15LibGUI: Make focus events more aware of why focus is changingAndreas Kling
2020-08-01LibGUI: Add focus hooks to TextEditorAnotherTest
2020-07-15LibGUI: Add hover highlighting and keyboard controls to ComboBoxthankyouverycool
2020-07-15LibGUI: Use enum for TextEditor modes & add new DisplayOnly modethankyouverycool
2020-06-29LibGUI: Add TextEditor::set_icon()Andreas Kling
2020-06-15LibGUI: Don't update cursor, if visual data out-of-dateKevin Meyer
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-30LibGUI+HackStudio: Fix cursor appearance and crash while debuggingFalseHonesty
2020-05-27LibGUI: Defer line reflow during text insertionAndreas Kling
2020-05-18LibGUI: Add 1px of horizontal content padding to TextEditorAndreas Kling
2020-05-18LibGUI: Support variable-width fonts in TextEditorAndreas Kling
2020-04-25HackStudio: GUI support for setting breakpoints on source code linesItamar
2020-04-20LibGUI: Add Select all action to TextEditorangel
2020-04-20LibGUI: Keep scrolling while drag-selecting outside a TextEditorAndreas Kling
2020-03-16LibGUI: Add a ThemeChange eventOriko
2020-03-12LibGUI: Add underlines to highlightingOriko
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23LibGUI: Don't require passing a parent to widget constructorsAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-15LibGUI: Remove more header dependencies from Widget.hAndreas Kling
2020-02-07LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUIAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling