summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-22AK: Add a CommonType<Ts...> type traitAli Mohammad Pur
2021-07-22LibGUI: Handle multiple lines of text in MessageBoxTimothy
2021-07-22Ports: Add ScummVM game SoltysKenneth Myhra
2021-07-22Ports: Add ScummVM game SfinxKenneth Myhra
2021-07-22Ports: Add ScummVM game Nippon Safes IncKenneth Myhra
2021-07-22Ports: Add ScummVM game Lure of the TemptressKenneth Myhra
2021-07-22Ports: Add ScummVM game DreamWebKenneth Myhra
2021-07-22Ports: Add ScummVM game Dráscula: The Vampire Strikes BackKenneth Myhra
2021-07-22Ports: Add ScummVM game Hi-Res Adventure #1: Mystery HouseKenneth Myhra
2021-07-22Ports: Add ScummVM game The Griffon LegendKenneth Myhra
2021-07-22Ports: Add ScummVM game Flight of the Amazon QueenKenneth Myhra
2021-07-22Ports: Add overridable pre_fetch method in .port_include.shKenneth Myhra
2021-07-22Kernel: Fix the variable declaration for some linker script symbolsGunnar Beutner
2021-07-22js: Implement pretty-printing of Temporal.PlainDateTime objectsLinus Groh
2021-07-22js: Implement pretty-printing of Temporal.PlainDate objectsLinus Groh
2021-07-22LibJS/Tests: Fix this value error test description in a PlainDate testLinus Groh
2021-07-22LibJS/Tests: Replace snake_case with pascalCase in two PlainDate testsLinus Groh
2021-07-22LibJS: Add missing step number in PlainDatePrototypeLinus Groh
2021-07-22LibJS: Implement Temporal.PlainDateTime.prototype.calendarLinus Groh
2021-07-22LibJS: Implement Temporal.PlainDateTime.prototype.valueOf()Linus Groh
2021-07-22LibJS: Implement Temporal.PlainDateTime.prototype[@@toStringTag]Linus Groh
2021-07-22LibJS: Start implementing Temporal.PlainDateTimeLinus Groh
2021-07-22AK: Make TypeBoundsChecker<UnsignedIntegralT, FloatingPointT> workLinus Groh
2021-07-22LibJS: Add missing spec links to System{Instant,UTCEpochNanoseconds}Linus Groh
2021-07-22LibJS: Remove pointless 'explicit' from a couple of constructorsLinus Groh
2021-07-22LibJS: Fix value of Temporal.PlainDate.lengthLinus Groh
2021-07-22WindowServer: Fix rendering overlays when there's no desktop windowTom
2021-07-22Userland: Use /proc/kernel_base to determine the kernel base addressGunnar Beutner
2021-07-22Kernel: Add /proc/kernel_base (superuser only)Andreas Kling
2021-07-22Kernel: Make committed physical page allocation return NonnullRefPtrAndreas Kling
2021-07-22LaunchServer: Remove debug spam about incoming connectionsAndreas Kling
2021-07-22FileOperation: Use LexicalPath::join() for all path joiningSam Atkins
2021-07-22FileManager: Switch FileOperationProgressWidget::did_error() to SV&Sam Atkins
2021-07-22FileManager: Show progress dialog for file deletionsSam Atkins
2021-07-22FileOperation: Implement 'Delete' operationSam Atkins
2021-07-22FileOperation: Combine 'sources' and 'destination' CL argumentsSam Atkins
2021-07-22FileManager: Rename FileOperation::Cut to FileOperation::MoveSam Atkins
2021-07-22FileManager: Set file op progress window's text based on the operationSam Atkins
2021-07-22FileManager+FileOperation: Implement (and use) 'Move' commandSam Atkins
2021-07-22FileOperation: Extract execute_work_items() from perform_copy()Sam Atkins
2021-07-22FileManager: Show progress dialog for pasted filesSam Atkins
2021-07-22FileManager: Move mass-copy code from DirectoryView to FileUtilsSam Atkins
2021-07-22FileManager: Combine drag&drop file copies into one progress windowSam Atkins
2021-07-22FileOperation: Accept multiple source argumentsSam Atkins
2021-07-22FileManager+FileOperation: Switch to east constSam Atkins
2021-07-22Kernel: Consolidate API for creating AnonymousVMObject with given pagesAndreas Kling
2021-07-22Kernel: Convert VMObject & subclasses to east-const styleAndreas Kling
2021-07-22LibC: Make calloc() actually fail on multiplication overflowAndreas Kling
2021-07-22LibGfx: Use calloc() instead of malloc()+memset() Gfx::BitmapFontAndreas Kling
2021-07-22DesktopPicker: Make sure the applet always ends up in the same placeAndreas Kling