summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-06LibGL+LibGPU+LibSoftGPU: Move StencilConfiguration.h to LibGPUStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Move Material.h to LibGPUStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Move Light.h to LibGPUStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Move SamplerConfig to LibGPUStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Move ImageDataLayout.h to LibGPUStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Move ImageFormat.h to LibGPUStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Move Enums.h to LibGPUStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Move DeviceConfig to LibGPUStephan Unverwerth
2022-04-06LibWeb: Implement basic intrinsic sizing algorithms for flex containersAndreas Kling
2022-04-06Kernel: Improve the aarch64 kernel source files disk layoutJames Mintram
2022-04-06Ports: Update angband to 4.2.4Tim Schumacher
2022-04-05Ports: Update openttd to version 12.2Kevin Nobel
2022-04-05Ports: Update openttd-opensfx to version 1.0.3Kevin Nobel
2022-04-05Ports: Update openttd-opengfx to version 7.1Kevin Nobel
2022-04-05LibWeb: Add XMLHttpRequest::open() overloadKenneth Myhra
2022-04-05LibWeb: Verify argument_check before generating if statementKenneth Myhra
2022-04-05LibWeb: Get argument count from Function::parameters::size()Kenneth Myhra
2022-04-05LibWeb: Add IDLGenerators::is_primitive()Kenneth Myhra
2022-04-05Kernel: Make sys$mmap() round requested VM size to page size multipleAndreas Kling
2022-04-05Base: Add Lucidity Bold fontdjwisdom
2022-04-05Base: Add Miscellaneous Symbols to font Tinier Regular 5Lady Gegga
2022-04-05Base: Add Runic characters to font Tinier Regular 5Lady Gegga
2022-04-05Base: Add Latin Extended-B to font Tinier Regular 5Lady Gegga
2022-04-05Base: Add Latin Extended-A to font Tinier Regular 5Lady Gegga
2022-04-05Base: Add C1 Controls and Latin-1 Supplement to font Tinier Regular 5Lady Gegga
2022-04-05Base: Add U+1F389 to font Katica Regular 10Lady Gegga
2022-04-05Revert "WebContent: Use ConsoleGlobalObject for the console's global object :^)"Andreas Kling
2022-04-05WindowServer+LibGUI: Notify windows when their maximized state changesAndreas Kling
2022-04-05WebContent: Cancel pending paint requests when removing a backing storeAndreas Kling
2022-04-05Kernel: Protect Mutex's thread lists with a spinlockAndreas Kling
2022-04-05WebContent: Use ConsoleGlobalObject for the console's global object :^)Sam Atkins
2022-04-05Kernel: Don't unregister Region from RegionTree *before* unmapping itAndreas Kling
2022-04-05Kernel: Remove MemoryManager::region_tree() accessorAndreas Kling
2022-04-05Kernel: Move allocate_unbacked_region_anywhere() to MemoryManagerAndreas Kling
2022-04-05Kernel: Move create_identity_mapped_region() to MemoryManagerAndreas Kling
2022-04-05Utilities: Update arp to use newer APIsbrapru
2022-04-05Utilities: Pledge inet in arp commandbrapru
2022-04-05Kernel: Add RegionTree::find_region_containing(address or range)Andreas Kling
2022-04-05Kernel: Add RegionTree::remove(Region&)Andreas Kling
2022-04-05LibJS: Actually generate a lexical env for SwitchStatement in BCAli Mohammad Pur
2022-04-05LibJS: Use InitializeOrSet to initialize function declarations in BCAli Mohammad Pur
2022-04-05LibJS: Make Handle<Value>::is_null() also consider the contained valueAli Mohammad Pur
2022-04-05js: Print the accumulator instead of the returned value in BC modeAli Mohammad Pur
2022-04-05Kernel: Take the RegionTree spinlock when inspecting tree from outsideAndreas Kling
2022-04-05Kernel: Remove unused ShouldDeallocateVirtualRange parametersAndreas Kling
2022-04-05js: Convert non-UTF-8 encoded files to UTF-8 before parsingTimothy Flynn
2022-04-05AK: Invalidate UTF-8 encoded code points larger than U+10ffffTimothy Flynn
2022-04-04LibWeb: Make default text-decoration-thickness a fraction of font heightKarol Kosek
2022-04-04Kernel: Add VERIFY_NOT_REACHED to aarch64 PageDirectory.cppJames Mintram
2022-04-04Kernel: Add VERIFY_NOT_REACHED to aarch64 locking functionsJames Mintram