Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-27 | Keymaps: Add German (Switzerland) keymap layout | Max Wipfli | |
This adds a `de-ch` keyboard layout. | |||
2021-05-26 | Base: Add a WebAssembly mandelbrot demo | Ali Mohammad Pur | |
This is now good enough to make a showcase of :P | |||
2021-05-26 | LibWeb: Implement a very basic WebAssembly JS API | Ali 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-24 | LibGfx+Base: Tweak bitmap fonts to ensure glyph data is 4-byte aligned | Andreas 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-22 | Profiler: Add a "Show Disassembly" action (and hide it by default) | Andreas Kling | |
2021-05-22 | Base: Fix numeric keypad in slovenian keymap | NonStandardModel | |
Numeric keypad map was off-by-one. | |||
2021-05-22 | Base: Add go-to.png 16x16 icon | Brendan Coles | |
2021-05-21 | Base: Unregister "md" extension from Browser | Andreas Kling | |
These are already handled by TextEditor, and I think it's a lot nicer to open them there anyway. | |||
2021-05-21 | Games: Add Hearts | Gunnar Beutner | |
2021-05-21 | Solitaire: Move cards functionality into LibCards | Gunnar Beutner | |
2021-05-21 | Base: Tweak syntax highlighting colors in the Default theme | Andreas Kling | |
The old ones were barely noticeable. Let's at least make it visible that you have syntax highlighting enabled. :^) | |||
2021-05-20 | 3DFileViewer: Move the example model into the home directory | Gunnar Beutner | |
2021-05-20 | Base: Update ladyball icons based on new variant from myphs | Andreas Kling | |
2021-05-20 | DisplaySettings: Replace the monitor image with something more thematic | Andreas Kling | |
This is a drawing of my own monitor in a familiar style. :^) | |||
2021-05-19 | 3DFileViewer: Move `Demos/GLTeapot` to `Applications/3DFileViewer` | Erik Biederstadt | |
Also changes the category to `Graphics` | |||
2021-05-18 | PDFViewer+Base: Display application title as "PDF Viewer" | Andreas Kling | |
This matches other applications in the system. :^) | |||
2021-05-18 | Applications: Add a very simple PDFViewer | Matthew Olsson | |
2021-05-18 | Base: Add LiberationSerif TTF font | Matthew Olsson | |
This will be our primary PDF ttf font, since Times New Roman is not an open font. | |||
2021-05-18 | Base: Add "Plum" theme (#7076) | Joel Hansen | |
A theme with dark purples and reds. Inspired by the classic NT theme. | |||
2021-05-18 | LibGfx: Add support for DDS images | stelar7 | |
2021-05-17 | Base: Add boxes with multi-part border attributes to borders.html | Timothy Flynn | |
2021-05-17 | Base: Fix 16x16 analog clock icon | Timothy Flynn | |
This icon somehow got replaced with a Buggie image in 07341c359487c45e6c8a8187f18d5271536c798b. | |||
2021-05-17 | Demos: Add Mandelbrot demo | Gunnar 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-17 | LibCore: Close accepted sockets on exec() and make them non-blocking | Gunnar 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-17 | Emoji: Add a return key symbol | Grant Yap | |
2021-05-16 | Base: Make 16x16 Play/Pause/Stop icons a bit smaller | Linus 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-16 | Taskbar: Give the shutdown dialog a UI facelift :^) | Andreas Kling | |
2021-05-16 | Base: Tweak app-text-editor 32x32 icon (pencil color) | Andreas Kling | |
2021-05-16 | PixelPaint: Style the application name as "Pixel Paint" :^) | Andreas Kling | |
2021-05-15 | Games: Add GameOfLife | Andres Crucitti | |
This patch introduces a new game based on Conway's Game of Life. | |||
2021-05-15 | PixelPaint+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-14 | Userland: Rename QuickShow => Image Viewer | Andreas Kling | |
The old name was a bit too ambiguous. This one is crystal clear. :^) | |||
2021-05-13 | Magnifier: Add a 32x32 icon | Valtteri 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-12 | Base: Add KeyboardMapper.af | Linus Groh | |
Joining applications like Font Editor and Theme Editor, Keyboard Mapper now has its own entry in the "Development" system menu section. | |||
2021-05-11 | Base: Add :nth-last-child test document | miere43 | |
2021-05-11 | Base: Add Magnifier.af | Linus Groh | |
2021-05-11 | Base: Remove unused icons from the removed Visual Builder app | Andreas Kling | |
2021-05-10 | Themes: Silver: Add window title button icons | Brendan Coles | |
2021-05-10 | LibPDF: Create basic object structure | Matthew 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-09 | AnalogClock: New analog clock application (#6760) | Erlend | |
2021-05-09 | Browser: Add :nth-child test document | miere43 | |
2021-05-08 | Themes: Faux Pas: Set RubberBandFill transparency | Brendan Coles | |
2021-05-08 | Themes: Faux Pas: Set HoverHighlight to white | Brendan Coles | |
2021-05-08 | Themes: Add Light theme | Brendan Coles | |
2021-05-08 | Demos: 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-02 | WindowServer+Base: Show alternate close button for "modified" windows | Andreas 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-01 | Meta: Remove trailing whitespace from ro.json | Linus Groh | |
This fixes the CI linting step. | |||
2021-05-01 | Keymap: Added Romanian layout | xSlendiX | |
2021-05-01 | Base: Add bold Hebrew character glyphs to the Katica Bold 10 font | Gal 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-26 | Demos: Add Starfield screensaver demo | Jagger De Leo | |