summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-08-17malloc: Keep some stats and dump them at process exit if LIBC_DUMP_MALLOC_STA...Nico Weber
2020-08-17LibCore: Fix unitialized struct member in to_address_in, found by CoverityBrian Gianforcaro
2020-08-17LibC: Missing varargs cleanup in ioctlBrian Gianforcaro
2020-08-17LibC: Missing varargs cleanup in fcntlBrian Gianforcaro
2020-08-17LibLine: Uninitialized members in Editor, found by CoverityBrian Gianforcaro
2020-08-17LibThread: Uninitialized member variable in Thread, found by CoverityBrian Gianforcaro
2020-08-17LibWeb: Remove unused member in LayoutNodeWithStyle, found by CoverityBrian Gianforcaro
2020-08-17LibELF: Fix uninitialized member variable in DynamicLoader, found by CoverityBrian Gianforcaro
2020-08-17LibCompress: Fix uninitialized member variable in Zlib, found by CoverityBrian Gianforcaro
2020-08-17malloc: Remove unused Bitmap.h includeNico Weber
2020-08-17malloc: Fix build with RECYCLE_BIG_ALLOCATIONS not definedNico Weber
2020-08-17malloc: Add comments spelling out the MAGIC_HEADERS in asciiNico Weber
2020-08-17LibGfx: Move original StylePainter code to ClassicStylePainterSarah
2020-08-17LibGfx: Add abstract StylePainter classSarah
2020-08-17LibCrypto: Call bytes() explicitly instead of implicitly.asynts
2020-08-16LibHTTP: Remove unused private field m_queued_finish in HttpsJob (#3181)Nico Weber
2020-08-16LibJS: Add API for doing GC with a little debug log report at endAndreas Kling
2020-08-16LibJS: Make StringOrSymbol not leak stringsAndreas Kling
2020-08-16LibGUI: Use matching family fonts for TextEditor rulerthankyouverycool
2020-08-16LibGfx: Add initial font family matchingthankyouverycool
2020-08-16LibGUI: Resize TextEditor ruler based on needed spacethankyouverycool
2020-08-16LibX86: Remove some allocations from Instruction::to_stringNico Weber
2020-08-16X86+Profiler+UserspaceEmulator: Deduplicate ELFSymbolProvider to LibX86Nico Weber
2020-08-16LibGUI: Require a model pointer for ModelIndex::is_valid()Andreas Kling
2020-08-16LibGUI: Make SortingProxyModel clear view selections aggressivelyAndreas Kling
2020-08-16LibGUI+DevTools+Applications: Use ModelIndex::data() in many placesAndreas Kling
2020-08-16LibGUI: Simplify TableCellPaintingDelegate API slightlyAndreas Kling
2020-08-16LibGUI: Add ModelIndex::data(ModelRole)Andreas Kling
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-16LibGUI: Enable switching FilePicker into columns view mode :^)Andreas Kling
2020-08-16LibGUI: Enable using a ColumnsView inside MultiView :^)Andreas Kling
2020-08-16LibGUI: Resort SortingProxyModel when source invalidates if possibleAndreas Kling
2020-08-16LibGUI: Maintain selections across SortingProxyModel resortsAndreas Kling
2020-08-16LibGUI: Make model sorting imperative and move order to AbstractViewAndreas Kling
2020-08-16LibGUI: Make SortingProxyModel support hierarchical modelsAndreas Kling
2020-08-16LibGUI: Virtualize SortingProxyModel comparatorAndreas Kling
2020-08-16LibCrypto: Fix MB => MiB build issueAndreas Kling
2020-08-16LibGUI: Don't center dialog within parent if window is not visibleLinus Groh
2020-08-16LibCrypto: Move large functions to cpp fileBen Wiederhake
2020-08-16LibCrypto: Fix random generation and primality testsBen Wiederhake
2020-08-16LibCrypto: Document word order (endianness) of bigintBen Wiederhake
2020-08-16LibCrypto: Fix random number generationBen Wiederhake
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-08-16AK: HashTable add a constructor that allows preallocation of capacity + Use i...Muhammad Zahalqa
2020-08-15Refactor: Use ReadonlyBytes instead of const ReadonlyBytes&.asynts
2020-08-15AK: Rename span() to bytes() when appropriate.asynts
2020-08-15LibGUI: Make ProcessChooser accept double clicks on rows as "Ok" clickNico Weber
2020-08-15LibGUI: Remove reference captures of stack variables in ProcessChooserNico Weber
2020-08-15LibGUI: Add and use Window::center_on_screen()Linus Groh
2020-08-15LibDebug: Fix DebugSession teardownItamar