Age | Commit message (Expand) | Author |
2020-08-17 | malloc: Keep some stats and dump them at process exit if LIBC_DUMP_MALLOC_STA... | Nico Weber |
2020-08-17 | LibCore: Fix unitialized struct member in to_address_in, found by Coverity | Brian Gianforcaro |
2020-08-17 | LibC: Missing varargs cleanup in ioctl | Brian Gianforcaro |
2020-08-17 | LibC: Missing varargs cleanup in fcntl | Brian Gianforcaro |
2020-08-17 | LibLine: Uninitialized members in Editor, found by Coverity | Brian Gianforcaro |
2020-08-17 | LibThread: Uninitialized member variable in Thread, found by Coverity | Brian Gianforcaro |
2020-08-17 | LibWeb: Remove unused member in LayoutNodeWithStyle, found by Coverity | Brian Gianforcaro |
2020-08-17 | LibELF: Fix uninitialized member variable in DynamicLoader, found by Coverity | Brian Gianforcaro |
2020-08-17 | LibCompress: Fix uninitialized member variable in Zlib, found by Coverity | Brian Gianforcaro |
2020-08-17 | malloc: Remove unused Bitmap.h include | Nico Weber |
2020-08-17 | malloc: Fix build with RECYCLE_BIG_ALLOCATIONS not defined | Nico Weber |
2020-08-17 | malloc: Add comments spelling out the MAGIC_HEADERS in ascii | Nico Weber |
2020-08-17 | LibGfx: Move original StylePainter code to ClassicStylePainter | Sarah |
2020-08-17 | LibGfx: Add abstract StylePainter class | Sarah |
2020-08-17 | LibCrypto: Call bytes() explicitly instead of implicitly. | asynts |
2020-08-16 | LibHTTP: Remove unused private field m_queued_finish in HttpsJob (#3181) | Nico Weber |
2020-08-16 | LibJS: Add API for doing GC with a little debug log report at end | Andreas Kling |
2020-08-16 | LibJS: Make StringOrSymbol not leak strings | Andreas Kling |
2020-08-16 | LibGUI: Use matching family fonts for TextEditor ruler | thankyouverycool |
2020-08-16 | LibGfx: Add initial font family matching | thankyouverycool |
2020-08-16 | LibGUI: Resize TextEditor ruler based on needed space | thankyouverycool |
2020-08-16 | LibX86: Remove some allocations from Instruction::to_string | Nico Weber |
2020-08-16 | X86+Profiler+UserspaceEmulator: Deduplicate ELFSymbolProvider to LibX86 | Nico Weber |
2020-08-16 | LibGUI: Require a model pointer for ModelIndex::is_valid() | Andreas Kling |
2020-08-16 | LibGUI: Make SortingProxyModel clear view selections aggressively | Andreas Kling |
2020-08-16 | LibGUI+DevTools+Applications: Use ModelIndex::data() in many places | Andreas Kling |
2020-08-16 | LibGUI: Simplify TableCellPaintingDelegate API slightly | Andreas Kling |
2020-08-16 | LibGUI: Add ModelIndex::data(ModelRole) | Andreas Kling |
2020-08-16 | LibGUI: Move GUI::Model::Role to GUI::ModelRole | Andreas Kling |
2020-08-16 | LibGUI: Enable switching FilePicker into columns view mode :^) | Andreas Kling |
2020-08-16 | LibGUI: Enable using a ColumnsView inside MultiView :^) | Andreas Kling |
2020-08-16 | LibGUI: Resort SortingProxyModel when source invalidates if possible | Andreas Kling |
2020-08-16 | LibGUI: Maintain selections across SortingProxyModel resorts | Andreas Kling |
2020-08-16 | LibGUI: Make model sorting imperative and move order to AbstractView | Andreas Kling |
2020-08-16 | LibGUI: Make SortingProxyModel support hierarchical models | Andreas Kling |
2020-08-16 | LibGUI: Virtualize SortingProxyModel comparator | Andreas Kling |
2020-08-16 | LibCrypto: Fix MB => MiB build issue | Andreas Kling |
2020-08-16 | LibGUI: Don't center dialog within parent if window is not visible | Linus Groh |
2020-08-16 | LibCrypto: Move large functions to cpp file | Ben Wiederhake |
2020-08-16 | LibCrypto: Fix random generation and primality tests | Ben Wiederhake |
2020-08-16 | LibCrypto: Document word order (endianness) of bigint | Ben Wiederhake |
2020-08-16 | LibCrypto: Fix random number generation | Ben Wiederhake |
2020-08-16 | AK: Rename KB, MB, GB to KiB, MiB, GiB | Nico Weber |
2020-08-16 | AK: HashTable add a constructor that allows preallocation of capacity + Use i... | Muhammad Zahalqa |
2020-08-15 | Refactor: Use ReadonlyBytes instead of const ReadonlyBytes&. | asynts |
2020-08-15 | AK: Rename span() to bytes() when appropriate. | asynts |
2020-08-15 | LibGUI: Make ProcessChooser accept double clicks on rows as "Ok" click | Nico Weber |
2020-08-15 | LibGUI: Remove reference captures of stack variables in ProcessChooser | Nico Weber |
2020-08-15 | LibGUI: Add and use Window::center_on_screen() | Linus Groh |
2020-08-15 | LibDebug: Fix DebugSession teardown | Itamar |