summaryrefslogtreecommitdiff
path: root/Userland/Applications/TextEditor
AgeCommit message (Expand)Author
2021-03-30FontEditor+TextEditor+Playground: Refuse to load device filesIdan Horowitz
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-25TextEditorWidget: Whitespace related optionslucastarche
2021-03-25TextEditorWidget: Added tab width submenulucastarche
2021-03-19TextEditor: Exit program when file is not openedEdgar Araújo
2021-03-15TextEditor: Add charcount info about selected text to the statusbarCesar Torres
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-01TextEditor: Add a command line option to jump to a specific line numberry755
2021-02-27TextEditor: Initialize menubar before opening initial fileAndreas Kling
2021-02-27TextEditor: Rename open_sesame() => open_file()Andreas Kling
2021-02-26TextEditor: Fix passing null parent to AboutDialogthankyouverycool
2021-02-22TextEditor+LibGUI: Add case matching and wrap around optionalitythankyouverycool
2021-02-15TextEditor: Allow picking non-proportional fontStephan Unverwerth
2021-02-13TextEditor: Set wrapping and preview menus to correct defaultsthankyouverycool
2021-02-13TextEditor: Add layout options to View menuthankyouverycool
2021-02-07Shell: Move Shell syntax highlighter LibShellAndreas Kling
2021-02-07LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJSAndreas Kling
2021-02-07LibGUI+LibCpp: Move C++ syntax highlighter to LibCppAndreas Kling
2021-02-03TextEditor: Implement word wrappingZac
2021-02-02Revert "TextEditor: Add vim status indicators to the statusbar"Andreas Kling
2021-02-02TextEditor: Add vim status indicators to the statusbarZac
2021-01-17Everywhere: Remove a bunch of now-unnecessary shared_buffer pledgesAndreas Kling
2021-01-16TextEditor: Add help documentationBrendan Coles
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling