summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-28Ports: Disable libsamplerate dependency for SDL2Valtteri Koskivuori
2022-08-28Base: Add Box Drawing glyphs to Csilla Regular+Bold12djwisdom
2022-08-28Base: Add new MouseSettings.md help documentdjwisdom
2022-08-28Base: Add new Mouse.md help documentdjwisdom
2022-08-28Base: Update Terminal's help documentationdjwisdom
2022-08-28LibJS: Implement ShadowRealmConstructor::construct() closer to specLinus Groh
2022-08-28LibJS: Implement SetDefaultGlobalBindings as a standalone functionLinus Groh
2022-08-28LibJS: Move construction of GlobalObject native functions to IntrinsicsLinus Groh
2022-08-28Base: Horizontally center socket and remove pixel from CrashReportercrpz1
2022-08-28LibJS+LibWeb: Let Realm store a plain Object for [[GlobalObject]]Linus Groh
2022-08-28LibJS: Remove Shape::global_object() and Object::global_object()Linus Groh
2022-08-28LibJS: Let NewGlobalEnvironment take a plain ObjectLinus Groh
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-28Meta: Enforce no leading zeros for emoji filenamesRyan Liptak
2022-08-28Base: Add several new emojisdjwisdom
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-28Ports/glib: Update GLib to version 2.73.3Kenneth Myhra
2022-08-28LibC: Add stubs for 'removexattr()' and friendsKenneth Myhra
2022-08-28Ports/glib: Switch to the offical Release tarball for GLibKenneth Myhra
2022-08-28Base: Add a bunch of heart emoji and otherskleines Filmröllchen
2022-08-28Base: Add a quote to the fortunes databasekleines Filmröllchen
2022-08-28Base: Add more emojiXexxa
2022-08-28Base: Add 9 new emojis and improve 13 emojiselectrikmilk
2022-08-28Kernel/USB: Rework UHCI interrupt transfer scheduleb14ckcat
2022-08-28Kernel/USB: Rework queued transfer scheduleb14ckcat
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-28Base: Add czech programmers keymapZorby
2022-08-28Base: Add czech QWERTZ keymapZorby
2022-08-28Base: Add czech QWERTY keymapZorby
2022-08-27LibWeb: Implement the HostEnsureCanAddPrivateElement JS hookdavidot
2022-08-27Kernel: Dump OOM debug info after releasing the MM global data lockIdan Horowitz
2022-08-27Kernel: Stop verifying interrupts are disabled in Process::for_eachIdan Horowitz
2022-08-27Kernel: Changed serial debug functions and variables for readabilitySkye Sprung
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