Age | Commit message (Expand) | Author |
2020-04-14 | Base: Add a little test web page for canvas drawImage() :^) | Andreas Kling |
2020-04-12 | LibJS: Add console.{debug,info,warn,error}() | Linus Groh |
2020-04-12 | Base: Add go-first, go-last, zoom-in, zoom-out icons | Hüseyin ASLITÜRK |
2020-04-11 | MenuApplets: Support memory usage and custom colors in ResourceGraph | Linus Groh |
2020-04-11 | MenuApplets: Rename CPUGraph to ResourceGraph | Linus Groh |
2020-04-10 | LibJS: Add String.prototype.pad{Start,End}() | Linus Groh |
2020-04-10 | IRCClient: Add NotifyOnMessage/NotifyOnMention config options | Brendan Coles |
2020-04-10 | IRCClient: Add ShowNickChangeMessages/ShowJoinPartMessages conf options | Brendan Coles |
2020-04-08 | LibWeb: Add canvas.strokeRect(), and fix scale & translate | Brian Gianforcaro |
2020-04-07 | Resources: Added filetype icon for object, library, text and unknown. | VAN BOSSUYT Nicolas |
2020-04-06 | Kernel & Userland: Allow to mount image files formatted with Ext2FS | Liav A |
2020-04-06 | Ressources: Added more file type icon. | VAN BOSSUYT Nicolas |
2020-04-06 | DHCPClient: Log errors and cleanup the code | AnotherTest |
2020-04-06 | Base: Add trigonometry demo webpage | Linus Groh |
2020-04-05 | IRCClient: Allow CTCP replies to be user configurable in IRCClient.ini | Brendan Coles |
2020-04-05 | Servers: Add a new DHCP client | AnotherTest |
2020-04-05 | IRCClient: Add icons for channel list, channel invite, channel topic | Brendan Coles |
2020-04-04 | Base: Add la-latin1 keyboard layout (#1597) | M |
2020-04-03 | LibWeb: Implement <script src> support for synchronous scripts | Andreas Kling |
2020-04-03 | Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS" | Andreas Kling |
2020-04-03 | LibWeb: Add "navigator" object and expose navigator.userAgent | Andreas Kling |
2020-04-02 | Kernel & Userland: Allow to mount image files formatted with Ext2FS | Liav A |
2020-04-01 | Browser: Add error page | Linus Groh |
2020-03-31 | Base: Tweak the canvas demo page to stop using fractional RGB values | Andreas Kling |
2020-03-31 | Base: Change root user home directory from `/` to `/root` | Brendan Coles |
2020-03-30 | LibJS: Start implementing Date :^) | Linus Groh |
2020-03-30 | HackStudio: Add an upscaled 32x32 icon to the About dialog | Tibor Nagy |
2020-03-30 | LibWeb: Support more advanced selectors in document.querySelectorAll() | Andreas Kling |
2020-03-30 | LibWeb: Add naive support for document.querySelectorAll() | Andreas Kling |
2020-03-29 | Base: Add icons for color-chooser | Hüseyin ASLITÜRK |
2020-03-29 | Base: Add tile wallpaper | Hüseyin ASLITÜRK |
2020-03-29 | Base: Add monitor.png | Hüseyin ASLITÜRK |
2020-03-27 | Browser: Let the user add/remove bookmarks to the bookmarks bar | Emanuel Sprung |
2020-03-27 | Browser: Add bookmarks bar | Emanuel Sprung |
2020-03-26 | Base: Add a man page for js(1) | Sergey Bugaev |
2020-03-26 | Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511) | Elisée Maurer |
2020-03-25 | LibWeb: Implement getting and setting element.innerHTML | Andreas Kling |
2020-03-25 | Keymap: Add FR keymap layout | redoste |
2020-03-24 | LibJS: Implement "throw" | Andreas Kling |
2020-03-24 | LibJS: Implement basic exception throwing | Andreas Kling |
2020-03-24 | LibJS: Parse "try", "catch" and "finally" | Andreas Kling |
2020-03-23 | LibWeb: CSS: Add "position: absolute" with top and left | myphs |
2020-03-22 | LibWeb: Add basic support for requestAnimationFrame() | Andreas Kling |
2020-03-21 | Base: Add a demo web page for canvas+setInterval+randomness | Andreas Kling |
2020-03-21 | Base: Tidy up the events.html test page a little bit | Andreas Kling |
2020-03-21 | LibJS: Delete fully-empty HeapBlocks after garbage collection | Andreas Kling |
2020-03-21 | LibJS: Parse object expressions | 0xtechnobabble |
2020-03-20 | LibJS: Add ArrayPrototype and implement Array.prototype.push() | Andreas Kling |
2020-03-20 | LibJS: Support reading/writing elements in an Array via Object get/put | Andreas Kling |
2020-03-20 | LibJS: Parse ArrayExpression and start implementing Array objects | Andreas Kling |