summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-21LibGUI: Show context menu when right-clicking a LinkLabelMițca Dumitru
2021-02-21CatDog: Fix wake-sleep "loop" when cursor is over right-top of headTom
2021-02-21LibGUI: Copy alpha channel as-is when keeping backing bitmaps in syncTom
2021-02-21LibGUI: Fix crash when previewing palette imagesBen Wiederhake
2021-02-21Utilities: Provide fuzzers as a utility in serenityBen Wiederhake
2021-02-21Documentation: QtCreator likes BOMs, our linter doesn'tBen Wiederhake
2021-02-21Meta: Make CMakeLists accessible to QtCreatorBen Wiederhake
2021-02-21WindowServer: Re-evaluate the mouse cursor when alpha hit-testingTom
2021-02-21LibCpp: Fix yet another broken outln() invocation..Andreas Kling
2021-02-21Ports: Update Python to 3.9.2Linus Groh
2021-02-21LibWeb: Expose the Window object as Document.defaultViewAndreas Kling
2021-02-21LibJS: Print console.{debug,error,info,log,warn} to system debug logAndreas Kling
2021-02-21LibCpp: Fix busted outln() invocationsAndreas Kling
2021-02-21Run: Prefill text field with last command on launchTheMorc
2021-02-21LibWeb: Replace WrapperGenerator's snake_name() with String::to_snakecase()Linus Groh
2021-02-21AK: Add String{,Utils}::to_snakecase()Linus Groh
2021-02-21LibC: Don't #define away __{BEGIN,END}_DECLS in stdarg.hAnotherTest
2021-02-21FileManager: Use newly introduced LibCore file management helpersMițca Dumitru
2021-02-21rm: Use Core::File::removeMițca Dumitru
2021-02-21Utilities: Remove cp.hMițca Dumitru
2021-02-21mv: Use Core::File::copy_file_or_directoryMițca Dumitru
2021-02-21cp: Use Core::File::copy_file_or_directoryMițca Dumitru
2021-02-21LibCore: Add file management helpers to reduce code duplicationMițca Dumitru
2021-02-21Kernel: Use copy_n_from_user in sys$setgroups to check for overflowBrian Gianforcaro
2021-02-21Kernel: Use already computed nfds_checked value when copying from user mode.Brian Gianforcaro
2021-02-21Kernel: Use copy_n_from_user in sys$setkeymapBrian Gianforcaro
2021-02-21Kernel: Handle overflow in FileDescription::seek(, SEEK_CUR)Brian Gianforcaro
2021-02-21Kernel: Populate ELF::AuxilaryValue::Platform from Processor object.Brian Gianforcaro
2021-02-21LibVT: Avoid double relayout during interactive resizeAndreas Kling
2021-02-21AK: Alter ByteBuffer to utilise memcmp.Ivan Hansgaard Hansen
2021-02-21Base: Add a lion emoji 🦁Andreas Kling
2021-02-21LibJS: Make TypedArray::data() return a Span<T>Andreas Kling
2021-02-21AK: Do bounds checking (assertions) in Span::operator[]Andreas Kling
2021-02-21Kernel: Switch m_signal_action_data to Array<...>Brian Gianforcaro
2021-02-21Kernel: Remove unneeded Thread::set_default_signal_dispositionsBrian Gianforcaro
2021-02-21AK: Add an implementation of Array<T, Size>::fill(...)Brian Gianforcaro
2021-02-21AK: Add Span<T> constructor for arraysBrian Gianforcaro
2021-02-21Userland: Use uniform initialization instead of memsetBrian Gianforcaro
2021-02-21Kernel: Use uniform initialization instead of memset for a few stack buffer.Brian Gianforcaro
2021-02-21Kernel: Use ByteBuffer::zero_fill() instead of raw memset in Ext2Brian Gianforcaro
2021-02-21AK: Add safe memset() wrapper to ByteBufferBrian Gianforcaro
2021-02-21DHCPClient: Actually randomize transaction ID's (XID)Andreas Kling
2021-02-21DHCPClient: Silence a debug messageAndreas Kling
2021-02-21utmpupdate: Don't complain about an error if the utmp is just emptyAndreas Kling
2021-02-21Kernel: Silence TTY signal debug spamAndreas Kling
2021-02-21Cube: Add an option to render a frameless cubeTom
2021-02-21Taskbar: Remove window button if a window state change demands itTom
2021-02-21WindowServer: Allow changing frameless state after a window is createdTom
2021-02-21LibVT: Don't paint selection with opacityLinus Groh
2021-02-21LibLine: Move the search editor exactly after the last lineAnotherTest