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-03
Base: Organize welcome.html
Sam Atkins
2021-08-03
FileManager: Use the current directory as one of the initial locations
Karol Kosek
2021-08-03
FileManager: Set chdir to the current path when opening applications
Karol Kosek
2021-08-03
Taskbar: Set chdir to the home directory when opening applications
Karol Kosek
2021-08-03
Ping: Add -s argument to specify the payload size of the ping
Thomas Wagenveld
2021-08-03
LibC: Add definition for 'struct ip' in netinet/ip.h
Thomas Wagenveld
2021-08-03
PixelPaint: Move properties for LineTool to ToolPropertiesWidget
Marcus Nilsson
2021-08-03
PixelPaint: Move properties for RectangleTool to ToolPropertiesWidget
Marcus Nilsson
2021-08-03
PixelPaint: Remove context menu for MoveTool
Marcus Nilsson
2021-08-03
PixelPaint: Remove context menu for SprayTool
Marcus Nilsson
2021-08-03
PixelPaint: Move properties for EllipseTool to ToolPropertiesWidget
Marcus Nilsson
2021-08-03
PixelPaint: Remove context menu for PenTool
Marcus Nilsson
2021-08-03
PixelPaint: Move properties for EraserTool to ToolPropertiesWidget
Marcus Nilsson
2021-08-03
LibJS: Add a js_bigint(VM&, ...) overload and use it
Linus Groh
2021-08-02
LibRegex: Generate negated property escapes as a single instruction
Timothy Flynn
2021-08-02
LibRegex: Support property escapes of the form \p{Type=Value}
Timothy Flynn
2021-08-02
AK: Fix declaration of {String,StringView}::is_one_of
Timothy Flynn
2021-08-02
LibRegex: Support property escapes of Unicode General Categories
Timothy Flynn
2021-08-02
LibUnicode: Add public methods to compare and lookup General Categories
Timothy Flynn
2021-08-02
LibUnicode: Initialize manually created Unicode properties inline
Timothy Flynn
2021-08-02
LibUnicode: Generate General Category unions and aliases
Timothy Flynn
2021-08-02
LibDebug: Make single-stepping work for x86_64
Gunnar Beutner
2021-08-02
LibX86: Stub out Disassembler::next() for x86_64
Gunnar Beutner
2021-08-02
LibWeb: Switch to new CSS Parser :^)
Sam Atkins
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
[next]