summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/TextEditor.cpp
AgeCommit message (Expand)Author
2022-05-21LibCodeComprehension: Re-organize code comprehension related codeItamar
2022-05-13TextEditor: Allow typing AltGr+letter into editorPaweł Łukasik
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-05-12LibGUI: Run TextEditor::on_change callback immediatelySam Atkins
2022-05-09LibGUI: Consider TextEditor icon size when scrolling text horizontallyofftkp
2022-05-08LibGUI: Make TextEditor substitution more explicitfaxe1008
2022-04-25LibGUI: Display line number next to the first visual lineLucas CHOLLET
2022-04-24LibGUI: Fix text wrap artifact when selecting textLucas CHOLLET
2022-04-13LibGUI: Rename function to make intention clearerSimonFJ20
2022-04-13LibGUI+GMLPlayground: Replace text using ReplaceAllTextCommandSimonFJ20
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-03-29LibGUI: Add search API to TextEditor with highlighted resultsItamar
2022-03-29LibGUI: Support multiple layers of TextDocument spansItamar
2022-03-22LibGUI: Add CTRL+Enter callback to TextEditorRok Povsic
2022-02-28TextEditor: Support multiline highlighting for trailing spaceLucas CHOLLET
2022-02-28TextEditor: Fix highlighting bug in wrapping modeLucas CHOLLET
2022-02-26LibGUI: Set Editors to wrap at words when MultiLinethankyouverycool
2022-02-24LibGUI+LibSyntax: Stringify Highlighter::Languagethankyouverycool
2022-02-24LibGUI+LibGfx: Defer to fonts when setting Editor line heightthankyouverycool
2022-02-24LibGUI: Ensure ruler grows properly when using proportional fontsthankyouverycool
2022-02-16LibGUI: Add missing LibCore/File includeSam Atkins
2022-02-10Base+HackStudio: Add or insert missing iconselectrikmilk
2022-02-09LibGUI: Add TextEditor::force_rehighlight() methodItamar
2022-02-07LibGUI: Simplify DisplayOnly painting for TextEditorthankyouverycool
2022-02-07LibGUI: Fix typo in TextEditor::paint_eventthankyouverycool
2022-02-07LibGUI+TextEditor: Highlight the entire current linethankyouverycool
2022-02-07LibGUI: Adjust TextEditor's clipping rect for textthankyouverycool
2022-02-07LibGUI: Register gutter and ruler GML properties for TextEditorthankyouverycool
2022-02-07LibGUI: Paint GUI::TextEditor's optional icon before applying text clipAndreas Kling
2022-02-01Everywhere: Fully qualify font names by including their slopethankyouverycool
2022-01-23LibGUI: Fix typo in TextEditorTobias Christiansen
2022-01-23LibGUI: Fix broken text rendering in TextEditorTobias Christiansen
2022-01-23LibGUI: Expand underline support for Spans in TextEditorTobias Christiansen
2022-01-22LibGUI: Use Font::glyph_or_emoji_width() in TextEditorMaciej
2022-01-20TextEditor: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-11LibGUI: Don't paint text cursor if TextEditor is disabledMarcus Nilsson
2021-12-30LibGUI: Fix leading whitespaces when text is wrappedYoung-Jin Park
2021-11-21LibGUI+Everywhere: Make sync requests to Clipboard server more obviousBen Wiederhake
2021-11-21LibGUI: Avoid access to Clipboard server, clipboard text is never emptyBen Wiederhake
2021-11-21LibGUI: Make paste access to Clipboard atomicBen Wiederhake
2021-11-13LibGUI: Add support for Ctrl+Delete in TextEditorAndrew January
2021-11-13LibGUI: Change delete key handling from action to keydown_eventAndrew January
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-02LibGUI: Don't re-trigger the autocomplete box when the timer firesthislooksfun
2021-11-02LibGUI: Allow autocomplete to stay open after applyingthislooksfun
2021-11-02LibGUI: Add and use TextEditor::hide_autocomplete()thislooksfun
2021-11-02LibGUI: Refactor out common codethislooksfun
2021-11-02LibGUI: Hide autocomplete on any event other than typingthislooksfun
2021-11-02LibGUI: Always show a box when the user requests autocompletethislooksfun