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
Services: Renamed from Servers
Andreas Kling
2020-05-08
Kernel: Propagate failure to commit VM regions in more places
Andreas Kling
2020-05-08
LibIPC: Use NonnullOwnPtrVector<Message> in IPC::ServerConnection
Andreas Kling
2020-05-08
AK: Add templated NonnullOwnPtr::release_nonnull()
Andreas Kling
2020-05-08
Browser: Move InspectorWidget into the Browser namespace
Andreas Kling
2020-05-08
Kernel: Use NonnullRefPtrVector for HardwareTimer and HPETComparator
Andreas Kling
2020-05-08
LibGUI: Highlight interactive area of hovered CheckBox and RadioButton
Andreas Kling
2020-05-08
Kernel: Remove ref-counting from interrupt override metadata
Andreas Kling
2020-05-08
SystemServer: Use NonnullRefPtrVector
Andreas Kling
2020-05-08
Kernel: Use NonnullRefPtrVector<T> instead of Vector<RefPtr<T>> some
Andreas Kling
2020-05-08
LibJS: Correct tiny issue with passing a String to String::format
AnotherTest
2020-05-08
LibJS: Be a bit more explicit about sizeof(buf) / sizeof(FlatPtr)
AnotherTest
2020-05-08
LibJS: Add Array.of()
Linus Groh
2020-05-08
LibJS: Add Array.isArray()
Linus Groh
2020-05-08
LibJS: Support multiple arguments in Array constructor
Linus Groh
2020-05-08
LibJS: Add Value::is_integer()
Linus Groh
2020-05-08
LibGfx: Revert #2154 and properly handle simple polygons
AnotherTest
2020-05-08
LibGUI: Make the "enabled" widget state propagate to child widgets
Andreas Kling
2020-05-08
LibGfx: Handle filling complex shapes better
AnotherTest
2020-05-08
HackStudio: Support variable inspection in nested scopes
Itamar
2020-05-08
HackStudio: Close the debug tab when debugged program exits
Itamar
2020-05-08
LibCore: DesktopServices, open fonts with FontEditor
Hüseyin ASLITÜRK
2020-05-08
Applications: Replace SystemMenu name to hi voltage emoji
Hüseyin ASLITÜRK
2020-05-08
Base: Add emoji files for 26A1, 2B06 and 2B07
Hüseyin ASLITÜRK
2020-05-08
LibGUI: Fix for disable state of SpinBox
Hüseyin ASLITÜRK
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
[next]