serenity/Userland
Andreas Kling 1208fc7d37 AK: Simplify Bitmap and implement in terms of BitmapView
Add Bitmap::view() and forward most of the calls to BitmapView since
the code was identical.

Bitmap is now primarily concerned with its dynamically allocated
backing store and BitmapView deals with the rest.
2021-03-04 11:25:45 +01:00
..
Applications FileManager: Add launch handler actions to desktop context menu 2021-03-03 21:53:01 +01:00
Demos Cube: Add an argument for the "frameless cube" option 2021-03-03 11:03:34 +01:00
DevTools AK: Simplify Bitmap and implement in terms of BitmapView 2021-03-04 11:25:45 +01:00
DynamicLoader LibC: Add x86_64 implementation of setjmp() and longjmp() 2021-02-25 16:27:12 +01:00
Games Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Libraries LibCrypto: Use BitmapView instead of Bitmap::wrap() 2021-03-04 11:25:45 +01:00
MenuApplets Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Services WindowServer: Mark screen dirty when changing highlighted window 2021-03-03 08:20:11 +01:00
Shell Shell: Adjust syntax highlighting logic for the new TextPosition logic 2021-03-04 11:21:43 +01:00
Tests AK+LibM: Rename EXPECT_CLOSE to EXPECT_APPROXIMATE 2021-03-03 20:19:24 +01:00
Utilities Userland: Gate OSC 9 usage in test-js behind an argument 2021-03-02 09:00:21 +01:00
CMakeLists.txt Build: Build Userland with -O2, Kernel with -Os 2021-02-24 11:38:52 +01:00