nextcloud-desktop/shell_integration/windows/OCOverlays
Jocelyn Turcotte bb5c370575 Windows: Update the overlay icon graphics #3105
The bug seems to be in Windows when it upscales an smaller icon for
HiDPI displays. It works fine if we provide a 256x256 size in the
ico files.

Use the new square icons also used on OS X that removes the share badge
and instead has a share icon only for the OK state. This means that we
can also remove 3 icons and release 3 slots in the registry for
overlay icons (only the first few are actually loaded by explorer).

This also adds a script that uses ImageMagick to convert our SVG icons
to Windows ico files. Since ImageMagick seems to have issue doing
proper antialiasing with pixels on the edge of icons, this also
slightly scale the icons to leave 2px on each edge, out of its
logical 128px width.
2016-01-12 11:46:05 +01:00
..
ico Windows: Update the overlay icon graphics #3105 2016-01-12 11:46:05 +01:00
DllMain.cpp Windows: Update the overlay icon graphics #3105 2016-01-12 11:46:05 +01:00
OCContextMenu.cpp Add Resource File for OCContextMenu, adjust (c) dates. 2015-01-29 16:37:51 +01:00
OCContextMenu.h Add Resource File for OCContextMenu, adjust (c) dates. 2015-01-29 16:37:51 +01:00
OCOverlay.cpp Windows: Update the overlay icon graphics #3105 2016-01-12 11:46:05 +01:00
OCOverlay.h shell_integration: Fix a crash on explorer startup 2015-02-18 17:33:46 +01:00
OCOverlay.rc Windows: Update the overlay icon graphics #3105 2016-01-12 11:46:05 +01:00
OCOverlayFactory.cpp [shell_integration] Setup precompiled headers properly with MSVC 2015-02-05 15:14:42 +01:00
OCOverlayFactory.h Windows: Update the overlay icon graphics #3105 2016-01-12 11:46:05 +01:00
OCOverlayRegistrationHandler.cpp [shell_integration] Setup precompiled headers properly with MSVC 2015-02-05 15:14:42 +01:00
OCOverlayRegistrationHandler.h [shell_integration] Setup precompiled headers properly with MSVC 2015-02-05 15:14:42 +01:00
OCOverlays.def Relocate Windows shell extensions 2015-01-12 14:40:42 +01:00
OCOverlays.vcxproj Windows: Update the overlay icon graphics #3105 2016-01-12 11:46:05 +01:00
OverlayConstants.h Windows: Update the overlay icon graphics #3105 2016-01-12 11:46:05 +01:00
OverlayConstants.h.original Relocate Windows shell extensions 2015-01-12 14:40:42 +01:00
resource.h Relocate Windows shell extensions 2015-01-12 14:40:42 +01:00
stdafx.cpp [shell_integration] Setup precompiled headers properly with MSVC 2015-02-05 15:14:42 +01:00
stdafx.h [shell_integration] Remove the usage of Win32 APIs not available on XP 2015-02-05 15:15:05 +01:00