Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-02 | LibTLS: Make enough stuff work to have a demo run | AnotherTest | |
...maybe, sometimes :^) | |||
2020-05-02 | Fire: Add app-fire.png 16x16 icon | Brendan Coles | |
2020-05-02 | Cube: Add app-cube.png 16x16 icon | Brendan Coles | |
2020-05-02 | Base: Tweak MessageBox icons a tiny bit | Andreas Kling | |
2020-05-02 | LibGfx: Decode paletted and grayscale images with 1/2/4 bit depth | LepkoQQ | |
When dealing with png data that has less than 8 bits per pixel, round up to the next byte when allocating per row buffers and streamers. This fixes decoding odd sized PNGs with less than 8 bits per pixel. Also added a test page with some odd sized palleted PNGs. | |||
2020-05-02 | Base: Update js(1) manpage | Linus Groh | |
Syntax highlighting is now enabled by default! | |||
2020-05-01 | Base: Adjust filetype icons to be right-aligned for consistency | Andreas Kling | |
Established convention is for the flavor icon to go on the right side. | |||
2020-05-01 | Base: Icons for INI, Object and Library file types | Hüseyin ASLITÜRK | |
2020-04-30 | WindowServer: Add action icons to the window menus | Andreas Kling | |
2020-04-30 | Base: Add back the OG grid wallpaper from back in the day, now as a PNG | Andreas Kling | |
2020-04-29 | DisplaySettings: Rename from DisplayProperties | Andreas Kling | |
2020-04-29 | Base: Tweak default desktop background color slightly | Andreas Kling | |
2020-04-28 | mkdir: Add -p option to create parent directories | Linus Groh | |
2020-04-28 | mkdir: Use ArgParser, support creating multiple directories | Linus Groh | |
2020-04-26 | LibWeb: Support loading data: URLs transparently via ResourceLoader | Andreas Kling | |
This is pretty darn cool! :^) | |||
2020-04-26 | Base: 32x32 icons for cplusplus and header file types | Hüseyin ASLITÜRK | |
2020-04-26 | Base+Browser: Add an icon for the serenity Browser and make it use it | Andres Vieira | |
Browser was using the filetype-html icon instead of a dedicated one, so we now have the globe from that icon reimagined and in good Buggie company :^) | |||
2020-04-26 | Base: Add test page for decoding different basic png formats. | LepkoQQ | |
2020-04-26 | Base: Improve cursor arrow to feel more symetrical | LepkoQQ | |
2020-04-26 | Base+LibGUI: Add icon for Python files | Linus Groh | |
2020-04-26 | Emoji: Rename U+1F600.png to U+1F41E.png (ladybug) | Linus Groh | |
The image for U+1F600 "GRINNING FACE" shows a ladybug, but the codepoint of that emoji is actually U+1F41E "LADY BEETLE" :^) | |||
2020-04-25 | HackStudio: Toolbar icon overhaul | Andreas Kling | |
2020-04-25 | HackStudio: Add cpp debugger | Itamar | |
The HackStudio debugger integrates with LibDebug to provide source-level debugging. The user can set breakpoints at various positions in the source code, and then run the program in debug mode. When the program is stopped, the current execution position is displayed, and the user can insert/remove breakpoints, continue execution, or single step the program. | |||
2020-04-25 | HackStudio: GUI support for setting breakpoints on source code lines | Itamar | |
2020-04-25 | Browser: Add Browser.ini configuration file | Brendan Coles | |
The Browser can now load a home page URL from the user's Browser.ini configuration file rather than using a hard-coded URL. | |||
2020-04-24 | Base: New "cut" action icon | Andreas Kling | |
2020-04-24 | Browser: Add icons for the "new tab" and "close tab" actions | Andreas Kling | |
2020-04-24 | Base: New "open" and "save" action icons | Andreas Kling | |
2020-04-24 | Base: Tweak Calendar app icon | Andreas Kling | |
2020-04-24 | Base: Tweak ladybug icon | Andreas Kling | |
2020-04-23 | LibJS: Implement computed properties in object expressions | Linus Groh | |
2020-04-23 | Base: Nudge Redmond theme closer to the Windows 95 colors :^) | Andreas Kling | |
2020-04-23 | Base: Tweak filetype-javascript icon and add 32x32 version | Andreas Kling | |
2020-04-23 | Base: Tweak new/open/save icons (make them a bit smaller) | Andreas Kling | |
2020-04-23 | Applications: Remove ChanViewer app | Andreas Kling | |
The HTTP JSON API this relied on is no longer available via HTTP and I would rather make the website work in Browser anyway. :^) | |||
2020-04-23 | Base: Tweak icons with arrows in them (to be more pointy) | Andreas Kling | |
2020-04-23 | Base: Tweak go-home icon | Andreas Kling | |
2020-04-23 | Base: Close head tag in canvas-path.html and give the document a title | Emanuele Torre | |
2020-04-22 | TextEditor: Add "Find Previous" 16x16 icon | Brendan Coles | |
2020-04-22 | Base: Add missing Syntax color settings for Joi theme | Brendan Coles | |
2020-04-22 | Base: Add Sunshine theme | Brendan Coles | |
2020-04-21 | Base: Add QuickShow application to system menu | Hüseyin ASLITÜRK | |
2020-04-21 | TextEditor: Add "Find Next" 16x16 icon | Brendan Coles | |
2020-04-20 | LibGUI: Add Select all action to TextEditor | angel | |
Previously, TextEditor processed the Select all command directly on the keydown event handler. For this reason, WindowManager would not process it as an action for the focused control and an action with the same keyboard shortcut from the parent could override the TextEditor's one even when it is focused. For instance, when pressing Ctrl+A on the FileManager's path bar, all files were selected instead, which is not the expected behavior. Now the Select all command is an actual action on TextEditor, so that WindowManager can process it correctly before any other actions. I also added an icon for it! | |||
2020-04-20 | Solitaire: Sharpen 16x16 icon | Andreas Kling | |
2020-04-20 | Solitaire: Use a pre-scaled buggie image for the back of cards | Andreas Kling | |
Instead of scaling on the fly, which is not super aesthetic yet. | |||
2020-04-19 | Base: Add Demo applications to system menu | Linus Groh | |
2020-04-19 | Base: Update js(1) manpage | Linus Groh | |
- Include all options - Update example REPL session to match current output - Mention REPL's help() - Add test mode section | |||
2020-04-19 | Base: Document open(1) | Sergey Bugaev | |
2020-04-19 | Base: Update Redmond theme window borders to appear less flat | Brendan Coles | |