summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/TextEditor.cpp
AgeCommit message (Expand)Author
2023-01-07LibGUI: Add `TextEditor::write_to_file(Core::Stream::File&)`Lucas CHOLLET
2023-01-07Everywhere: Use ElapsedTimer::elapsed_time() for comparisonsAndrew Kaster
2023-01-06LibGfx: Make Font::preferred_line_height() more correctAndreas Kling
2022-12-26LibGUI: Standardize automatic scrolling in TextEditor+GlyphMapWidgetthankyouverycool
2022-12-26LibGUI: Handle Enter+Leave events for automatic cursor trackersthankyouverycool
2022-12-12LibGUI+TextEditor: Add a relative line number option for TextEditorSnow
2022-12-11LibGUI: Add shortcut for inserting new lineSnow
2022-12-10TextEditor: Fix commenting shortcut `<Ctrl-/>`Snow
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-29LibGUI: Setup IncrementalSearchBanners for TextEditorsthankyouverycool
2022-11-27TextEditor: Add keyboard shortcut to (un)comment a range of linesKyle Lanmon
2022-11-19LibGUI: Paint text selections as active in Popupsthankyouverycool
2022-11-09LibGUI: Shift+Tab unindents lineJulian Eigmüller
2022-09-24LibGUI: Update calculated_min_size() for TextEditorthankyouverycool
2022-09-12Everywhere: Use my very shiny serenityos.org email :^)networkException
2022-09-11LibGUI+LibVT: Notify widgets of emoji selection with a callbackTimothy Flynn
2022-09-09Spreadsheet+LibGUI: Set EmojiInputDialog as a CaptureInput modalthankyouverycool
2022-09-09LibGUI: Allow blocking CommandPalette/EmojiInput on a per Window basisthankyouverycool
2022-09-08Base+LibGUI: Add insert emoji common actionelectrikmilk
2022-08-18TextEditor: Change cursor when reaching the ruler areaThomas Symalla
2022-08-01LibGUI: Allow Tab key to switch focus from non-editable GUI::TextEditorAndreas Kling
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-10LibGUI: Disallow selection identation in readonly text editorsnetworkException
2022-07-10LibGUI: Allow deleting text editor indent selections in non tab casesnetworkException
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-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