index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-02-02
Kernel: Add nvme_poll command line parameters
Pankaj Raghav
2022-02-02
LibJS: Reject '-000000' as extended year
Linus Groh
2022-02-02
mount: Exit without error when handling mount all on system boot
Brian Gianforcaro
2022-02-02
Revert "Kernel: Only update page tables for faulting region"
Andreas Kling
2022-02-02
Kernel: Only update page tables for faulting region
Andreas Kling
2022-02-01
Base: Add missing FileTypes for PixelPaint
Easton Pillay
2022-02-01
LibGUI: Rename Close to Discard in MessageBox::ask_about_unsaved_changes
Thitat Auareesuksakul
2022-02-01
PixelPaint: Paint layer thumbnails with correct aspect ratio
Andreas Kling
2022-02-01
LibGUI: Allow only one CommandPalette at once to be opened
Maciej
2022-02-01
Build: Remove hardcoded executable path
Lucas CHOLLET
2022-02-01
Base: Add open links to all of the game man pages
Brian Gianforcaro
2022-02-01
LibGfx+Applications: Add human readable name helper for fonts
thankyouverycool
2022-02-01
Everywhere: Fully qualify font names by including their slope
thankyouverycool
2022-02-01
LibGfx: Determine slope attributes for TrueTypeFonts from tables
thankyouverycool
2022-02-01
sleep: Port to LibMain
alexmajor
2022-02-01
shutdown: Port to LibMain
alexmajor
2022-02-01
stty: Port to LibMain
alexmajor
2022-02-01
sql: Port to LibMain
alexmajor
2022-02-01
shot: Port to LibMain
alexmajor
2022-02-01
sysctl: Port to LibMain
alexmajor
2022-02-01
syscall: Port to LibMain
alexmajor
2022-02-01
sync: Port to LibMain
alexmajor
2022-02-01
Starfield: Add app icon
Jagger De Leo
2022-02-01
Base: Add Arabic Extended-A characters to font Katica Regular 10
Lady Gegga
2022-02-01
Base: Add Arabic Supplement characters to font Katica Regular 10
Lady Gegga
2022-02-01
Base: Add Arabic characters to font Katica Regular 10
Lady Gegga
2022-02-01
Base: Adjust 066E, 067A-0680, 0642, 06A5, 06A6 in Katica Regular 10
Lady Gegga
2022-01-31
LibJS: Implement Intl %SegmentIteratorPrototype%.next ( )
Idan Horowitz
2022-01-31
LibJS: Implement Intl %SegmentsPrototype%.containing
Idan Horowitz
2022-01-31
LibJS: Implement the Intl CreateSegmentDataObject AO
Idan Horowitz
2022-01-31
LibJS: Implement the Intl.Segmenter FindBoundary AO
Idan Horowitz
2022-01-31
LibJS: Convert Intl.Segmenter, Segments and SegmentIterator to Utf16
Idan Horowitz
2022-01-31
LibUnicode: Implement sentence segmentation
Idan Horowitz
2022-01-31
LibUnicode: Implement word segmentation
Idan Horowitz
2022-01-31
LibUnicode: Implement grapheme segmentation
Idan Horowitz
2022-01-31
AK: Add a Utf16View::code_unit_offset_of(Utf16CodePointIterator) helper
Idan Horowitz
2022-01-31
LibUnicode: Download and parse {Grapheme,Word,Sentence} break props
Idan Horowitz
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-31
LibJS: Implement BigInt IsLessThan according to the spec
Timothy Flynn
2022-01-31
LibJS: Implement BigInt loose-equality according to the spec
Timothy Flynn
2022-01-31
LibJS: Implement conversion of strings to BigInts according to the spec
Timothy Flynn
2022-01-31
AK: Add is_ascii_[binary,octal]_digit to CharacterTypes
Timothy Flynn
2022-01-31
LibCrypto: Change UnsignedBigInteger parser to use a StringView
Timothy Flynn
2022-01-31
LibJS: Add a 96-byte CellAllocator
Andreas Kling
2022-01-31
LibJS: Use u32 for the JS::Shape property count
Andreas Kling
2022-01-31
LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr
Andreas Kling
2022-01-31
LibJS: Make JS::ECMAScriptFunctionObject smaller by reordering members
Andreas Kling
2022-01-31
LibJS: Remove unnecessary GlobalObject pointer from Environment
Andreas Kling
2022-01-31
LibJS: Reorganize JS::Shape members a little bit
Andreas Kling
2022-01-31
LibJS: Make JS::Shape smaller by using OwnPtr<HashMap> for transitions
Andreas Kling
[next]