summaryrefslogtreecommitdiff
path: root/Base
AgeCommit message (Expand)Author
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: Extend fonts to 384 character to support LatinExtendedAHüseyin ASLITÜRK
2020-05-21Base: Add HTML character escape test documentHüseyin ASLITÜRK
2020-05-21Base: Add markdown file iconHüseyin ASLITÜRK
2020-05-20PixelPaint: Rename from PaintBrush :^)Andreas Kling
2020-05-20ClipboardHistory: Always place the applet at the same location :^)Andreas Kling
2020-05-20Base: Add more characters to Katica10 and CsillaThin7x10Linus Groh
2020-05-20Base: Tweak SystemServer.iniSergey Bugaev
2020-05-20Base: Add MessageBox question iconHüseyin ASLITÜRK
2020-05-20Base: Add new characters to Katica and CsillaHü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: Tweak browser toolbar icons to make them a bit livelier :^)Andreas Kling
2020-05-18Base: Add file type & protocol definitions for known handlers.Nicholas Hollett
2020-05-18LaunchServer: Discover handlers from *.af files, allow launching based on a k...Nicholas Hollett
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-16Base: Add "Fire" emoji (U+1F525)Linus Groh
2020-05-16Base: Add "Thumbs down sign" emoji (U+1F44E)Linus Groh
2020-05-16Base: Add a basic "Thumbs up sign" emoji (U+1F44D) :^)Andreas Kling
2020-05-16ClipboardHistory: Add a clipboard history applet :^)Sergey Bugaev
2020-05-15Base: Allow NotificationServer to access the ClipboardSergey Bugaev
2020-05-14Clipboard: Move the system clipboard to a dedicated service process :^)Andreas Kling
2020-05-14LibWeb: Support the :root pseudo classLinus Groh
2020-05-13PaintBrush: Borrow the "move" cursor for the "move" tool :^)Andreas Kling
2020-05-11LibWeb: Add basic support for CSS percentagesAndreas Kling
2020-05-11FontEditor: Fix link to icon after it movedBen Wiederhake
2020-05-10LibWeb: Add basic support for "border-style: {dotted,dashed}"Linus Groh