Age | Commit message (Expand) | Author |
2020-06-07 | util.cpp: drop OptimizeOnFirstUsage option on newer Qt | Kitsune Ral |
2020-02-07 | Fix build on big-endian systems | Andres Salomon |
2019-11-30 | Fix room highlighting for names with hashtag | Alexey Andreyev |
2019-09-29 | function_traits: drop unused pieces | Kitsune Ral |
2019-08-09 | stringToHueF: pick a safer name for the variable | Kitsune Ral |
2019-08-09 | Namespace: QMatrixClient -> Quotient (with back comp alias) | Kitsune Ral |
2019-08-02 | Apply the new brace wrapping to source files | Kitsune Ral |
2019-07-09 | Merge branch 'master' into use-clang-format | Kitsune Ral |
2019-07-09 | Move serverPart() to the public API | Kitsune Ral |
2019-07-02 | linkifyUrls: support matrix: scheme and relative URLs | Kitsune Ral |
2019-06-29 | Merge remote-tracking branch 'remotes/origin/master' into use-clang-format | Kitsune Ral |
2019-06-24 | Merge branch 'master' into clang-format | Kitsune Ral |
2019-05-23 | Move out the logic of the hue calculation to utils | Alexey Andreyev |
2019-05-13 | sanitized(): add object replacement character (0xfffc) to the blacklist | Kitsune Ral |
2019-05-13 | linkifyUrls(): be more conservative in parsing serverparts | Kitsune Ral |
2019-05-13 | prettyPrint(): First linkify, than add more tags | Kitsune Ral |
2019-04-06 | Clean up on clang-tidy/clazy analysis | Kitsune Ral |
2019-03-24 | Expose linkifyUrls() into library API for future use | Kitsune Ral |
2019-03-24 | RoomMemberEvent: sanitize user display names | Kitsune Ral |
2019-03-24 | linkifyUrls(): fix linkification of emails containing "www." | Kitsune Ral |
2019-03-02 | style: apply .clang-format to all .cpp and .h files | Marc Deop |
2019-02-26 | Linkify Matrix identifiers | Kitsune Ral |
2019-02-26 | prettyPrint(): only linkify http(s), ftp, mailto, magnet links | Kitsune Ral |
2018-12-10 | Suppress a function_traits<> test with lambdas on MSVC2015 | Kitsune Ral |
2018-12-08 | function_traits: more tests, fix function objects/lambdas not working with so... | Kitsune Ral |
2018-12-08 | function_traits<>: support any arity; add compile-time tests | Kitsune Ral |
2018-11-22 | Fix QString initialisation from QStringBuilder | Kitsune Ral |
2018-11-22 | Generalise and expose cacheLocation() | Kitsune Ral |
2018-07-07 | Remove [[gnu::const]] from linkifyUrls() | Kitsune Ral |
2018-06-30 | Try [[gnu::const]] | Kitsune Ral |
2018-05-28 | Move out prettyPrint() from Room to util.h | Kitsune Ral |