ladybird/Userland/Libraries/LibGfx
asynts acdcf59a33 Everywhere: Remove unnecessary debug comments.
It would be tempting to uncomment these statements, but that won't work
with the new changes.

This was done with the following commands:

    find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec awk -i inplace '$0 !~ /\/\/#define/ { if (!toggle) { print; } else { toggle = !toggle } } ; $0 ~/\/\/#define/ { toggle = 1 }' {} \;

    find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec awk -i inplace '$0 !~ /\/\/ #define/ { if (!toggle) { print; } else { toggle = !toggle } } ; $0 ~/\/\/ #define/ { toggle = 1 }' {} \;
2021-01-25 09:47:36 +01:00
..
Filters
AffineTransform.cpp
AffineTransform.h
Bitmap.cpp WindowServer: In HighDPI mode, load high-res window buttons and high-res cursors 2021-01-20 10:28:27 +01:00
Bitmap.h WindowServer: In HighDPI mode, load high-res window buttons and high-res cursors 2021-01-20 10:28:27 +01:00
BitmapFont.cpp
BitmapFont.h
BMPLoader.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-22 22:14:30 +01:00
BMPLoader.h
BMPWriter.cpp LibGfx: Give Bitmap a scale factor 2021-01-20 10:28:27 +01:00
BMPWriter.h
CharacterBitmap.cpp
CharacterBitmap.h
ClassicStylePainter.cpp
ClassicStylePainter.h
ClassicWindowTheme.cpp
ClassicWindowTheme.h
CMakeLists.txt LibGfx: adding a very simple PNG writer 2021-01-22 20:39:25 +01:00
Color.cpp
Color.h
DisjointRectSet.cpp
DisjointRectSet.h
Emoji.cpp
Emoji.h
Font.cpp
Font.h
FontDatabase.cpp
FontDatabase.h
Forward.h
Gamma.h
GIFLoader.cpp Everywhere: Use CMake to generate AK/Debug.h. 2021-01-25 09:47:36 +01:00
GIFLoader.h
ICOLoader.cpp Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
ICOLoader.h
ImageDecoder.cpp
ImageDecoder.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
JPGLoader.cpp Everywhere: Use CMake to generate AK/Debug.h. 2021-01-25 09:47:36 +01:00
JPGLoader.h
Matrix.h
Matrix4x4.h
Orientation.h
Painter.cpp Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
Painter.h LibGfx: Add a draw_scaled_bitmap() variant that takes a FloatRect as src_rect 2021-01-22 22:13:53 +01:00
Palette.cpp Everywhere: Remove more <AK/SharedBuffer.h> includes 2021-01-17 00:04:42 +01:00
Palette.h WindowServer+LibGUI: Pass the system theme using Core::AnonymousBuffer 2021-01-16 17:20:53 +01:00
Path.cpp
Path.h
PBMLoader.cpp
PBMLoader.h
PGMLoader.cpp
PGMLoader.h
PNGLoader.cpp Everywhere: Use CMake to generate AK/Debug.h. 2021-01-25 09:47:36 +01:00
PNGLoader.h
PNGWriter.cpp LibGfx: adding a very simple PNG writer 2021-01-22 20:39:25 +01:00
PNGWriter.h LibGfx: adding a very simple PNG writer 2021-01-22 20:39:25 +01:00
Point.cpp
Point.h LibGfx: Allow comparing Points, Sizes, and Rects of different type 2021-01-22 22:13:53 +01:00
PortableImageLoaderCommon.h Everywhere: Replace a bundle of dbg with dbgln. 2021-01-22 22:14:30 +01:00
PPMLoader.cpp
PPMLoader.h
Rect.cpp LibGfx: Implement Rect resizing around a fixed point 2021-01-23 08:34:17 +01:00
Rect.h LibGfx: Implement Rect resizing around a fixed point 2021-01-23 08:34:17 +01:00
ShareableBitmap.cpp LibGfx: Give Bitmap a scale factor 2021-01-20 10:28:27 +01:00
ShareableBitmap.h LibGfx: Give Bitmap a scale factor 2021-01-20 10:28:27 +01:00
Size.cpp
Size.h LibGfx: Allow comparing Points, Sizes, and Rects of different type 2021-01-22 22:13:53 +01:00
StandardCursor.h
Streamer.h
StylePainter.cpp
StylePainter.h
SystemTheme.cpp Everywhere: Remove more <AK/SharedBuffer.h> includes 2021-01-17 00:04:42 +01:00
SystemTheme.h WindowServer+LibGUI: Pass the system theme using Core::AnonymousBuffer 2021-01-16 17:20:53 +01:00
TextAlignment.h
TextAttributes.h
TextElision.h
Triangle.cpp
Triangle.h
Vector3.h
WindowTheme.cpp
WindowTheme.h