summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-09Revert "Userland: Add ability to screenshot rectangular region in `shot` (#85...Ali Mohammad Pur
2021-07-09Kernel: Support multiport for VirtIOConsolex-yl
2021-07-09Kernel: Add support for reading from VirtIOConsolex-yl
2021-07-09Userland: Add ability to screenshot rectangular region in `shot` (#8515)Aziz Berkay Yesilyurt
2021-07-09ImageViewer: Use real path for the image pathAziz Berkay Yesilyurt
2021-07-09ImageViewer: Use LexicalPath to grab current_dirAziz Berkay Yesilyurt
2021-07-09ImageViewer: Don't resize the window after the first image is displayedAziz Berkay Yesilyurt
2021-07-09Meta: Update CONTRIBUTING.mdAndreas Kling
2021-07-09Kernel: Stop booting and print if PAE is not supported by the processorLuke
2021-07-08LibJS/Tests: Add tests for Temporal.Instant() constructorLinus Groh
2021-07-08LibJS: Implement Temporal.Instant.prototype.epochNanosecondsLinus Groh
2021-07-08LibJS: Implement Temporal.Instant.prototype.epochMicrosecondsLinus Groh
2021-07-08LibJS: Implement Temporal.Instant.prototype.epochMillisecondsLinus Groh
2021-07-08LibJS: Implement Temporal.Instant.prototype.epochSecondsLinus Groh
2021-07-08LibJS: Implement Temporal.Instant.prototype[@@toStringTag]Linus Groh
2021-07-08LibJS/Tests: Add tests for Temporal.TimeZone() constructorLinus Groh
2021-07-08LibJS: Implement Temporal.TimeZone.prototype.idLinus Groh
2021-07-08LibJS: Implement Temporal.TimeZone.prototype.toJSON()Linus Groh
2021-07-08LibJS: Implement Temporal.TimeZone.prototype.toString()Linus Groh
2021-07-08LibJS: Implement Temporal.TimeZone.prototype[@@toStringTag]Linus Groh
2021-07-08Taskbar: Make clicks at the edges and corners work as expectedAndrea Martinelli
2021-07-08WindowServer: Add missing minimize check to highlighted window callbacknetworkException
2021-07-08PixelPaint: Add method to merge visible layersMarcus Nilsson
2021-07-08PixelPaint: Scroll into view when reordering layersMarcus Nilsson
2021-07-08PixelPaint: Make brush draw on mousedownMarcus Nilsson
2021-07-08PixelPaint: Add method to flatten image layersMarcus Nilsson
2021-07-08WindowServer: Remove rect behind window icon in WindowSwitchernetworkException
2021-07-08LibVT: Ignore DECSTBM with invalid values (#8559)pancake
2021-07-08LibJS: Add %TypedArray%.prototype.reduceRightIdan Horowitz
2021-07-08LibJS: Add %TypedArray%.prototype.reduceIdan Horowitz
2021-07-08LibJS: Add %TypedArray%.prototype.lastIndexOfIdan Horowitz
2021-07-08LibJS: Add %TypedArray%.prototype.indexOfIdan Horowitz
2021-07-08LibJS: Add %TypedArray%.prototype.includesIdan Horowitz
2021-07-08LibJS: Add %TypedArray%.prototype.fillIdan Horowitz
2021-07-08LibJS: Add missing a TypedArray excessive length limit checkIdan Horowitz
2021-07-08LibJS: Add %TypedArray%.prototype.copyWithinLuke
2021-07-08Ports: Fix building gcc on arm64 macsmodmuss50
2021-07-08Toolchain: Fix building toolchain on arm64 macsmodmuss50
2021-07-08Ports: Add './package.sh shell' to get a shell with the build env setpancake
2021-07-08SystemServer: Add entry for SQLServer in SystemServer.iniJan de Visser
2021-07-08Utilities: Teach sql utility to use the SQLClient classJan de Visser
2021-07-08Lagom: Exclude LibSQL/SQLClient.cpp and the sql utility from LagomJan de Visser
2021-07-08LibSQL+SQLServer: Build SQLServer system serviceJan de Visser
2021-07-08LibSQL: Invent statement execution machinery and CREATE SCHEMA statementJan de Visser
2021-07-08LibSQL: Move Order and Nulls enums from SQL::AST to SQL namespaceJan de Visser
2021-07-08Ports: Add radare2-5.4.0-git packagepancake
2021-07-08WindowServer: Add a new IPC to set the cursor positionAndrea Martinelli
2021-07-08FileManager: Add Open in Terminal on folder context menupancake
2021-07-08Base: Remove www. from link to project website in welcome pagenetworkException
2021-07-08Kernel: Return an already destructed PhysicalPage to the allocatorsTom