1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:47:35 +00:00
serenity/Userland/Applications/PixelPaint
Nicholas-Baron 73dd293ec4 Everywhere: Add -Wdouble-promotion warning
This warning informs of float-to-double conversions. The best solution
seems to be to do math *either* in 32-bit *or* in 64-bit, and only to
cross over when absolutely necessary.
2021-04-16 19:01:54 +02:00
..
BrushTool.cpp Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
BrushTool.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
BucketTool.cpp LibGfx: Rename 32-bit bitmap StorageFormats to BGRA8888 and BGRx8888 2021-03-16 12:00:43 +01:00
BucketTool.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CMakeLists.txt PixelPaint: Added Zoom tool 2021-03-23 08:21:08 +01:00
CreateNewImageDialog.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CreateNewImageDialog.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CreateNewLayerDialog.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CreateNewLayerDialog.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
EllipseTool.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
EllipseTool.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
EraseTool.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
EraseTool.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
FilterParams.h Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
Image.cpp LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x 2021-03-16 11:50:03 +01:00
Image.h Everything: Add -Wnon-virtual-dtor flag 2021-04-15 20:57:13 +02:00
ImageEditor.cpp Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
ImageEditor.h PixelPaint: ImageEditor scaling method 2021-03-23 08:21:08 +01:00
Layer.cpp PixelPaint: Avoid notifying image when creating a layer's snapshot 2021-04-04 22:43:30 +02:00
Layer.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
LayerListWidget.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LayerListWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
LayerPropertiesWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
LayerPropertiesWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
LineTool.cpp Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
LineTool.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
main.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
MoveTool.cpp PixelPaint: Alt shortcuts and book title capitalization in menus 2021-04-10 14:58:48 +02:00
MoveTool.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
PaletteWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
PaletteWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
PenTool.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
PenTool.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
PickerTool.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
PickerTool.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
RectangleTool.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
RectangleTool.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
SprayTool.cpp Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
SprayTool.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Tool.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Tool.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ToolboxWidget.cpp PixelPaint: Empty Tool menu 2021-04-05 09:04:43 +02:00
ToolboxWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ToolPropertiesWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ToolPropertiesWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ZoomTool.cpp PixelPaint: Added Zoom tool 2021-03-23 08:21:08 +01:00
ZoomTool.h PixelPaint: Added Zoom tool 2021-03-23 08:21:08 +01:00