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-08-04
LibJS: Allow PrimitiveString to be created with a UTF-16 string
Timothy Flynn
2021-08-04
LibJS: Decode UTF-16 surrogate pairs during string literal construction
Timothy Flynn
2021-08-04
LibRegex: Track string position in both code units and code points
Timothy Flynn
2021-08-04
AK+LibRegex: Add Utf16View::code_point_at and use it in RegexStringView
Timothy Flynn
2021-08-04
LibAudio: Use an existing file stream when parsing a FLAC header
Karol Kosek
2021-08-04
LibAudio: Initialize m_stream before parsing a FLAC header
Karol Kosek
2021-08-04
Shell: Make sure TTY echo is enabled when running external commands
Gunnar Beutner
2021-08-03
Everywhere: Replace most cases of exit() with Application::quit()
Timothy
2021-08-03
PixelPaint: Add tooltips for sliders in ToolPropertiesWidget
Marcus Nilsson
2021-08-03
Calculator: Use KeypadValue class instead of double
creator1creeper1
2021-08-03
Calculator: Add KeypadValue class
creator1creeper1
2021-08-03
LibGUI: Redraw button on Key_{Return,Space} up event
LuK1337
2021-08-03
Everywhere: Make use of container version of all_of
Lenny Maiorani
2021-08-03
Userland: Make representation of 'null' IPv4-address friendlier
Thomas Wagenveld
2021-08-03
Userland: Add network adapter link status to SystemMonitor and applet
Thomas Wagenveld
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
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
LibRegex: Make Fork{Jump,Stay} non-recursive
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
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
[next]