summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-12-24LibGL+LibSoftGPU: Add face culling state to rasterizer optionsStephan Unverwerth
2021-12-24LibGL+LibSoftGPU: Move rendering related code to LibSoftGPU libraryStephan Unverwerth
2021-12-24SoundPlayer: Add a keyboard shortcut 'M' to mute the playerElyse
2021-12-24SoundPlayer: Add 'mute' methods to PlayerElyse
2021-12-24AudioServer: Ignore 'muted' clients when computing the 'output mix'Elyse
2021-12-24AudioServer: Add a 'self_muted' state to each client connectionElyse
2021-12-24AudioServer: Add 'mute' member and methods to ClientAudioStreamElyse
2021-12-24Everywhere: Refactor 'muted' to 'main_mix_muted' in all AudioConnectionsElyse
2021-12-24AudioServer/Mixer: Fix remaining samples underflowMax Trussell
2021-12-24SoundPlayer: Sync startup loop and show playlist settings in GUIMax Trussell
2021-12-23HexEditor: Don't unnecessarily abbreviate variable namesArne Elster
2021-12-23HexEditor: Make HexDocuments finalArne Elster
2021-12-23HexEditor: Scroll back to the top when opening another fileArne Elster
2021-12-23HexEditor: Stream input files instead of keeping them in memoryArne Elster
2021-12-23LibFileSystemAccessClient: Allow custom access rights for open/saveArne Elster
2021-12-23LibGUI: Add visual clue to Scrollbar gutterFrHun
2021-12-23LibC: Allow multiple includes of `<assert.h>`Michel Hermier
2021-12-23LibGfx: Harden TTF parsing against fuzzersBrian Gianforcaro
2021-12-23LibGfx: Fix incorrect error handling in ICOLoaderBrian Gianforcaro
2021-12-23FlappyBug: Make bitmap() methods return NonnullRefPtrscreator1creeper1
2021-12-23FlappyBug: Propagate errors in Cloud classcreator1creeper1
2021-12-23FlappyBug: Propagate errors in Bug classcreator1creeper1
2021-12-23FlappyBug: Reposition Game constructor in filecreator1creeper1
2021-12-23FlappyBug: Make helper structs publiccreator1creeper1
2021-12-24LibJS: Require 'T' prefix for ambiguous time-only stringsLinus Groh
2021-12-23strace: Fix out-of-bounds read when formatting realpath()Daniel Bertalan
2021-12-23Kernel+UE+LibC: Store address as void* in SC_m{re,}map_paramsDaniel Bertalan
2021-12-23LibELF: Use MAP_FIXED_NOREPLACE for address space reservationDaniel Bertalan
2021-12-23Kernel+UE: Add MAP_FIXED_NOREPLACE mmap() flagDaniel Bertalan
2021-12-23UserspaceEmulator: Replace intersecting ranges if MAP_FIXED is specifiedDaniel Bertalan
2021-12-23Profiler: Use AK::any_of for process filtrationHendiadyoin1
2021-12-23Profiler: Always use FlyString const&'s in ProfileNode constructionHendiadyoin1
2021-12-23Profiler: Remove one else-after-returnHendiadyoin1
2021-12-23Profiler: Don't return constant copies of GUI::ModelIndexHendiadyoin1
2021-12-23Profiler: Add some implied auto qualifiersHendiadyoin1
2021-12-23LibX86: Mark two InstructionDescriptor functions as constHendiadyoin1
2021-12-23UserspaceEmulator: Return ValueAndShadowReference& on operator=Hendiadyoin1
2021-12-23UserspaceEmulator: Avoid copies of non trivial types on invocationsHendiadyoin1
2021-12-23UserspaceEmulator: Remove redundant private specifier in SoftCPU.hHendiadyoin1
2021-12-23UserspaceEmulator: Remove some else-after-returnsHendiadyoin1
2021-12-23UserspaceEmulator: Add some implied auto qualifiersHendiadyoin1
2021-12-23LibMain: Make "Runtime error" `warnln` redJames Puleo
2021-12-22LibC: Add support for `posix_madvise(..)`Brian Gianforcaro
2021-12-22LibJS: Avoid crashing when the Unicode data generators are disabledTimothy Flynn
2021-12-22LibJS: Fix modulo in get_iso_parts_from_epoch() for negative epoch nsLinus Groh
2021-12-22LibJS: Add modulo(x, y) overload for Crypto::{Unsigned,Signed}BigIntegerLinus Groh
2021-12-22LibCrypto: Add the BigInteger conceptLinus Groh
2021-12-22LibJS: Support modulo(x, y) with different typesLinus Groh
2021-12-22HackStudio: Attach debuggee to "Console" terminal tabItamar
2021-12-22LibDebug: Add optional setup_child() callback to debuggerItamar