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
2022-12-16
CatDog: Simplify animation frame logic and fix minor bugs
Andre Eisenbach
2022-12-16
PixelPaint: Fix move tool scaling function when zoomed
Tim Ledbetter
2022-12-16
PixelPaint: Display a preview image when scaling with the move tool
Tim Ledbetter
2022-12-16
PixelPaint: Add Text Tool
Timothy Slater
2022-12-16
LibGUI: Prevent key_down event from bubbling for Key_Up and Key_Down
Timothy Slater
2022-12-16
PixelPaint: Change tool keydown handle to non-const
Timothy Slater
2022-12-16
PixelPaint: Account for rulers on Tool second paint events
Timothy Slater
2022-12-16
PixelPaint: Allow tools to know when the user has left them
Timothy Slater
2022-12-16
LibLine: Convert strings to time_t using signed conversion methods
Timothy Flynn
2022-12-16
PDFViewer: Avoid errors due to copying of ErrorOr
Rodrigo Tobar
2022-12-16
PDFViewer: Remove unnecessary ternary operation
Rodrigo Tobar
2022-12-16
PDFViewer: Add TreeView to communicate rendering errors
Rodrigo Tobar
2022-12-16
LibPDF: Don't abort on unsupported drawing operations
Rodrigo Tobar
2022-12-16
LibPDF: Switch to best-effort PDF rendering
Rodrigo Tobar
2022-12-16
LibPDF: Add Errors class that accumulate multiple errors
Rodrigo Tobar
2022-12-16
LibPDF: Add support for multi-line comments
Rodrigo Tobar
2022-12-16
LibJS: Convert get_this_environment() to NonnullGCPtr
Linus Groh
2022-12-16
LibJS: Convert new_private_environment() to NonnullGCPtr
Linus Groh
2022-12-16
LibJS: Convert new_function_environment() to NonnullGCPtr
Linus Groh
2022-12-16
LibJS: Convert new_object_environment() to NonnullGCPtr
Linus Groh
2022-12-16
LibJS: Convert new_declarative_environment() to NonnullGCPtr
Linus Groh
2022-12-16
HackStudio: Add a factory function for DebugInfoWidget
Baitinq
2022-12-16
HackStudio: Add a factory function for HackStudioWidget
Baitinq
2022-12-16
LibGUI: Add GUI::TabWidget::add_tab() that takes a constructed tab
Baitinq
2022-12-16
LibWeb: Add spec links to IDL APIs in HTMLTableElement
Andreas Kling
2022-12-16
LibWeb: Allow setting HTMLTableElement.tFoot to null value
Andreas Kling
2022-12-16
LibWeb: Allow setting HTMLTableElement.tHead to null value
Andreas Kling
2022-12-16
LibWeb: Allow setting HTMLTableElement.caption to null value
Andreas Kling
2022-12-16
LibWeb: Add spec link and comment to HTMLTableElement::caption()
Andreas Kling
2022-12-16
LibWeb: Fix bug in BFC that independent FC assigned to wrong variable
Aliaksandr Kalenik
2022-12-16
PixelPaint: Replace vectorscope boxes with colored corner brackets
Cody Hein
2022-12-16
LibPDF: Follow a FontFile's Length values
Rodrigo Tobar
2022-12-16
LibPDF: Simplify outline construction
Rodrigo Tobar
2022-12-16
LibPDF: Ignore seac PS1 commands for now
Rodrigo Tobar
2022-12-16
PixelPaint: Disable bucket tool outside of the current selection
Tim Ledbetter
2022-12-16
DynamicLoader: Annotate all loaded library ranges as immutable
Liav A
2022-12-16
Kernel: Reintroduce the msyscall syscall as the annotate_mapping syscall
Liav A
2022-12-15
ClockSettings: Add a factory function for TimeZoneSettingsWidget
Baitinq
2022-12-15
LibGUI: Add GUI::SettingsWindow::add_tab() that takes a constructed tab
Baitinq
2022-12-15
LibThreading+Everywhere: Support returning error from `BackgroundAction`
Lucas CHOLLET
2022-12-15
LibGUI: Actually try something in `TabWidget::try_add_widget(Widget&)`
Lucas CHOLLET
2022-12-15
LibCore: Use ';' to split socket path in `SOCKET_TAKEOVER`
Federico Guerinoni
2022-12-15
WebContent: Disallow creating WebDriverConnections with existing sockets
Timothy Flynn
2022-12-15
headless-browser: Remove option to specify a WebDriver FD-passing socket
Timothy Flynn
2022-12-15
WebDriver: Remove the WebContent socket file when closing the session
Timothy Flynn
2022-12-15
WebDriver: Specify callbacks for clients to launch browser windows
Timothy Flynn
2022-12-15
WebContent+WebDriver: Move WebDriver socket to the standard runtime path
Timothy Flynn
2022-12-15
LibCore: Use the user's root session ID for standard runtime path
Timothy Flynn
2022-12-15
LibMarkdown: Prevent a crash when rendering code blocks to console
Arda Cinar
2022-12-15
LibMarkdown: Handle error while rendering JS to HTML
Arda Cinar
[next]