summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-12-15LibJS: Convert standalone construct() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Convert Object::construct() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Convert FunctionObject::internal_construct() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Add make_handle({Nonnull,}GCPtr<T>) overloadsLinus Groh
2022-12-15LibJS: Ensure Optional<Completion>'s defaults to empty completionLinus Groh
2022-12-15LibWeb: Implement input range type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input local date and time type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input time type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input week type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input month type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input date type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input email type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input color type sanitation algorithmKyle Lanmon
2022-12-15LibJS: Throw a RangeError when when formatting strings in DurationFormatTimothy Flynn
2022-12-15LibJS: Access DurationRecord properties in alphabetical orderTimothy Flynn
2022-12-15LibJS: Move IsValidDurationRecord check to ToDurationRecordTimothy Flynn
2022-12-15LibJS: Remove infallibility markers from some Intl.DurationFormat AOsTimothy Flynn
2022-12-15LibWeb: Implement more values of flexbox align-contentMax Stevens
2022-12-15Piano: Overhaul AudioPlayerLoop and throw out event loopskleines Filmröllchen
2022-12-15Piano: Make AudioPlayerLoop::is_playing constkleines Filmröllchen
2022-12-15LibIPC: Only run responsiveness timer when there is an event loopkleines Filmröllchen
2022-12-15LibIPC: Add deferred invoker getterkleines Filmröllchen
2022-12-15LibAudio: Allow resampling into existing bufferkleines Filmröllchen
2022-12-15LibAudio: Expose blocking realtime enqueue to audio clientskleines Filmröllchen
2022-12-15LibAudio: Make resampling falliblekleines Filmröllchen
2022-12-15PixelPaint: Make sure modified state is updated when undo_stack changesmeiskam
2022-12-15PixelPaint: Update window `modified` to look at all tabsmeiskam
2022-12-15LibGUI: Add dots below TabWidget close button when modifiedmeiskam
2022-12-15LibGUI: Add `modified` bool to TabWidgetmeiskam
2022-12-14HexEditor: Handle some errors inside the editorArda Cinar
2022-12-14CrashReporter: Use the `Core::Stream` friendly API, `save_file()`Lucas CHOLLET
2022-12-14LibFileSystemAccessClient: Add `save_file()`Lucas CHOLLET
2022-12-14LibCore: Add fd overload of `File::is_directory` and `File::is_device`Lucas CHOLLET
2022-12-14LibFileSystemAccessClient: Rename `try_save_file` =>Lucas CHOLLET
2022-12-14LibFileSystemAccessClient: Rename `Result` => `DeprecatedResult`Lucas CHOLLET
2022-12-14LibGfx+Userland: Make Gfx::SystemTheme propagate errorsCygnix Proto
2022-12-14Piano: Only treat unmodified key presses as playing notesSam Atkins
2022-12-14SpaceAnalyzer: Ignore unhandled keydown eventsSam Atkins
2022-12-14Presenter: Ignore unhandled keydown eventsSam Atkins
2022-12-14MasterWord: Ignore unhandled keydown eventsSam Atkins
2022-12-14Hearts: Ignore unhandled keydown eventsSam Atkins
2022-12-14Chess: Ignore unhandled keydown eventsSam Atkins
2022-12-14BrickGame: Ignore unhandled keydown eventsSam Atkins
2022-12-14Solitaire: Ignore unhandled keydown eventsSam Atkins
2022-12-14Meta+CMake: Extract Wasm spec tests into the binary directoryAndrew Kaster
2022-12-14LibWeb: Convert Paintable coordinates to new pixel unitsSam Atkins
2022-12-14LibWeb: Remove declarations for LineBoxFragment methods that don't existSam Atkins
2022-12-14LibWeb: Convert text and text-decoration painting to new pixel unitsSam Atkins