summaryrefslogtreecommitdiff
path: root/Base
AgeCommit message (Expand)Author
2019-11-25LibHTML: Implement basic <form> and <input> element supportAndreas Kling
2019-11-25Base: Import the 1st and 2nd Acid tests for web standards complianceAndreas Kling
2019-11-25LibHTML: Draw each CSS border edge separately with their own styleAndreas Kling
2019-11-25Base: Add trq.json and en.jsonHüseyin ASLITÜRK
2019-11-22WindowServer: Add an audio icon to the menu barAndreas Kling
2019-11-22Docs: Add avol(1)Andreas Kling
2019-11-21LibHTML: Handle stand-alone attribute selectorsAndreas Kling
2019-11-21LibHTML: Implement some attribute selector supportAndreas Kling
2019-11-18little: Make this build by default, and add some curliesAndreas Kling
2019-11-17Docs: Add note about EINVAL to isatty(3)Andreas Kling
2019-11-17Docs: Add isatty(3) man pageAndreas Kling
2019-11-17Docs: Add uname(1) and uname(2) man pagesAndreas Kling
2019-11-17Docs: Add info about -T and -t to crash(1)Andreas Kling
2019-11-12Base: Add Help.af :^)Andreas Kling
2019-11-12Katica10: Tweak the 'L' and 'Q' glyphsAndreas Kling
2019-11-11Launcher: Remove the Launcher app, and all hacks in support of itAndreas Kling
2019-11-11Base: Add .af files for Minesweeper, Snake and VisualBuilderAndreas Kling
2019-11-11Base: Add Piano.af and SoundPlayer.afAndreas Kling
2019-11-11Base: Put DisplayProperties, FontEditor and PaintBrush into a categoryAndreas Kling
2019-11-11Base: Add TextEditor.afAndreas Kling
2019-11-11WindowServer: Populate system menu with app launchers from /res/appsAndreas Kling
2019-11-10HackStudio: Use a visually distinct icon for the cursor toolAndreas Kling
2019-11-10HackStudio: Use the GWidget class registry to populate the toolbarAndreas Kling
2019-11-10Base: Add link to bettermotherfuckingwebsite in welcome.htmlMarcel Schneider
2019-11-09SoundPlayer: Added 32x32 icon for the about dialogTill Mayer
2019-11-09FileManager: Remember my last position and size.Hüseyin ASLITÜRK
2019-11-09HackStudio: Start fleshing out the GUI for a GUI designer :^)Andreas Kling
2019-11-07Base: Add a local copy of bettermotherfuckingwebsite.com for testingAndreas Kling
2019-11-04SoundPlayer: Added playback control icons and application iconTill Mayer
2019-11-04FileManager: Remember my last view mode (#731)Hüseyin ASLITÜRK
2019-10-30HackStudio: Show documentation preview in tooltip on identifier hoverAndreas Kling
2019-10-28HackStudio: Add little icons for ".cpp" and ".h" filesAndreas Kling
2019-10-25HackStudio: Start building a C++ lexer to help with syntax highlightingAndreas Kling
2019-10-24HackStudio: Add some toolbar icons to liven up the UI a bit :^)Andreas Kling
2019-10-23HackStudio: Add "little" test project file listAndreas Kling
2019-10-22HackStudio: Add a simple "Run" actionAndreas Kling
2019-10-22HackStudio: Show the currently open file in bold (in the project list)Andreas Kling
2019-10-21HackStudio: Add a simple app icon and some initial menusAndreas Kling
2019-10-20LibHTML: Implement "text-align: justify"Andreas Kling
2019-10-20LibHTML+Browser: Support scrolling to anchor with <a href="#foo">Andreas Kling
2019-10-19LibHTML: Implement basic tiled background image supportAndreas Kling
2019-10-16LibHTML: Add the <center> elementAndreas Kling
2019-10-16LibHTML: Implement CSS text-align: left/center/rightAndreas Kling
2019-10-14LibHTML: Implement basic :hover pseudo-class supportAndreas Kling
2019-10-13HexEditor: Initial application releaseBrandon Scott
2019-10-13LibHTML: Handle comments in the CSS parserAndreas Kling
2019-10-12LibHTML: Add Comment and CharacterData nodes and improve HTML parsingAndreas Kling
2019-10-12LibHTML: Implement the <br> element for line breakingAndreas Kling
2019-10-10LibGUI+WindowServer: Add a "Hand" cursor to the standard cursorsAndreas Kling
2019-10-09LibHTML: Implement the <blink> elementAndreas Kling