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
/
Services
/
NotificationServer
Age
Commit message (
Expand
)
Author
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-15
Userland: Remove workarounds for LibIPC include order sensitivity
Timothy Flynn
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-07-13
NotificationServer: Move notifications down if hovered
Atharva Kulkarni
2022-06-28
LibGUI: Use new layout system for basic widgets
FrHun
2022-06-28
NotificationServer: Remove usages of deprecated implicit ui conversions
FrHun
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-24
Services: Use default constructors/destructors
Lenny Maiorani
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2021-12-06
LibIPC: Add IPC::MultiServer convenience class
Andreas Kling
2021-12-06
LibCore: Make LocalServer::take_over_from_system_server() return ErrorOr
Andreas Kling
2021-12-05
Services: Cast unused IPC::new_client_connection() results to void
Sam Atkins
2021-11-30
LibCore: Change Core::LocalServer::on_ready_to_accept => on_accept
Andreas Kling
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-23
NotificationServer: Port to LibMain :^)
Andreas Kling
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-07-26
NotificationServer: Expand the notification when hovered
sin-ack
2021-07-03
Everywhere: Use IPC include syntax
Timothy
2021-06-24
Userland: Remove dummy IPC methods
Gunnar Beutner
2021-06-20
WindowServer: Add API to set/get screen layouts
Tom
2021-06-20
WindowServer: Add initial support for rendering on multiple screens
Tom
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-05-23
NotificationServer: Remove unnecessary greet() message
Andreas Kling
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_font()
Andreas Kling
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-03
Userland: Use snake case names in .ipc files
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-03
Userland: Split IPC endpoints into proxies and stubs
Gunnar Beutner
2021-05-03
Userland: Change IPC funcs to use plain arguments instead of a struct
Gunnar Beutner
2021-05-02
Userland: Make IPC handlers return void if they don't have any outputs
Gunnar Beutner
2021-05-02
Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlers
Gunnar Beutner
2021-04-25
IPCCompiler: Remove hardcoded endpoint magic, attempt deux
sin-ack
2021-04-25
Revert "IPCCompiler: Use string hashes for IPC endpoint magic"
Andreas Kling
2021-04-25
IPCCompiler: Use string hashes for IPC endpoint magic
sin-ack
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-12
WindowServer: Fix notification placement
Valtteri Koskivuori
2021-04-04
Everywhere: Replace uses of GUI::Desktop's on_rect_change and remove it
Linus Groh
2021-03-22
Notification: Remove default image
Nick Johnson
2021-03-22
Notification: Use on_close
Nick Johnson
2021-03-22
LibGUI+Notification: Add mutable notifications
Nick Johnson
2021-03-22
LibGUI+Notification: Add notification closing
Nick Johnson
2021-03-22
Notification: Member-ize updatable components
Nick Johnson
2021-03-22
Notification: Allow getting window by ID
Nick Johnson
2021-03-22
Notification: Give a unique internal ID
Nick Johnson
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-10
NotificationWindow: Set notification text as tooltip content
Itamar
2021-02-01
LibIPC: Stop sending client ID to clients
Andreas Kling
[next]