summaryrefslogtreecommitdiff
path: root/Base/res
AgeCommit message (Collapse)Author
2020-07-04Terminal: New 16x16 icon in a more '90s style :^)Andreas Kling
2020-07-04TextEditor: Tweak 16x16 iconAndreas Kling
In keeping with the slightly-higher-contrast theme.
2020-07-03Base: Add green check mark and red X emojisMatthew Olsson
2020-06-27LaunchServer: Associate JPEG files with QuickShowdevashish
2020-06-27Base: Test web page and images for PGM image file typeHüseyin ASLITÜRK
2020-06-27Base: Add PGM file type to QuickShow file type listHüseyin ASLITÜRK
2020-06-26LibWeb: 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-23LibGfx+LibWeb: Add JPEG decoder and integrate with LibWebDevashish
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-22Base: Test web page and images for PPM image file typeHüseyin ASLITÜRK
2020-06-22Base: Add PPM file type to QuickShow file type listHüseyin ASLITÜRK
2020-06-21Base: Test web page and images for PBM image file typeHüseyin ASLITÜRK
2020-06-21Base: Add pbm file type to QuickShow file type listHüseyin ASLITÜRK
2020-06-21LibGfx: Add BMP suite html filesMatthew Olsson
2020-06-20Base: Add some more characters to Katica and Csilla fontsLepkoQQ
2020-06-20Base: Fix slovenian keymapLepkoQQ
2020-06-18Base: Add a new download-animation.gifHüseyin ASLITÜRK
2020-06-18Base: Add slovenian keymapLepkoQQ
2020-06-18Base: Add slovenian characters to Katica and Csilla fontsLepkoQQ
2020-06-17Base: Move all the HTML test content into /res/html/miscAndreas Kling
2020-06-17Base: Various icons overhauled + more contrastAndreas 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-16Base: Add a new icon for zoom resetHüseyin ASLITÜRK
2020-06-16Base: Typo correction in trq.jsonHüseyin ASLITÜRK
2020-06-13Base: Add numpad keys to keymap filesHüseyin ASLITÜRK
2020-06-08Applications: Add new KeyboardSettings applicationHüseyin ASLITÜRK
GUI application to manage Keyboard settings.
2020-06-08Base: Add Keyboard application iconsHüseyin ASLITÜRK
2020-06-08Base: Move DisplaySettings app to Settings menuHüseyin ASLITÜRK
2020-06-06Base: 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-04Base: Use new app-pixel-paint.png for app icon in system menuHüseyin ASLITÜRK
2020-06-04Base: Rename app-paintbrush.png to app-pixel-paint.pngHüseyin ASLITÜRK
2020-06-03Base: Fix incorrect json value for escape characterHüseyin ASLITÜRK
2020-06-03Base: New icon for KeyboardMapper applicationHüseyin ASLITÜRK
2020-05-30Base: Add Faux Pas and Silver themesSergey Bugaev
2020-05-27LibGUI, About: Implement system-wide W2k-esque About dialogNick Vella
The new About dialog reads version information from /res/version.ini, which is generated at build time.
2020-05-26Base: Add more characters to Katica and CsillaHüseyin ASLITÜRK
Symbols for Latin-1 Unicode completed for Katica and Csilla Thin fonts.
2020-05-24Demos: Add Eyes demoSergey 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-24Browser: Add new icons for the add/remove bookmark toolbar buttonAndreas Kling
Here's a freshly drawn icon without antialiasing so it fits better with the system visual style. :^)
2020-05-24Keymap: Added keymap file for Japanese keyboard, without IMEMagentah
configuration keys.
2020-05-23Base: Add a really bad, but yummy Slice of Pizza emoji 🍕Bryan Steele
2020-05-23Base: Add red heart emoji ❤️Spencer Dixon
2020-05-21Base: Extend fonts to 384 character to support LatinExtendedAHüseyin ASLITÜRK
2020-05-21Base: Add markdown file iconHüseyin ASLITÜRK
2020-05-20PixelPaint: Rename from PaintBrush :^)Andreas Kling
2020-05-20Base: Add more characters to Katica10 and CsillaThin7x10Linus Groh
£, ×, ÷, Ä, à, á, â, ã, ä, ñ, ò, ó, ô, õ, ù, ú, û, ß
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-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
This matches the existing user configuration in /home/anon/LaunchServer.ini
2020-05-18LaunchServer: 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-18Base: Add thinking face emoji (U+1F914) 🤔Andreas Kling
2020-05-18Base: Add smiling face with horns emoji (U+1F608) 😈jarhill0