summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-04-29Shell: Add support for heredocsAli Mohammad Pur
2021-04-29Shell: Do not assume that all parts of a node are enclosed in the nodeAli Mohammad Pur
2021-04-29Shell: Avoid position push/pop when checking for next_is()Ali Mohammad Pur
2021-04-29Shell: Allow Syntax errors to be mutated while parsingAli Mohammad Pur
2021-04-29Utilities: Use Vector<String> positional arguments in some placesAndreas Kling
2021-04-29LibCore: Support Vector<String> positional argumentsAndreas Kling
2021-04-29LibWeb: Add list-style-type: upper-latin and upper-alpha supportTobias Christiansen
2021-04-29LibWeb: Add list-style-type: lower-alpha and lower-latin supportTobias Christiansen
2021-04-29LibWeb: Conversion from number to bijective-base with alphabet.Tobias Christiansen
2021-04-29LibWeb: Add list-style-type: decimal-leading-zero supportTobias Christiansen
2021-04-29Tests: Convert LibC exec unit test to be LibTest based.Brian Gianforcaro
2021-04-29Tests: Convert LibC mktemp tests to be LibTest based.Brian Gianforcaro
2021-04-29LibTest: Add EXPECT_NE(..) test assertion.Brian Gianforcaro
2021-04-29Tests: Enable Spreadsheet unit tests so they actually buildBrian Gianforcaro
2021-04-29Tests: Unify LibC tests to single location.Brian Gianforcaro
2021-04-29Build: Simplify LibGfx test's CMakeLists.txt with serenity_test(..)Brian Gianforcaro
2021-04-29Tests: Convert LibGfx font handling test to be LibTest based.Brian Gianforcaro
2021-04-29Tests: Convert LibGfx image decoder test to be LibTest based.Brian Gianforcaro
2021-04-29Tests: Rename LibGfx painter benchmark to denote it's not a test.Brian Gianforcaro
2021-04-29Build: Remove unused ${REGEX_SOURCES} from the tests CMakeLists.txtBrian Gianforcaro
2021-04-29LibGfx: Add basic support for bidirectional text renderingIdan Horowitz
2021-04-29iLibC: Fix some missed camelCase => snake_caseAndreas Kling
2021-04-29LibWeb: Move Layout::TextNode whitespace collapse to separate functionAndreas Kling
2021-04-29Userland: Fix new GCC warningsGunnar Beutner
2021-04-29Implemented llabs() in stdlib.h/cpp.Holden Green
2021-04-29LibC: added a bunch of macros in inttypes.h for use in formating strings bein...Holden Green
2021-04-29Browser: Display search engine format in statusbarMaciej Zygmanowski
2021-04-29Browser: Save search engine setting to preferencesMaciej Zygmanowski
2021-04-29Kernel: Add MSG_PEEK support for the IPv4SocketJustin
2021-04-29LibDebug: Implement support for AttributeDataForm::ImplicitConstGunnar Beutner
2021-04-29Browser: Add GitHub and Yandex to search enginesPanagiotis Vasilopoulos
2021-04-29LibGUI: Fix issue where buttons with a menu sometimes stayed depressedMart G
2021-04-29Userland: Fix two misaligned copyright headersLinus Groh
2021-04-29tac: Replace copyright text with SPDX license identifierLinus Groh
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-29Everywhere: Add missing comma between copyright year and nameLinus Groh
2021-04-28LibDebug: Implement support for AttributeDataForm::{UData,LineStrP}Gunnar Beutner
2021-04-28LibDebug: Implement support for DWARF 5 line programsGunnar Beutner
2021-04-28LibDebug: Implement support for DWARF 5 compilation unit headersGunnar Beutner
2021-04-28LibDebug: Move UnitHeader32 out of the LineProgram classGunnar Beutner
2021-04-28LibDebug: Move get_attribute_value to the DwarfInfo classGunnar Beutner
2021-04-28LibC: static_assert that all malloc size classes have an alignment of 8Idan Horowitz
2021-04-28LibC: Make sure malloc() returns addresses that have an alignment of 8Gunnar Beutner
2021-04-28Kernel+LibC: Implement the socketpair() syscallGunnar Beutner
2021-04-28Userland: Implement tac commandFederico Guerinoni
2021-04-28HackStudio: Add context option to set execution point while debuggingFalseHonesty
2021-04-28WindowServer: Use window menu actions when clicking frame buttonsTom
2021-04-28WindowServer: Don't restore active window if it is minimizedTom
2021-04-28Screensaver: Implement mouse hysteresisJelle Raaijmakers
2021-04-27LibM: Fix INFITITY to floatJean-Baptiste Boric