summaryrefslogtreecommitdiff
path: root/Base
AgeCommit message (Expand)Author
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
2020-05-10DisplaySettings: Tweak app iconAndreas Kling
2020-05-10Base: Open .font files in FontEditor againAndreas Kling
2020-05-10Demos: Add LibGfx Demo :^)Linus Groh
2020-05-09Docs: Add unzip(1) man pageAndres Vieira
2020-05-09Base: Add a "zip" folder to /home/anon/ with a .zip file to testAndres Vieira
2020-05-09LaunchServer: Don't use SystemServer keepaliveAndreas Kling
2020-05-09Base: Open https:// URLs in BrowserAndreas Kling
2020-05-09LaunchServer: Run with portal permissions 600Andreas Kling
2020-05-09LaunchServer: Add the LaunchServer to centralise file associations.Nicholas Hollett
2020-05-09Base: Move 32px font editor app icon under 32x32 folderHüseyin ASLITÜRK
2020-05-08Kernel+Userland: Add "settime" pledge promise for setting system timeAndreas Kling
2020-05-08Base: Add emoji files for 26A1, 2B06 and 2B07Hüseyin ASLITÜRK
2020-05-07Base: Add "`" to GB keymapLinus Groh
2020-05-06LibWeb: Add canvas.fillAnotherTest
2020-05-05LibWeb: Add support for "display: inline-block"Andreas Kling
2020-05-05Base: Fix a typoSergey Bugaev
2020-05-05LibWeb: Add canvas.quadraticCurveTo()AnotherTest