ladybird/Userland/Applications/Maps
Jelle Raaijmakers 092bb76cd6 Maps: Use bilinear blending for downscaled tiles
Since we divide the width and height of the downscaled tiles by 2,
bilinear blending is identical to box sampling and should be preferred
since it's the simpler one of the two algorithms.
2023-10-03 20:25:09 +02:00
..
CMakeLists.txt Maps: Add search panel 2023-09-24 20:05:33 -06:00
main.cpp Base+Maps: Add manpage for Maps 2023-09-25 16:20:20 +01:00
MapWidget.cpp Maps: Use bilinear blending for downscaled tiles 2023-10-03 20:25:09 +02:00
MapWidget.h Maps: Add search panel 2023-09-24 20:05:33 -06:00
SearchPanel.cpp Maps: Add search panel 2023-09-24 20:05:33 -06:00
SearchPanel.gml Maps: Add search panel 2023-09-24 20:05:33 -06:00
SearchPanel.h Maps: Add search panel 2023-09-24 20:05:33 -06:00
UsersMapWidget.cpp Maps: Add search panel 2023-09-24 20:05:33 -06:00
UsersMapWidget.h Maps: Add search panel 2023-09-24 20:05:33 -06:00