summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-27Base: man pages: document arguments, fix typos, use American EnglishBrendan Coles
2021-03-27LibC: Add AF_INET6, PF_INET6 and IPPROTO_IPV6 macrosAndreas Kling
2021-03-27LibC: Add POSIX macros for the ai_flags field in struct addrinfoAndreas Kling
2021-03-27LibC: Add S_I{READ,WRITE,EXEC} macro aliases for BSD compatibilityAndreas Kling
2021-03-27Kernel/Storage: Select the drive before working with busmaster registerLiav A
2021-03-27Kernel/Storage: Add some debug printing about IDE controllersLiav A
2021-03-27Kernel/Storage: Remove redundant public declaration in IDEController.hLiav A
2021-03-27Kernel/Storage: Use more locking in the IDE codeLiav A
2021-03-27Kernel/Storage: Add support for non-bus mastering IDE controllersLiav A
2021-03-27Kernel/Storage: Move IDE bus master handling code into a separate classLiav A
2021-03-27Kernel: Make IDEChannel Ref-countedLiav A
2021-03-27Kernel: Remove support for CHS addressingLiav A
2021-03-27Kernel: Generalize the ATAIdentifyBlock structureLiav A
2021-03-27LibArchive: Make bounds checks stricter in the Zip parserIdan Horowitz
2021-03-27Lagom/Fuzzers: Add fuzzer for zip file parserLuke
2021-03-27Taskbar: Set window title as taskbar button tooltipLinus Groh
2021-03-27WindowServer: Also keep menus open when activated via Ctrl + return keyLinus Groh
2021-03-27AudioServer: don't set an upper limit on volume in mixerCesar Torres
2021-03-27SoundPlayer: Add samplerate variable to visualizationsCesar Torres
2021-03-27SoundPlayer: Add playlist supprtCesar Torres
2021-03-27AudioPlayer: Further decouple the player from the GUICesar Torres
2021-03-27SoundPlayer: Reduce sample buffer size and add a sample load eventCesar Torres
2021-03-27SoundPlayer: Update the SoundPlayer interfaceCesar Torres
2021-03-27SoundPlayer: Adapt the existing SampleWidget visualization toCesar Torres
2021-03-27SoundPlayer: Add a no-visualization visualization :^)Cesar Torres
2021-03-27SoundPlayer: Move the SoundPlayer-specific Slider widget to another fileCesar Torres
2021-03-27SoundPlayer: Add a 'Bars' audio visualizationCesar Torres
2021-03-27SoundPlayer: Add abstractions for players and visulizationsCesar Torres
2021-03-27SoundPlayer: Implement the Fast Fourier Transform algorithmCesar Torres
2021-03-27AK: Add complex number libraryCesar Torres
2021-03-27Everywhere: rename 'Sample' type to 'Frame'Cesar Torres
2021-03-27shot: Added option to output to clipboard instead of filenetworkException
2021-03-26gunzip: Fail gracefully on bad inputIdan Horowitz
2021-03-26LibJS: VERIFY(!this_value.is_empty()) in VM::call_internal()Linus Groh
2021-03-26LibWeb: Call requestAnimationFrame() callback with undefined this valueLinus Groh
2021-03-26LibGUI: Show human readable size in filemanagerFederico Guerinoni
2021-03-26LibMarkdown: Remove unused Paragraph::add_line() declarationLinus Groh
2021-03-26Browser: Add right-click context menu item for editing bookmarksTimothy Flynn
2021-03-26LibGUI: Allow assigning a value to a specific index in JsonArrayModelTimothy Flynn
2021-03-26AK: Allow assigning a value to a specific index in a JsonArrayTimothy Flynn
2021-03-26LibWeb: Compute height of absolutely positioned blocks when possibleTimothy Flynn
2021-03-26LibWeb: Consider floating children when computing auto-heightTimothy Flynn
2021-03-26Utilities: Add a simple "shot" utility for grabbing screenshots :^)Andreas Kling
2021-03-26WindowServer: Add an IPC call for taking a screenshotAndreas Kling
2021-03-26LibWeb+WebContent: Support displaying favicons in OOPWVTimothy Flynn
2021-03-26Kernel: Remove unused WorkQueue::m_name.Michel Hermier
2021-03-26Kernel: Remove unused MBRPartitionTable::m_partitions_count.Michel Hermier
2021-03-26Kernel: Remove unused FileBlockCondition::m_file.Michel Hermier
2021-03-26Kernel: Remove unused EBRPartitionTable::m_partitions_count.Michel Hermier
2021-03-26Kernel: Remove unused AHCIPort::ScatterList::m_device_block_size.Michel Hermier