index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Services
Age
Commit message (
Expand
)
Author
2020-07-06
LibWeb: Make the WebContentView::on_load_start hook actually work :^)
Andreas Kling
2020-07-06
WebContent: Plumb link clicks to the WebContentView :^)
Andreas Kling
2020-07-06
ProtocolServer: Turn this into a multi-instance service
Andreas Kling
2020-07-06
WebContent: Shut down WebContent process when last client disconnects
Andreas Kling
2020-07-06
LibIPC+Services: Make ClientConnection take socket as NonnullRefPtr
Andreas Kling
2020-07-05
WebContent: Plumb hovered links from WebContent process over to widget
Andreas Kling
2020-07-05
WebContent: Put some debug spam behind an #ifdef
Andreas Kling
2020-07-05
WebContent: Coalesce pending paint events to reduce overdraw
Andreas Kling
2020-07-05
WebContent: Plumb scroll-into-view requests from server to client
Andreas Kling
2020-07-04
WebContent: Plumb title changes over to the WebContentView
Andreas Kling
2020-07-04
WebContent: Illustrate multi- vs single-process diffs in documentation
Andreas Kling
2020-07-04
WebContent: Basic scrolling support! :^)
Andreas Kling
2020-07-04
WebContent: Put some debug spam behind an #ifdef
Andreas Kling
2020-07-04
WebContent: Add a little text file I drew of the server/client classes
Andreas Kling
2020-07-04
WebContent: Notify client when web content selection changes
Andreas Kling
2020-07-04
Taskbar: Don't wrap minimized window titles in []
Andreas Kling
2020-07-04
WindowServer: Move window titles 1px to the right
Andreas Kling
2020-07-04
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
Andreas Kling
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-07-03
WindowServer: Don't crash when invalid resolution requested
Maciej Zygmanowski
2020-06-29
WindowServer: don't send resize on resolution change unless needed
Peter Elliott
2020-06-29
Everywhere: Replace some uses of fork/exec with posix_spawn
Nico Weber
2020-06-28
SystemMenu: Fix shutdown dialog
sppmacd
2020-06-28
WindowServer: Move window title bar icons 1px to the right
Andreas Kling
2020-06-23
SystemServer: Fix typo (exist -> exit) (#2615)
Ruairidh MacLeod
2020-06-23
WebContent: Unveil access to the ImageDecoder service :^)
Andreas Kling
2020-06-22
ImageDecoder: Add a new service for out-of-process image decoding :^)
Andreas Kling
2020-06-22
SystemServer: Put some debug spam behind #ifdefs
Andreas Kling
2020-06-21
WebContent: Turn it into a MultiInstance service :^)
Andreas Kling
2020-06-18
WindowServer: Add a new IsMaximized message
Hüseyin ASLITÜRK
2020-06-18
LibWeb: Rename LayoutNode::render() to paint()
Andreas Kling
2020-06-18
LibWeb: Separate layout tree rendering into phases
Andreas Kling
2020-06-18
NotificationWindow: Replace Label with Image component to show icons
Hüseyin ASLITÜRK
2020-06-17
LibWeb: Add PageClient::palette() for view-agnostic palette access
Andreas Kling
2020-06-17
WebContent: Allow the WebContent process to trigger repaints
Andreas Kling
2020-06-17
WebContent: Start work on browser process separation :^)
Andreas Kling
2020-06-17
Meta: Scale back overly informal user-facing strings
Andreas Kling
2020-06-16
WindowServer: Replace character with code point
Hüseyin ASLITÜRK
2020-06-13
ProtocolServer+LibProtocol: Propagate HTTP status codes to clients
Andreas Kling
2020-06-13
LibIPC: Only start responsiveness timer after sending client a message
Andreas Kling
2020-06-13
AK: JsonParser improvements
Matthew Olsson
2020-06-12
AudioServer: removed AS prefix from class and file names
sppmacd
2020-06-11
LibIPC+WindowServer+LibGUI: Detect and highlight unresponsive GUI apps
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-06-09
SystemServer: Add support for accepting socket connections :^)
Sergey Bugaev
2020-06-09
SystemServer: Add support for multi-instance services
Sergey Bugaev
2020-06-07
LibIPC+Services: Support URL as a native IPC type
Andreas Kling
2020-06-05
WindowServer: Make perror() strings slightly more detailed.
Nico Weber
2020-06-03
WindowsServer: Add scancode value to KeyEvent
Hüseyin ASLITÜRK
[next]