summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-04-04LibGUI: Fix CppLexer assertion on incomplete #include statementsAndreas Kling
2020-04-04LibJS: Correctly forward declare "Argument" as a structAndreas Kling
2020-04-04LibGUI: Move ColorPicker's helper classes fully into ColorPicker.cppAndreas Kling
2020-04-04LibGUI: Add color palette and custom color selection in the ColorPickerHüseyin ASLITÜRK
2020-04-03LibWeb: Implement <script src> support for synchronous scriptsAndreas Kling
2020-04-03LibWeb: Add ResourceLoader::load_sync()Andreas Kling
2020-04-03LibCore: Don't replay last handled event when leaving nested event loopAndreas Kling
2020-04-03LibWeb: Protect DOM node while preparing to send mouse eventsAndreas Kling
2020-04-03Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS"Andreas Kling
2020-04-03LibGUI: Clear any hovered index when the cursor leaves an AbstractViewAndreas Kling
2020-04-03LibWeb: Add NavigatorObject to MakefileLinus Groh
2020-04-03LibWeb: Handle invalid URL in HtmlView::load()Linus Groh
2020-04-03LibJS: Add short circuit logical evaluationStephan Unverwerth
2020-04-03LibWeb: Add "navigator" object and expose navigator.userAgentAndreas Kling
2020-04-03LibJS: Fix logical expressionsLinus Groh
2020-04-03LibJS: Parse binary bitwise operatorsLinus Groh
2020-04-03LibJS: Implement ConditionalExpression (ternary "?:" operator)Andreas Kling
2020-04-03LibJS: Implement Error.prototype.toString()Linus Groh
2020-04-03LibJS: Remove UndefinedLiteral, add undefined to global objectLinus Groh
2020-04-02LibJS: Implement InfinityLinus Groh
2020-04-02LibJS: Object::put() shouldn't create own properties on prototype chainAndreas Kling
2020-04-02LibJS: Implement unary plus / minusLinus Groh
2020-04-02LibJS: Start implementing object shapesAndreas Kling
2020-04-02LibJS: Make JS::Cell non-copyable and non-movableAndreas Kling
2020-04-02Kernel & Userland: Allow to mount image files formatted with Ext2FSLiav A
2020-04-02LibJS: Fix bad cast in Interpreter::run()Andreas Kling
2020-04-02LibJS: Evaluate CallExpression arguments before pushing a CallFrameJack Karamanian
2020-04-02LibLine: Restore previous state only if initializedAnotherTest
2020-04-01LibJS: Add argument(i) and argument_count() to InterpreterAndreas Kling
2020-04-01LibJS: Make Value::as_object() return Object&Andreas Kling
2020-04-01LibJS: Add NaN to global objectLinus Groh
2020-04-01LibJS: Add Interpreter::create<GlobalObjectType>()Andreas Kling
2020-04-01LibJS: Add GlobalObject to the forwarding headerAndreas Kling
2020-04-01LibJS: Implement Error function/constructorLinus Groh
2020-04-01LibJS: Implement constructor/non-constructor function callsLinus Groh
2020-04-01LibWeb: Remove debug spam in WindowObjectAndreas Kling
2020-04-01LibWeb+LibJS: Move DOM Window object to dedicated classesAndreas Kling
2020-04-01LibJS: Reorganize computing of |this| for CallExpressionsAndreas Kling
2020-04-01Browser: Add error pageLinus Groh
2020-04-01LibLine: Fix Shell crashing (due to write() EFAULT) on <tab><tab>Andreas Kling
2020-03-31js: Implement print function for Date objectsLinus Groh
2020-03-31LibJS: Use "%d" to stringify numeric values that are whole integersAndreas Kling
2020-03-31LibLine: Fix build in Linux environmentAndreas Kling
2020-03-31LibLine: Rename on_char_input() => register_character_input_callback()Andreas Kling
2020-03-31LibLine: Rename LineEditor.{cpp,h} => Editor.{cpp,h}Andreas Kling
2020-03-31LibLine: Rename LineEditor to Line::EditorAndreas Kling
2020-03-31LibLine: Rename from LibLineEditAndreas Kling
2020-03-31LibLineEdit + Shell: Handle Termios internally and give a copy if askedAnotherTest
2020-03-31LibLinEdit + Shell: handle signalsAnotherTest
2020-03-31LibLineEdit: Add a new Line Editor libraryAnotherTest