Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-04 | Terminal: New 16x16 icon in a more '90s style :^) | Andreas Kling | |
2020-07-04 | TextEditor: Tweak 16x16 icon | Andreas Kling | |
In keeping with the slightly-higher-contrast theme. | |||
2020-07-03 | Base: Add green check mark and red X emojis | Matthew Olsson | |
2020-06-27 | LaunchServer: Associate JPEG files with QuickShow | devashish | |
2020-06-27 | Base: Test web page and images for PGM image file type | Hüseyin ASLITÜRK | |
2020-06-27 | Base: Add PGM file type to QuickShow file type list | Hüseyin ASLITÜRK | |
2020-06-26 | LibWeb: Add CanvasRenderingContext2D.rotate() | Andreas Kling | |
This is pretty limited since we don't have wholesale mapping through the context transform, but we have to start somewhere. :^) | |||
2020-06-23 | LibGfx+LibWeb: Add JPEG decoder and integrate with LibWeb | Devashish | |
This patch adds support for JPEG decoding. The JPEG decoder is capable of handling standard 2x1 horizontal, 2x1 vertical and quartered chroma subsampling. The implemented Inverse DCT performs with a decent speed. As of interchange formats, since we tend to ignore the metadata in APPn markers, the decoder can handle any format compatible with JFIF, which includes EXIFs and sometimes WebMs too. The decoder does not support progressive JPEGs yet. | |||
2020-06-22 | Base: Test web page and images for PPM image file type | Hüseyin ASLITÜRK | |
2020-06-22 | Base: Add PPM file type to QuickShow file type list | Hüseyin ASLITÜRK | |
2020-06-21 | Base: Test web page and images for PBM image file type | Hüseyin ASLITÜRK | |
2020-06-21 | Base: Add pbm file type to QuickShow file type list | Hüseyin ASLITÜRK | |
2020-06-21 | LibGfx: Add BMP suite html files | Matthew Olsson | |
2020-06-20 | Base: Add some more characters to Katica and Csilla fonts | LepkoQQ | |
2020-06-20 | Base: Fix slovenian keymap | LepkoQQ | |
2020-06-18 | Base: Add a new download-animation.gif | Hüseyin ASLITÜRK | |
2020-06-18 | Base: Add slovenian keymap | LepkoQQ | |
2020-06-18 | Base: Add slovenian characters to Katica and Csilla fonts | LepkoQQ | |
2020-06-17 | Base: Move all the HTML test content into /res/html/misc | Andreas Kling | |
2020-06-17 | Base: Various icons overhauled + more contrast | Andreas Kling | |
I booted the system on a much better screen than the one I normally use and the variance in contrast between different icons bothered me. Here's an attempt to fix that, while also redoing some icons that I've wanted to redo for a while. :^) | |||
2020-06-16 | Base: Add a new icon for zoom reset | Hüseyin ASLITÜRK | |
2020-06-16 | Base: Typo correction in trq.json | Hüseyin ASLITÜRK | |
2020-06-13 | Base: Add numpad keys to keymap files | Hüseyin ASLITÜRK | |
2020-06-08 | Applications: Add new KeyboardSettings application | Hüseyin ASLITÜRK | |
GUI application to manage Keyboard settings. | |||
2020-06-08 | Base: Add Keyboard application icons | Hüseyin ASLITÜRK | |
2020-06-08 | Base: Move DisplaySettings app to Settings menu | Hüseyin ASLITÜRK | |
2020-06-06 | Base: Add "Discord" theme (#2515) | nanoproductions | |
A new theme for Serenity which brings colors from the Discord theme colors. Some colors were modified to ensure great looks on Serenity. | |||
2020-06-04 | Base: Use new app-pixel-paint.png for app icon in system menu | Hüseyin ASLITÜRK | |
2020-06-04 | Base: Rename app-paintbrush.png to app-pixel-paint.png | Hüseyin ASLITÜRK | |
2020-06-03 | Base: Fix incorrect json value for escape character | Hüseyin ASLITÜRK | |
2020-06-03 | Base: New icon for KeyboardMapper application | Hüseyin ASLITÜRK | |
2020-05-30 | Base: Add Faux Pas and Silver themes | Sergey Bugaev | |
2020-05-27 | LibGUI, About: Implement system-wide W2k-esque About dialog | Nick Vella | |
The new About dialog reads version information from /res/version.ini, which is generated at build time. | |||
2020-05-26 | Base: Add more characters to Katica and Csilla | Hüseyin ASLITÜRK | |
Symbols for Latin-1 Unicode completed for Katica and Csilla Thin fonts. | |||
2020-05-24 | Demos: Add Eyes demo | Sergey Bugaev | |
This is a neat clone of xeyes. It demoes the new ellipse filling functionality, as well as the existing global mouse cursor tracking functionality :^) | |||
2020-05-24 | Browser: Add new icons for the add/remove bookmark toolbar button | Andreas Kling | |
Here's a freshly drawn icon without antialiasing so it fits better with the system visual style. :^) | |||
2020-05-24 | Keymap: Added keymap file for Japanese keyboard, without IME | Magentah | |
configuration keys. | |||
2020-05-23 | Base: Add a really bad, but yummy Slice of Pizza emoji 🍕 | Bryan Steele | |
2020-05-23 | Base: Add red heart emoji ❤️ | Spencer Dixon | |
2020-05-21 | Base: Extend fonts to 384 character to support LatinExtendedA | Hüseyin ASLITÜRK | |
2020-05-21 | Base: Add markdown file icon | Hüseyin ASLITÜRK | |
2020-05-20 | PixelPaint: Rename from PaintBrush :^) | Andreas Kling | |
2020-05-20 | Base: Add more characters to Katica10 and CsillaThin7x10 | Linus Groh | |
£, ×, ÷, Ä, à, á, â, ã, ä, ñ, ò, ó, ô, õ, ù, ú, û, ß | |||
2020-05-20 | Base: Add MessageBox question icon | Hüseyin ASLITÜRK | |
2020-05-20 | Base: Add new characters to Katica and Csilla | Hüseyin ASLITÜRK | |
2020-05-18 | Base: Tweak browser toolbar icons to make them a bit livelier :^) | Andreas Kling | |
2020-05-18 | Base: Add file type & protocol definitions for known handlers. | Nicholas Hollett | |
This matches the existing user configuration in /home/anon/LaunchServer.ini | |||
2020-05-18 | LaunchServer: Discover handlers from *.af files, allow launching based on a ↵ | Nicholas Hollett | |
known handler Adds metadata about apps for what file types and protocols they can handle, then consumes that in the LaunchServer. The LaunchServer can then use that to offer multiple options for what apps can open a given URL. Callers can then pass back the handler name to the LaunchServer to use an alternate app :) | |||
2020-05-18 | Base: Add thinking face emoji (U+1F914) 🤔 | Andreas Kling | |
2020-05-18 | Base: Add smiling face with horns emoji (U+1F608) 😈 | jarhill0 | |