summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-04-07LibX86+disasm: Use an output format closer to objdumpHendiadyoin1
2022-04-07disasm: Print instruction bytesHendiadyoin1
2022-04-07LibX86: Fix weird formatting in Interpreter.hHendiadyoin1
2022-04-07LibUnicode: Upgrade to CLDR version 41.0.0Timothy Flynn
2022-04-07HexEditor: Add Value InspectorTimothy Slater
2022-04-07HexEditor: Add get_byte() method to HexEditor classTimothy Slater
2022-04-07HexEditor: Add ability to set a selection rangeTimothy Slater
2022-04-07LibJS: Consistently call observable Temporal AOs with undefined optionsLinus Groh
2022-04-07LibWeb: Fix broken AffineTransform::map() implementationAndreas Kling
2022-04-06LibJS: Reorder and reduce steps of InitializeDateTimeFormatTimothy Flynn
2022-04-06LibJS: Remove outdated FIXME from String.prototype.localeCompareTimothy Flynn
2022-04-06SystemMonitor: Default initialize all thread state variableskleines Filmröllchen
2022-04-06SystemMonitor: Fallback to invalid model index if there's no main threadkleines Filmröllchen
2022-04-06LibWeb: Make BrowsingContext ask PageClient when it wants to be scrolledAndreas Kling
2022-04-06LibWeb+Browser: Remove Web::WebViewHooks classAndreas Kling
2022-04-06LibWeb: Remove the InProcessWebView widgetAndreas Kling
2022-04-06HackStudio: Remove "evaluate expression" dialogAndreas Kling
2022-04-06LibWeb: Remove unused HTML::parse_html_document()Andreas Kling
2022-04-06LibWeb: Use FrameLoader::load_html() when loading error pagesAndreas Kling
2022-04-06Spreadsheet: Change paste action's enabled state on clipboard changeKarol Kosek
2022-04-06LibX86: Add CMPXCHG8B, RDRAND and RDSEEDHendiadyoin1
2022-04-06UserspaceEmulator: Don't interpret SSE2 instructions as MMX onesHendiadyoin1
2022-04-06LibX86: Support SSE2 :^)Hendiadyoin1
2022-04-06LibX86: Mark MMX instructions as SSE instructionsHendiadyoin1
2022-04-06UserspaceEmulator: Truncate in CVTTSS2SIHendiadyoin1
2022-04-06LibX86: Correct CVTSS2SI's register signatureHendiadyoin1
2022-04-06LibWeb: Rename compute_intrinsic_height() => calculate_auto_height()Andreas Kling
2022-04-06LibWeb: Remove incorrect comment from FFC flex item cross sizingAndreas Kling
2022-04-06AK+Userland: Rename Array::front/back to first/lastSam Atkins
2022-04-06InspectorServer: Defer removal of InspectableProcess from tablesin-ack
2022-04-06SystemMonitor: Keep current process selection expanded if neededkleines Filmröllchen
2022-04-06SystemMonitor: Display processes and their threads in a tree :^)kleines Filmröllchen
2022-04-06LibGUI: Don't stringify non-textlike data in TreeView's tree columnkleines Filmröllchen
2022-04-06SystemMonitor: Pass the correct parent when checking for selected valueskleines Filmröllchen
2022-04-06SystemMonitor: Move TID to the front in ProcessModelkleines Filmröllchen
2022-04-06LibGUI: Add is_toggled getter for TreeViewkleines Filmröllchen
2022-04-06LibGUI: Associate model index metadata directly with the model indexkleines Filmröllchen
2022-04-06LibGUI: Register many properties of AbstractViewkleines Filmröllchen
2022-04-06LibGUI: Register should_fill_selected_rows for GML in TreeViewkleines Filmröllchen
2022-04-06LibGUI: Delegate the tree column in SortingProxyModelkleines Filmröllchen
2022-04-06LibGUI: Register AbstractTableView.column_headers_visiblekleines Filmröllchen
2022-04-06LibGUI: Implement column_headers_visible in AbstractTableViewkleines Filmröllchen
2022-04-06LibWeb: Determine intrinsic flex container size from content-sizeAndreas Kling
2022-04-06LibCore+Base: Hide empty options sections in manpagessin-ack
2022-04-06LibCore+Base: Add way to hide ArgsParser opt.s from specific usage textssin-ack
2022-04-06LibWeb: Add basic constructor/prototype to exotic objectsIgor Pissolati
2022-04-06AnalogClock: Keep default alpha hit thresholdAli Chraghi
2022-04-06LibGL+LibGPU+LibSoftGPU: Load SoftGPU driver dynamicallyStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Add virtual base class for devicesStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Add virtual base class for ImagesStephan Unverwerth