ladybird/Userland/Libraries
Sam Atkins a98ae8f357 LibCore: Expose file type from DirIterator
Our `find` utility makes use of the `dirent::d_type` field for filtering
results, which `Core::DirIterator` didn't expose. So, now it does. :^)

We now store the name and type of the entry as the "next" value instead
of just the name. The type is exposed as a `DirectoryEntry::Type`
instead of a `DT_FOO` constant, so that we're not tied to posixy
systems, and because proper enums are nice. :^)
2023-03-05 20:23:42 +01:00
..
LibArchive
LibAudio AK+LibAudio: Remove UFixedBigInt::my_size 2023-03-05 13:49:43 +01:00
LibC Kernel: Move process coredump metadata modification to the prctl syscall 2023-03-05 16:55:08 +01:00
LibCards Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2023-03-04 00:29:38 +01:00
LibChess
LibCMake LibCMake: Add folding regions to syntax highlighter 2023-03-05 16:54:10 +01:00
LibCodeComprehension
LibCompress
LibConfig
LibCore LibCore: Expose file type from DirIterator 2023-03-05 20:23:42 +01:00
LibCoredump
LibCpp LibCpp: Add folding regions to syntax highlighters 2023-03-03 21:56:42 +01:00
LibCrypt
LibCrypto AK+LibCrypto: Delete 64x64 wide multiplication workarounds 2023-03-04 22:10:03 -07:00
LibDebug
LibDesktop
LibDeviceTree
LibDiff
LibDNS
LibDSP
LibEDID
LibELF
LibFileSystemAccessClient
LibGemini
LibGfx LibGfx: Fill in remaining values in built-in sRGB profile 2023-03-05 18:21:43 +00:00
LibGL
LibGLSL
LibGPU
LibGUI LibGUI: Paint emoji using text in the EmojiInputDialog 2023-03-05 20:21:57 +01:00
LibHTTP
LibIDL
LibImageDecoderClient
LibIMAP
LibIPC
LibJS
LibKeyboard
LibLine
LibLocale
LibMain
LibManual
LibMarkdown
LibPartition
LibPCIDB
LibPDF
LibProtocol
LibRegex
LibSanitizer
LibSoftGPU
LibSQL
LibSymbolication
LibSyntax LibCMake+LibSyntax: Add a CMake syntax highlighter 2023-03-04 05:43:43 -07:00
LibSystem
LibTest
LibTextCodec
LibThreading
LibTimeZone
LibTLS
LibUnicode LibUnicode: Detect ZWJ sequences when filtering by emoji presentation 2023-03-05 20:21:57 +01:00
LibUSBDB
LibVideo
LibVirtGPU
LibVT Kernel+Userland: Add support for using the PCSpeaker with various tones 2023-03-05 08:38:29 +00:00
LibWasm
LibWeb LibWeb: Port ProgressEvent to new String 2023-03-05 18:25:59 +00:00
LibWebSocket
LibWebView
LibX86
LibXML
CMakeLists.txt LibCMake: Introduce a CMake lexer 2023-03-04 05:43:43 -07:00