summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-06-16LibJS/Tests: Use Object.prototype.toString() for values in test detailsLinus Groh
2021-06-17Spreadsheet: Remove the offset used for exception TextRangesAli Mohammad Pur
2021-06-17Spreadsheet: Remove 'return (...)' workaround in conditional formattingAli Mohammad Pur
2021-06-17Spreadsheet: Do not cancel drag-select when moving over a cell cornerAli Mohammad Pur
2021-06-17Spreadsheet: Correctly resolve nonstandard column namesAli Mohammad Pur
2021-06-17Spreadsheet: Make the XSV parser start with a preview parseAli Mohammad Pur
2021-06-16WindowServer: Simplify WindowFrame shadow logic a little bitAndreas Kling
2021-06-16LibGfx: Add a bunch of [[nodiscard]] to PointAndreas Kling
2021-06-16LibGfx: Convert Point to east-const styleAndreas Kling
2021-06-16LibGfx: Add a bunch of [[nodiscard]] to SizeAndreas Kling
2021-06-16LibGfx: Convert Size to east-const styleAndreas Kling
2021-06-16LibGfx: Convert Rect to east-const styleAndreas Kling
2021-06-16LibGfx: Add a bunch of [[nodiscard]] to Gfx::RectAndreas Kling
2021-06-16WindowServer: Fix unnecessary local variable shadowing in WindowFrameAndreas Kling
2021-06-16PixelPaint: Set the image title when creating a new imageAatos Majava
2021-06-16LibJS: Add the String.prototype.search methodIdan Horowitz
2021-06-16LibJS: Add the String.prototype.matchAll methodIdan Horowitz
2021-06-16LibJS: Add the String.prototype.codePointAt() methodIdan Horowitz
2021-06-16LibJS: Handle UTF whitespace characters in String's trim{,Start,End}Idan Horowitz
2021-06-16LibC: Make sure the definition for struct timeval is availableGunnar Beutner
2021-06-16AudioServer: Put the m_zero_filled_buffer variable into the .bss segmentGunnar Beutner
2021-06-16Help: When opening a page, make sure it is selected in the tree viewTimon Kruiper
2021-06-16Help: Make sure the home page is actually shown when opening the appTimon Kruiper
2021-06-16LibRegex: Display correct position for Compare in REGEX_DEBUGsin-ack
2021-06-16LibRegex: Fix incorrect case-sensitive comparisonssin-ack
2021-06-16LibJS: Rename Value::{is_integer => is_integral_number}Idan Horowitz
2021-06-16LibJS: Throw when delete-ing a non-configurable property in strict modeIdan Horowitz
2021-06-16LibJS: Allow no-op define property calls on non-configurable objectsIdan Horowitz
2021-06-16PixelPaint: Don't open new images in background tabsAndreas Kling
2021-06-16PixelPaint: Make images keep track of their path & titleAndreas Kling
2021-06-16PixelPaint: Make ImageEditor::image() return a reference (Image&)Andreas Kling
2021-06-16PixelPaint: Make the main UI tabbed and allow multiple open images :^)Andreas Kling
2021-06-16PixelPaint: Make main window a little bit taller by defaultAndreas Kling
2021-06-16LibJS: Add the String.fromCodePoint() methodIdan Horowitz
2021-06-16HexEditor: Use Yes/No/Cancel prompts for message boxesApoorv Mishra
2021-06-16LibCpp: Remove InlineLinkedList from the list of known typesBrian Gianforcaro
2021-06-16Shell: Remove unused InlineLinkedList header includeBrian Gianforcaro
2021-06-16WindowServer: Remove unused AK::InlineLinkedList header includesBrian Gianforcaro
2021-06-16LibCore: Allow TCPServer to be blockingstelar7
2021-06-15LibJS: Add all of the FinalizationRegistry.prototype methodsIdan Horowitz
2021-06-15LibJS: Add the FinalizationRegistry built-in objectIdan Horowitz
2021-06-15AK: Add support for removing SinglyLinkedList nodes during iterationIdan Horowitz
2021-06-15LibJS: Use OrderedHashTable instead of HashTable in the Set built-inIdan Horowitz
2021-06-15LibJS: Use OrderedHashMap instead of HashMap in the Map built-inIdan Horowitz
2021-06-15Userland: Teach the file utility that empty files also existValtteri Koskivuori
2021-06-15LibJS: Add a basic pass manager and add some basic passesAli Mohammad Pur
2021-06-15LibJS: Rename the overridden Instruction methods to foo_implAli Mohammad Pur
2021-06-15LibJS: Make EnterUnwindContext a terminator opAli Mohammad Pur
2021-06-15LibJS: Make basic block size customizableAli Mohammad Pur
2021-06-15LibJS: Store and return undefined Symbol descriptionIdan Horowitz