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
/
Libraries
Age
Commit message (
Expand
)
Author
2021-01-18
LibWeb: Add support for XMLHttpRequest request headers
Andreas Kling
2021-01-18
LibWeb: Make the Window object "inherit" from EventTarget :^)
Andreas Kling
2021-01-18
LibWeb: Move IDL attributes and functions to the prototype
Andreas Kling
2021-01-18
LibWeb: Construct the IDL interface prototype chains automatically
Andreas Kling
2021-01-18
LibWeb: Actually instantiate all the web constructors/prototypes
Andreas Kling
2021-01-18
LibWeb: Generate constructor and prototype classes for IDL interfaces
Andreas Kling
2021-01-18
LibJS: Add JS::NativeFunction to the forwarding header
Andreas Kling
2021-01-18
LibWeb: Move HTML::SubmitEvent functions out of line
Andreas Kling
2021-01-17
Kernel: Some futex improvements
Tom
2021-01-17
LibGfx: Make Painter take the scale factor as constructor argument
Nico Weber
2021-01-17
LibGfx: Convert all the dbg() in BMPLoader to dbgln()
Andreas Kling
2021-01-17
LibWeb: Add fast_is<T>() for some DOM and layout node subclasses
Andreas Kling
2021-01-17
LibJS: Replace ASTNode::class_name() with RTTI
Andreas Kling
2021-01-17
Kernel+Userland: Remove shared buffers (shbufs)
Andreas Kling
2021-01-17
AudioServer+LibAudio: Pass audio buffers as Core::AnonymousBuffer
Andreas Kling
2021-01-17
LibC: Change a couple of ASSERT_NOT_REACHED() to TODO()
Linus Groh
2021-01-17
LibGfx: Let PNGLoader handle failed chunk decoding gracefully
Linus Groh
2021-01-17
Kernel: Remove sys$shbuf_seal() and userland wrappers
Andreas Kling
2021-01-17
Clipboard+LibGUI: Move clipboard service to anonymous files
Andreas Kling
2021-01-17
Everywhere: Remove more <AK/SharedBuffer.h> includes
Andreas Kling
2021-01-17
LibGfx: Remove remaining SharedBuffer support in Gfx::Bitmap
Andreas Kling
2021-01-16
ImageDecoder: Use Core::AnonymousBuffer and Gfx::ShareableBitmap
Andreas Kling
2021-01-16
LibGfx+LibGUI: Make Gfx::ShareableBitmap transmit indexed palettes
Andreas Kling
2021-01-16
LibWeb+WebContent: Use anonymous files for OOPWV backing stores
Andreas Kling
2021-01-16
LibGfx: Make Gfx::Bitmap::create_shareable() use an anonymous file
Andreas Kling
2021-01-16
LibVT: Convert dbgprintf() => dbgln() and remove some debug code
Andreas Kling
2021-01-16
Kernel+Userland: Remove sys$shbuf_allow_all() and userland wrappers
Andreas Kling
2021-01-16
Kernel+LibC: Make sys$getcwd truncate the result silently
Ben Wiederhake
2021-01-16
LibC: Avoid silent truncation after overlong realpath
Ben Wiederhake
2021-01-16
LibCore: Fix invalid errno
Ben Wiederhake
2021-01-16
LibC: Fix memory leak in getcwd
Ben Wiederhake
2021-01-16
LibC: Fix memory leak in realpath
Ben Wiederhake
2021-01-16
LibELF: validate_program_headers: Validate PT_INTERP header p_filesz > 1
Brendan Coles
2021-01-16
LibGUI: Don't bubble window events up to parent windows
Tom
2021-01-16
WindowServer+LibGUI: Pass the system theme using Core::AnonymousBuffer
Andreas Kling
2021-01-16
LibCore+LibIPC: Add Core::AnonymousBuffer, an IPC-friendly buffer class
Andreas Kling
2021-01-16
Kernel+LibC+WindowServer: Remove unused thread/process boost mechanism
Andreas Kling
2021-01-16
Kernel: Remove unused syscall sys$minherit()
Andreas Kling
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-16
LibC: Bump FD_SETSIZE to 1024
Andreas Kling
2021-01-16
LibGfx: Short-circuit ShareableBitmap construction in IPC decoder
Andreas Kling
2021-01-16
LibGfx: Make sure Bitmap::create_with_anon_fd() always closes if needed
Andreas Kling
2021-01-16
LibGfx: Don't expose anon_fd inside Gfx::ShareableBitmap
Andreas Kling
2021-01-16
WindowServer+LibGUI: Send menu item icons as Gfx::ShareableBitmap
Andreas Kling
2021-01-16
LibGfx: Don't encode invalid Gfx::ShareableBitmap as IPC::File
Andreas Kling
2021-01-16
Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes
Andreas Kling
2021-01-16
WindowServer+LibGUI: Pass drag&drop bitmaps via Gfx::ShareableBitmap
Andreas Kling
2021-01-16
WindowServer, LibGUI: RefreshSystemTheme implementation
Nick Vella
[next]