summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-03-23LibJS: Don't static_cast<double>() various Date getter valuesLinus Groh
2021-03-23LibGUI: Remove one ancient GMENU_DEBUG debug logAndreas Kling
2021-03-23UserspaceEmulator: Update virt$lseek and virt$ftruncate for 64bit off_tIdan Horowitz
2021-03-23HackStudio+LanguageServers/Cpp: Show scope of symbols in LocatorItamar
2021-03-23LanguageServers/Cpp: Declarations inside namespaces are globally visibleItamar
2021-03-23LibCpp: Parse Namespace declarationItamar
2021-03-23Userland: Add simple zip utilityIdan Horowitz
2021-03-23LibArchive: Implement ZipOutputStream for zip archive creationIdan Horowitz
2021-03-23unzip: Use the new LibArchive Zip parserIdan Horowitz
2021-03-23LibArchive: Add Zip file parserIdan Horowitz
2021-03-23Libraries: Rename LibTar to LibArchiveIdan Horowitz
2021-03-23LibJS: Remove as_size_t()Linus Groh
2021-03-23LibJS: Simplify positive/negative zero checksOleg Sikorskiy
2021-03-23PixelPaint: Added Zoom toollucastarche
2021-03-23PixelPaint: ImageEditor scaling methodlucastarche
2021-03-22LibJS Date: Added "Invalid Date".Petróczi Zoltán
2021-03-22LibJS Date: Added toUTCString()Petróczi Zoltán
2021-03-22LibWeb: Import new CSS parserAndreas Kling
2021-03-22Spreadsheet: Do not assume that a worksheet always existsAnotherTest
2021-03-22Spreadsheet: Save the cells under the correct nameAnotherTest
2021-03-22Spreadsheet: Check for parse errors after parsing the sourceAnotherTest
2021-03-22Spreadsheet: Do not assume that user input has balanced parenthesisAnotherTest
2021-03-22readelf: Use Loader.so interpreter for dynamic section and symbolsBrendan Coles
2021-03-22LibELF: DynamicObject: Add rpath and runpath helpersBrendan Coles
2021-03-22Shell: Add tests for slicesAnotherTest
2021-03-22Shell: Add support for indexing into variablesAnotherTest
2021-03-22NotificationServer: Close connection on notification closeNick Johnson
2021-03-22Notification: Remove default imageNick Johnson
2021-03-22Notification: Use RefPtr for connectionNick Johnson
2021-03-22Notification: Use on_closeNick Johnson
2021-03-22LibGUI+Notification: Add mutable notificationsNick Johnson
2021-03-22Notification: Prevent showing a closed windowNick Johnson
2021-03-22LibGUI+Notification: Add notification closingNick Johnson
2021-03-22Notification: Member-ize updatable componentsNick Johnson
2021-03-22Notification: Allow getting window by IDNick Johnson
2021-03-22Notification: Give a unique internal IDNick Johnson
2021-03-22LibGUI+Notification: Use lifetime connectionNick Johnson
2021-03-22LibWeb: Advertise that we support the deflate content encodingLuke
2021-03-22LibHTTP: Add support for the deflate content encodingLuke
2021-03-22Only apply auto-naming of function expressions based on syntaxAndreas Kling
2021-03-22LibJS: *Actually* check for negative zero in JS::Value(double)Andreas Kling
2021-03-22Spreadsheet: Add an export wizard, and support for custom CSV exportsAnotherTest
2021-03-22Spreadsheet: Ignore empty cells when calculating data boundsAnotherTest
2021-03-22Spreadsheet/XSV: Make the writer respect QuoteAllAnotherTest
2021-03-22Spreadsheet: Add an import wizard, and add support for custom CSV filesAnotherTest
2021-03-22Spreadsheet/XSV: Add at() accessorsAnotherTest
2021-03-22LibGUI: Allow ItemListModel to have 2D itemsAnotherTest
2021-03-22LibGUI: Add a few missing classes to the forwarding headerAnotherTest
2021-03-22LibGUI: Allow a wizard page to return null as its next pageAnotherTest
2021-03-22LibGUI: Allow constructing a string Variant from StringViewAnotherTest