summaryrefslogtreecommitdiff
path: root/Base
AgeCommit message (Expand)Author
2020-03-19LibWeb: Add <canvas> element and start fleshing out CRC2DAndreas Kling
2020-03-19LibJS: Prefer FunctionDeclaration if a statement begins with "function"Andreas Kling
2020-03-18LibWeb: Fire "mousedown" and "mousemove" events in the DOM :^)Andreas Kling
2020-03-18LibWeb: Start working on DOM event supportAndreas Kling
2020-03-18SystemServer: Add WorkingDirectory supportItamar
2020-03-17LibJS: Implement typeof operatorConrad Pankoff
2020-03-17Base: Add Joi thememarprok
2020-03-16LibJS: Replace the global print() function with console.log() :^)Andreas Kling
2020-03-16js: Fix simple scopes example0xtechnobabble
2020-03-16LibJS: Implement abstract equality and inequality0xtechnobabble
2020-03-16LibGUI: Use themes for syntax highlightingOriko
2020-03-16Keymap: Add a US Dvorak keyboard layoutPřemysl Janouch
2020-03-15LibJS: Add ObjectPrototype and implement hasOwnProperty()Andreas Kling
2020-03-15LibJS: Add StringPrototype and make it the prototype of StringObjectAndreas Kling
2020-03-15Keymap: Add DE keymap layoutmyphs
2020-03-14LibJS: Unescape strings in Token::string_value()Stephan Unverwerth
2020-03-14LibWeb: Implement Document.getElementById()Andreas Kling
2020-03-14LibWeb: Start implementing basic JavaScript DOM bindingsAndreas Kling
2020-03-14LibWeb: Parse <script> elements and run any JavaScript found insideAndreas Kling
2020-03-14LibJS: Lex single quote strings, escaped chars and unterminated stringsStephan Unverwerth
2020-03-14LibJS: Add operator precedence parsingStephan Unverwerth
2020-03-13HackStudio: Add Javascript projectsOriko
2020-03-13Solitaire: Add about dialog and 32x32 iconTill Mayer
2020-03-12LibJS: Replace $gc() hack with a NativeFunction on the global objectAndreas Kling
2020-03-12LibJS: Add NativeFunction, a callable wrapper around a C++ lambdaAndreas Kling
2020-03-12Meta: Add for-loop JavaScript test programConrad Pankoff
2020-03-12LibJS: Add test for function with argumentshowar6hill
2020-03-12LibJS: Implement basic MemberExpression parsingAndreas Kling
2020-03-12js: Take the script file as a command-line argumentAndreas Kling
2020-03-09Games: Added solitaireTill Mayer
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling
2020-03-07LibCore: Remove all remaining C prefix referencesShannon Booth
2020-03-05Keymap: Add ABNT2 keymap (#1347)Andreas Kling
2020-03-05Keymap: Add GB keymap layoutBenJilks
2020-03-05Inspector: Add special icon for timer objectsAndreas Kling
2020-03-05Inspector: Add a special icon for layout classesAndreas Kling
2020-03-03Base: Add anon user to the phys groupAndreas Kling
2020-03-01Keymaps: Added keymap for norwegian keyboardsMathias Danielsen
2020-02-29About: Adopt Buggie :^)Andreas Kling
2020-02-28Kernel+LibC: Rename shared buffer syscalls to use a prefixAndreas Kling
2020-02-23SystemMenu: Move SystemDialog into SystemMenu and remove INI configthatlittlegit
2020-02-23SystemDialog+Base: Add icon for SystemDialogthatlittlegit
2020-02-23SystemDialog: Revamp to be more Win95-likethatlittlegit
2020-02-20Base: Add a man page for lspcihowar6hill
2020-02-20host: Use ArgsParser to parse arguments, and add man page (#1252)howar6hill
2020-02-20LibGfx+LibGUI: Allow theming the focus outline of AbstractButtonTibor Nagy
2020-02-20LibGfx+LibGUI: Allow theming the text cursorTibor Nagy
2020-02-19Userland: Add userdel program (#1217)howar6hill
2020-02-19Base: Add ruler colors to system themesTibor Nagy
2020-02-18Man: Use ArgsParser to parse argumentshowar6hill