mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
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 }' {} \; |
||
---|---|---|
.. | ||
Filters | ||
AffineTransform.cpp | ||
AffineTransform.h | ||
Bitmap.cpp | ||
Bitmap.h | ||
BitmapFont.cpp | ||
BitmapFont.h | ||
BMPLoader.cpp | ||
BMPLoader.h | ||
BMPWriter.cpp | ||
BMPWriter.h | ||
CharacterBitmap.cpp | ||
CharacterBitmap.h | ||
ClassicStylePainter.cpp | ||
ClassicStylePainter.h | ||
ClassicWindowTheme.cpp | ||
ClassicWindowTheme.h | ||
CMakeLists.txt | ||
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 | ||
GIFLoader.h | ||
ICOLoader.cpp | ||
ICOLoader.h | ||
ImageDecoder.cpp | ||
ImageDecoder.h | ||
JPGLoader.cpp | ||
JPGLoader.h | ||
Matrix.h | ||
Matrix4x4.h | ||
Orientation.h | ||
Painter.cpp | ||
Painter.h | ||
Palette.cpp | ||
Palette.h | ||
Path.cpp | ||
Path.h | ||
PBMLoader.cpp | ||
PBMLoader.h | ||
PGMLoader.cpp | ||
PGMLoader.h | ||
PNGLoader.cpp | ||
PNGLoader.h | ||
PNGWriter.cpp | ||
PNGWriter.h | ||
Point.cpp | ||
Point.h | ||
PortableImageLoaderCommon.h | ||
PPMLoader.cpp | ||
PPMLoader.h | ||
Rect.cpp | ||
Rect.h | ||
ShareableBitmap.cpp | ||
ShareableBitmap.h | ||
Size.cpp | ||
Size.h | ||
StandardCursor.h | ||
Streamer.h | ||
StylePainter.cpp | ||
StylePainter.h | ||
SystemTheme.cpp | ||
SystemTheme.h | ||
TextAlignment.h | ||
TextAttributes.h | ||
TextElision.h | ||
Triangle.cpp | ||
Triangle.h | ||
Vector3.h | ||
WindowTheme.cpp | ||
WindowTheme.h |