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-01-16
LibC: Fix `scandir` not checking for allocation failure
Michel Hermier
2022-01-16
LibC: Make `*alloc` return `NULL` in case of failure (POSIX)
Michel Hermier
2022-01-16
LibC: Document some posix `*alloc` urls
Michel Hermier
2022-01-16
AK: Remove `kfree` definition
Michel Hermier
2022-01-16
AK: Remove `kcalloc` definition
Michel Hermier
2022-01-16
LibSQL: Introduce SELECT ... LIMIT xxx OFFSET yyy
Jan de Visser
2022-01-16
LibSQL+SQLServer: Implement first cut of SELECT ... ORDER BY foo
Jan de Visser
2022-01-16
CharacterMap+Base: Give Character Map an icon
Sam Atkins
2022-01-16
CharacterMap+Base: Add man page for Character Map :^)
Sam Atkins
2022-01-16
CharacterMap: Add a find-by-name window
Sam Atkins
2022-01-16
CharacterMap: Add previous, next, and go-to glyph buttons
Sam Atkins
2022-01-16
LibGUI+FontEditor: Move seek-prev/next-glyph logic into GlyphMapWidget
Sam Atkins
2022-01-16
CharacterMap: Add output box for copying arbitrary character sequences
Sam Atkins
2022-01-16
LibGUI: Add on_glyph_double_clicked() callback to GlyphMapWidget
Sam Atkins
2022-01-16
CharacterMap: Add new Character Map application :^)
Sam Atkins
2022-01-16
LibGUI: Preserve glyph selection when changing font
Sam Atkins
2022-01-16
LibGUI: Remove unused method definitions from GlyphMapWidget
Sam Atkins
2022-01-16
LibGUI: Recalculate GlyphMapWidget content size when changing font
Sam Atkins
2022-01-16
LibGUI: Make GlyphMapWidget work with vector fonts
Sam Atkins
2022-01-16
LibGUI+FontEditor: Move GlyphMapWidget to LibGUI
Sam Atkins
2022-01-16
LibGUI: Make button icons settable in GML
Sam Atkins
2022-01-16
Documentation: Explain the array-like types and their differences
kleines Filmröllchen
2022-01-16
AK: Fix logic in String::operator>(const String&)
Matt Jacobson
2022-01-16
LibJS: Implement Date.prototype.setUTCDate
Timothy Flynn
2022-01-16
LibJS: Implement Date.prototype.setUTCFullYear
Timothy Flynn
2022-01-16
LibJS: Implement Date.prototype.setUTCHours
Timothy Flynn
2022-01-16
LibJS: Implement Date.prototype.setUTCMilliseconds
Timothy Flynn
2022-01-16
LibJS: Implement Date.prototype.setUTCMinutes
Timothy Flynn
2022-01-16
LibJS: Implement Date.prototype.setUTCMonth
Timothy Flynn
2022-01-16
LibJS: Implement Date.prototype.setUTCSeconds
Timothy Flynn
2022-01-16
LibJS: Protect [TimeValue]FromTime from non-finite times
Timothy Flynn
2022-01-16
LibJS: Protect DayWithinYear against non-finite times
Timothy Flynn
2022-01-16
LibJS: Protect YearFromTime against non-finite times
Timothy Flynn
2022-01-16
LibJS: Ensure final computation in DayFromYear is performed on a double
Timothy Flynn
2022-01-16
Meta: Ensure that all port patches are documented in the linter
Ali Mohammad Pur
2022-01-16
Ports: Regenerate patches for python3
Linus Groh
2022-01-16
Ports: Regenerate patches for bash
Ali Mohammad Pur
2022-01-16
Ports: Regenerate patches for pcre
Ali Mohammad Pur
2022-01-16
Ports: Regenerate the patch readme file for mc
Ali Mohammad Pur
2022-01-16
Ports: Regenerate stress-ng patches
Ali Mohammad Pur
2022-01-16
Ports: Regenerate the CMake port patches
Ali Mohammad Pur
2022-01-16
Ports: Add ReadMe files explaining port patches that have explanations
Ali Mohammad Pur
2022-01-16
Ports: Add a 'dev' mode that uses git to autogenerate patches for ports
Ali Mohammad Pur
2022-01-16
Ports: Remove some config.sub patches and download a fresh one if needed
Ali Mohammad Pur
2022-01-15
LibVT: Don't clip TerminalWidget's drawing to avoid scroller
Matt Jacobson
2022-01-16
LibJS: Implement create_dynamic_function() according to the spec
Linus Groh
2022-01-16
LibJS: Allow passing prototype to ECMAScriptFunctionObject::create()
Linus Groh
2022-01-16
LibJS: Don't require ParenClose in Parser::parse_formal_parameters()
Linus Groh
2022-01-16
LibJS: Consume curly braces outside of Parser::parse_function_body()
Linus Groh
2022-01-16
LibJS: Add VM::active_function_object()
Linus Groh
[next]