summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-08HackStudio: Remove redundant insertion to m_open_filesItamar
2021-05-08Kernel: Place ext2 dir entries so they don't span multiple blocksMart G
2021-05-08Kernel-VFS: Fixed kernel crash if parent custody is nullr-paiva
2021-05-08Utilities: Fix mv command requesting incorrect pathr-paiva
2021-05-08Themes: Faux Pas: Set RubberBandFill transparencyBrendan Coles
2021-05-08LibGUI: Add missing <AK/Function.h> includeMaciej Zygmanowski
2021-05-08LibGUI+TextEditor: Make TextDocument modified state track undo stackAndreas Kling
2021-05-08LibGUI: Use UndoStack::on_state_change inside TextDocument/TextEditorAndreas Kling
2021-05-08LibGUI: Add UndoStack::on_state_change hookAndreas Kling
2021-05-08LibGUI: Reverse internal direction of GUI::UndoStackAndreas Kling
2021-05-08Revert "LibGUI: Fix undo stack reporting wrong modified state"Andreas Kling
2021-05-08Themes: Faux Pas: Set HoverHighlight to whiteBrendan Coles
2021-05-08Base: Fix path to LibJS tests in test-js(1) man pageLinus Groh
2021-05-08Themes: Add Light themeBrendan Coles
2021-05-08LibWeb: Use list-style-type circle/square for nested unordered listsLinus Groh
2021-05-08Utilities/CMakeLists: Put all entries in alphabetical orderLinus Groh
2021-05-08dd: Add ability to use k, M, & G suffixes for block sizesbleusakura
2021-05-08LibGUI: Fix undo stack reporting wrong modified stateCarlos César Neves Enumo
2021-05-08Utilities/CMakeLists: Put 'file' entry in alphabetical orderAli Mohammad Pur
2021-05-08LibGL: Move polygon clipping to `Clipper` classJesse Buhagiar
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