index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-05-15
LibC: Fix execvp() errno
Sergey Bugaev
2020-05-15
LibJS: Let parser keep track of errors
Linus Groh
2020-05-15
LibJS: Remove syntax errors from lexer
Linus Groh
2020-05-15
LibCore: Make IODevice::can_read_line() const
AnotherTest
2020-05-15
LibGUI: Fix build (LibGUI depends on Clipboard IPC classes)
Andreas Kling
2020-05-14
Clipboard: Move the system clipboard to a dedicated service process :^)
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-14
LibUnwind: Create UnwindBase.h to capture the EH ABI in code
Andrew Kaster
2020-05-14
LibWeb: Support the :root pseudo class
Linus Groh
2020-05-14
LibWeb: Make CSS pseudo classes case-insensitive
Linus Groh
2020-05-13
LibGUI: Add AbstractTableView::move_selection(int steps)
Andreas Kling
2020-05-13
LibGUI: Add GUI::MessageBox::show_error() convenience function
Andreas Kling
2020-05-13
LibWeb: Support "transparent" CSS color value
Linus Groh
2020-05-13
LibWeb: Make parsing of most CSS values case-insensitive
Linus Groh
2020-05-13
LibWeb: Make CSS property parsing case-insensitive
Linus Groh
2020-05-13
LibLine: Add a hook to run when an interrupt is handled
AnotherTest
2020-05-13
LibJS: Trim whitespace from string before coercing to number
Linus Groh
2020-05-13
LibJS: Use String::trim_whitespace() for String.prototype.trim*()
Linus Groh
2020-05-13
AK: Replace String::trim_spaces() with String::trim_whitespace()
Linus Groh
2020-05-13
LibJS: Make string to number coercion work for doubles
Linus Groh
2020-05-13
LibJS: Make the Function() constructor throw a SyntaxError, not return
Linus Groh
2020-05-13
LibJS: Check AssignmentExpression LHS in parser
Linus Groh
2020-05-13
LibJS: Handle empty values in operator<<()
Linus Groh
2020-05-13
LibGUI+WindowServer: Allow apps to use the "move" cursor :^)
Andreas Kling
2020-05-12
LibGUI: Add missing Vector.h include to Event.h
Andreas Kling
2020-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
2020-05-12
LibHTTP+ProtocolServer: Use CaseInsensitiveStringTraits for headers
Andreas Kling
2020-05-12
LibIPC+IPCCompiler: Templatize encoding/decoding of Optional<T>
Andreas Kling
2020-05-12
LibDesktop: Remove accidental unused struct
Andreas Kling
2020-05-12
LibGfx+IPCCompiler: Add IPC encoders for Color and ShareableBitmap
Andreas Kling
2020-05-12
Terminal: When offering to open a URL, show name + icon for handler app
Andreas Kling
2020-05-12
LaunchServer+LibDesktop: Add API to list handlers for a given URL
Andreas Kling
2020-05-12
LibIPC+LibGfx: Templatize IPC encoding as well as decoding
Andreas Kling
2020-05-12
LibJS: Add missing keywords/tokens
Linus Groh
2020-05-12
LibGUI: Actually check widgets in focus chain for keyboard shortcuts
Andreas Kling
2020-05-12
LibGUI: Add KeyEvent::to_string()
Andreas Kling
2020-05-12
LibGUI: Use KeyCode stringification helper in Shortcut::to_string()
Andreas Kling
2020-05-12
LibGUI: Add a way to highlight the focused widget for debugging
Andreas Kling
2020-05-12
LibGUI: Allow scrolling through a ComboBox with the mouse wheel
Andreas Kling
2020-05-12
LibGUI: Add missing window() null check when widget's child is removed
Andreas Kling
2020-05-12
LibGUI: Remove ancient code for debugging widget underdraw
Andreas Kling
2020-05-12
LibHTTP: Support Transfer-Encoding: chunked
AnotherTest
2020-05-12
LibC: Always assign the offset pointer to endptr in strto{u,}ll()
AnotherTest
2020-05-12
LibLine: Fix suggestion spacing regression
AnotherTest
2020-05-12
LibWeb: Fixed non-spec processing of margin and padding
Eryk Skalinski
2020-05-11
LibWeb: Add basic support for CSS percentages
Andreas Kling
2020-05-11
LibJS: Parse comma operator into SequenceExpression
Linus Groh
2020-05-11
LibC: Implement strtoull correctly
Ben Wiederhake
2020-05-11
LibC: Use more flexible digit parsing code, deduplicate
Ben Wiederhake
2020-05-11
LibC: Implement new strtod, accurate up to 8 eps
Ben Wiederhake
[next]