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-08-02
LibWeb: Implement CSS parsing convenience functions
Sam Atkins
2021-08-02
LibWeb: Clarify naming and publicity of CSS Parser methods
Sam Atkins
2021-08-02
LibWeb: Only dump parsed CSS stylesheet if logging is enabled
Sam Atkins
2021-08-02
LibRegex: Make Matcher<>::match(Vector<>) take a reference to the vector
Ali Mohammad Pur
2021-08-02
LibRegex: Use a bump-allocated linked list for fork save states
Ali Mohammad Pur
2021-08-02
AK: Add a simple bump allocator
Ali Mohammad Pur
2021-08-02
LibRegex: Add some tests for Fork{Stay,Jump} performance
Ali Mohammad Pur
2021-08-02
LibRegex: Make Fork{Jump,Stay} non-recursive
Ali Mohammad Pur
2021-08-02
AK: Correct Tuple's constructor signatures
Ali Mohammad Pur
2021-08-02
LibGUI: Ensure that edit actions are disabled for password boxes
Gunnar Beutner
2021-08-02
LibGUI: Remove redundant code
Gunnar Beutner
2021-08-02
Meta: Improve WSL detection for the run.sh script
Gunnar Beutner
2021-08-02
Mail: Use GUI::PasswordInputDialog to ask for server passwords
Andreas Kling
2021-08-02
LibGUI: Add a simple GUI::PasswordInputDialog
Andreas Kling
2021-08-02
LibGUI: Register GUI::PasswordBox to make it availble in GML
Andreas Kling
2021-08-02
Mail: Tweak vertical spacing & margins in main UI layout
Andreas Kling
2021-08-02
Browser: Tweak vertical spacing in per-tab UI layout
Andreas Kling
2021-08-02
Meta: Add BUILD_SHARED_LIBS option for Lagom builds
Andrew Kaster
2021-08-02
LibAudio: Handle stream errors in FlacLoader
Andrew Kaster
2021-08-02
Kernel: Send RST/ACK if no socket is available
brapru
2021-08-02
Kernel: Do not send delayed ack in response to RST/ACK
brapru
2021-08-02
Base: Add a quote to fortunes.json
Linus Groh
2021-08-02
VirtualFileSystem: Don't let rename() overwrite non-empty directory
LuK1337
2021-08-02
LibCpp: Allow 'final' in a class declaration with inheritance
Ali Mohammad Pur
2021-08-02
LibCpp: Add support for east const
Ali Mohammad Pur
2021-08-02
LibCpp: Allow 'override' as a function target qualifier
Ali Mohammad Pur
2021-08-02
LibCpp: Add support for parsing function types
Ali Mohammad Pur
2021-08-02
LibCpp: Allow 'const' after a function's signature
Ali Mohammad Pur
2021-08-02
LibCpp: Add support for parsing reference types
Ali Mohammad Pur
2021-08-02
LibCpp: Allow virtual destructors
Ali Mohammad Pur
2021-08-02
LibCpp: Match and ignore struct/class inheritance
Ali Mohammad Pur
2021-08-02
LibCpp: Correctly parse lines that end in '\'
Ali Mohammad Pur
2021-08-02
LibCpp: Parse enum members with explicit values
Ali Mohammad Pur
2021-08-02
LibCpp: Parse "extern" declarations
Ali Mohammad Pur
2021-08-02
LibCpp: Accept scoped variable declarations
Ali Mohammad Pur
2021-08-02
HackStudio: Enable building HackStudio on x86_64
Gunnar Beutner
2021-08-02
PixelPaint: Show image coordinates in the status bar
Clément Sibille
2021-08-02
LibGUI, WindowServer: Greatly simplify menubar logic
sin-ack
2021-08-02
Mail: Use Window::add_menu instead of Menubar::add_menu
sin-ack
2021-08-02
Userland: Make use of container version of any_of
Lenny Maiorani
2021-08-02
Ports: Bump pkgconf from version 1.7.3 to 1.8.0
Kenneth Myhra
2021-08-02
Meta: Explicitly specify the disk format in the QEMU options
x-yl
2021-08-02
Meta: Fix compatibility with QEMU 5.x
Gunnar Beutner
2021-08-02
LibWeb: Remove unneccessary breaks from text-decoration-rendering
Tobias Christiansen
2021-08-02
LibWeb: Don't draw zero-length line for text-decoration: blink
Tobias Christiansen
2021-08-02
Kernel: Convert NetworkTask to east-const style
brapru
2021-08-02
Shell: Improve the parsing of history event designators
TheFightingCatfish
2021-08-02
AK: Add formatters for BigEndian and LittleEndian
sin-ack
2021-08-01
js: Implement pretty-printing of Temporal.ZonedDateTime objects
Linus Groh
2021-08-01
LibJS: Implement Temporal.Now.zonedDateTimeISO()
Linus Groh
[next]