index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-12-24
LibGL+LibSoftGPU: Add face culling state to rasterizer options
Stephan Unverwerth
2021-12-24
LibGL+LibSoftGPU: Move rendering related code to LibSoftGPU library
Stephan Unverwerth
2021-12-24
SoundPlayer: Add a keyboard shortcut 'M' to mute the player
Elyse
2021-12-24
SoundPlayer: Add 'mute' methods to Player
Elyse
2021-12-24
AudioServer: Ignore 'muted' clients when computing the 'output mix'
Elyse
2021-12-24
AudioServer: Add a 'self_muted' state to each client connection
Elyse
2021-12-24
AudioServer: Add 'mute' member and methods to ClientAudioStream
Elyse
2021-12-24
Everywhere: Refactor 'muted' to 'main_mix_muted' in all AudioConnections
Elyse
2021-12-24
AudioServer/Mixer: Fix remaining samples underflow
Max Trussell
2021-12-24
SoundPlayer: Sync startup loop and show playlist settings in GUI
Max Trussell
2021-12-23
HexEditor: Don't unnecessarily abbreviate variable names
Arne Elster
2021-12-23
HexEditor: Make HexDocuments final
Arne Elster
2021-12-23
HexEditor: Scroll back to the top when opening another file
Arne Elster
2021-12-23
HexEditor: Stream input files instead of keeping them in memory
Arne Elster
2021-12-23
LibFileSystemAccessClient: Allow custom access rights for open/save
Arne Elster
2021-12-23
LibGUI: Add visual clue to Scrollbar gutter
FrHun
2021-12-23
LibC: Allow multiple includes of `<assert.h>`
Michel Hermier
2021-12-23
LibGfx: Harden TTF parsing against fuzzers
Brian Gianforcaro
2021-12-23
LibGfx: Fix incorrect error handling in ICOLoader
Brian Gianforcaro
2021-12-23
FlappyBug: Make bitmap() methods return NonnullRefPtrs
creator1creeper1
2021-12-23
FlappyBug: Propagate errors in Cloud class
creator1creeper1
2021-12-23
FlappyBug: Propagate errors in Bug class
creator1creeper1
2021-12-23
FlappyBug: Reposition Game constructor in file
creator1creeper1
2021-12-23
FlappyBug: Make helper structs public
creator1creeper1
2021-12-24
LibJS: Require 'T' prefix for ambiguous time-only strings
Linus Groh
2021-12-23
strace: Fix out-of-bounds read when formatting realpath()
Daniel Bertalan
2021-12-23
Kernel+UE+LibC: Store address as void* in SC_m{re,}map_params
Daniel Bertalan
2021-12-23
LibELF: Use MAP_FIXED_NOREPLACE for address space reservation
Daniel Bertalan
2021-12-23
Kernel+UE: Add MAP_FIXED_NOREPLACE mmap() flag
Daniel Bertalan
2021-12-23
UserspaceEmulator: Replace intersecting ranges if MAP_FIXED is specified
Daniel Bertalan
2021-12-23
Profiler: Use AK::any_of for process filtration
Hendiadyoin1
2021-12-23
Profiler: Always use FlyString const&'s in ProfileNode construction
Hendiadyoin1
2021-12-23
Profiler: Remove one else-after-return
Hendiadyoin1
2021-12-23
Profiler: Don't return constant copies of GUI::ModelIndex
Hendiadyoin1
2021-12-23
Profiler: Add some implied auto qualifiers
Hendiadyoin1
2021-12-23
LibX86: Mark two InstructionDescriptor functions as const
Hendiadyoin1
2021-12-23
UserspaceEmulator: Return ValueAndShadowReference& on operator=
Hendiadyoin1
2021-12-23
UserspaceEmulator: Avoid copies of non trivial types on invocations
Hendiadyoin1
2021-12-23
UserspaceEmulator: Remove redundant private specifier in SoftCPU.h
Hendiadyoin1
2021-12-23
UserspaceEmulator: Remove some else-after-returns
Hendiadyoin1
2021-12-23
UserspaceEmulator: Add some implied auto qualifiers
Hendiadyoin1
2021-12-23
LibMain: Make "Runtime error" `warnln` red
James Puleo
2021-12-22
LibC: Add support for `posix_madvise(..)`
Brian Gianforcaro
2021-12-22
LibJS: Avoid crashing when the Unicode data generators are disabled
Timothy Flynn
2021-12-22
LibJS: Fix modulo in get_iso_parts_from_epoch() for negative epoch ns
Linus Groh
2021-12-22
LibJS: Add modulo(x, y) overload for Crypto::{Unsigned,Signed}BigInteger
Linus Groh
2021-12-22
LibCrypto: Add the BigInteger concept
Linus Groh
2021-12-22
LibJS: Support modulo(x, y) with different types
Linus Groh
2021-12-22
HackStudio: Attach debuggee to "Console" terminal tab
Itamar
2021-12-22
LibDebug: Add optional setup_child() callback to debugger
Itamar
[next]