summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-02-04LibWeb: Refactor calc() resolution logic using CalculationResultSam Atkins
2022-02-04LibWeb: Implement CalculationResult type for calc() resultsSam Atkins
2022-02-04LibWeb: Resolve type of calc() expressions at parse-timeSam Atkins
2022-02-04LibWeb: Combine the two sets of calc() operator enumsSam Atkins
2022-02-04LibWeb: Replace Length::set_calculated_style() with ::make_calculated()Sam Atkins
2022-02-04LibWeb: Move calc()-resolution code from Length to CalculatedStyleValueSam Atkins
2022-02-04Shell: Add total time to builtin_time Timing ReportTom Martin
2022-02-04LibWeb: Make debug logging of resource load errors red instead of greenAndreas Kling
2022-02-03FileManager: Don't show command palette for the desktopSam Atkins
2022-02-03LibGUI: Allow widgets to opt-out from showing the command paletteSam Atkins
2022-02-03FileManager: Disable "View as..." actions for desktop DirectoryViewSam Atkins
2022-02-03LibWeb: Expose KeyboardEvent's constructor on the window objectAndreas Kling
2022-02-03LibWeb: Forward CanvasRenderingContext.strokeText() to fillText()Andreas Kling
2022-02-03LibWeb: Add barebones CanvasGradient objectAndreas Kling
2022-02-03LibWeb: Add Document.hasFocus() stubAndreas Kling
2022-02-03LibWeb: Add CanvasRenderingContext2D.bezierCurveTo()Andreas Kling
2022-02-03AK+Kernel+LibSanitizer: Store "ubsan-is-deadly" flag as Atomic<bool>Andreas Kling
2022-02-03ClockSettings: Display a text bubble with extra time zone informationTimothy Flynn
2022-02-03ClockSettings: Display a map to show the current time zone's locationTimothy Flynn
2022-02-03LibGUI: Add a const accessor to ImageWidget's bitmapTimothy Flynn
2022-02-03LibGUI: Forward declare ImageWidgetTimothy Flynn
2022-02-03LibTimeZone: Parse and generate time zone coordinate dataTimothy Flynn
2022-02-03LibGUI: Set a fixed width for the SettingsWindow reset-to-default buttonTimothy Flynn
2022-02-03KeyboardPreferenceLoader: Don't crash when "Keymaps" is emptyRummskartoffel
2022-02-03LibC: Add IN6_IS_ADDR_LINKLOCAL to in.hBrian Gianforcaro
2022-02-03CrashReporter: Stop attempting to lockdown the process veilBrian Gianforcaro
2022-02-03Base+WindowsServer+keymap: Store multiple keymaps in a configTimur Sultanov
2022-02-03WindowServer+Keymap+LibGUI: Add widget to display current keymapTimur Sultanov
2022-02-03WindowManager: Basic support for system keymap switchingTimur Sultanov
2022-02-03LibWeb: Implement TransformationStyleValue::to_string()Sam Atkins
2022-02-03LibWeb: Allow comma- or space-separated StyleValueListsSam Atkins
2022-02-03LibWeb: Make StyleValue::to_string() output valid CSSSam Atkins
2022-02-03LibWeb: Move non-trivial StyleValue to_string() methods to cpp fileSam Atkins
2022-02-02mount: Do not print usage if executed without any argumentsKenneth Myhra
2022-02-02LibJS: Consider calls of parse_iso_date_time() fallibleLinus Groh
2022-02-02LibWeb: Don't verify that a dimension unit isn't whitespaceSam Atkins
2022-02-02LibJS: Reject '-000000' as extended yearLinus Groh
2022-02-02mount: Exit without error when handling mount all on system bootBrian Gianforcaro
2022-02-01LibGUI: Rename Close to Discard in MessageBox::ask_about_unsaved_changesThitat Auareesuksakul
2022-02-01PixelPaint: Paint layer thumbnails with correct aspect ratioAndreas Kling
2022-02-01LibGUI: Allow only one CommandPalette at once to be openedMaciej
2022-02-01LibGfx+Applications: Add human readable name helper for fontsthankyouverycool
2022-02-01Everywhere: Fully qualify font names by including their slopethankyouverycool
2022-02-01LibGfx: Determine slope attributes for TrueTypeFonts from tablesthankyouverycool
2022-02-01sleep: Port to LibMainalexmajor
2022-02-01shutdown: Port to LibMainalexmajor
2022-02-01stty: Port to LibMainalexmajor
2022-02-01sql: Port to LibMainalexmajor
2022-02-01shot: Port to LibMainalexmajor
2022-02-01sysctl: Port to LibMainalexmajor