summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-12-07Meta+Userland: Pass Gfx::Color by valueMacDue
2022-12-07LibGL: Generate GL_OUT_OF_MEMORY error in `glBufferData` when OOMMarcus Nilsson
2022-12-07LibJS: Remove redundant AK_MAKE_NON{COPYABLE,MOVABLE} from Symbol classLinus Groh
2022-12-07LibJS: Move creation of global symbols into Symbol.for()Linus Groh
2022-12-07LibJS: Add const/non-const VM::global_symbol_registry() gettersLinus Groh
2022-12-07LibJS: Store NonnullGCPtr<Symbol> values in m_global_symbol_registryLinus Groh
2022-12-07LibJS: Rename m_global_symbol_map to m_global_symbol_registryLinus Groh
2022-12-07LibJS: Convert MarkupGenerator to the new StringLinus Groh
2022-12-07LibJS: Move initialize_instance_elements() from VM to ObjectLinus Groh
2022-12-07LibJS: Add spec link and comment to VM::execution_context_stack()Linus Groh
2022-12-07LibJS: Add spec link and comment to VM::running_execution_context()Linus Groh
2022-12-06LibJS: Remove forgotten VM::construct() declarationLinus Groh
2022-12-06LibJS: Remove unused VM::join_arguments() functionLinus Groh
2022-12-06LibWeb: Ignore -Wshadow in TRY_OR_RETURN_OOM()Linus Groh
2022-12-063DFileViewer: Properly propagate errors from WavefrontOBJLoaderMaciej
2022-12-06LibJS: Intercept returns through finally blocks in BytecodeHendiadyoin1
2022-12-06LibJS: Don't try to manage unwind contexts in the execution loop in BCHendiadyoin1
2022-12-06LibJS: Remove FinishUnwind instructionHendiadyoin1
2022-12-06LibJS: Leave unwind contexts on enter of finally blocks in BytecodeHendiadyoin1
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-06LibWeb: Do not try to place out-of-flow blocks in anonymous nodesAliaksandr Kalenik
2022-12-05LibAudio: Use `NonnullOwnPtr` to keep track of LoaderPlugin streamsTim Schumacher
2022-12-05LibAudio: Switch LoaderPlugin to a more traditional constructor patternTim Schumacher
2022-12-05LibAudio: Stop passing `Bytes` by referenceTim Schumacher
2022-12-05LibWeb: Fix box-shadows where the border-radius is < the blur-radiusMacDue
2022-12-05LibWeb: Inherit TableFormattingContext from FC instead of BFCAliaksandr Kalenik
2022-12-05LibWeb: Add vertical-align support for table cellsAliaksandr Kalenik
2022-12-05LibWeb: Move box_baseline from LineBuilder.cpp to LayoutState.cppAliaksandr Kalenik
2022-12-05LibWeb: Implement intrinsic width calculation for TFCAliaksandr Kalenik
2022-12-05LibWeb: Take rowspan into account while table formattingAliaksandr Kalenik
2022-12-05LibWeb: Start implementation of CSS Table 3 specAliaksandr Kalenik
2022-12-05LibGUI: Fix a typoCameron Youell
2022-12-04MouseSettings: Add "Natural scrolling" toggleFiliph Sandström
2022-12-04WindowServer: Add "Natural scrolling" supportFiliph Sandström
2022-12-04WebContent+WebDriver: Implement `POST /session/{id}/window` endpointVictor Song
2022-12-04WebContent: Unveil /usr/lib as readableMacDue
2022-12-04DisplaySettings: Remove unnecessary check for an overridden themeOsamu-kj
2022-12-04Utilities: Add stringsAlec Murphy
2022-12-04LibGUI: Swap Next and Previous button on IncrementalSearchBannerŠtěpán Balážik
2022-12-03Everywhere: Remove 'clang-format off' comments that are no longer neededLinus Groh
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-12-03LibCodeComprehension: Add .clang-format to disable formatting for testsLinus Groh
2022-12-03LibC: Add definitions for missing ELF constantsAndrew Kaster
2022-12-03LibJS: Add a function to ensure calls are made within the same seconddavidot
2022-12-03LibC: Return h_aliases array from gethostbyname() and gethostbyaddr()Taj Morton
2022-12-03LibWeb: Fix integer overflow in gradient paintingMacDue
2022-12-03LibGfx: Fix some more antialiased line off-by-onesMacDue
2022-12-03LibGfx: Remove some unused AntiAliasingPainter methodsMacDue
2022-12-03LibGfx: Add some AntiAliasingPainter FIXMEsMacDue