summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-08-16Utilities/file: Handle all supported audio MIME typeskleines Filmröllchen
2022-08-16LibCore: Add MIME sniffing for MP3 and WAVkleines Filmröllchen
2022-08-16LibCore: The MIME type is 'audio/flac', not 'extra/flac'kleines Filmröllchen
2022-08-16LibWeb: Render flex line items RTL (reversed items) for FlexEndwatkinsr
2022-08-16TextEditor: Correct typo in MainWidget.{cpp,h}huttongrabiel
2022-08-16WindowServer: Always use the automatic cursor tracking window's cursorAndreas Kling
2022-08-16WindowServer: Move "automatic cursor tracking window" to WindowManagerAndreas Kling
2022-08-16WindowServer: Rename "active input tracking window"Andreas Kling
2022-08-16LibGUI: Retain the active input tracking widget's cursorAndreas Kling
2022-08-15Terminal: Enable double-buffering for the terminal widgetAndreas Kling
2022-08-15LibCore: Add Directory::chown() API and use it in Core::AccountAndreas Kling
2022-08-15LoginServer+LibCore: Only create user temp directory from LoginServerAndreas Kling
2022-08-15LibGUI: Programatically draw table header sorting arrowsTimothy Flynn
2022-08-15LibJS: Use NaN boxing to decrease the memory size of Valuesdavidot
2022-08-15LibJS: Specialize Optional<Completion>davidot
2022-08-15LibJS: Specialize Optional<Value>davidot
2022-08-15LibJS: Add extreme value tests for cos and sindavidot
2022-08-15TextEditor: Display widget when needle not found in replace allhuttongrabiel
2022-08-14Terminal: Update window size increments on terminal font changeAndreas Kling
2022-08-14Terminal: Rename menu item from "Settings" to "Terminal Settings"Andreas Kling
2022-08-14Browser: Rename menu item from "Settings" to "Browser Settings"Andreas Kling
2022-08-14SystemMonitor: Add some margin around widgets in the process inspectorAndreas Kling
2022-08-14SystemMonitor: Make process name appear in the process inspector againAndreas Kling
2022-08-14LibWeb: Remove unused member LineBuilder::m_layout_modeAndreas Kling
2022-08-14LibGUI: Initially disable the "Apply" button in SettingsWindowAndreas Kling
2022-08-14Base: Launch SQLServer at session start-upLucas CHOLLET
2022-08-14Base: Launch LanguageServers at session start-upLucas CHOLLET
2022-08-14Base: Launch AudioServer at session start-upLucas CHOLLET
2022-08-14Base: Launch InspectorServer at session start-upLucas CHOLLET
2022-08-14Base: Launch NotificationServer at session start-upLucas CHOLLET
2022-08-14Base: Launch ImageDecoder at session start-upLucas CHOLLET
2022-08-14Base: Launch FileSystemAccessServer at session start-upLucas CHOLLET
2022-08-14Base: Launch WebSocket at session start-upLucas CHOLLET
2022-08-14Base: Launch WebContent at session start-upLucas CHOLLET
2022-08-14Base: Launch Request at session start-upLucas CHOLLET
2022-08-14Base: Launch ConfigServer at session start-upLucas CHOLLET
2022-08-14Everywhere: Replace hardcoded anon's uid in unveil path with `%uid`Lucas CHOLLET
2022-08-14LibCore: Make LocalServer aware of %uid in pathLucas CHOLLET
2022-08-14LibCore: Make `Core::System::unveil` aware of %uid in pathLucas CHOLLET
2022-08-14LibCore+LibIPC: Recognise %uid in pathLucas CHOLLET
2022-08-14LibCore+LaunchServer: Move portal directory to `/tmp/user/%uid`Lucas CHOLLET
2022-08-14SystemServer: Create accounts with `Account::Read::PasswdOnly`Lucas CHOLLET
2022-08-14SystemServer: Change user only when neededLucas CHOLLET
2022-08-14SystemServer: Unlink before binding a new socketLucas CHOLLET
2022-08-14PixelPaint: Add Median filterkleines Filmröllchen
2022-08-14FontEditor: Mark pasted glyphs as modifiedSam Atkins
2022-08-14FontEditor: Add an option to show or hide modification highlightsSam Atkins
2022-08-14FontEditor: Store glyph modified state on the undo stackSam Atkins
2022-08-14LibGUI: Allow GlyphMapWidget to highlight modified glyphsSam Atkins
2022-08-14WorkspacePicker: Add missing unveil(nullptr, nullptr)Andreas Kling