summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-25DynamicLoader: Remove unused debugging macrosAndreas Kling
2021-01-25LibGfx: Remove unreachable branch in Painter::draw_scaled_bitmapNico Weber
2021-01-25LibGfx: Fix opacity handling in Painter::draw_scaled_bitmapNico Weber
2021-01-25LibGfx: Minor style tweaks in PainterNico Weber
2021-01-25Kernel: Fix crash when booting with ACPI.asynts
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Meta: Make check-debug-flags.sh work with the new changes.asynts
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-25Everywhere: Name debug macros more consistently.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-25Everywhere: Use CMake to generate AK/Debug.h.asynts
2021-01-25LibGfx:: Implement scale support for blit_with_opacity()Nico Weber
2021-01-25Userland: Implement grep -v (invert-match)Andrew Kaster
2021-01-25Userland: Use getline instead of Core::File::standard_input in grepAndrew Kaster
2021-01-25Kernel: Make sys$anon_create() fail if size == 0Andreas Kling
2021-01-24LibJS: Set length of TypedArray constructors to 3Linus Groh
2021-01-24SystemServer: Do not crash if device files are not presentJean-Baptiste Boric
2021-01-24WindowServer: Don't crash if unable to open input peripheralsJean-Baptiste Boric
2021-01-24Kernel: Allow disabling of IDE controllers with disable_ideJean-Baptiste Boric
2021-01-24Kernel: Make use of interrupts as an entropy sourceJean-Baptiste Boric
2021-01-24FontEditor: change order of baseline and mean line rowNico Weber
2021-01-24FontEditor: change "Mean Line:" label to "Mean line:"Nico Weber
2021-01-24FontEditor: Fix typos in codeNico Weber
2021-01-24FontEditor: Make left and right UI margins matchNico Weber
2021-01-24FontEditor: Remove "Save" and "Quit" buttonsNico Weber
2021-01-24Vim: More correct word jumping (#5090)Zac
2021-01-24HexEditor: FindCamisul
2021-01-24FileManager: Make DirectoryView open links in their real directoryDragonAlex98
2021-01-24pmap: Sort memory regions in outputAndreas Kling
2021-01-24LibJS: Add some assertions and tests for TypedArray limitationsAndreas Kling
2021-01-24LibJS: Throw exception on too large TypedArray construction requestAndreas Kling
2021-01-24LibWeb: Disable resource cache for file:// URLsAndreas Kling
2021-01-24LibHTTP: Always read in the last chunkLuke
2021-01-24Revert "Kernel: Make VFS::create() fail with EINVAL on invalid file mode"Andreas Kling
2021-01-24Kernel: Fix two error codes being returned as positive in Process::execLuke
2021-01-24Lagom/Fuzzers: Fix FuzzilliJs build and update patch for new Fuzzilli versionLuke
2021-01-24LibJS: Remove redundant exception check from ClassExpression::execute()Linus Groh
2021-01-24LibJS: Check if class extends value has a valid prototypeLinus Groh
2021-01-23LibWeb: Add XHREventTarget and ProgressEvent constructors to WindowLuke
2021-01-23LibWeb: Add XHREventTarget and have XHR inherit from itLuke
2021-01-23LibWeb: Flesh out existing XHR methods a bit moreLuke
2021-01-23LibWeb: Remove Range constructor/prototype caches from WindowObjectAndreas Kling
2021-01-23LibWeb: Generate JS bindings for Range from IDL :^)Andreas Kling
2021-01-23Kernel: Create core dumps with S_IFREG set (regular file)Andreas Kling
2021-01-23LibWeb: Make WrapperGenerator consider "unsigned" part of a typeAndreas Kling
2021-01-23Kernel: Evaluate block conditions inside VirtualConsole::emit()Jean-Baptiste Boric
2021-01-23Kernel: Allow "serial_debug" everywhere on the command lineJean-Baptiste Boric
2021-01-23Tests+UserlandEmulator: Demonstrate missing backtracesBen Wiederhake
2021-01-23UserspaceEmulator: Improve error message for typosBen Wiederhake
2021-01-23UserspaceEmulator: Implement chownBen Wiederhake