Age | Commit message (Expand) | Author |
---|---|---|
2020-05-25 | LibGUI: Add flag to TextDocument's word break locator methods | FalseHonesty |
2020-05-24 | LibGUI: Add word break locator methods to TextDocument | FalseHonesty |
2020-05-17 | LibGUI: Fix crash in TextDocument::remove(TextRange) | Andreas Kling |
2020-05-17 | LibGUI: Make the TextEditor widget store UTF-32 codepoints | Andreas Kling |
2020-03-08 | LibGUI: Fix null-termination of TextDocumentLine | Tibor Nagy |
2020-03-01 | AK: Remove unnecessary casts to size_t, after Vector changes | Andreas Kling |
2020-02-25 | AK: Make Vector use size_t for its size and capacity | Andreas Kling |
2020-02-16 | LibGUI: Add forwarding header | Andreas Kling |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling |