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
2020-05-08
LibJS: Spec-compliant equality comparisons
Matthew Olsson
2020-05-08
AK: Declare LogStream::operator<<(const LogStream&, long) (#2155)
Devashish Jaiswal
2020-05-07
HackStudio: Gracefully handle unfound source files
Itamar
2020-05-07
LibDebug: Miscellaneous fixes from #2097
Itamar
2020-05-07
LibELF: Add Image::Section::wrapping_byte_buffer
Itamar
2020-05-07
LibC: Log calls to getrusage
Itamar
2020-05-07
LibJS: Limit scope of 'for' loop variables
Yonatan Goldschmidt
2020-05-07
LibJS: Add String.raw
Matthew Olsson
2020-05-07
LibJS: Add raw strings to tagged template literals
Matthew Olsson
2020-05-07
Browser: Show line numbers when viewing page source
Nick Tiberi
2020-05-07
WindowServer: Fix 'Maximize' Button
Ben Wiederhake
2020-05-07
WindowServer: Don't block child-windows of modal windows
Ben Wiederhake
2020-05-07
Base: Add "`" to GB keymap
Linus Groh
2020-05-07
LibGUI: Properly draw the background of the selected TreeView line
DexesTTP
2020-05-07
HackStudio: Apply INI syntax highlighter when opening a .ini file
Linus Groh
2020-05-07
LibGUI: Rename SyntaxLanguage::{Javascript -> JavaScript}
Linus Groh
2020-05-07
HackStudio: Rename ProjectType::{Javascript -> JavaScript}
Linus Groh
2020-05-07
Browser: Escape percent sign in download progress format string
Linus Groh
2020-05-07
LibCrypto: Cache the "trimmed length" of UnsignedBigIntegers
Andreas Kling
2020-05-07
LibX86: Rename build0FSlash() to build_0f_slash()
Linus Groh
2020-05-07
MouseDemo: A more visual approach for MouseEvents :^)
pierre
2020-05-07
Meta: We don't need to ignore run-tests in lint-shell-scripts.sh
Emanuele Torre
2020-05-07
LibJS: Fix shellcheck warnings in Tests/run-tests
Emanuele Torre
2020-05-07
Browser: Assume http:// when no protocol is provided in the location bar (#2142)
Maciej Sobaczewski
2020-05-07
LibTLS: Verify server certificate expiry date
AnotherTest
2020-05-07
LibCore: Add a primitive comparison function to DateTime
AnotherTest
2020-05-07
Build: Support building in Docker
Yonatan Goldschmidt
2020-05-07
Kernel: Memory purging was incorrectly "purging" the shared zero page
Andreas Kling
2020-05-06
Kernel: Crash the current process on OOM (instead of panicking kernel)
Andreas Kling
2020-05-06
Kernel: Assert on OOM in Region::commit()
Andreas Kling
2020-05-06
Kernel: Don't assert on OOM in allocate_user_physical_page()
Andreas Kling
2020-05-06
AK: Fix Bitmap not finding unset ranges at the end of the map
Andreas Kling
2020-05-06
Browser: Open links in a new tab when middle clicked
FalseHonesty
2020-05-06
LibWeb: Add hook when a link is middle clicked
FalseHonesty
2020-05-06
Misc: Replace "String(string_view)" with "string_view.to_string()"
Linus Groh
2020-05-06
LibJS: Add function call spreading
Matthew Olsson
2020-05-06
AK: Add to_string() method to StringView
Emanuel Sprung
2020-05-06
AK: Make tests compilable with the serenity target toolchain
Emanuel Sprung
2020-05-06
LibJS: Function.length respects default and rest parameters
Matthew Olsson
2020-05-06
Browser: Add dedicated "view source" window
Linus Groh
2020-05-06
Documentation: Add note about /dev/kvm to BuildInstructions.md
Andreas Kling
2020-05-06
LibJS: Simplify a Value type check in Object::to_string()
Andreas Kling
2020-05-06
LibWeb: Add canvas.fill
AnotherTest
2020-05-06
LibGfx: Implement filling paths
AnotherTest
2020-05-06
LibJS: Implement tagged template literals (foo`bar`)
Linus Groh
2020-05-06
LibJS: Add Value::{is, as}_function()
Linus Groh
2020-05-06
LibJS: Fix syntax error for arrow function non-decl variable assignment
Matthew Olsson
2020-05-06
Browser: Add "Copy link" context menu item
modmuss50
2020-05-06
Taskbar: Remove checkable property from taskbar buttons
Yonatan Goldschmidt
2020-05-05
Browser: Add a basic GUI download feature
Andreas Kling
[next]