summaryrefslogtreecommitdiff
path: root/Userland/Services/NotificationServer
AgeCommit message (Expand)Author
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-07-26NotificationServer: Expand the notification when hoveredsin-ack
2021-07-03Everywhere: Use IPC include syntaxTimothy
2021-06-24Userland: Remove dummy IPC methodsGunnar Beutner
2021-06-20WindowServer: Add API to set/get screen layoutsTom
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-23NotificationServer: Remove unnecessary greet() messageAndreas Kling
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas 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-12WindowServer: Fix notification placementValtteri Koskivuori
2021-04-04Everywhere: Replace uses of GUI::Desktop's on_rect_change and remove itLinus Groh
2021-03-22Notification: Remove default imageNick Johnson
2021-03-22Notification: Use on_closeNick Johnson
2021-03-22LibGUI+Notification: Add mutable notificationsNick Johnson
2021-03-22LibGUI+Notification: Add notification closingNick Johnson
2021-03-22Notification: Member-ize updatable componentsNick Johnson
2021-03-22Notification: Allow getting window by IDNick Johnson
2021-03-22Notification: Give a unique internal IDNick Johnson
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-10NotificationWindow: Set notification text as tooltip contentItamar
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15LibGfx: Make Gfx::ShareableBitmap use anonymous files instead of shbufsAndreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling