summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-10-04LibJS: Strict mode is now handled by Functions and Programs, not BlocksMatthew Olsson
2020-10-04Userland: tar: support extracting gzipped filesPeter Elliott
2020-10-04LibTar: Create LibTar and TarStreamPeter Elliott
2020-10-03LibGUI: Fix null pointer dereference in enter/leave event handlingAndreas Kling
2020-10-03LibGUI: Don't paint borders for invisible bars in ToolBarContainerAndreas Kling
2020-10-03LibGUI: Don't accomodate invisible children in ToolBarContainer heightAndreas Kling
2020-10-03Everywhere: Fix more typosLinus Groh
2020-10-03LibC: Remove unnecessary fallthrough comments.Emanuele Torre
2020-10-03LibWeb: Add empty IDL bindings for current SVG elementsLuke
2020-10-02LibWeb: Add a PageClient callback for image context menu requestsAndreas Kling
2020-10-02LibJS: Add Value::is_nullish()Andreas Kling
2020-10-02Everywhere: Fix typosNico Weber
2020-10-02AK: Add trivial structure validation to SharedBufferTom
2020-10-02LibGUI: Fix 1px misalignment of ColorButton selections in ColorPickerTibor Nagy
2020-10-01LibJS: Fix fatal mistake in HeapBlock::cell_from_possible_pointer()Andreas Kling
2020-10-01LibIPC: Silence a warning when compiling with gcc -O0Andreas Kling
2020-09-30HackStudio: Integrate with C++ Language ServerItamar
2020-09-30HackStudio: Add C++ Language ServerItamar
2020-09-30LibCpp: Add library for working with c++ codeItamar
2020-09-30LibCore: Add ensure_parent_directories to LibCore::FileItamar
2020-09-30LibGUI: Add a Shell syntax highlighterAnotherTest
2020-09-29LibJS: Move Console from Interpreter to GlobalObjectAndreas Kling
2020-09-29LibWeb: Add cm, in, mm and Q CSS unitsLuke
2020-09-29LibWeb: Implement performance.timeOriginAndreas Kling
2020-09-29LibCore: Expose origin timestamp of Core::ElapsedTimeAndreas Kling
2020-09-29LibWeb: Implement performance.now()Andreas Kling
2020-09-29LibWeb: Remove a bunch of unnecessary <LibJS/Interpreter.h> includesAndreas Kling
2020-09-29LibJS: Reduce use of Interpreter in ReferenceAndreas Kling
2020-09-29LibJS: Reduce use of Interpreter in LexicalEnvironmentAndreas Kling
2020-09-29LibGfx: Fix cut off CSS color namesLuke
2020-09-28LibCore: Make TCPServer::listen() report failure instead of assertingAndreas Kling
2020-09-28LibWeb: LoadRequest::operator==() should compare header valuesAndreas Kling
2020-09-28LibGUI: Correct inline editor placement in ColumnsViewAndreas Kling
2020-09-28LibWeb: Support <form method=POST>Andreas Kling
2020-09-28ProtocolServer+LibWeb: Support more detailed HTTP requestsAndreas Kling
2020-09-28LibWeb: Expand LoadRequest class to include method, headers and bodyAndreas Kling
2020-09-28LibJS: Add missing <AK/Function.h> include in JSONObject.cppAndreas Kling
2020-09-27LibC: Remove an unneeded string.h include in ctype.h/cppBenoit Lormeau
2020-09-27LibMarkdown: Parse paragraphs line-wiseAnotherTest
2020-09-27LibMarkdown: Add support for TablesAnotherTest
2020-09-27LibMarkdown: Add a Text(String) constructorAnotherTest
2020-09-27LibMarkdown: Make Text default-constructible and move-assignableAnotherTest
2020-09-27LibMarkdown: Take a 'view_width' argument for render_for_terminal()AnotherTest
2020-09-27AK: Move trim_whitespace() into StringUtils and add it to StringViewAnotherTest
2020-09-27LibWeb: Use JS::VM::call() in timer and RAF callback invocationAndreas Kling
2020-09-27LibJS: Stop using Interpreter& in the iterator operations helpersAndreas Kling
2020-09-27LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h>Andreas Kling
2020-09-27LibWeb: Bypass the JS::Interpreter when invoking JS event callbacksAndreas Kling
2020-09-27LibJS: Remove a bunch of unnecessary uses of Cell::interpreter()Andreas Kling
2020-09-27LibJS: Remove js_string(Interpreter&, ...)Andreas Kling