summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-16WindowServer: Do not pop-up submenus directly atop their ancestorsthankyouverycool
2022-08-16WindowServer: Add MenuManager helper to find closest open ancestorthankyouverycool
2022-08-16WindowServer: Force cursor invalidation when composing immediatelythankyouverycool
2022-08-16WindowServer: Don't start a drag and drop unless holding Primary mousethankyouverycool
2022-08-16LibGUI: Put DragOperation dbgln() behind DRAG_DEBUGthankyouverycool
2022-08-16WindowServer: Use correct config group for workspace settingsthankyouverycool
2022-08-16DisplaySettings: Update Workspaces tab GMLthankyouverycool
2022-08-16Base: Add 32x32 workspaces settings iconthankyouverycool
2022-08-16WindowServer+WorkspacePicker: Adjust active and inactive colorsthankyouverycool
2022-08-16Base: Add 16 new emojiRyan Liptak
2022-08-16Base: Add audio MIME type associationskleines Filmröllchen
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-16Meta: Remove an outdated `MAKE_DIRECTORY` call for pnp IDsTim Schumacher
2022-08-16LibWeb: Render flex line items RTL (reversed items) for FlexEndwatkinsr
2022-08-16TextEditor: Correct typo in MainWidget.{cpp,h}huttongrabiel
2022-08-16Base: Add new emojis U+1F7E0-U+1F7EBdjwisdom
2022-08-16Base: Add new emoji U+1F923Ryan Liptak
2022-08-16Kernel: Release 1 page instead of all pages when starved for pagesdylanbobb
2022-08-16Kernel: Allow release of a specific amount of of clean pagesdylanbobb
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-15Base: Add new emojis U+1F534-U+1F539djwisdom
2022-08-15Terminal: Enable double-buffering for the terminal widgetAndreas Kling
2022-08-15Kernel: Shrink default userspace stack size from 4 MiB to 1 MiBAndreas 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-15AK: Allow bit_cast to be used in constant evaluated contextdavidot
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-15Meta: Remove TZDB duplicationEmily Trau
2022-08-15Base: Add more emojis U+1F344,45,47-4Cdjwisdom
2022-08-15Kernel: Remove regions from the region tree after failing to map themIdan Horowitz
2022-08-15Kernel: Leak a ref() on the new Process ASAP in sys$fork()Andreas Kling
2022-08-15Kernel: Don't release file-pages if volatile memory purge did itJorropo
2022-08-14Kernel: Dump list of processes and their memory usage when OOMingAndreas Kling
2022-08-14Kernel: Release some clean file-backed memory when starved for pagesAndreas Kling
2022-08-14Kernel: Update outdated "user physical pages" terminologyAndreas Kling
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