summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-08Demos: Add OpenGL teapot demo :^)Jesse Buhagiar
2021-05-08LibGL: Add software rasterizerStephan Unverwerth
2021-05-08LibGL: Add back face culling functionsStephan Unverwerth
2021-05-08LibGL: Implement glColor4(ub,f)vAli Mohammad Pur
2021-05-08LibGL: Implement glVertex2f(v)Ali Mohammad Pur
2021-05-08LibGL: Implement glVertex3fvAli Mohammad Pur
2021-05-08LibGL: Implement glOrtho and underlying functionsAli Mohammad Pur
2021-05-08LibGL: Impement glLoadMatrixf and underlying functionJesse Buhagiar
2021-05-08LibGL: Implement glScalefJesse Buhagiar
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-08AK: Add epsilon() to NumericLimits for float, double, long doubleStephan Unverwerth
2021-05-08Utilities: Specify mode argument when creating files with ddGunnar Beutner
2021-05-08Profiler: Fix scrolling behaviorGunnar Beutner
2021-05-08Base: Update TextEditor man page to include line and column argumentsry755
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-08Ports: SDL2-GNUBoy shouldn't try to link against host libsGunnar Beutner
2021-05-08Ports: Add SDL2-GNUBoy Gameboy emulatorRafał Babiarz
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-08Meta + Lagom: Fix paths after movement of tests to Tests/Brian Gianforcaro
2021-05-08Meta: Remove AK/Tests from check-newlines-at-eof.pyBrian 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-07Meta: Improve man.serenityos.org titles and link namesLinus Groh
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-07AK: Remove StringBuilder::appendf()Andreas Kling
2021-05-07LibMarkdown: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibX86: Convert StringBuilder::appendf() => AK::FormatAndreas Kling