Age | Commit message (Expand) | Author |
---|---|---|
2021-11-14 | AK: Resolve clang-tidy readability-bool-conversion warnings | Andrew Kaster |
2021-11-10 | AK: Properly declare inheritance of Bitmap from BitmapView | Ben Wiederhake |
2021-11-10 | AK+Kernel: Make BitmapView read-only | Ben Wiederhake |
2021-05-19 | Bitmap: De-duplicate bitmasks | Lenny Maiorani |
2021-05-18 | BitmapView: Disable mutations of the underlying Bitmap | Lenny Maiorani |
2021-05-17 | Revert "BitmapView: Disable mutations of the underlying Bitmap" | Andreas Kling |
2021-05-17 | BitmapView: Disable mutations of the underlying Bitmap | Lenny Maiorani |
2021-05-16 | AK: Don't read past the end in BitmapView::count_in_range() | Andrew Kaster |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-09 | AK: Add BitmapView::set_range_and_verify_that_all_bits_flip() | Andreas Kling |
2021-03-04 | AK: Add BitmapView class (like StringView but for bitmaps) | Andreas Kling |