summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-05-24LibGfx: Add Painter::fill_ellipse()Sergey Bugaev
2020-05-24LibJS: Use the new math constantsSergey Bugaev
2020-05-24LibM: Add M_SQRT2 and M_SQRT1_2Sergey Bugaev
2020-05-24LibJS: add Array.prototype.reduceRight()Marcin Gasperowicz
2020-05-24LibJS: Refactor AccessorLinus Groh
2020-05-24LibWeb: Fix copy-paste error in HTMLDocumentParser (#2358)Daniel Gustafsson
2020-05-24LibDebug: Make sure to not single step the program twiceItamar
2020-05-24LibDebug: Tolerate missing debug informationItamar
2020-05-24LibWeb: Improve support for white-space CSS property (#2348)Jack Byrne
2020-05-24LibWeb: HtmlTokenizer.cpp: fix ON_WHITESPACE macroEmanuele Torre
2020-05-24LibWeb: Add hook to HtmlView when a new document is setFalseHonesty
2020-05-24Browser: Add JS ConsoleFalseHonesty
2020-05-24LibGUI: Use word breaks to intelligently navigate a TextEditorFalseHonesty
2020-05-24LibGUI: Add word break locator methods to TextDocumentFalseHonesty
2020-05-24LibWeb: Implement enough HTML parsing to handle a small simple DOM :^)Andreas Kling
2020-05-24LibWeb: Start building the tree building part of the new HTML parserAndreas Kling
2020-05-24LibWeb: Add HTMLFormElement to forwarding headerAndreas Kling
2020-05-24LibWeb: Add "name" to DocumentType nodesAndreas Kling
2020-05-23LibWeb: Make hit-testing work with display: inline-block;Andreas Kling
2020-05-23LibWeb: Colorize tag names in layout tree dumps + show element IDsAndreas Kling
2020-05-23LibWeb: Implement a bit more of DOCTYPE tokenizationAndreas Kling
2020-05-23LibWeb: Emit character/comment tokens lazily to accumulate more dataAndreas Kling
2020-05-23LibJS: Use __APPLE__ instead of __MACH__ for MacOS buildMarcin Gasperowicz
2020-05-23LibLine: Default to resetting styles when a cell has no styles setAnotherTest
2020-05-23LibC: Move ssize_t from <stddef.h> to <sys/types.h>Andreas Kling
2020-05-23LibJS: Add Array.prototype.reduce() (#2334)Marcin Gasperowicz
2020-05-23LibJS: Treat NaN in Value::to_i32() as zeroLinus Groh
2020-05-23Build: Make Lagom build under macOS (#2341)Marcin Gasperowicz
2020-05-23Kernel+LibC: Fix various build issues introduced by ssize_tAndreas Kling
2020-05-23Kernel+LibC: Let's say that off_t is a ssize_tAndreas Kling
2020-05-23LibWeb: Make BEGIN_STATE and END_STATE include some {{{ and }}}Andreas Kling
2020-05-23LibC: Declare ssize_t in a platform-agnostic wayAndreas Kling
2020-05-23LibWeb: Fix HtmlView not scrolling to a url's anchor on page loadFalseHonesty
2020-05-23LibWeb: Add missing END_STATE for TagNameAndreas Kling
2020-05-23LibWeb: Teach HTMLTokenizer how to tokenize commentsAndreas Kling
2020-05-23LibLine: Make the comments follow the project styleAnotherTest
2020-05-23LibLine: Properly paginate suggestions in XtermSuggestionDisplayAnotherTest
2020-05-23 LibLine: Add a constructor for CompletionSuggestions purely for comparisonAnotherTest
2020-05-23LibLine: Refactor suggestion handling and display logic outAnotherTest
2020-05-23LibLine: Correctly handle multibyte codepoints in suggestionsAnotherTest
2020-05-23LibLine: Make suggest() utf8-awareAnotherTest
2020-05-23LibGUI: Improve double click selection on documents without spansFalseHonesty
2020-05-23LibWeb: Teach HTMLTokenizer how to tokenize attributesAndreas Kling
2020-05-23LibJS: Add missing exception check to ArrayPrototype's for_each_item()Linus Groh
2020-05-23LibJS: Fix Array.prototype.lastIndexOf() implementationLinus Groh
2020-05-23LibJS: Treat missing arg in Array.prototype.{indexOf,lastIndexOf}() as undefinedLinus Groh
2020-05-22LibC: Add (empty) netinet/tcp.h backLinus Groh
2020-05-22LibWeb: Minor tweaks to HTMLToken declarationAndreas Kling
2020-05-22LibWeb: Begin work on a spec-compliant HTML parserAndreas Kling
2020-05-22LibWeb: Move Attribute to its own header fileAndreas Kling