summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GTextEditor.cpp
AgeCommit message (Expand)Author
2019-07-27TextEditor: Let's have line numbers starting at 1.Andreas Kling
2019-07-24LibGUI: Convert Vector<OwnPtr> to NonnullOwnPtrVector.Andreas Kling
2019-07-08Kernel: Have the open() syscall take an explicit path length parameter.Andreas Kling
2019-07-08StringView: Rename characters() to characters_without_null_termination().Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling