summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-23Kernel: Add missing casts when calling AK::min()Andreas Kling
2020-05-23AK: Fix inconsistent signature for dbgputstr()Andreas Kling
2020-05-23LibC: Declare ssize_t in a platform-agnostic wayAndreas Kling
2020-05-23Kernel: Tweak some suspicious casts in InterruptManagementAndreas Kling
2020-05-23Kernel: Dont't static_assert that size_t is 32-bit :^)Andreas Kling
2020-05-23Kernel: Use a FlatPtr for the "argument" to ioctl()Andreas Kling
2020-05-23Kernel: Simplify MP table parser a little bit moreAndreas Kling
2020-05-23Kernel: Make dump_backtrace_impl() take base pointer as a FlatPtrAndreas Kling
2020-05-23AK: Simplify Types.h a little bitAndreas Kling
2020-05-23AK: Add MakeSigned<T> helper templateAndreas Kling
2020-05-23AK: Allow NumericLimits.h to compile in a kernel contextAndreas Kling
2020-05-23Browser: An anchor link should open in a new tab when requiredFalseHonesty
2020-05-23LibWeb: Fix HtmlView not scrolling to a url's anchor on page loadFalseHonesty
2020-05-23AK: Fix URL::complete_url behaviour for when a fragment is passedFalseHonesty
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-23Userland/js: Do not construct a full CompletionSuggestion just to compare aga...AnotherTest
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-23Shell: Take whitespace into account when suggesting tokensAnotherTest
2020-05-23LibLine: Make suggest() utf8-awareAnotherTest
2020-05-23LibGUI: Improve double click selection on documents without spansFalseHonesty
2020-05-23Browser: Add "Paste & Go" action to the location boxFalseHonesty
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-22AK: Fix .. handling in FileSystemPathSergey Bugaev
2020-05-22LibC: Add (empty) netinet/tcp.h backLinus Groh
2020-05-22LibWeb: Minor tweaks to HTMLToken declarationAndreas Kling
2020-05-22Userland: Add a missing license headerAndreas Kling
2020-05-22LibWeb: Begin work on a spec-compliant HTML parserAndreas Kling
2020-05-22LibWeb: Move Attribute to its own header fileAndreas Kling
2020-05-22LibC: Sync file position when dropping read ahead bufferSergey Bugaev
2020-05-22Kernel: Return ESPIPE when seeking an unseekableSergey Bugaev
2020-05-22Browser: Pop up a context menu when requested on a bookmark buttonFalseHonesty
2020-05-22LibGUI: Add hook when a context menu is requested on a buttonFalseHonesty
2020-05-22LibJS: Make Array.prototype.{join,toString}() genericLinus Groh
2020-05-22LibJS: Make Array.prototype.pop() genericLinus Groh
2020-05-22LibJS: Make Array.prototype.push() genericLinus Groh
2020-05-22LibJS: Let Array.prototype.join() ignore additional argumentsLinus Groh
2020-05-22PixelPaint: Make the EllipseTool previews work while zoomed inAndreas Kling
2020-05-22PixelPaint: Make the RectangleTool previews work while zoomed inAndreas Kling
2020-05-22PixelPaint: Make the LineTool previews work while zoomed inAndreas Kling
2020-05-22Kernel: Remove some now-unnecessary casts in ProcFSAndreas Kling
2020-05-22AK: Make JsonValue and JsonObjectSerializer speak int/long/long longAndreas Kling
2020-05-22Kernel: Remove outdated FIXME's in the static ACPI parserAndreas Kling