summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-07PixelPaint: Add a Dialog for the creation of a GuideTobias Christiansen
2021-08-07PixelPaint: Include Guides in the ImageEditorTobias Christiansen
2021-08-07PixelPaint: Add Guide classTobias Christiansen
2021-08-07LibGfx: Add alternate_color to draw_lineTobias Christiansen
2021-08-06PixelPaint: Use a StackWidget in ToolPropertiesWidgetMarcus Nilsson
2021-08-06AK: Implement any_of using common implementationLenny Maiorani
2021-08-06Tests: Remove unused variables for clang buildLenny Maiorani
2021-08-06LibSQL: Use compiler generated default functionsLenny Maiorani
2021-08-06LibAudio: Make playing lossy flacs more truthfulKarol Kosek
2021-08-06LibAudio: Fix calculation of wasted bits-per-sampleKarol Kosek
2021-08-06LibAudio: Make read samples signed when decoding fixed FLAC subframesKarol Kosek
2021-08-06Kernel: Disable big process lock for sys$sysconfIdan Horowitz
2021-08-06Kernel: Disable big process lock for sys$get_stack_boundsIdan Horowitz
2021-08-06Kernel: Disable big process lock for sys$gettimeofdayIdan Horowitz
2021-08-06Kernel: Disable big process lock for sys$clock_nanosleepIdan Horowitz
2021-08-06Kernel: Disable big process lock for sys$clock_gettime()Idan Horowitz
2021-08-06Kernel: Disable big process lock for sys$getkeymapIdan Horowitz
2021-08-06Kernel: Disable big process lock for sys$getrandomIdan Horowitz
2021-08-06Kernel: Disable big process lock for sys$dbgputchIdan Horowitz
2021-08-06Kernel: Hold the global logging lock in dbgputchIdan Horowitz
2021-08-06Kernel: Disable big process lock for sys$dbgputstrIdan Horowitz
2021-08-06Kernel: Disable big process lock for sys$dump_backtrace()Idan Horowitz
2021-08-06Kernel: Disable big process lock for sys$beep()Idan Horowitz
2021-08-06Kernel: Make Process's m_promises & m_execpromises fields atomicIdan Horowitz
2021-08-06PixelPaint: Use the ValueSlider widget for Tool propertiesMarcus Nilsson
2021-08-06LibGUI: Add ValueSlider widgetMarcus Nilsson
2021-08-06Kernel: Add convenience values to the Memory::Region::Access enumAndreas Kling
2021-08-06Kernel: Rename a very long enum to ShouldDeallocateVirtualRangeAndreas Kling
2021-08-06Kernel: Make identity mapping mechanism used during AP boot non-genericAndreas Kling
2021-08-06LibGUI+Applications: Rename Model::is_valid to is_within_rangesin-ack
2021-08-06Browser: Add more tab optionsTheFightingCatfish
2021-08-06LibGUI: Allow TabWidget to remove all tabs except oneTheFightingCatfish
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-06LibJS: Improve the TypedArray.prototype.find{,Index} testsdavidot
2021-08-06LibJS: Implement proposed TypedArray.prototype.findLast{,Index}davidot
2021-08-06LibJS: Implement proposed Array.prototype.findLast{,Index}davidot
2021-08-06Kernel: Move UnveilNode.h into Kernel/FileSystem/Andreas Kling
2021-08-06Kernel: Rename Process::space() => Process::address_space()Andreas Kling
2021-08-06Kernel: Rename Memory::Space => Memory::AddressSpaceAndreas Kling
2021-08-06Kernel: Rename Range => VirtualRangeAndreas Kling
2021-08-06Kernel: Move Kernel/Memory/ code into Kernel::Memory namespaceAndreas Kling
2021-08-06Kernel: Rename Kernel/VM/ to Kernel/Memory/Andreas Kling
2021-08-06AK: Improve the parsing of data urlsTheFightingCatfish
2021-08-06LibCore: Explicitly declare `environ` in Process.cpp to unbreak macOSAndreas Kling
2021-08-06Profiler: Display source location information in the disassembly viewAli Mohammad Pur
2021-08-06LibDebug+Everywhere: Make DebugInfo not own the ELF imageAli Mohammad Pur
2021-08-06UserspaceEmulator: Optionally generate a Profiler-compatible profileAli Mohammad Pur
2021-08-06AK: Make StringBuilder::join() use appendff() instead of append()Ali Mohammad Pur
2021-08-06Spider: Use YesNo dialog for user confirmation when closingJamie Mansfield
2021-08-06Solitaire: Get user confirmation to close when there is a active gameJamie Mansfield