summaryrefslogtreecommitdiff
path: root/Base/home/anon
AgeCommit message (Expand)Author
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
2020-04-10IRCClient: Add ShowNickChangeMessages/ShowJoinPartMessages conf optionsBrendan Coles
2020-04-08LibWeb: Add canvas.strokeRect(), and fix scale & translateBrian Gianforcaro
2020-04-06Base: Add trigonometry demo webpageLinus Groh
2020-04-05IRCClient: Allow CTCP replies to be user configurable in IRCClient.iniBrendan Coles
2020-04-03LibWeb: Implement <script src> support for synchronous scriptsAndreas Kling
2020-04-03LibWeb: Add "navigator" object and expose navigator.userAgentAndreas Kling
2020-03-31Base: Tweak the canvas demo page to stop using fractional RGB valuesAndreas Kling
2020-03-30LibJS: Start implementing Date :^)Linus Groh
2020-03-30LibWeb: Support more advanced selectors in document.querySelectorAll()Andreas Kling