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
/
Libraries
Age
Commit message (
Expand
)
Author
2022-08-14
LibWeb: Remove unused member LineBuilder::m_layout_mode
Andreas Kling
2022-08-14
LibGUI: Initially disable the "Apply" button in SettingsWindow
Andreas Kling
2022-08-14
Base: Launch SQLServer at session start-up
Lucas CHOLLET
2022-08-14
Base: Launch AudioServer at session start-up
Lucas CHOLLET
2022-08-14
Base: Launch InspectorServer at session start-up
Lucas CHOLLET
2022-08-14
Base: Launch NotificationServer at session start-up
Lucas CHOLLET
2022-08-14
Base: Launch ImageDecoder at session start-up
Lucas CHOLLET
2022-08-14
Base: Launch FileSystemAccessServer at session start-up
Lucas CHOLLET
2022-08-14
Base: Launch WebSocket at session start-up
Lucas CHOLLET
2022-08-14
Base: Launch WebContent at session start-up
Lucas CHOLLET
2022-08-14
Base: Launch Request at session start-up
Lucas CHOLLET
2022-08-14
Base: Launch ConfigServer at session start-up
Lucas CHOLLET
2022-08-14
LibCore: Make LocalServer aware of %uid in path
Lucas CHOLLET
2022-08-14
LibCore: Make `Core::System::unveil` aware of %uid in path
Lucas CHOLLET
2022-08-14
LibCore+LibIPC: Recognise %uid in path
Lucas CHOLLET
2022-08-14
LibCore+LaunchServer: Move portal directory to `/tmp/user/%uid`
Lucas CHOLLET
2022-08-14
LibGUI: Allow GlyphMapWidget to highlight modified glyphs
Sam Atkins
2022-08-14
LibWeb: Add fixmes for other missing CRC2D mixins
Sam Atkins
2022-08-14
LibWeb: Extract CanvasPathDrawingStyles class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasImageData class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasDrawImage class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasText class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasDrawPath class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasRect class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasFillStrokeStyles class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasFillStrokeStyles class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasTransform class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasState class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Teach CRC2D to draw Path2Ds :^)
Sam Atkins
2022-08-14
LibGfx: Add method for copying a Path with a transform applied
Sam Atkins
2022-08-14
LibWeb: Implement Path2D class
Sam Atkins
2022-08-14
LibWeb: Extract CanvasPath class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Use "unrestricted float/double" where we should in IDL
Sam Atkins
2022-08-14
LibWeb: Use parent and sibling positions for absolutely positioned div
martinfalisse
2022-08-14
LibWeb: Factor out compute_y_position
martinfalisse
2022-08-14
LibGUI: Avoid too large tooltip when switching to shorter text
David Smith
2022-08-14
LibJS: Make Function.prototype a callable function object
Linus Groh
2022-08-12
LibWeb: Implement `linear-gradient()` transition hints
MacDue
2022-08-10
LibWeb: Follow `image-rendering` when painting image style values
MacDue
2022-08-09
LibGUI+LibGfx: Let Desktop::the() set widget effects
thankyouverycool
2022-08-09
LibGUI+WindowServer: Create IPC calls for passing SystemEffects
thankyouverycool
2022-08-09
LibGUI: Let Desktop:the() manage SystemEffects inside LibGUI
thankyouverycool
2022-08-09
LibGUI+WindowServer: Add a SystemEffects wrapper and helpers
thankyouverycool
2022-08-08
LibGUI: Correct cursor index during mouseup_event
Matthew B. Jones
2022-08-08
LibWeb: Avoid painting background-images under opaque borders
MacDue
2022-08-08
LibWeb: Convert images to common AbstractImageStyleValue base
MacDue
2022-08-08
LibGfx: Add Size<T>::to_rounded<I>()
MacDue
2022-08-08
LibWeb: Don't allow mixed commas/no commas in rect() css values
MacDue
2022-08-08
LibWeb: Fix resolution of CSS clip rect
MacDue
2022-08-08
LibWeb: Enable CSS clip for `position: fixed` elements
MacDue
[next]