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
2023-02-04
SpaceAnalyzer: Extract ProgressWindow into its own class
Sam Atkins
2023-02-03
Base: Add a test page for canvas patterns
MacDue
2023-02-03
LibWeb: Implement CanvasRenderingContext2D.createPattern()
MacDue
2023-02-03
Meta: Register CanvasPattern as a platform object
MacDue
2023-02-03
LibWeb: Fix typo and use auto where possible
MacDue
2023-02-03
SQLStudio: Display real column names in the results tab
Timothy Flynn
2023-02-03
SQLStudio: Separate the script and results tabs with a vertical splitter
Timothy Flynn
2023-02-03
LibSQL+SQLServer: Send result column names over IPC to SQL clients
Timothy Flynn
2023-02-03
LibSQL+Userland: Pass SQL IPC results to clients in a structure
Timothy Flynn
2023-02-03
LibSQL: Store selected column names in the results for SELECT statements
Timothy Flynn
2023-02-03
Kernel/aarch64: Include Error.h to fix aarch64 missing ErrorOr
Steffen Rusitschka
2023-02-03
TextEditor: Propagate errors from `read_file()`
Lucas CHOLLET
2023-02-03
TextEditor: Use `request_file_read_only_approved` for the drop event
Lucas CHOLLET
2023-02-03
TextEditor: Port to `Core::Stream`
Lucas CHOLLET
2023-02-03
grep: Port to `Core::Stream`
Lucas CHOLLET
2023-02-03
SystemServer: Propagate errors properly in the main code
Liav A
2023-02-03
AK: Add thresholds to `quickselect_inline` and `Statistics::Median`
Staubfinger
2023-02-03
AK: Use `AK:quickselect_inline` to compute `AK::Statistics::median`
Staubfinger
2023-02-03
AK: Testing for `AK::quickselect_inline`
Staubfinger
2023-02-03
AK: Implement the quick select algorithm as AK::quickselect_inplace
Staubfinger
2023-02-03
Kernel: Fix usermode verification in ptrace with PT_SETREGS
Itamar
2023-02-03
Base: Add British English Apple Macintosh keymap
Cubic Love
2023-02-03
LibWeb: Parse font-stretch CSS property
Aliaksandr Kalenik
2023-02-03
Settings: Change initial window size to fit the current content
Sam Atkins
2023-02-03
AK: Remove JsonObject::get_deprecated() and ::get_ptr() :^)
Sam Atkins
2023-02-03
Utilities/w: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-02-03
Utilities/route: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-02-03
Utilities/pmap: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-02-03
Utilities/netstat: Replace uses of JsonObject::get_deprecated()/get_ptr
Sam Atkins
2023-02-03
Utilities/mount: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-02-03
Utilities/lsusb: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-02-03
Utilities/lsof: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-02-03
Utilities/lsjails: Replace uses of JsonObject::get_deprecated()/get_ptr
Sam Atkins
2023-02-03
Utilities/lsirq: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-02-03
Utilities/lscpu: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-02-03
Utilities/json: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-02-03
Utilities/ifconfig: Replace uses of JsonObject::get_deprecated()/get_ptr
Sam Atkins
2023-02-03
Utilities/fortune: Replace uses of JsonObject::get_deprecated()/get_ptr
Sam Atkins
2023-02-03
Utilities/df: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-02-03
Utilities/arp: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-02-03
Ladybird: Set fixed height for Settings
Federico Guerinoni
2023-02-03
Ladybird: Add setting for page to open on new tab
Federico Guerinoni
2023-02-03
Ladybird: Design settings layout in horizontal
Federico Guerinoni
2023-02-03
LibVideo/VP9: Use proper indices for updating inter_mode probabilities
Zaggy1024
2023-02-03
LibVideo/VP9: Use u32 to store the parsed value counts
Zaggy1024
2023-02-03
LibVideo/VP9: Prevent negation overflow in BitStream::read_s
Zaggy1024
2023-02-03
LibVideo/VP9: Correct the mode/partition probability adaption counts
Zaggy1024
2023-02-03
LibVideo/VP9: Increase the size of summed boolean counts in merge_probs
Zaggy1024
2023-02-02
WebContent: Remove pending file requests before invoking their callbacks
Timothy Flynn
2023-02-02
AK: Define HashMap::take to find and remove a value from the map
Timothy Flynn
[next]