index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-05-08
Demos: Add OpenGL teapot demo :^)
Jesse Buhagiar
2021-05-08
LibGL: Add software rasterizer
Stephan Unverwerth
2021-05-08
LibGL: Add back face culling functions
Stephan Unverwerth
2021-05-08
LibGL: Implement glColor4(ub,f)v
Ali Mohammad Pur
2021-05-08
LibGL: Implement glVertex2f(v)
Ali Mohammad Pur
2021-05-08
LibGL: Implement glVertex3fv
Ali Mohammad Pur
2021-05-08
LibGL: Implement glOrtho and underlying functions
Ali Mohammad Pur
2021-05-08
LibGL: Impement glLoadMatrixf and underlying function
Jesse Buhagiar
2021-05-08
LibGL: Implement glScalef
Jesse Buhagiar
2021-05-08
LibGL: Check for matrix stack over/underflow
Jesse Buhagiar
2021-05-08
LibGL: Set GL error on some calls during begin/end
Jesse Buhagiar
2021-05-08
LibGL: Implement glGetError and underlying function
Jesse Buhagiar
2021-05-08
LibGL: Implement a basic OpenGL 1.x compatible library
Jesse Buhagiar
2021-05-08
LibGfx: Constexpr Matrices and Vectors
Hendiadyoin1
2021-05-08
LibGfx: Add some missing operators to Vector3 Vector4 and Matrix4x4
Stephan Unverwerth
2021-05-08
LibGfx: Add Vector4 class
Stephan Unverwerth
2021-05-08
LibGfx: Mark Vector3 class final
Stephan Unverwerth
2021-05-08
AK: Add epsilon() to NumericLimits for float, double, long double
Stephan Unverwerth
2021-05-08
Utilities: Specify mode argument when creating files with dd
Gunnar Beutner
2021-05-08
Profiler: Fix scrolling behavior
Gunnar Beutner
2021-05-08
Base: Update TextEditor man page to include line and column arguments
ry755
2021-05-08
Profiler: Let the user select more than one process
Gunnar Beutner
2021-05-08
Profiler: Migrate mouse events to TimelineView
Carlos César Neves Enumo
2021-05-08
Profiler: Fix timeline wrong initial horizontal position
Carlos César Neves Enumo
2021-05-08
LibGUI: Rename UndoStack internals
Andreas Kling
2021-05-08
Profiler: Make the timeline resizable
Gunnar Beutner
2021-05-08
Ports: SDL2-GNUBoy shouldn't try to link against host libs
Gunnar Beutner
2021-05-08
Ports: Add SDL2-GNUBoy Gameboy emulator
Rafał Babiarz
2021-05-08
LibTest: Convert Crash test runner to outln(..)
Brian Gianforcaro
2021-05-08
LibTest: Expose new EXPECT_CRASH(..) macro for unit test assertions
Brian Gianforcaro
2021-05-08
Meta + Lagom: Fix paths after movement of tests to Tests/
Brian Gianforcaro
2021-05-08
Meta: Remove AK/Tests from check-newlines-at-eof.py
Brian Gianforcaro
2021-05-08
LibTest: Move Crash testing facility from crash.cpp to LibTest
Brian Gianforcaro
2021-05-08
Tests: Move Userland/Utilities/test-js to Tests/LibJS
Brian Gianforcaro
2021-05-08
Tests: Move Userland/Utilities/test-web to Tests/LibWeb
Brian Gianforcaro
2021-05-07
Utilities: Use GzipDecompressor::describe_header for gzip descriptions
Idan Horowitz
2021-05-07
LibCompress: Add a method that describes a Gzip Header
Idan Horowitz
2021-05-07
LibWeb: Make frames nesting-aware and disallow deep nesting
Tobias Christiansen
2021-05-07
Userland: Fix some weird syntax in `find`
Valtteri Koskivuori
2021-05-07
Meta: Improve man.serenityos.org titles and link names
Linus Groh
2021-05-07
LibWeb: Make painting order more spec-compliant
Egor Ananyin
2021-05-07
Userland: Remove extra slashes from `find` output
Valtteri Koskivuori
2021-05-07
LibCore: Remove Core::IODevice::printf()
Andreas Kling
2021-05-07
strace: Stop using Core::IODevice::printf()
Andreas Kling
2021-05-07
LibCrypto: Fix a mistake in appendff() conversion
Andreas Kling
2021-05-07
Help: Add "Help" menu and move the about action there
Linus Groh
2021-05-07
Chess+Help: Remove erroneous ampersand from app name
Linus Groh
2021-05-07
AK: Remove StringBuilder::appendf()
Andreas Kling
2021-05-07
LibMarkdown: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-07
LibX86: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
[next]