summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-25Ports: Add ProTracker 2 cloneTheMorc
2021-01-25Vim: Add a simple yank and put implementationZac
2021-01-25TextEditor: Fix bug in delete_current_line() when deleting the last lineZac
2021-01-25WindowServer: Fix client unresponsiveness detectionLinus Groh
2021-01-25LibGfx: Implement scaling support for Painter::blit_filtered()Nico Weber
2021-01-25AbstractTableView: prevent setting an invalid indexJelle Raaijmakers
2021-01-25Documentation: Add instructions for network bootingJean-Baptiste Boric
2021-01-25Kernel: Hoist VM range allocation up to sys$mmap() itselfAndreas Kling
2021-01-25LibELF: Cache the DynamicObject in DynamicLoaderAndreas Kling
2021-01-25LibELF: Use Optional<SymbolLookupResult> as a return typeAndreas Kling
2021-01-25LibELF: Convert String::format() to String::formatted()Andreas Kling
2021-01-25DynamicLoader: Remove some unnecessary #includesAndreas Kling
2021-01-25LibELF: Convert dbgprintf() in DynamicObject class to dbgln()Andreas Kling
2021-01-25LibELF: Convert dbgprintf() in DynamicLinker class to dbgln()Andreas Kling
2021-01-25LibELF: Convert dbgprintf() in DynamicLoader class to dbgln()Andreas Kling
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