summaryrefslogtreecommitdiff
path: root/Base
AgeCommit message (Expand)Author
2020-04-12Base: Add go-first, go-last, zoom-in, zoom-out iconsHüseyin ASLITÜRK
2020-04-11MenuApplets: Support memory usage and custom colors in ResourceGraphLinus Groh
2020-04-11MenuApplets: Rename CPUGraph to ResourceGraphLinus Groh
2020-04-10LibJS: Add String.prototype.pad{Start,End}()Linus Groh
2020-04-10IRCClient: Add NotifyOnMessage/NotifyOnMention config optionsBrendan Coles
2020-04-10IRCClient: Add ShowNickChangeMessages/ShowJoinPartMessages conf optionsBrendan Coles
2020-04-08LibWeb: Add canvas.strokeRect(), and fix scale & translateBrian Gianforcaro
2020-04-07Resources: Added filetype icon for object, library, text and unknown.VAN BOSSUYT Nicolas
2020-04-06Kernel & Userland: Allow to mount image files formatted with Ext2FSLiav A
2020-04-06Ressources: Added more file type icon.VAN BOSSUYT Nicolas
2020-04-06DHCPClient: Log errors and cleanup the codeAnotherTest
2020-04-06Base: Add trigonometry demo webpageLinus Groh
2020-04-05IRCClient: Allow CTCP replies to be user configurable in IRCClient.iniBrendan Coles
2020-04-05Servers: Add a new DHCP clientAnotherTest
2020-04-05IRCClient: Add icons for channel list, channel invite, channel topicBrendan Coles
2020-04-04Base: Add la-latin1 keyboard layout (#1597)M
2020-04-03LibWeb: Implement <script src> support for synchronous scriptsAndreas Kling
2020-04-03Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS"Andreas Kling
2020-04-03LibWeb: Add "navigator" object and expose navigator.userAgentAndreas Kling
2020-04-02Kernel & Userland: Allow to mount image files formatted with Ext2FSLiav A
2020-04-01Browser: Add error pageLinus Groh
2020-03-31Base: Tweak the canvas demo page to stop using fractional RGB valuesAndreas Kling
2020-03-31Base: Change root user home directory from `/` to `/root`Brendan Coles
2020-03-30LibJS: Start implementing Date :^)Linus Groh
2020-03-30HackStudio: Add an upscaled 32x32 icon to the About dialogTibor Nagy
2020-03-30LibWeb: Support more advanced selectors in document.querySelectorAll()Andreas Kling
2020-03-30LibWeb: Add naive support for document.querySelectorAll()Andreas Kling
2020-03-29Base: Add icons for color-chooserHüseyin ASLITÜRK
2020-03-29Base: Add tile wallpaperHüseyin ASLITÜRK
2020-03-29Base: Add monitor.pngHüseyin ASLITÜRK
2020-03-27Browser: Let the user add/remove bookmarks to the bookmarks barEmanuel Sprung
2020-03-27Browser: Add bookmarks barEmanuel Sprung
2020-03-26Base: Add a man page for js(1)Sergey Bugaev
2020-03-26Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511)Elisée Maurer
2020-03-25LibWeb: Implement getting and setting element.innerHTMLAndreas Kling
2020-03-25Keymap: Add FR keymap layoutredoste
2020-03-24LibJS: Implement "throw"Andreas Kling
2020-03-24LibJS: Implement basic exception throwingAndreas Kling
2020-03-24LibJS: Parse "try", "catch" and "finally"Andreas Kling
2020-03-23 LibWeb: CSS: Add "position: absolute" with top and leftmyphs
2020-03-22LibWeb: Add basic support for requestAnimationFrame()Andreas Kling
2020-03-21Base: Add a demo web page for canvas+setInterval+randomnessAndreas Kling
2020-03-21Base: Tidy up the events.html test page a little bitAndreas Kling
2020-03-21LibJS: Delete fully-empty HeapBlocks after garbage collectionAndreas Kling
2020-03-21LibJS: Parse object expressions0xtechnobabble
2020-03-20LibJS: Add ArrayPrototype and implement Array.prototype.push()Andreas Kling
2020-03-20LibJS: Support reading/writing elements in an Array via Object get/putAndreas Kling
2020-03-20LibJS: Parse ArrayExpression and start implementing Array objectsAndreas Kling
2020-03-20LibWeb: Add CSS property 'border'myphs
2020-03-19Base: Add Calendar.afrhin123