summaryrefslogtreecommitdiff
path: root/Base/res
AgeCommit message (Collapse)Author
2021-05-27Keymaps: Add German (Switzerland) keymap layoutMax Wipfli
This adds a `de-ch` keyboard layout.
2021-05-26Base: Add a WebAssembly mandelbrot demoAli Mohammad Pur
This is now good enough to make a showcase of :P
2021-05-26LibWeb: Implement a very basic WebAssembly JS APIAli Mohammad Pur
This impl is *extremely* simple, and is missing a lot of things, it's also not particularly spec-compliant in some places, but it's definitely a start :^)
2021-05-24LibGfx+Base: Tweak bitmap fonts to ensure glyph data is 4-byte alignedAndreas Kling
When building userland with UBSAN enabled (#7434), we were getting spammed to death by unaligned access errors. Fix these by adding 2 bytes of padding to the FontFileHeader struct, and adjusting all our font files to match the new format. :^)
2021-05-22Profiler: Add a "Show Disassembly" action (and hide it by default)Andreas Kling
2021-05-22Base: Fix numeric keypad in slovenian keymapNonStandardModel
Numeric keypad map was off-by-one.
2021-05-22Base: Add go-to.png 16x16 iconBrendan Coles
2021-05-21Base: Unregister "md" extension from BrowserAndreas Kling
These are already handled by TextEditor, and I think it's a lot nicer to open them there anyway.
2021-05-21Games: Add HeartsGunnar Beutner
2021-05-21Solitaire: Move cards functionality into LibCardsGunnar Beutner
2021-05-21Base: Tweak syntax highlighting colors in the Default themeAndreas Kling
The old ones were barely noticeable. Let's at least make it visible that you have syntax highlighting enabled. :^)
2021-05-203DFileViewer: Move the example model into the home directoryGunnar Beutner
2021-05-20Base: Update ladyball icons based on new variant from myphsAndreas Kling
2021-05-20DisplaySettings: Replace the monitor image with something more thematicAndreas Kling
This is a drawing of my own monitor in a familiar style. :^)
2021-05-193DFileViewer: Move `Demos/GLTeapot` to `Applications/3DFileViewer`Erik Biederstadt
Also changes the category to `Graphics`
2021-05-18PDFViewer+Base: Display application title as "PDF Viewer"Andreas Kling
This matches other applications in the system. :^)
2021-05-18Applications: Add a very simple PDFViewerMatthew Olsson
2021-05-18Base: Add LiberationSerif TTF fontMatthew Olsson
This will be our primary PDF ttf font, since Times New Roman is not an open font.
2021-05-18Base: Add "Plum" theme (#7076)Joel Hansen
A theme with dark purples and reds. Inspired by the classic NT theme.
2021-05-18LibGfx: Add support for DDS imagesstelar7
2021-05-17Base: Add boxes with multi-part border attributes to borders.htmlTimothy Flynn
2021-05-17Base: Fix 16x16 analog clock iconTimothy Flynn
This icon somehow got replaced with a Buggie image in 07341c359487c45e6c8a8187f18d5271536c798b.
2021-05-17Demos: Add Mandelbrot demoGunnar Beutner
This adds a very rudimentary Mandelbrot viewer. It supports zooming and pretty much nothing else. Not even color smoothing or super sampling.
2021-05-17LibCore: Close accepted sockets on exec() and make them non-blockingGunnar Beutner
Previously accept() would copy the listener socket's cloexec and non-blocking flag. With that fixed however TCPServer and LocalServer now leak file descriptors into child processes and are blocking.
2021-05-17Emoji: Add a return key symbolGrant Yap
2021-05-16Base: Make 16x16 Play/Pause/Stop icons a bit smallerLinus Groh
These all looked out of place both when used on a regular button (e.g. in the SoundPlayer application) and a toolbar action button (e.g. in the GameOfLife application). This makes them a bit smaller (hand-drawn, not scaled down).
2021-05-16Taskbar: Give the shutdown dialog a UI facelift :^)Andreas Kling
2021-05-16Base: Tweak app-text-editor 32x32 icon (pencil color)Andreas Kling
2021-05-16PixelPaint: Style the application name as "Pixel Paint" :^)Andreas Kling
2021-05-15Games: Add GameOfLifeAndres Crucitti
This patch introduces a new game based on Conway's Game of Life.
2021-05-15PixelPaint+Base: Tool icon refresh :^)Andreas Kling
Redraw and shrink all tool icons to 16x16 instead of the off-beat size (26x26) they had previously.
2021-05-14Userland: Rename QuickShow => Image ViewerAndreas Kling
The old name was a bit too ambiguous. This one is crystal clear. :^)
2021-05-13Magnifier: Add a 32x32 iconValtteri Koskivuori
This is stolen from the app-file-manager icon. I'm still 'borrowing' the find icons for Magnifier, didn't see a reason to duplicate them.
2021-05-12Base: Add KeyboardMapper.afLinus Groh
Joining applications like Font Editor and Theme Editor, Keyboard Mapper now has its own entry in the "Development" system menu section.
2021-05-11Base: Add :nth-last-child test documentmiere43
2021-05-11Base: Add Magnifier.afLinus Groh
2021-05-11Base: Remove unused icons from the removed Visual Builder appAndreas Kling
2021-05-10Themes: Silver: Add window title button iconsBrendan Coles
2021-05-10LibPDF: Create basic object structureMatthew Olsson
This commit is the start of LibPDF, and introduces some basic structure objects. This emulates LibJS's Value structure, where Value is a simple class that can contain a pointer to a more complex Object class with more data. All of the basic PDF objects have a representation.
2021-05-09AnalogClock: New analog clock application (#6760)Erlend
2021-05-09Browser: Add :nth-child test documentmiere43
2021-05-08Themes: Faux Pas: Set RubberBandFill transparencyBrendan Coles
2021-05-08Themes: Faux Pas: Set HoverHighlight to whiteBrendan Coles
2021-05-08Themes: Add Light themeBrendan Coles
2021-05-08Demos: Add OpenGL teapot demo :^)Jesse Buhagiar
Every GL library needs an implementation of this! Currently drawn with "pixel vomit" colours as we don't yet support lighting via the GL library. This also ships with a super basic Wavefront OBJ loader.
2021-05-02WindowServer+Base: Show alternate close button for "modified" windowsAndreas Kling
Windows that are marked as modified will now have another (themable) close button. This gives an additional visual clue that some action will be required by the user before the window gets closed. The default window-close-modified icon is an "X" with "..." underneath, building on the established use of "..." in menus to signify that additional user input will be required before an action is completed.
2021-05-01Meta: Remove trailing whitespace from ro.jsonLinus Groh
This fixes the CI linting step.
2021-05-01Keymap: Added Romanian layoutxSlendiX
2021-05-01Base: Add bold Hebrew character glyphs to the Katica Bold 10 fontGal Horowitz
The glyph for the letter `Shin` (U+05E9) looks a bit wonky because the width of the font is too small. Unfortunately it doesn't look like the FontEditor is capable of changing the width of an existing font, so if that option will be added in the future this glyph can be fixed.
2021-04-26Demos: Add Starfield screensaver demoJagger De Leo