summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-04-18Browser: Add status tips to most of the actionsAndreas Kling
2021-04-18Browser: Show status tips for any entered actionAndreas Kling
2021-04-18LibGUI: Rename Action::long_text to Action::status_tipAndreas Kling
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-04-18FileManager: Pluralize empty selection statusbar message properlyLinus Groh
2021-04-17Run: Put the window in the bottom left of the desktopAndreas Kling
2021-04-17Browser: Display full UserAgent string in status bar on menu hoverIdan Horowitz
2021-04-17TextEditor: Show action long texts in the status bar :^)Andreas Kling
2021-04-17FileManager: Estimate transfer timeLeandro Pereira
2021-04-17FileManager: Show file copying animationLeandro Pereira
2021-04-17FileManager: Make DirectoryView API's take String instead of StringViewAndreas Kling
2021-04-16HexEditor: Use debgln_ifHendiadyoin1
2021-04-16PixelPaint: Add keyboard zoom shortcutsJagger De Leo
2021-04-16PixelPaint: Add Zoom Reset button to new View Menubar.Jagger De Leo
2021-04-16Browser+LibWeb+WebContent: Parse cookies in the OOP tabTimothy Flynn
2021-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-04-15Welcome: Fix build breakageAndreas Kling
2021-04-15Everything: Add `-Wnon-virtual-dtor` flagNicholas-Baron
2021-04-15Applications: Rename Serendipity => WelcomeAndreas Kling
2021-04-15Browser: Implement spec-compliant cookie retrievalTimothy Flynn
2021-04-14Browser+LibWeb: Add support for spoofing the browser user agentIdan Horowitz
2021-04-14Browser: Respect the HttpOnly flag when storing cookiesTimothy Flynn
2021-04-14Browser+LibWeb+WebContent: Track the source of document.cookie requestsTimothy Flynn
2021-04-14Browser+LibWeb: Move the cookie structure into LibWebTimothy Flynn
2021-04-14Browser+LibWeb: Move cookie parser into LibWebTimothy Flynn
2021-04-13Browser: Remove expired cookies from the CookieJarTimothy Flynn
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-13Browser: Implement spec-compliant cookie storageTimothy Flynn
2021-04-13FileManager+FileOperation: Show byte progress of current fileAndreas Kling
2021-04-13FileManager: Use a Core::File for the FileOperation pipesAndreas Kling
2021-04-13FileManager: Use FileOperation to perform drag&drop copy out-of-processAndreas Kling
2021-04-12Browser: Change value of "the latest representable date" for cookiesTimothy Flynn
2021-04-12Browser: Add debug command to dump cookiesTimothy Flynn
2021-04-12Browser: Process Expires cookie attributeTimothy Flynn
2021-04-12LibJS: Make Errors fully spec compliantLinus Groh
2021-04-12Browser: Process Secure and HttpOnly cookie attributesTimothy Flynn
2021-04-12Browser: Process Path cookie attributeTimothy Flynn
2021-04-12Browser: Process Domain cookie attributeTimothy Flynn
2021-04-12Browser: Process Max-Age cookie attributeTimothy Flynn
2021-04-12Browser: Parse cookie attribute name-value pairsTimothy Flynn
2021-04-12Serendipity: Paint theme agnostic bannerthankyouverycool
2021-04-12Serendipity: Don't modify tip frame palettethankyouverycool
2021-04-11Browser+LibWeb: Add hooks for getting and setting cookiesTimothy Flynn
2021-04-11Browser: Initial cookie storage implementationTimothy Flynn
2021-04-11SystemMonitor: Add tab with detailed state to process properties windowAndreas Kling
2021-04-11SystemMonitor: Add a little header to the process properties windowAndreas Kling
2021-04-11SystemMonitor: Simplify executable icon lookup in ProcessModelAndreas Kling
2021-04-11Everywhere: Update references from ReadMe.md => README.mdAndreas Kling
2021-04-11LibC: Move S_* defines into <fcntl.h>Gunnar Beutner
2021-04-11FontEditor: Add 'New Font' wizard to editorthankyouverycool