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
2021-03-08
LibWeb: Map all the IDL string types to AK::String for now
Andreas Kling
2021-03-08
LibWeb: Give CSSLoader a backpointer to its owner element
Andreas Kling
2021-03-08
LibWeb: Implement StyleSheet.ownerNode :^)
Andreas Kling
2021-03-08
AK: Take advantage of constexpr in Time and add time conversion methods
Tom
2021-03-08
AK: Initialize the AK::Time members
Tom
2021-03-08
Ports: Add SDL2_mixer
Andreas Kling
2021-03-08
LibWeb: Start exposing CSS style sheets to JavaScript :^)
Andreas Kling
2021-03-08
LibWeb: Allow specifying a custom C++ implementation for IDL attributes
Andreas Kling
2021-03-08
LibWeb: Make generated wrapper code cast IDL longs to i32 for now
Andreas Kling
2021-03-08
AK: JsonObject::value_or() fallback value should be a const reference
Andreas Kling
2021-03-08
Ports/git: remove no longer needed patches
Jorropo
2021-03-08
Base: Add sysctl man page
Brendan Coles
2021-03-08
Shell: Don't blindly dereference the result of Parser::parse()
AnotherTest
2021-03-08
Meta: check-newlines-at-eof.py now checks .json files and files in Base/
Emanuele Torre
2021-03-08
Base: Fix newlines at end of file in some files.
Emanuele Torre
2021-03-08
Everywhere: Remove unnecessary whitespace at the end of some lines.
Emanuele Torre
2021-03-08
Base: Replace HTMl => HTML
Emanuele Torre
2021-03-08
Meta: serenityos.org: Fix javascript error in the 2nd anniversary page.
Emanuele Torre
2021-03-08
Ports: Add Genemu
aabajyan
2021-03-08
Kernel: Manually reset the XCR0 register
Luke
2021-03-08
LibC: Remove stdbool.h as it is provided by the compiler
Mițca Dumitru
2021-03-08
LibC: Define static_assert in assert.h when it's being used in C
Mițca Dumitru
2021-03-08
LibCrypto: Fail with overflow when bitfield has too many unused bits
AnotherTest
2021-03-07
LibCompress: Rename libcompression.so to libcompress.so
Jelle Raaijmakers
2021-03-07
LibWeb: Fix clang-format issue in CSS/StyleResolver.cpp
Andreas Kling
2021-03-07
Ports: Add SDL2_ttf
Andreas Kling
2021-03-07
LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheet
Andreas Kling
2021-03-07
LibWeb: Rename StyleRule => CSSStyleRule
Andreas Kling
2021-03-07
open: Fix opening "." (again)
Linus Groh
2021-03-07
Kernel: Fix pointer over/underflow in create_thread
Ben Wiederhake
2021-03-07
AK+Tests: Also test Checked<> with unsigned
Ben Wiederhake
2021-03-07
Tests: Make syscall-fuzzer less brittle
Ben Wiederhake
2021-03-07
Kernel: Expose sysctl 'ubsan_is_deadly' to panic the Kernel on UB
Ben Wiederhake
2021-03-07
FileManager: Disable view change actions when directory is unreadable
Linus Groh
2021-03-07
Serendipity: Couple more tips and some clean-up
thankyouverycool
2021-03-07
Serendipity: Make main window a normal window
Andreas Kling
2021-03-07
Serendipity: Simplify GML and fix button alignment
Andreas Kling
2021-03-07
Kernel: Fix unaligned read inside map_ebda()
Jean-Baptiste Boric
2021-03-07
Serendipity: Make main window resizable (#5675)
supercyp
2021-03-07
LibWeb: Make tiled backgrounds scroll with content
Andreas Kling
2021-03-07
LaunchServer: Use new FileManager flags instead of two arguments
speles
2021-03-07
FileManager: Use ArgsParser, handle more options
speles
2021-03-07
LibCore: Add String variant for ArgsParser::add_positional_argument
speles
2021-03-07
LibGUI: Scroll selection into view when the IconView is first laid out
speles
2021-03-07
Applications: Open folder with pre-selected file where appropriate :^)
speles
2021-03-07
AK: Add optional fragment parameter to create_with_file_protocol()
speles
2021-03-07
Meta: Use the new Shell features to improve run-tests-and-shutdown
AnotherTest
2021-03-07
Shell: Add support for enumerating lists in for loops
AnotherTest
2021-03-07
Shell: Add support for 'immediate' expressions as variable substitutions
AnotherTest
2021-03-07
Shell: Do not parse history events in scripts
AnotherTest
[next]