summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-05-08LibGL: Check for matrix stack over/underflowJesse Buhagiar
2021-05-08LibGL: Set GL error on some calls during begin/endJesse Buhagiar
2021-05-08LibGL: Implement glGetError and underlying functionJesse Buhagiar
2021-05-08LibGL: Implement a basic OpenGL 1.x compatible libraryJesse Buhagiar
2021-05-08LibGfx: Constexpr Matrices and VectorsHendiadyoin1
2021-05-08LibGfx: Add some missing operators to Vector3 Vector4 and Matrix4x4Stephan Unverwerth
2021-05-08LibGfx: Add Vector4 classStephan Unverwerth
2021-05-08LibGfx: Mark Vector3 class finalStephan Unverwerth
2021-05-08Utilities: Specify mode argument when creating files with ddGunnar Beutner
2021-05-08Profiler: Fix scrolling behaviorGunnar Beutner
2021-05-08Profiler: Let the user select more than one processGunnar Beutner
2021-05-08Profiler: Migrate mouse events to TimelineViewCarlos César Neves Enumo
2021-05-08Profiler: Fix timeline wrong initial horizontal positionCarlos César Neves Enumo
2021-05-08LibGUI: Rename UndoStack internalsAndreas Kling
2021-05-08Profiler: Make the timeline resizableGunnar Beutner
2021-05-08LibTest: Convert Crash test runner to outln(..)Brian Gianforcaro
2021-05-08LibTest: Expose new EXPECT_CRASH(..) macro for unit test assertionsBrian Gianforcaro
2021-05-08LibTest: Move Crash testing facility from crash.cpp to LibTestBrian Gianforcaro
2021-05-08Tests: Move Userland/Utilities/test-js to Tests/LibJSBrian Gianforcaro
2021-05-08Tests: Move Userland/Utilities/test-web to Tests/LibWebBrian Gianforcaro
2021-05-07Utilities: Use GzipDecompressor::describe_header for gzip descriptionsIdan Horowitz
2021-05-07LibCompress: Add a method that describes a Gzip HeaderIdan Horowitz
2021-05-07LibWeb: Make frames nesting-aware and disallow deep nestingTobias Christiansen
2021-05-07Userland: Fix some weird syntax in `find`Valtteri Koskivuori
2021-05-07LibWeb: Make painting order more spec-compliantEgor Ananyin
2021-05-07Userland: Remove extra slashes from `find` outputValtteri Koskivuori
2021-05-07LibCore: Remove Core::IODevice::printf()Andreas Kling
2021-05-07strace: Stop using Core::IODevice::printf()Andreas Kling
2021-05-07LibCrypto: Fix a mistake in appendff() conversionAndreas Kling
2021-05-07Help: Add "Help" menu and move the about action thereLinus Groh
2021-05-07Chess+Help: Remove erroneous ampersand from app nameLinus Groh
2021-05-07LibMarkdown: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibX86: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07Utilities: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07WidgetGallery: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibLine: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibWeb: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibGfx: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07Services: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07Shell: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibELF: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibRegex: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07Applications: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibGUI: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibDiff: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibC: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibJS: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibCrypto: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibGemini: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibCore: Convert StringBuilder::appendf() => AK::FormatAndreas Kling