summaryrefslogtreecommitdiff
path: root/AK/AKString.h
AgeCommit message (Expand)Author
2019-07-11AKString: add missing comparison operatorsLawrence Manning
2019-07-08StringView: Rename characters() to characters_without_null_termination().Andreas Kling
2019-07-04AK: Add Vector::insert_before_matching(T&&, callback);Andreas Kling
2019-07-03AK: Add String::number() for creating a String from a number.Andreas Kling
2019-06-29AK: Defer to Traits<T> for equality comparison in container templates.Andreas Kling
2019-06-21AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.Andreas Kling
2019-06-21Change "retain" to "ref" in various comments.Andreas Kling
2019-06-21AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.Andreas Kling
2019-06-14AK: Massage it into building on my host system without breaking Serenity.Andreas Kling
2019-06-08StringView: Store a StringImpl* rather than a String*.Andreas Kling
2019-06-08AK: Add String::operator==(const char*).Andreas Kling
2019-06-07Meta: Tweak .clang-format to not wrap braces after enums.Andreas Kling
2019-06-07AK: Run clang-format on everything.Andreas Kling
2019-06-04AK: Add String::starts_with to match String::ends_withConrad Pankoff
2019-06-04AK: Add AKString::split_limit to split strings with a limitConrad Pankoff
2019-06-03StringView: Make construction of String from a StringView containing a String...Robin Burchell
2019-06-02Take StringView in more placesRobin Burchell
2019-06-02AK: Add a comment to String about the relationship with StringImpl.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-05-28Shell: Allow * and ? wildcard expansion in argumentsRobin Burchell
2019-04-25GTextEditor: Add very basic automatic indentation.Andreas Kling
2019-04-20AK: Add String::copy(BufferType) helper.Andreas Kling
2019-04-19VisualBuilder: Hook up everything needed for widget property editing.Andreas Kling
2019-04-16AK: Try to use StringViews more for substrings and splitting.Andreas Kling
2019-04-15AK: Add a StringView class.Andreas Kling
2019-04-12GVariant: Don't crash when extracting a null String.Andreas Kling
2019-04-07GHttp: Work on bringing this up.Andreas Kling
2019-03-22FileManager: Open PNG files with QuickShow when activated.Andreas Kling
2019-03-18GIODevice: Add a read_all() that returns a ByteBuffer with all we can read.Andreas Kling
2019-03-09Make it possible to sort a GTableModel by column+order.Andreas Kling
2019-02-25More moving towards using signed types.Andreas Kling
2019-02-25Convert more RetainPtr use to Retained.Andreas Kling
2019-01-31Big, possibly complete sweep of naming changes.Andreas Kling
2019-01-30Add a String::format() and use that in place of ksprintf() in the Kernel.Andreas Kling
2019-01-09More window manager hacking. FocusIn/FocusOut events.Andreas Kling
2018-12-21Yet another pass of style fixes.Andreas Kling
2018-12-04Import a simple text editor I started working on.Andreas Kling