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-16
Ports: Add auth_type verification to all package.sh files
Brendan Coles
2021-04-16
HexEditor: Use debgln_if
Hendiadyoin1
2021-04-16
UserspaceEmulator: use outln_if
Hendiadyoin1
2021-04-16
AK: Add outln_if and warnln_if
Hendiadyoin1
2021-04-16
PixelPaint: Add keyboard zoom shortcuts
Jagger De Leo
2021-04-16
PixelPaint: Add Zoom Reset button to new View Menubar.
Jagger De Leo
2021-04-16
LibJS: Dont try to serialize symbol-keyed properties
Idan Horowitz
2021-04-16
LibJS: Accept symbol property in ObjectPrototype::hasOwnProperty
Idan Horowitz
2021-04-16
Browser+LibWeb+WebContent: Parse cookies in the OOP tab
Timothy Flynn
2021-04-16
LibCore+LibIPC: Add IPC coder for Core::DateTime
Timothy Flynn
2021-04-16
AK: Add type alias for AK::Optional
Timothy Flynn
2021-04-16
LibWeb: Impose a sane max cookie size
Timothy Flynn
2021-04-16
Ports: Build shared libraries for a few more ports
Gunnar Beutner
2021-04-16
Ports: Make sure ports are installed into /usr/local
Gunnar Beutner
2021-04-16
LibELF: Add support for loading libraries from /usr/local
Gunnar Beutner
2021-04-16
Toolchain+Ports: Move the CMake toolchain file into a subdirectory
Gunnar Beutner
2021-04-16
Toolchain: Add platform definition for CMake
Gunnar Beutner
2021-04-16
Everywhere: Add `-Wdouble-promotion` warning
Nicholas-Baron
2021-04-16
LibDebug/Dwarf: Use dbgln_if() instead of '#if DWARF_DEBUG'
AnotherTest
2021-04-16
UserspaceEmulator: Print stacktrace for unhandled exceptions
Gunnar Beutner
2021-04-16
LibDebug: Add support for StandardOpcodes::FixAdvancePc
Gunnar Beutner
2021-04-16
LibDebug: Add array bounds check for m_source_files
Gunnar Beutner
2021-04-16
LibJS: Remove #if !defined(KERNEL)
Linus Groh
2021-04-16
Kernel: Add some missing socket ioctls
sin-ack
2021-04-16
man: Update SystemServer(5) documentation with new Socket style
sin-ack
2021-04-16
Ports: Update the gcc port to 10.3.0
Gunnar Beutner
2021-04-16
Ports: Remove obsolete patch for mrsh
Gunnar Beutner
2021-04-16
LibC: Don't call initializers in crt0
Gunnar Beutner
2021-04-16
Toolchain+LibC: Don't link LibC against crt0
Gunnar Beutner
2021-04-16
LibC: Shared libraries shouldn't have an entry point
Gunnar Beutner
2021-04-16
AK: Fix incorrect formatter signing of numbers between -1.0 and 0.0
Matthew Olsson
2021-04-16
Documentation: Fix the path to the disk image on WSL
João Moreno
2021-04-16
LibDebug: Fix typo in handle_special_opcode method name
FalseHonesty
2021-04-16
Ports: Bump git to 2.31.1
Federico Guerinoni
2021-04-16
WindowServer: Recalculate window rect when toggling menubar
Linus Groh
2021-04-16
WindowServer: Replace window menu action magic numbers with enum
Linus Groh
2021-04-15
SystemServer+LibCore: Allow service to request multiple sockets
sin-ack
2021-04-15
Welcome: Fix build breakage
Andreas Kling
2021-04-15
Everything: Add `-Wnon-virtual-dtor` flag
Nicholas-Baron
2021-04-15
WindowServer: Clean up some of the code around menu item hovering
Andreas Kling
2021-04-15
Applications: Rename Serendipity => Welcome
Andreas Kling
2021-04-15
Applets: Remove unused UserName applet
Andreas Kling
2021-04-15
LibWeb: Expose the MouseEvent::{clientX, clientY} attributes
Idan Horowitz
2021-04-15
LibWeb: Expose the HTMLElement::{offsetLeft, offsetTop} attributes
Idan Horowitz
2021-04-15
LibWeb: Check radius sign in CanvasRenderingContext2D::{arc, ellipse}
Idan Horowitz
2021-04-15
LibWeb: Add a naive implemention of CanvasRenderingContext2D::fill_text
Idan Horowitz
2021-04-15
LibWeb: Add support for optional double arguments with no default value
Idan Horowitz
2021-04-15
LibWeb: Emit optional boolean variable definition in WrapperGenerator
Idan Horowitz
2021-04-15
LibM: Use fptan/fpatan instead of approximating atan2/tan
AnotherTest
2021-04-15
LibGfx+LibWeb: Wire up CanvasRenderingContext2D.ellipse()
AnotherTest
[next]