summaryrefslogtreecommitdiff
path: root/Userland/Applications/TextEditor/main.cpp
AgeCommit message (Expand)Author
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-06TextEditor: Rename "file_name" => "filename"Andreas Kling
2021-05-02TextEditor: Specify the starting line and column number using colonsry755
2021-05-01TextEditor: Add some missing curly braces around a nested if statementAndreas Kling
2021-05-01TextEditor: Remove some unnecessary #include statementsAndreas Kling
2021-05-01TextEditor: Rename TextEditorWidget => TextEditor::MainWidgetAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-19TextEditor: Exit program when file is not openedEdgar Araújo
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-01-17Everywhere: Remove a bunch of now-unnecessary shared_buffer pledgesAndreas Kling
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