summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-02-01LibGfx+Applications: Add human readable name helper for fontsthankyouverycool
2022-02-01Everywhere: Fully qualify font names by including their slopethankyouverycool
2022-02-01LibGfx: Determine slope attributes for TrueTypeFonts from tablesthankyouverycool
2022-02-01sleep: Port to LibMainalexmajor
2022-02-01shutdown: Port to LibMainalexmajor
2022-02-01stty: Port to LibMainalexmajor
2022-02-01sql: Port to LibMainalexmajor
2022-02-01shot: Port to LibMainalexmajor
2022-02-01sysctl: Port to LibMainalexmajor
2022-02-01syscall: Port to LibMainalexmajor
2022-02-01sync: Port to LibMainalexmajor
2022-02-01Starfield: Add app iconJagger De Leo
2022-01-31LibJS: Implement Intl %SegmentIteratorPrototype%.next ( )Idan Horowitz
2022-01-31LibJS: Implement Intl %SegmentsPrototype%.containingIdan Horowitz
2022-01-31LibJS: Implement the Intl CreateSegmentDataObject AOIdan Horowitz
2022-01-31LibJS: Implement the Intl.Segmenter FindBoundary AOIdan Horowitz
2022-01-31LibJS: Convert Intl.Segmenter, Segments and SegmentIterator to Utf16Idan Horowitz
2022-01-31LibUnicode: Implement sentence segmentationIdan Horowitz
2022-01-31LibUnicode: Implement word segmentationIdan Horowitz
2022-01-31LibUnicode: Implement grapheme segmentationIdan Horowitz
2022-01-31LibUnicode: Download and parse {Grapheme,Word,Sentence} break propsIdan Horowitz
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2022-01-31LibJS: Implement BigInt IsLessThan according to the specTimothy Flynn
2022-01-31LibJS: Implement BigInt loose-equality according to the specTimothy Flynn
2022-01-31LibJS: Implement conversion of strings to BigInts according to the specTimothy Flynn
2022-01-31LibCrypto: Change UnsignedBigInteger parser to use a StringViewTimothy Flynn
2022-01-31LibJS: Add a 96-byte CellAllocatorAndreas Kling
2022-01-31LibJS: Use u32 for the JS::Shape property countAndreas Kling
2022-01-31LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtrAndreas Kling
2022-01-31LibJS: Make JS::ECMAScriptFunctionObject smaller by reordering membersAndreas Kling
2022-01-31LibJS: Remove unnecessary GlobalObject pointer from EnvironmentAndreas Kling
2022-01-31LibJS: Reorganize JS::Shape members a little bitAndreas Kling
2022-01-31LibJS: Make JS::Shape smaller by using OwnPtr<HashMap> for transitionsAndreas Kling
2022-01-31LibJS: Make JS::Environment smaller by reordering membersAndreas Kling
2022-01-31LibWeb: Implement ChildNode.replaceWithLuke Wilde
2022-01-31LibWeb: Implement ChildNode.afterLuke Wilde
2022-01-31LibWeb: Implement ChildNode.beforeLuke Wilde
2022-01-31LibWeb: Implement ParentNode.replaceChildrenLuke Wilde
2022-01-31LibWeb: Implement ParentNode.appendLuke Wilde
2022-01-31LibWeb: Implement ParentNode.prependLuke Wilde
2022-01-31LibWeb: Accept array pairs in URLSearchParams constructorLuke Wilde
2022-01-31pape: Port to LibMainKenneth Myhra
2022-01-31open: Use more StringView instead of const char*Kenneth Myhra
2022-01-31open: Port to LibMainKenneth Myhra
2022-01-31ntpquery: Port to LibMainKenneth Myhra
2022-01-31notify: Port to LibMainKenneth Myhra
2022-01-31nl: Port to LibMainKenneth Myhra
2022-01-31mount: Use more StringView instead of const char*Kenneth Myhra
2022-01-31mount: Port to LibMainKenneth Myhra
2022-01-31lsof: Use more StringView instead of const char*Kenneth Myhra