summaryrefslogtreecommitdiff
path: root/Base/home
AgeCommit message (Expand)Author
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
2020-04-23Base: Close head tag in canvas-path.html and give the document a titleEmanuele Torre
2020-04-18Base: Add Browser to QuickLaunch (#1836)bcoles
2020-04-16LibWeb: Add some basic path drawing functionality to the canvas elementAndreas Kling
2020-04-14Base: Add a little test web page for canvas drawImage() :^)Andreas Kling
2020-04-12LibJS: Add console.{debug,info,warn,error}()Linus Groh
2020-04-10LibJS: Add String.prototype.pad{Start,End}()Linus Groh
2020-04-10IRCClient: Add NotifyOnMessage/NotifyOnMention config optionsBrendan Coles