summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-15Pong: Add 'New Game' actionMartin Frederic
2022-04-14LibGUI: Don't try to get link target value if read_link failedMarco Rebhan
2022-04-14LibWeb: Allow multiple text-decoration-linesSam Atkins
2022-04-14TelnetServer: Ignore null and \n when parsingAatos Majava
2022-04-14LibWeb: Make StyleProperties::property() always return a valueSam Atkins
2022-04-14LibWeb: Use generated enum code for property value validationSam Atkins
2022-04-14LibWeb: Stop including StyleValue.h in a few placesSam Atkins
2022-04-14LibWeb: Assign an underlying type to generated CSS enumsSam Atkins
2022-04-14LibWeb: Generate and use to_string(css_enum) functionsSam Atkins
2022-04-14LibWeb: Use generated to_value_id() functionsSam Atkins
2022-04-14LibWeb: Generate to_value_id() functionsSam Atkins
2022-04-14LibWeb: Use generated value_id_to_foo() functionsSam Atkins
2022-04-14LibWeb: Return Optional from StyleProperties::box_sizing()Sam Atkins
2022-04-14LibWeb: Generate ValueID-to-enum conversion functionsSam Atkins
2022-04-14LibWeb: Use the generated enums instead of defining them in StyleValue.hSam Atkins
2022-04-14LibWeb: Add a new code generator for CSS enumsSam Atkins
2022-04-14Tests: Add a test for printf truncationTim Schumacher
2022-04-14LibC: Define correct limits for `long` on `x86_64`Tim Schumacher
2022-04-14AK: Differ between long and long long formatsTim Schumacher
2022-04-14AK: Deduplicate formatting hexadecimal valuesTim Schumacher
2022-04-14AK: Merge print_i64 into print_signed_numberTim Schumacher
2022-04-13LibGUI: Make class final and seperate from GML PlaygroundSimonFJ20
2022-04-13LibGUI: Rename function to make intention clearerSimonFJ20
2022-04-13LibGUI+GMLPlayground: Reset cursor to end of text after replaceSimonFJ20
2022-04-13LibGUI+GMLPlayground: Replace text using ReplaceAllTextCommandSimonFJ20
2022-04-13LibJS: Add missing Vector::in_reverse() in ensure_property_table()Andreas Kling
2022-04-13LibWeb: Use Vector::in_reverse() in DOM::EventDispatcherAndreas Kling
2022-04-13LibJS: Tidy up Shape::ensure_property_table() a little bitAndreas Kling
2022-04-13LibWeb: Use Vector::in_reverse() in HTML::StackOfOpenElementsAndreas Kling
2022-04-13LibWeb: Make reverse iterators work for const NonnullPtrVectorsAndreas Kling
2022-04-13LibWeb: Tidy up Layout::TreeBuilder ancestor stack a little bitAndreas Kling
2022-04-13LibArchive: Stop null-terminating StringView tar file header fieldsIdan Horowitz
2022-04-13Ports: Add mGBALuke Wilde
2022-04-13LibWeb: Map <pre wrap> presentational hint to CSS white-space:pre-wrapAndreas Kling
2022-04-13LibWeb: Fix typo in CSS::Display::is_outside_and_inside() nameAndreas Kling
2022-04-13PixelPaint: Add exporting to the QOI image formatOlivier De Canniere
2022-04-13LibGfx: Add a QOI image format encoderOlivier De Canniere
2022-04-13Ports: Add port libyaml version 0.2.5EWouters
2022-04-13LibJS: Allow TypeArray to become detached in TypedArray.prototype.setTimothy Flynn
2022-04-13Utilities/unzip: Use Core::Directory to create output directorySam Atkins
2022-04-13LibCore: Add an optional permissions mask to Directory::create()Sam Atkins
2022-04-13LibCore: Prevent infinite recursion in Directory::ensure_directory()Sam Atkins
2022-04-13Base: Add some Bamum Supplement to font Katica Regular 10Lady Gegga
2022-04-13Base: Add Hanunoo to font Katica Regular 10Lady Gegga
2022-04-13Base: Add Ogham to font Katica Regular 10Lady Gegga
2022-04-13LibGUI: Disable editing cell when ctrl key is pressedmartinfalisse
2022-04-13Spreadsheet: Implement undo functionality where missingmartinfalisse
2022-04-13Spreadsheet: Make undo operation handle multiple cells at a timemartinfalisse
2022-04-13LibCrypto: Add ChaCha20stelar7
2022-04-12LibJS: Update spec comments to use ToZeroPaddedDecimalString AOLinus Groh