summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-16LibGfx: Add initial font family matchingthankyouverycool
2020-08-16LibGUI: Resize TextEditor ruler based on needed spacethankyouverycool
2020-08-16TextEditor: Put fonts in exclusive action groupthankyouverycool
2020-08-16LibX86: Remove some allocations from Instruction::to_stringNico Weber
2020-08-16Base: Rename Pebbleton to reflect actual heightthankyouverycool
2020-08-16disasm: For ELF inputs, pass an ELFSymbolProvider to disassemblerNico 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-16SystemMonitor: Invalidate ProcessModel indexes when necessaryAndreas 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-16Meta: Actually exclude the Build/ directory from QtCreator refreshAndreas Kling
2020-08-16FileManager: Use one SortingProxyModel for all DirectoryView subviewsAndreas 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-16Chess: Add the 'retro' piece setTibor Nagy
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-16LibCrypto: Demonstrate that primality and random numbers are brokenBen Wiederhake
2020-08-16Kernel: Switch a comment to GiBNico Weber
2020-08-16Userland/tt: Switch to MiBNico Weber
2020-08-16SystemMonitor: Move memory graph caption from KB to KiBNico Weber
2020-08-16Userland/allocate: Switch to KiB/MiBNico Weber
2020-08-16AK: Use IEC prefixes in human_readable_formatNico Weber
2020-08-16Everywhere: Consolidate human_readable_size() implementationsNico Weber
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-15AK: Add slice() overload to Span.asynts
2020-08-15AK: Add fill() method to Span.asynts
2020-08-15AK: Add copy_to() and move_to() methods to AK::Span.asynts
2020-08-15AK: Add bytes() method to FixedArray.asynts
2020-08-15AK: Remove incorrect static assert in Span.h.asynts
2020-08-15Chess: Add new ways to draw.Peter Elliott
2020-08-15Chess: Add the 'stelar7' piece setPeter Elliott
2020-08-15Chess: Add pawn promotion to any piecePeter Elliott
2020-08-15Chess: Add En-passantPeter Elliott