summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/TextEditor.h
AgeCommit message (Expand)Author
2023-01-11HackStudio: Hide autocomplete popup when switching tabsMatthew Olsson
2023-01-07LibGUI: Add `TextEditor::write_to_file(Core::Stream::File&)`Lucas CHOLLET
2022-12-26LibGUI: Standardize automatic scrolling in TextEditor+GlyphMapWidgetthankyouverycool
2022-12-12LibGUI+TextEditor: Add a relative line number option for TextEditorSnow
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-29LibGUI: Setup IncrementalSearchBanners for TextEditorsthankyouverycool
2022-11-09LibGUI: Shift+Tab unindents lineJulian Eigmüller
2022-09-11LibGUI+LibVT: Notify widgets of emoji selection with a callbackTimothy Flynn
2022-09-08Base+LibGUI: Add insert emoji common actionelectrikmilk
2022-08-18TextEditor: Change cursor when reaching the ruler areaThomas Symalla
2022-07-19LibGUI: Add MoveLineUpOrDownCommandLucas CHOLLET
2022-07-15LibGUI: Explicitly default initialize class membersLucas CHOLLET
2022-07-08LibGUI: Unindent selected text on shift+tab presshuttongrabiel
2022-07-08LibGUI: Indent selected text on tab presshuttongrabiel
2022-06-28LibGUI: Use new layout system for basic widgetsFrHun
2022-05-12LibGUI: Run TextEditor::on_change callback immediatelySam Atkins
2022-05-08LibGUI: Make TextEditor substitution more explicitfaxe1008
2022-04-13LibGUI: Rename function to make intention clearerSimonFJ20
2022-04-13LibGUI+GMLPlayground: Replace text using ReplaceAllTextCommandSimonFJ20
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-26LibGUI: Set Editors to wrap at words when MultiLinethankyouverycool
2022-02-24LibGUI: Put TextEditor widgets in "Wrap at Words" mode by defaultAndreas Kling
2022-02-24LibGUI+LibSyntax: Stringify Highlighter::Languagethankyouverycool
2022-02-24LibGUI+LibGfx: Defer to fonts when setting Editor line heightthankyouverycool
2022-02-09LibGUI: Add TextEditor::force_rehighlight() methodItamar
2022-01-20TextEditor: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2021-11-13LibGUI: Change delete key handling from action to keydown_eventAndrew January
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
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
2021-10-15LibGUI: Convert always-valid pointer to referenceBen Wiederhake
2021-09-22LibGUI: Rename CallOnChange => AllowCallback and implement elsewherethankyouverycool
2021-09-19LibGUI: Add number_of_words() to TextEditorsthankyouverycool
2021-09-11LibGUI+TextEditor: Allow cursor line highlighting to be toggledthankyouverycool
2021-08-18LibGUI+Browser: Add UrlBox classRob Ryan
2021-08-02LibGUI: Ensure that edit actions are disabled for password boxesGunnar Beutner
2021-07-27LibGUI: Add a ClipboardClient for GUI::ClipboardTheFightingCatfish
2021-07-20LibGUI: Add Ctrl-U to insert modeAriel Don
2021-07-20LibGUI: Add Ctrl-H to insert modeAriel Don
2021-07-20LibGUI: Add Ctrl-W to insert modeAriel Don
2021-07-10LibGUI: Convert TextEditor to east-const styleTimothy
2021-07-10TextEditor+LibGUI: Use unveil and FileSystemAccessServerTimothy
2021-06-30LibGUI: Add glyph substitution to TextEditorMax Wipfli
2021-06-29LibGUI: Don't fire on_change hook at start of TextEditor::paint_event()Andreas Kling
2021-06-25LibGUI: Add TextEditor::has_document()Itamar