index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-04-03
LibWeb: Store computed CSS value of background-repeat
Timothy Flynn
2021-04-03
Base: Add test page for the 'background-repeat' property
Timothy Flynn
2021-04-03
LibCrypto: Avoid overly big allocs in intermediate ModularPower results
AnotherTest
2021-04-03
LibTLS: Make the TLS connection options user-configurable
AnotherTest
2021-04-03
LibTLS: Remove long-outdated comment that no longer makes sense
AnotherTest
2021-04-03
LibTLS: Move TLS extensions to a separate 'extensions' struct
AnotherTest
2021-04-02
Taskbar: Tweak taskbar widget margins
Andreas Kling
2021-04-02
LibGUI: Subtract layout margin when placing items along secondary axis
Andreas Kling
2021-04-02
Documentation: Split brew install commands into core and fuse+ext2
thislooksfun
2021-04-02
Documentation: Add cmake to brew installs
thislooksfun
2021-04-02
Documentation: Update macOS build path in BuildInstructions.md
thislooksfun
2021-04-02
Meta: Resolve some pylint violations in Python lint scripts
Brendan Coles
2021-04-02
LibJS: Use empty value for Reference unresolvable state, not undefined
Linus Groh
2021-04-02
LibJS: Move 'typeof' string functionality from AST to Value
Linus Groh
2021-04-02
LibGUI: Always outline selected date and paint today's date bold
thankyouverycool
2021-04-02
LibGUI+Calendar: Inherit from Frame class
thankyouverycool
2021-04-02
LibWeb: Add a line box fragment for <br> nodes
Timothy Flynn
2021-04-02
WindowServer+MouseSettings: Add ability to configure double-click speed (#5876)
Daniël van de Burgt
2021-04-02
AK: Inline HashTable writing bucket lookup
thislooksfun
2021-04-02
AK: Inline the bucket index calculation
thislooksfun
2021-04-02
AK: Add tests for HashTable
thislooksfun
2021-04-02
LibWeb: Don't interpreter invalid CSS pseudo-classes as '*' selector
Andreas Kling
2021-04-02
WindowServer: Un-nest MenuManager::handle_mouse_event() a bit
Andreas Kling
2021-04-02
LibJS: Implement most of String.prototype.replace
Timothy Flynn
2021-04-02
js: Hook up promise rejection tracking callbacks
Linus Groh
2021-04-02
js: Add REPL pretty-printing handler for Promises
Linus Groh
2021-04-02
LibWeb: Run queued promise jobs after callbacks
Linus Groh
2021-04-02
LibJS: Add initial support for Promises
Linus Groh
2021-04-01
Ports: Build Python with --disable-ipv6
Linus Groh
2021-04-01
LibRegex: Test alternatives in the expected order
AnotherTest
2021-04-01
LibRegex: Allow references to capture groups that aren't parsed yet
AnotherTest
2021-04-01
AK: Fix bogus return type of Result::release_error() (#6054)
vcollette
2021-04-01
Ports: Updated the SDL2_mixer port to make it compile without
Manuel Palenzuela
2021-04-01
Ports: Added a SDL2_image port
Manuel Palenzuela
2021-04-01
Ports: Get Python's --build value from config.guess
Linus Groh
2021-04-01
Ports: add libvorbis
Alexander
2021-03-31
LibJS: Provide 'details' key in results object for duplicate test
Linus Groh
2021-03-31
Base: Add a bullet emoji •
Timothy Flynn
2021-03-31
LibWeb: Don't hit test a stacked child if it is behind its parent
Timothy Flynn
2021-03-31
Base: Add test for a box placed over links with negative z-index
Timothy Flynn
2021-03-31
UserspaceEmulator: Default-initialize the siginfo struct used in waitid
AnotherTest
2021-03-31
Shell: Place Pipe redirections at the beginning of the redirection list
AnotherTest
2021-03-31
Utilities/sleep: Go back to sleep if not interrupted by SIGINT
AnotherTest
2021-03-31
Shell: Handle SIGCHLD after sending SIGCONT to job
AnotherTest
2021-03-31
Shell: Use existing job state when waitpid() returns 0 in `jobs`
AnotherTest
2021-03-31
Kernel: Send SIGCHLD to the parent process when changing stopped state
AnotherTest
2021-03-31
Shell: Replace '#if SH_DEBUG` with dbgln_if() and if constexpr
AnotherTest
2021-03-31
Utilities: Add simple traceroute utility
Idan Horowitz
2021-03-31
LibC+ping: Move internet_checksum to serenity header
Idan Horowitz
2021-03-31
WindowServer+LibGfx: Rename menu_bar => menubar
Andreas Kling
[next]