summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-04-02top: Add support for quitting top by pressing qJames Mintram
2022-04-02Browser: Add Ctrl-<number> actions to changes tabsOlivier De Cannière
2022-04-02LibGUI: Add TabWidget::activate_last_tab()Olivier De Cannière
2022-04-02DisplaySettings: Add theme selection and previewMacDue
2022-04-02LibGfx: Add list_installed_system_themes() to SystemThemeBen Maxwell
2022-04-02LibGUI+Applications: Move abstract ThemeEditor preview to LibGUIBen Maxwell
2022-04-02Userland: Fix crash when inputting non-tty device into psThomas Symalla
2022-04-023DFileViewer: Allow escape key to exit fullscreen modeAdam Patterson
2022-04-02LibWeb: Implement flex reverse layoutsEnver Balalic
2022-04-02AK+LibHTTP: Ensure plus signs are percent encoded in query stringGeekFiftyFive
2022-04-02LibWeb: Implement the flex order CSS propertyEnver Balalic
2022-04-02UserspaceEmulator: Implement the SSE extensionHendiadyoin1
2022-04-02UserspaceEmulator: Don't mark SoftFPU::mmx_get/set as ALWAYS_INLINEHendiadyoin1
2022-04-02LibX86: Correctly name CVTTSS2SI_r32_xmm2m32Hendiadyoin1
2022-04-02LibX86: Use the correct code for UNPCKLSHendiadyoin1
2022-04-02LibX86: Correctly name the first xmm argumentHendiadyoin1
2022-04-02LibX86: Don't print repz prefix for SSE instructionsHendiadyoin1
2022-04-02LibGfx: Use AK's rsqrt and cast to floats earlierHendiadyoin1
2022-04-02Meta+LibWeb: Port PropertyID.h/cpp generators to invoke_generator()Sam Atkins
2022-04-02Meta+LibWeb: Port ValueID.h/cpp generators to invoke_generator()Sam Atkins
2022-04-02Meta+LibWeb: Port MediaFeatureID.h/cpp generators to invoke_generator()Sam Atkins
2022-04-02LibJS: Normalize NaN values in Sets and MapsIdan Horowitz
2022-04-02LibWeb: Use the specification defined types in IntersectionObserverInitIdan Horowitz
2022-04-02LibWeb: Add the ResizeObserverBoxOptions IDL enumIdan Horowitz
2022-04-02LibWeb: Use OnErrorEventHandler in WorkerGlobalScope IDLIdan Horowitz
2022-04-02LibWeb: Add the GlobalEventHandlers IDL mixinIdan Horowitz
2022-04-013DViewer: Add support for dropping filesJames Mintram
2022-04-013DFileViewer: Do not abort model loading when texture is missingStephan Unverwerth
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-04-01LibGfx: Return kerning values as a `float` instead of `int`Jelle Raaijmakers
2022-04-01LibGfx: Implement font kerning for `Painter::draw_text_run`Jelle Raaijmakers
2022-03-31LibWeb: Flex fix minimum main size in min/max violations calculationEnver Balalic
2022-03-31LanguageServers/Cpp: Add SemanticType::PreprocessorMacroItamar
2022-03-31LibCpp: Fix parsing of macro callsItamar
2022-03-31LibGUI: Add AutocompleteProvider::TokenInfo::type_to_string()Itamar
2022-03-31PixelPaint: Draw layer thumbnails with bilinear filteringAndreas Kling
2022-03-31LibJS: Allow JS::make_handle(T*) to be called with nullptrAndreas Kling
2022-03-31LibJS: Don't assume that for-in/of target is a variable on LHS::AssignAli Mohammad Pur
2022-03-31LibJS: Implement codegen for MemberExpression binding patternsAli Mohammad Pur
2022-03-31LibJS: Implement bytecode generation for all ObjectExpression propertiesAli Mohammad Pur
2022-03-31LibPDF: Fix security-handler-related nullptr regressionMatthew Olsson
2022-03-31LibPDF: Fix mismatched class/struct declarationMatthew Olsson
2022-03-31PDFViewer: Use ArgsParserMatthew Olsson
2022-03-31LibPDF: Rename Command to OperatorMatthew Olsson
2022-03-31LibPDF: Fix some base-encoding-related crashesMatthew Olsson
2022-03-31LibPDF: Add Type0 and TrueType fontsMatthew Olsson
2022-03-31LibPDF: Abstract Type1 font dataMatthew Olsson
2022-03-31LibPDF: Accept font size in PDFFont::get_char_widthMatthew Olsson
2022-03-31LibPDF: Move font files into their own directoryMatthew Olsson
2022-03-31LibPDF: Use Font /Widths array to derive character widthsMatthew Olsson