summaryrefslogtreecommitdiff
path: root/Base/home
AgeCommit message (Expand)Author
2020-05-23LibWeb: Make hit-testing work with display: inline-block;Andreas Kling
2020-05-23Base: Add a really bad, but yummy Slice of Pizza emoji πŸ•Bryan Steele
2020-05-23Base: Add red heart emoji ❀️Spencer Dixon
2020-05-23LibWeb: Teach HTMLTokenizer how to tokenize attributesAndreas Kling
2020-05-22LibWeb: Begin work on a spec-compliant HTML parserAndreas Kling
2020-05-21Base: Add simple setInterval() testLinus Groh
2020-05-21Base: Add HTML character escape test documentHüseyin ASLITÜRK
2020-05-18LibWeb: Allow reloading the current page with location.reload()Andreas Kling
2020-05-18LibWeb: Add location.protocol and location.hostAndreas Kling
2020-05-18LibWeb: Allow navigating to a new URL by setting window.location.hrefAndreas Kling
2020-05-18LibWeb: Add a simple window.location object with some getters :^)Andreas Kling
2020-05-18Base: Add thinking face emoji (U+1F914) πŸ€”Andreas Kling
2020-05-18Base: Add smiling face with horns emoji (U+1F608) 😈jarhill0
2020-05-18Base: Add splashing sweat emoji (U+1F4A6) πŸ’¦jarhill0
2020-05-18Base: Add cherries emoji (U+1F352) πŸ’jarhill0
2020-05-18Base: Add peach emoji (U+1F351) πŸ‘jarhill0
2020-05-18Base: Add eggplant emoji (U+1F346) πŸ†jarhill0
2020-05-18Base: Add Cancer emoji (U+264B) β™‹jarhill0
2020-05-17Base: Add "smiling face with sunglasses" emoji (U+1F60E)Linus Groh
2020-05-17Base: Add "smiling face with open mouth and tightly-closed eyes" emoji (U+1F606)Linus Groh
2020-05-17Base: Add "smiling face with open mouth and smiling eyes" emoji (U+1F604)Linus Groh
2020-05-17Base: Add "smiling face with open mouth" emoji (U+1F603)Linus Groh
2020-05-17Base: Add "grinning face" emoji (U+1F600)Linus Groh
2020-05-17Base: Add "no entry" emoji (U+26D4)Linus Groh
2020-05-17Base: Add "warning sign" emoji (U+26A0)Linus Groh
2020-05-17Base: Add "eyes" emoji (U+1F440)Linus Groh
2020-05-17Base: Add "smiling face with smiling eyes" emoji (U+1F60A)Linus Groh
2020-05-16Base: Add "Grimacing Face" emojijarhill0
2020-05-16Base: Add "Face Without Mouth" emojijarhill0
2020-05-16Base: add Upside-Down Face emojijarhill0
2020-05-16Base: Add file containing all emojis we support to /home/anonLinus Groh
2020-05-14LibWeb: Support the :root pseudo classLinus Groh
2020-05-11LibWeb: Add basic support for CSS percentagesAndreas Kling
2020-05-10LibWeb: Add basic support for "border-style: {dotted,dashed}"Linus Groh
2020-05-10Base: Open .font files in FontEditor againAndreas Kling
2020-05-09Base: Add a "zip" folder to /home/anon/ with a .zip file to testAndres Vieira
2020-05-09Base: Open https:// URLs in BrowserAndreas Kling
2020-05-09LaunchServer: Add the LaunchServer to centralise file associations.Nicholas Hollett
2020-05-06LibWeb: Add canvas.fillAnotherTest
2020-05-05LibWeb: Add support for "display: inline-block"Andreas Kling
2020-05-05LibWeb: Add canvas.quadraticCurveTo()AnotherTest
2020-05-03Base: Add browser bookmark for Google :^)Andreas Kling
2020-05-02Terminal: Add config for startup commandShannon Booth
2020-05-02LibTLS: Make enough stuff work to have a demo runAnotherTest
2020-05-02LibGfx: Decode paletted and grayscale images with 1/2/4 bit depthLepkoQQ
2020-04-26LibWeb: Support loading data: URLs transparently via ResourceLoaderAndreas Kling
2020-04-26Base: Add test page for decoding different basic png formats.LepkoQQ
2020-04-25HackStudio: Add cpp debuggerItamar
2020-04-25Browser: Add Browser.ini configuration fileBrendan Coles
2020-04-23LibJS: Implement computed properties in object expressionsLinus Groh