summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-08-18FileManager: Add "open child directory" action (Alt+Down)Andreas Kling
2022-08-18LibGUI: Make Breadcrumbbar remember the selected segment indexAndreas Kling
2022-08-18TextEditor: Change cursor when reaching the ruler areaThomas Symalla
2022-08-18FileManager: Do not activate "Show Dotfiles" action on every startupTimothy Flynn
2022-08-18LibWeb: Support painting `repeating-linear-gradient()`sMacDue
2022-08-18LibWeb: Avoid NaNs from zero-length gradient color stopsMacDue
2022-08-18LibWeb: Parse `repeating-linear-gradient()`MacDue
2022-08-18LibGfx: Skip useless iterations during PNG::FilterType::Sub unfilteringRyan Liptak
2022-08-18LibGfx: Unfilter PNG data before unpacking it to RGBARyan Liptak
2022-08-17LibCore: Make EventLoop's connection to InspectorServer work againkleines Filmröllchen
2022-08-17LibJS: Resolve the correct this value for calls in with statementsdavidot
2022-08-17LibJS: Implement tagged literals evaluation like the specdavidot
2022-08-17LibJS: Allow invalid string in tagged template literalsdavidot
2022-08-17LibJS: Make StringToNumber case sensitive when falling back to strtoddavidot
2022-08-17LibJS: Don't assume a this argument for function.prototype.binddavidot
2022-08-17LibJS: Add the HostEnsureCanAddPrivateElement hookdavidot
2022-08-16LibGUI: Don't let widgets hide tooltips they didn't showDavid Smith
2022-08-16Profiler: Fix unmovable splitterDavid Smith
2022-08-16LibGUI+WindowServer+DisplaySettings: Add Tooltips to SystemEffectsthankyouverycool
2022-08-16WindowServer: Remove unused header in SystemEffectsthankyouverycool
2022-08-16WindowServer: Walk the open menu stack in reverse on MouseMove eventsthankyouverycool
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-16WindowServer+WorkspacePicker: Adjust active and inactive colorsthankyouverycool
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