summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-04-20FileManager+FileOperation: Report Errors when doing an file operationTobias Christiansen
2021-04-20FileManager: Don't crash on error in FileOperationTobias Christiansen
2021-04-19LibGfx: Improve PNG encoder API somewhatAndreas Kling
2021-04-18FontEditor+LibGfx: Allow user to specify if a specific glyph is presentIdan Horowitz
2021-04-18FontEditor: Update GlyphMap on font type changeIdan Horowitz
2021-04-18LibJS: Implement console.assert()Linus Groh
2021-04-18Browser+WebContent: Fix HTML injection in console functions outputLinus Groh
2021-04-18FileManager: Show action status tips in the status bar :^)Andreas Kling
2021-04-18Everywhere: Rename title_bar => titlebarAndreas Kling
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