summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-02Kernel: Add nvme_poll command line parametersPankaj Raghav
2022-02-02LibJS: Reject '-000000' as extended yearLinus Groh
2022-02-02mount: Exit without error when handling mount all on system bootBrian Gianforcaro
2022-02-02Revert "Kernel: Only update page tables for faulting region"Andreas Kling
2022-02-02Kernel: Only update page tables for faulting regionAndreas Kling
2022-02-01Base: Add missing FileTypes for PixelPaintEaston Pillay
2022-02-01LibGUI: Rename Close to Discard in MessageBox::ask_about_unsaved_changesThitat Auareesuksakul
2022-02-01PixelPaint: Paint layer thumbnails with correct aspect ratioAndreas Kling
2022-02-01LibGUI: Allow only one CommandPalette at once to be openedMaciej
2022-02-01Build: Remove hardcoded executable pathLucas CHOLLET
2022-02-01Base: Add open links to all of the game man pagesBrian Gianforcaro
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-02-01Base: Add Arabic Extended-A characters to font Katica Regular 10Lady Gegga
2022-02-01Base: Add Arabic Supplement characters to font Katica Regular 10Lady Gegga
2022-02-01Base: Add Arabic characters to font Katica Regular 10Lady Gegga
2022-02-01Base: Adjust 066E, 067A-0680, 0642, 06A5, 06A6 in Katica Regular 10Lady Gegga
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-31AK: Add a Utf16View::code_unit_offset_of(Utf16CodePointIterator) helperIdan 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-31AK: Add is_ascii_[binary,octal]_digit to CharacterTypesTimothy 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