summaryrefslogtreecommitdiff
path: root/Userland/Applications/TextEditor
AgeCommit message (Expand)Author
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2022-02-07LibGUI: Remove GML prefix in favor of proper namespacekleines Filmröllchen
2022-02-07LibGUI+TextEditor: Highlight the entire current linethankyouverycool
2022-01-23TextEditor: Fix crash on startup when file specified cannot be openedRummskartoffel
2022-01-20TextEditor: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-18TextEditor: Hookup git commit message detection and highlightingBrian Gianforcaro
2022-01-09TextEditor: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-04TextEditor: Use early return style in "save" action callbackAndreas Kling
2022-01-04TextEditor: Show time-since-last-save in "unsaved changes" dialogs :^)Andreas Kling
2022-01-04TextEditor: Use GUI::MessageBox::ask_about_unsaved_changes()Andreas Kling
2021-12-30Userland: Link directly against LibUnicodeData where neededTimothy Flynn
2021-12-28TextEditor: Highlight AF files as INIMaciej
2021-12-21Userland: Add unveil/pledge requisites for dynamic Unicode data loadingTimothy Flynn
2021-12-09HackStudio+TextEditor: Persist EditingEngineType across editorsscwfri
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-23TextEditor: Port to LibMain :^)Andreas Kling
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-06TextEditor: Fix hang on "Replace All"Davi
2021-11-03Applications: Remove border from GroupBox marginsFrHun
2021-10-23TextEditor: Add syntax-highlighting for CSS filesSam Atkins
2021-09-19TextEditor: Show total character and word count without selectionthankyouverycool
2021-09-11TextEditor: Remove wordiness and a separator in View menuthankyouverycool
2021-09-11LibGUI+TextEditor: Allow cursor line highlighting to be toggledthankyouverycool
2021-09-10TextEditor: Remove unveil() for CLI file, use FileSystemAccessServerMustafa Quraish
2021-09-10TextEditor/FileArgument: Remove file existance check for early exitMustafa Quraish
2021-09-02TextEditor: Stop calling window->set_modified(false) on file saveKarol Kosek
2021-08-26TextEditor: Use LibConfig instead of Core::ConfigFileAndreas Kling
2021-08-23TextEditor: Unveil the full path to the config fileRalf Donau
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-07-31HackStudio+TextEditor: Sync extensions from the FileIconProvider fileKarol Kosek
2021-07-31TextEditor: Add automatic syntax highlighting for Shell and .htm filesKarol Kosek
2021-07-23TextEditor: Allow starting with a file argument that doesn't existItamar
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-21TextEditor: Tighten unveilRalf Donau
2021-07-18FileSystemAccessServer+TextEditor: Implement cross-process modal promptsTimothy
2021-07-11TextEditor: Show an error message when opening a file failedTimothy
2021-07-11TextEditor: Open files with ReadOnly when we're just reading themGunnar Beutner
2021-07-11TextEditor: Avoid calling realpath()Gunnar Beutner
2021-07-11TextEditor: Show an error dialog when failing to open/save a fileAdam Hodgen
2021-07-10TextEditor: Remove unused includesTimothy
2021-07-10TextEditor: Convert to east-const styleTimothy
2021-07-10TextEditor+LibGUI: Use unveil and FileSystemAccessServerTimothy
2021-07-03TextEditor: Reset editor width when disabling preview modeMarcus Nilsson
2021-06-30AK+Everywhere: Remove "null state" of LexicalPathMax Wipfli