summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-18WindowServer: Fix crash when hovering over title buttonsMacDue
2022-05-17LibJS: Mark two Get operations in ToTemporalZonedDateTime infallibleLinus Groh
2022-05-17LibJS: Use required fields argument in ISOYearMonthFromFieldsLinus Groh
2022-05-17LibJS: Combine TemporalTimeZoneIdentifier and TimeZoneBracketedNameLinus Groh
2022-05-17PixelPaint: Allow configuring 'new image' defaultsMacDue
2022-05-17Meta: Validate explicitly set TOOLCHAIN in `serenity.sh`Jelle Raaijmakers
2022-05-16LibJS: Remove faulty assertion in BalanceDurationRelativeLuke Wilde
2022-05-16LibJS: Introduce ISO Date RecordsLinus Groh
2022-05-16LibJS: Swap until/since arguments to DifferenceTemporalZonedDateTimeLinus Groh
2022-05-16LibJS: Remove unnecessary CalendarDate productionLinus Groh
2022-05-16LibJS: Remove redundant TemporalRelativeToString productionLinus Groh
2022-05-16LibJS: Remove redundant TemporalDateString productionLinus Groh
2022-05-16LibJS: Replace "enclosed by" with "contained within" in spec commentsLinus Groh
2022-05-15Kernel: Implement AVX `XSAVE` supportJesse Buhagiar
2022-05-15LibWeb: Abstract the LibProtocol ResourceLoader connectionDexesTTP
2022-05-15LibWeb: Abstract the LibProtocol WebSockets connectionDexesTTP
2022-05-15LibWeb: Abstract the image decoding via Web::ImageDecoding::DecoderDexesTTP
2022-05-15LibWebView: Move StylePropertiesModel to LibWebViewDexesTTP
2022-05-15LibWebView: Move DOMTreeModel to LibWebViewDexesTTP
2022-05-15LibWebView: Move the DumpLayoutTree utility to LibWebViewDexesTTP
2022-05-15LibWebView: Move OutOfProcessWebView to a new LibWebView libraryDexesTTP
2022-05-15LibGUI: Phrase help action more specificallydiogenes
2022-05-15LibSoftGPU: Update coverage bits after alpha testingJelle Raaijmakers
2022-05-15LibSoftGPU: Make `Device` statistics `i64` againJelle Raaijmakers
2022-05-15Ports: Add joe's own editorSnow
2022-05-14Ports: Add thesilversearcher (ag)Raymond Lucke
2022-05-14Meta: Move compiler flags into standalone CMake filesLinus Groh
2022-05-13Ports: Set right launcher command for QuakeJelle Raaijmakers
2022-05-13TextEditor: Allow typing AltGr+letter into editorPaweł Łukasik
2022-05-13LibWeb: Add window.clientInformation propertyReimarPB
2022-05-13LibWeb: Don't treat any empty resources as errorsSam Atkins
2022-05-13PixelPaint: Rebuild FilterGallery tree using TreeViewModelLinus Groh
2022-05-13LibGUI: Add TreeViewModel as a simpler interface for building TreeViewsLinus Groh
2022-05-13Revert "FileManager: Reduce scope of some variables related to context…Sam Atkins
2022-05-13LibGUI: Make Dialog::ScreenPosition an enum classSam Atkins
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-05-13LibWeb: Make about:blank load correctlySam Atkins
2022-05-13FileManager: Check for write permission before enabling certain actionsofftkp
2022-05-13Base: Add Contrast themeadoni
2022-05-13Meta: Move LibWeb's CMake generation script to its own fileDexesTTP
2022-05-13LibDSP+Piano: Convert DSP APIs to accept entire sample rangeskleines Filmröllchen
2022-05-13LibDSP: Remove Transport's time counter reference APIkleines Filmröllchen
2022-05-13LibDSP: Make the note frequencies an AK::Array instead of a C arraykleines Filmröllchen
2022-05-13LibDSP: Improve const correctnesskleines Filmröllchen
2022-05-13LibDSP: Refactor OOP non-functionallykleines Filmröllchen
2022-05-13LibWeb: Stop inactive requestAnimationFrame() callbacks from runningMacDue
2022-05-12Kernel: Put code in the aarch64 init.cpp file into the Kernel namespaceTimon Kruiper
2022-05-12Kernel: Move __assertion_failed to aarch64/Panic.cppTimon Kruiper
2022-05-12Kernel: Remove PREKERNEL_SOURCES from aarch64 CMakeLists.txtTimon Kruiper
2022-05-12Kernel: Use the Kernel UBSanitizer implementation in the aarch64 KernelTimon Kruiper