summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-12-16CatDog: Simplify animation frame logic and fix minor bugsAndre Eisenbach
2022-12-16PixelPaint: Fix move tool scaling function when zoomedTim Ledbetter
2022-12-16PixelPaint: Display a preview image when scaling with the move toolTim Ledbetter
2022-12-16PixelPaint: Add Text ToolTimothy Slater
2022-12-16LibGUI: Prevent key_down event from bubbling for Key_Up and Key_DownTimothy Slater
2022-12-16PixelPaint: Change tool keydown handle to non-constTimothy Slater
2022-12-16PixelPaint: Account for rulers on Tool second paint eventsTimothy Slater
2022-12-16PixelPaint: Allow tools to know when the user has left themTimothy Slater
2022-12-16LibLine: Convert strings to time_t using signed conversion methodsTimothy Flynn
2022-12-16PDFViewer: Avoid errors due to copying of ErrorOrRodrigo Tobar
2022-12-16PDFViewer: Remove unnecessary ternary operationRodrigo Tobar
2022-12-16PDFViewer: Add TreeView to communicate rendering errorsRodrigo Tobar
2022-12-16LibPDF: Don't abort on unsupported drawing operationsRodrigo Tobar
2022-12-16LibPDF: Switch to best-effort PDF renderingRodrigo Tobar
2022-12-16LibPDF: Add Errors class that accumulate multiple errorsRodrigo Tobar
2022-12-16LibPDF: Add support for multi-line commentsRodrigo Tobar
2022-12-16LibJS: Convert get_this_environment() to NonnullGCPtrLinus Groh
2022-12-16LibJS: Convert new_private_environment() to NonnullGCPtrLinus Groh
2022-12-16LibJS: Convert new_function_environment() to NonnullGCPtrLinus Groh
2022-12-16LibJS: Convert new_object_environment() to NonnullGCPtrLinus Groh
2022-12-16LibJS: Convert new_declarative_environment() to NonnullGCPtrLinus Groh
2022-12-16HackStudio: Add a factory function for DebugInfoWidgetBaitinq
2022-12-16HackStudio: Add a factory function for HackStudioWidgetBaitinq
2022-12-16LibGUI: Add GUI::TabWidget::add_tab() that takes a constructed tabBaitinq
2022-12-16LibWeb: Add spec links to IDL APIs in HTMLTableElementAndreas Kling
2022-12-16LibWeb: Allow setting HTMLTableElement.tFoot to null valueAndreas Kling
2022-12-16LibWeb: Allow setting HTMLTableElement.tHead to null valueAndreas Kling
2022-12-16LibWeb: Allow setting HTMLTableElement.caption to null valueAndreas Kling
2022-12-16LibWeb: Add spec link and comment to HTMLTableElement::caption()Andreas Kling
2022-12-16LibWeb: Fix bug in BFC that independent FC assigned to wrong variableAliaksandr Kalenik
2022-12-16PixelPaint: Replace vectorscope boxes with colored corner bracketsCody Hein
2022-12-16LibPDF: Follow a FontFile's Length valuesRodrigo Tobar
2022-12-16LibPDF: Simplify outline constructionRodrigo Tobar
2022-12-16LibPDF: Ignore seac PS1 commands for nowRodrigo Tobar
2022-12-16PixelPaint: Disable bucket tool outside of the current selectionTim Ledbetter
2022-12-16DynamicLoader: Annotate all loaded library ranges as immutableLiav A
2022-12-16Kernel: Reintroduce the msyscall syscall as the annotate_mapping syscallLiav A
2022-12-15ClockSettings: Add a factory function for TimeZoneSettingsWidgetBaitinq
2022-12-15LibGUI: Add GUI::SettingsWindow::add_tab() that takes a constructed tabBaitinq
2022-12-15LibThreading+Everywhere: Support returning error from `BackgroundAction`Lucas CHOLLET
2022-12-15LibGUI: Actually try something in `TabWidget::try_add_widget(Widget&)`Lucas CHOLLET
2022-12-15LibCore: Use ';' to split socket path in `SOCKET_TAKEOVER`Federico Guerinoni
2022-12-15WebContent: Disallow creating WebDriverConnections with existing socketsTimothy Flynn
2022-12-15headless-browser: Remove option to specify a WebDriver FD-passing socketTimothy Flynn
2022-12-15WebDriver: Remove the WebContent socket file when closing the sessionTimothy Flynn
2022-12-15WebDriver: Specify callbacks for clients to launch browser windowsTimothy Flynn
2022-12-15WebContent+WebDriver: Move WebDriver socket to the standard runtime pathTimothy Flynn
2022-12-15LibCore: Use the user's root session ID for standard runtime pathTimothy Flynn
2022-12-15LibMarkdown: Prevent a crash when rendering code blocks to consoleArda Cinar
2022-12-15LibMarkdown: Handle error while rendering JS to HTMLArda Cinar