summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-08-28LibJS: Turn initialize_global_object() into a regular initialize()Linus Groh
2022-08-28LibJS: Move Console ownership from GlobalObject to ConsoleObjectLinus Groh
2022-08-28LibJS: Move ConsoleObject construction from GlobalObject to IntrinsicsLinus Groh
2022-08-28LibJS: Remove Console's reliance on GlobalObjectLinus Groh
2022-08-28WindowServer: Remove misbehavior conditions for modalsthankyouverycool
2022-08-28WindowServer: Continue processing ongoing resizes after tilingthankyouverycool
2022-08-28LibGUI: Make CommandPalette and EmojiInputDialog passive modalsthankyouverycool
2022-08-28LibC: Add stubs for 'removexattr()' and friendsKenneth Myhra
2022-08-28PixelPaint: Cropping to content with moved layers was brokenAndreas Krohn
2022-08-28PixelPaint: Fix const correctness of Selection::in_interactive_selectionKevin Meyer
2022-08-27LibWeb: Implement the HostEnsureCanAddPrivateElement JS hookdavidot
2022-08-27LibJS+LibUnicode: Move some constant arrays to a separate headerdavidot
2022-08-27LibJS: Remove GlobalObject::{set_,}associated_realm()Linus Groh
2022-08-27LibJS+LibWeb: Remove last uses of GlobalObject::associated_realm()Linus Groh
2022-08-27LibJS: Move intrinsics to the realmLinus Groh
2022-08-27LibGL+LibGPU+LibSoftGPU: Implement texture pixel format supportJelle Raaijmakers
2022-08-27LibGPU+LibSoftGPU: Add PixelFormat::IntensityJelle Raaijmakers
2022-08-27LibGL: Report color buffer bits instead of texture bitsJelle Raaijmakers
2022-08-27LibGL+LibGPU+LibSoftGPU: Implement flexible pixel format conversionJelle Raaijmakers
2022-08-27LibGL: Implement `GL_NORMAL_ARRAY_TYPE` context parameterJelle Raaijmakers
2022-08-27LibSoftGPU: Make `ownership_token` type in `Image` consistentJelle Raaijmakers
2022-08-27LibGfx: Allow non-const indexing into `VectorN`Jelle Raaijmakers
2022-08-27LibGL: Rename units to all singularJelle Raaijmakers
2022-08-27LibWeb: Treat cyclic percentage max-size as "auto" on the flex containerAndreas Kling
2022-08-26LibWeb: Remove one remaining use of JS::InvalidCharacterErrorLinus Groh
2022-08-26LibJS: Remove InvalidCharacterErrorLinus Groh
2022-08-26LibJS: Remove now unnecessary i32 casts when constructing BigIntegersdavidot
2022-08-26LibCrypto+LibJS: Remove the create_from methods from BigIntegerdavidot
2022-08-26LibCrypto: Add a constructor to (Un)SignedBigInteger taking a doubledavidot
2022-08-26LibCrypto: Make the constructors of (Un)SignedBigInteger templateddavidot
2022-08-26LibJS: Use the proper to_double method in NumberConstructordavidot
2022-08-26LibCrypto: Add a rounding mode to UnsignedBigInteger::to_doubledavidot
2022-08-26LibGUI: Add visual line mode to VimEditingEngineRobbie Vanbrabant
2022-08-26LibWeb: Handle unknown values in grid-template-*martinfalisse
2022-08-26SpreadSheet: Pass parent window when constructing About actionthankyouverycool
2022-08-26FileSystemAccessServer: Set dummy child to WindowMode::Passivethankyouverycool
2022-08-26WindowServer: Always restore modal chain when clicking a windowthankyouverycool
2022-08-26LibGUI+Taskbar+WindowServer: Prevent minimization when blockedthankyouverycool
2022-08-26WindowServer: Ignore modal blocking if capturing inputthankyouverycool
2022-08-26Chess: Highlight piece origin square when dragging pieceJean Lourenço
2022-08-26PixelPaint: Make selection changes undoableAndreas Kling
2022-08-26PixelPaint: Move selection from ImageEditor to ImageAndreas Kling
2022-08-26PixelPaint: Move "marching ants" painting logic to ImageEditorAndreas Kling
2022-08-26PixelPaint: Round mouse event coordinates instead of truncatingAndreas Kling
2022-08-26LibWeb: Intentionally leak the main thread JS VMAndreas Kling
2022-08-25LibJS: Allow undefined for calendar in MaybeFormatCalendarAnnotationLinus Groh
2022-08-25LibJS: Use fully spec'd algorithm for ToISOWeekOfYearLinus Groh
2022-08-25LibJS: Reject ambiguous time string even with a calendarLinus Groh
2022-08-25LibJS: Remove unused nonterminals from the ISO8601 parserLinus Groh
2022-08-25LibJS: Simplify TimeSpecWithOptionalTimeZoneNotAmbiguousLinus Groh