summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-08-02LibWeb: Implement CSS parsing convenience functionsSam Atkins
2021-08-02LibWeb: Clarify naming and publicity of CSS Parser methodsSam Atkins
2021-08-02LibWeb: Only dump parsed CSS stylesheet if logging is enabledSam Atkins
2021-08-02LibRegex: Make Matcher<>::match(Vector<>) take a reference to the vectorAli Mohammad Pur
2021-08-02LibRegex: Use a bump-allocated linked list for fork save statesAli Mohammad Pur
2021-08-02LibRegex: Make Fork{Jump,Stay} non-recursiveAli Mohammad Pur
2021-08-02LibGUI: Ensure that edit actions are disabled for password boxesGunnar Beutner
2021-08-02LibGUI: Remove redundant codeGunnar Beutner
2021-08-02Mail: Use GUI::PasswordInputDialog to ask for server passwordsAndreas Kling
2021-08-02LibGUI: Add a simple GUI::PasswordInputDialogAndreas Kling
2021-08-02LibGUI: Register GUI::PasswordBox to make it availble in GMLAndreas Kling
2021-08-02Mail: Tweak vertical spacing & margins in main UI layoutAndreas Kling
2021-08-02Browser: Tweak vertical spacing in per-tab UI layoutAndreas Kling
2021-08-02LibAudio: Handle stream errors in FlacLoaderAndrew Kaster
2021-08-02LibCpp: Allow 'final' in a class declaration with inheritanceAli Mohammad Pur
2021-08-02LibCpp: Add support for east constAli Mohammad Pur
2021-08-02LibCpp: Allow 'override' as a function target qualifierAli Mohammad Pur
2021-08-02LibCpp: Add support for parsing function typesAli Mohammad Pur
2021-08-02LibCpp: Allow 'const' after a function's signatureAli Mohammad Pur
2021-08-02LibCpp: Add support for parsing reference typesAli Mohammad Pur
2021-08-02LibCpp: Allow virtual destructorsAli Mohammad Pur
2021-08-02LibCpp: Match and ignore struct/class inheritanceAli Mohammad Pur
2021-08-02LibCpp: Correctly parse lines that end in '\'Ali Mohammad Pur
2021-08-02LibCpp: Parse enum members with explicit valuesAli Mohammad Pur
2021-08-02LibCpp: Parse "extern" declarationsAli Mohammad Pur
2021-08-02LibCpp: Accept scoped variable declarationsAli Mohammad Pur
2021-08-02HackStudio: Enable building HackStudio on x86_64Gunnar Beutner
2021-08-02PixelPaint: Show image coordinates in the status barClément Sibille
2021-08-02LibGUI, WindowServer: Greatly simplify menubar logicsin-ack
2021-08-02Mail: Use Window::add_menu instead of Menubar::add_menusin-ack
2021-08-02Userland: Make use of container version of any_ofLenny Maiorani
2021-08-02LibWeb: Remove unneccessary breaks from text-decoration-renderingTobias Christiansen
2021-08-02LibWeb: Don't draw zero-length line for text-decoration: blinkTobias Christiansen
2021-08-02Shell: Improve the parsing of history event designatorsTheFightingCatfish
2021-08-01js: Implement pretty-printing of Temporal.ZonedDateTime objectsLinus Groh
2021-08-01LibJS: Implement Temporal.Now.zonedDateTimeISO()Linus Groh
2021-08-01LibJS: Implement Temporal.Now.zonedDateTime()Linus Groh
2021-08-01LibJS: Implement Temporal.ZonedDateTime.prototype.timeZoneLinus Groh
2021-08-01LibJS: Implement Temporal.ZonedDateTime.prototype.calendarLinus Groh
2021-08-01LibJS: Implement Temporal.ZonedDateTime.prototype[@@toStringTag]Linus Groh
2021-08-01LibJS: Handle ZonedDateTime in ToTemporalDateLinus Groh
2021-08-01LibJS: Handle ZonedDateTime in ToTemporalInstantLinus Groh
2021-08-01LibJS: Handle ZonedDateTime in ToTemporalTimeZoneLinus Groh
2021-08-01LibJS: Handle ZonedDateTime in GetTemporalCalendarWithISODefaultLinus Groh
2021-08-01LibJS: Handle ZonedDateTime in ToTemporalCalendarLinus Groh
2021-08-01LibJS: Start implementing Temporal.ZonedDateTimeLinus Groh
2021-08-01LibJS: Use "T m_foo; // [[Foo]]" style for all Temporal internal slotsLinus Groh
2021-08-013DFileViewer: Display frame rate optionallyK-Adam
2021-08-01cksum: Print argv[0] on failed readLuK1337
2021-08-01SystemMonitor: Register ProcessStateModel with ProcessModel on constructsin-ack