summaryrefslogtreecommitdiff
path: root/Userland/Services/ImageDecoder
AgeCommit message (Expand)Author
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2021-12-06LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>()Andreas Kling
2021-11-30ImageDecoder: Remove unnecessary client mapAndreas Kling
2021-11-29ImageDecoder: Fix assertion after failed decodeAndreas Kling
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-23LibCore: Make LocalSocket takeover mechanism return ErrorOr<T>Andreas Kling
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-23ImageDecoder: Port to LibMain :^)Andreas Kling
2021-11-21LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>Andreas Kling
2021-11-02Services: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-07-27LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index)Andreas Kling
2021-07-27LibGfx: Improve ImageDecoder constructionAndreas Kling
2021-07-03Everywhere: Use IPC include syntaxTimothy
2021-06-24Userland: Remove dummy IPC methodsGunnar Beutner
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-23ImageDecoder: Fix narrowing cast of loop countJean-Baptiste Boric
2021-05-23ImageDecoder: Remove unnecessary greet() messageAndreas Kling
2021-05-03Userland: Use snake case names in .ipc filesGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-03Userland: Split IPC endpoints into proxies and stubsGunnar Beutner
2021-05-03Userland: Change IPC funcs to use plain arguments instead of a structGunnar Beutner
2021-05-02Userland: Make IPC handlers return void if they don't have any outputsGunnar Beutner
2021-05-02Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlersGunnar Beutner
2021-04-25IPCCompiler: Remove hardcoded endpoint magic, attempt deuxsin-ack
2021-04-25Revert "IPCCompiler: Use string hashes for IPC endpoint magic"Andreas Kling
2021-04-25IPCCompiler: Use string hashes for IPC endpoint magicsin-ack
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21ImageDecoder: Add missing <AK/Debug.h> include and use dbgln_if()Andreas Kling
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
2021-01-31LibIPC: Stop exchanging client/server PIDs in greeting handshakeAndreas Kling
2021-01-29ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoderAndreas Kling
2021-01-25Everywhere: Use CMake to generate AK/Debug.h.asynts
2021-01-17Everywhere: Remove a bunch of now-unnecessary shared_buffer pledgesAndreas Kling
2021-01-17Everywhere: Remove more <AK/SharedBuffer.h> includesAndreas Kling
2021-01-16ImageDecoder: Use Core::AnonymousBuffer and Gfx::ShareableBitmapAndreas Kling
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling