summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-01-18LibWeb: Add support for XMLHttpRequest request headersAndreas Kling
2021-01-18LibWeb: Make the Window object "inherit" from EventTarget :^)Andreas Kling
2021-01-18LibWeb: Move IDL attributes and functions to the prototypeAndreas Kling
2021-01-18LibWeb: Construct the IDL interface prototype chains automaticallyAndreas Kling
2021-01-18LibWeb: Actually instantiate all the web constructors/prototypesAndreas Kling
2021-01-18LibWeb: Generate constructor and prototype classes for IDL interfacesAndreas Kling
2021-01-18LibJS: Add JS::NativeFunction to the forwarding headerAndreas Kling
2021-01-18LibWeb: Move HTML::SubmitEvent functions out of lineAndreas Kling
2021-01-17Kernel: Some futex improvementsTom
2021-01-17LibGfx: Make Painter take the scale factor as constructor argumentNico Weber
2021-01-17LibGfx: Convert all the dbg() in BMPLoader to dbgln()Andreas Kling
2021-01-17LibWeb: Add fast_is<T>() for some DOM and layout node subclassesAndreas Kling
2021-01-17LibJS: Replace ASTNode::class_name() with RTTIAndreas Kling
2021-01-17Kernel+Userland: Remove shared buffers (shbufs)Andreas Kling
2021-01-17AudioServer+LibAudio: Pass audio buffers as Core::AnonymousBufferAndreas Kling
2021-01-17LibC: Change a couple of ASSERT_NOT_REACHED() to TODO()Linus Groh
2021-01-17LibGfx: Let PNGLoader handle failed chunk decoding gracefullyLinus Groh
2021-01-17Kernel: Remove sys$shbuf_seal() and userland wrappersAndreas Kling
2021-01-17Clipboard+LibGUI: Move clipboard service to anonymous filesAndreas Kling
2021-01-17Everywhere: Remove more <AK/SharedBuffer.h> includesAndreas Kling
2021-01-17LibGfx: Remove remaining SharedBuffer support in Gfx::BitmapAndreas Kling
2021-01-16ImageDecoder: Use Core::AnonymousBuffer and Gfx::ShareableBitmapAndreas Kling
2021-01-16LibGfx+LibGUI: Make Gfx::ShareableBitmap transmit indexed palettesAndreas Kling
2021-01-16LibWeb+WebContent: Use anonymous files for OOPWV backing storesAndreas Kling
2021-01-16LibGfx: Make Gfx::Bitmap::create_shareable() use an anonymous fileAndreas Kling
2021-01-16LibVT: Convert dbgprintf() => dbgln() and remove some debug codeAndreas Kling
2021-01-16Kernel+Userland: Remove sys$shbuf_allow_all() and userland wrappersAndreas Kling
2021-01-16Kernel+LibC: Make sys$getcwd truncate the result silentlyBen Wiederhake
2021-01-16LibC: Avoid silent truncation after overlong realpathBen Wiederhake
2021-01-16LibCore: Fix invalid errnoBen Wiederhake
2021-01-16LibC: Fix memory leak in getcwdBen Wiederhake
2021-01-16LibC: Fix memory leak in realpathBen Wiederhake
2021-01-16LibELF: validate_program_headers: Validate PT_INTERP header p_filesz > 1Brendan Coles
2021-01-16LibGUI: Don't bubble window events up to parent windowsTom
2021-01-16WindowServer+LibGUI: Pass the system theme using Core::AnonymousBufferAndreas Kling
2021-01-16LibCore+LibIPC: Add Core::AnonymousBuffer, an IPC-friendly buffer classAndreas Kling
2021-01-16Kernel+LibC+WindowServer: Remove unused thread/process boost mechanismAndreas Kling
2021-01-16Kernel: Remove unused syscall sys$minherit()Andreas Kling
2021-01-16Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-16Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-16Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-16LibC: Bump FD_SETSIZE to 1024Andreas Kling
2021-01-16LibGfx: Short-circuit ShareableBitmap construction in IPC decoderAndreas Kling
2021-01-16LibGfx: Make sure Bitmap::create_with_anon_fd() always closes if neededAndreas Kling
2021-01-16LibGfx: Don't expose anon_fd inside Gfx::ShareableBitmapAndreas Kling
2021-01-16WindowServer+LibGUI: Send menu item icons as Gfx::ShareableBitmapAndreas Kling
2021-01-16LibGfx: Don't encode invalid Gfx::ShareableBitmap as IPC::FileAndreas Kling
2021-01-16Everywhere: Remove a bunch of <AK/SharedBuffer.h> includesAndreas Kling
2021-01-16WindowServer+LibGUI: Pass drag&drop bitmaps via Gfx::ShareableBitmapAndreas Kling
2021-01-16WindowServer, LibGUI: RefreshSystemTheme implementationNick Vella