summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-10Shell: Make escaping more intelligentAli Mohammad Pur
2021-05-10Shell: Add support for \uhhhhhhhh escapes in stringsAli Mohammad Pur
2021-05-10Meta: Remove obsolete Kernel/.gitignoreBrian Gianforcaro
2021-05-10LibPDF: Parse nested Page Tree structuresMatthew Olsson
2021-05-10LibPDF: Parse page structuresMatthew Olsson
2021-05-10LibPDF: Add a basic parser and Document structureMatthew Olsson
2021-05-10LibPDF: Create basic object structureMatthew Olsson
2021-05-10AK: Add missing 'const' in SpanMatthew Olsson
2021-05-10IRCClient: Apply some polish to menus and actionsAndreas Kling
2021-05-10HexEditor: Apply some polish to menus and actionsAndreas Kling
2021-05-10Browser: Apply some polish to menus and actionsAndreas Kling
2021-05-10WindowServer: Add "Move" action to window menusAndreas Kling
2021-05-10WindowServer: Add separator above "Close" in window menusAndreas Kling
2021-05-09Ports: Update build options for curlGunnar Beutner
2021-05-10Meta: Pin prettier linter versionAdam Hodgen
2021-05-10WindowServer: Compute final window title before passing to WM clientsAndreas Kling
2021-05-09WindowServer: Notify WM clients when a window's modified state changesAndreas Kling
2021-05-09WindowServer: Tweak width/height of automatic window tile rectsAndreas Kling
2021-05-09WindowServer: Tweak spacing above maximized windowsAndreas Kling
2021-05-09WindowServer: Simplify the way we update items in the window menuAndreas Kling
2021-05-09Ports: Remove obsolete patches for openttdGunnar Beutner
2021-05-09Ports: Remove IPv6 patches for cmakeGunnar Beutner
2021-05-09Ports: Remove obsolete patches for stress-ngGunnar Beutner
2021-05-09LibC: Add definitions/stubs for IPv6 functionalityGunnar Beutner
2021-05-09LibCpp: Support Lexing escaped newlinesItamar
2021-05-09CppLanguageServer: Cache declarations from headers in every documentItamar
2021-05-09CppLanguageServer: Call Parser::parse() inside create_document_data()Itamar
2021-05-09LibCpp: Rename m_definitions=>m_preprocessor_definitionsItamar
2021-05-09LanguageServers: Fix incorrect use of adopt_ref in FileDB::get()Itamar
2021-05-09LibWeb: Add tests for HTMLTableElement attributesAdam Hodgen
2021-05-09LibWeb: Fix nodeName attribute in testsAdam Hodgen
2021-05-09LibWeb: Implement HTMLTableElement tbody attributesAdam Hodgen
2021-05-09LibWeb: Implement HTMLTableElement tfoot attributesAdam Hodgen
2021-05-09LibWeb: Implement HTMLTableElement thead attributesAdam Hodgen
2021-05-09LibWeb: Implement HTMLTableElement caption attributesAdam Hodgen
2021-05-09LibWeb: Implement HTMLTableElement row attributesAdam Hodgen
2021-05-09Ports: Add port for libopenalGunnar Beutner
2021-05-09Ports: Add missing .so extension for ffmpeg library SONAMEsGunnar Beutner
2021-05-09Ports: Remove obsolete patch for dropbearLinus Groh
2021-05-09Ports: Remove obsolete patches for stress-ngGunnar Beutner
2021-05-09LibC: Add definition for the rlim_t typeGunnar Beutner
2021-05-09Ports: Add note about Python webbrowser patch upstreamingLinus Groh
2021-05-09Ports: Remove obsolete rlimit patch for PythonLinus Groh
2021-05-09Demos: Implement basic Lambertian lighting for the GLTeapotMathieu Gaillard
2021-05-09Demos: Add indexed meshes in GLTeapot DemosMathieu Gaillard
2021-05-09LibGfx: Fix clipping in fill_ellipseEgor Ananyin
2021-05-09Documentation: Update sync-local.sh keyboard layout exampleLinus Groh
2021-05-09Demos: GLTeapot: Enable depth testing in demoStephan Unverwerth
2021-05-09LibGL: Add depth tests and writes to SoftwareRasterizerStephan Unverwerth
2021-05-09LibGL: Add depth buffer classStephan Unverwerth