index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-12-21
LibC: Remove deprecation warnings from "unsafe" string functions
Tim Schumacher
2021-12-21
LibRegex: Remove duplicate declaration of execution_result_name(...)
Hendiadyoin1
2021-12-21
LibRegex: Use AK::any_of in Parser::lookahead_any
Hendiadyoin1
2021-12-21
LibRegex: Capture `this` explicitly in RegexStringView::equals lambda
Hendiadyoin1
2021-12-21
LibRegex: Remove some meaningless/useless const-qualifiers
Hendiadyoin1
2021-12-21
LibRegex: Collapse some `if(...) return true; else return false;` blocks
Hendiadyoin1
2021-12-21
LibRegex: Remove some else-after-returns
Hendiadyoin1
2021-12-21
LibRegex: Add some implied auto qualifiers
Hendiadyoin1
2021-12-21
LibC: Add POSIX spec comments for stat APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for posix_spawn APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for signal APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for search APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for stdio APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for stdlib APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for string APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for sched APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for qsort
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for select APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for memory management APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for socket APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for poll
Brian Gianforcaro
2021-12-21
LibPthread: Add POSIX spec comments to our implementations
Brian Gianforcaro
2021-12-22
LibGfx: Keep alpha value of previous pixel for QOI_OP_RGB chunk
Linus Groh
2021-12-21
PixelPaint: Refactor falloff computation and extend hardness range
r00ster91
2021-12-21
LibWeb: Fix null-deref in <table> delete_row with index = -1 and no rows
Luke Wilde
2021-12-21
LibWeb: Capture <script> element's node document on execution
Luke Wilde
2021-12-21
Calculator: Construct KeypadValue precisely from the Clipboard contents
creator1creeper1
2021-12-21
LibCore: Unconditionally report error in `EventLoop::wait_for_event`
Michel Hermier
2021-12-21
AK+Everywhere: Replace __builtin bit functions
Nick Johnson
2021-12-21
chmod+mkdir: Use convert_to_uint_from_octal
Xavier Defrang
2021-12-21
mkdir: Implement --mode option
Xavier Defrang
2021-12-21
mkdir: Use LibMain
Xavier Defrang
2021-12-21
Profiler: Add horizontal_scrollbar height to initial_height
Astraeus-
2021-12-21
LibRegex: Make append_alternation() significantly faster
Ali Mohammad Pur
2021-12-21
LibRegex: Avoid calling DisjointChunks::size() in get_opcode()
Ali Mohammad Pur
2021-12-21
LibUnicode: Remove linkage from LibUnicode to LibUnicodeData
Timothy Flynn
2021-12-21
LibUnicode: Dynamically load the generated UnicodeDateTimeFormat symbols
Timothy Flynn
2021-12-21
LibUnicode: Dynamically load the generated UnicodeNumberFormat symbols
Timothy Flynn
2021-12-21
LibUnicode: Dynamically load the generated UnicodeLocale symbols
Timothy Flynn
2021-12-21
LibUnicode: Dynamically load the generated UnicodeData symbols
Timothy Flynn
2021-12-21
LibUnicode: Add missing forward declarations to forwarding header
Timothy Flynn
2021-12-21
LibUnicode: Remove declaration of function which moved to another header
Timothy Flynn
2021-12-21
Userland: Add unveil/pledge requisites for dynamic Unicode data loading
Timothy Flynn
2021-12-21
LibGL: Simplify `glDrawPixels` checks and reduce debug spam
Jelle Raaijmakers
2021-12-21
LibGL: Implement `GL_POLYGON` rendering
Jelle Raaijmakers
2021-12-21
LibGL: Allow querying maximum matrix stack depths
Jelle Raaijmakers
2021-12-21
LibGL: Implement matrix mode `GL_TEXTURE`
Jelle Raaijmakers
2021-12-21
LibGL: Make texture coordinates a `FloatVector4`
Jelle Raaijmakers
2021-12-21
LibC: Make WEOF a signed value on clang
Ali Mohammad Pur
2021-12-21
LibC: Add POSIX spec links to all applicable wide character functions
Ali Mohammad Pur
[next]