├── .github └── FUNDING.yml ├── FreeImage.dll ├── QPV DLL source code ├── Jpeg2PDF.cpp ├── Jpeg2PDF.h ├── cpp.hint ├── dllmain.cpp ├── framework.h ├── includes.7z ├── pch.cpp ├── pch.h ├── qpv-main.cpp ├── qpv-main.h ├── qpv-main.sln ├── qpv-main.vcxproj ├── qpv-main.vcxproj.filters └── qpv-main.vcxproj.user ├── README.md ├── SetUserFTA.exe ├── ahk_h-v1-1-33-10-h005.zip ├── exiftool.exe ├── general-code-overview.txt ├── lib ├── BarChart.ahk ├── Class_CtlColors.ahk ├── Class_ImageButton.ahk ├── Class_SQLiteDB.ahk ├── Class_screenQPVimage.ahk ├── Font_Library3.ahk ├── Gdip_All.ahk ├── LV_EX.ahk ├── MCI.ahk ├── buffer-alloc.ahk ├── cli-interface.ahk ├── file-get-prop-lib.ahk ├── freeimage-public-license.txt ├── freeimage-wrapper.ahk ├── gdi.ahk ├── hashtable.ahk ├── iDesktopWallpaper.ahk ├── module-fim-thumbs.ahk ├── module-interface.ahk ├── msgbox2.ahk ├── sgdiprint.ahk ├── shell-stuff.ahk ├── tvh.ahk └── wia.ahk ├── msvcr100.dll ├── opencv_world4100.dll ├── pdfium.dll ├── qpv-icon.ico ├── qpvmain.dll ├── quick-picto-viewer.ahk ├── resources ├── brush-texture-1.png ├── brush-texture-2.png ├── brush-texture-3.png ├── brush-texture-4.png ├── brush-texture-5.png ├── brush-texture-6.png ├── brush-texture-7.png ├── brush-texture-8.png ├── dict-eng.txt ├── features-list.txt ├── general-help.txt ├── help-keyboard-shortcuts.txt ├── menu-checkable.ico ├── qpv-change-log.txt ├── toolbar │ ├── add-text.png │ ├── adjust-colors.png │ ├── alpha-mask-capture.png │ ├── alpha-mask-discard.png │ ├── alpha-mask-invert.png │ ├── alpha-mask-paint.png │ ├── alpha-mask-panel.png │ ├── alpha-mask-pixelize.png │ ├── alpha-mask-view.png │ ├── annotate.png │ ├── apply-tool.png │ ├── blending-layers.png │ ├── brush-blur.png │ ├── brush-cloner.png │ ├── brush-dry.png │ ├── brush-fx.png │ ├── brush-main.png │ ├── brush-set-angle.png │ ├── brush-set-opacity.png │ ├── brush-set-ratio.png │ ├── brush-set-size.png │ ├── brush-set-soft.png │ ├── brush-wet.png │ ├── calculate.png │ ├── cancel-tool.png │ ├── close.png │ ├── copy.png │ ├── create-freeform.png │ ├── crop.png │ ├── cut.png │ ├── delete-file.png │ ├── disabled.png │ ├── dragger.png │ ├── eraser.png │ ├── files-list-details.png │ ├── files-list-simple.png │ ├── files-map.png │ ├── fill-shape.png │ ├── filter.png │ ├── first.png │ ├── flip-h.png │ ├── flip-v.png │ ├── flood-fill.png │ ├── folder-tree.png │ ├── font-size.png │ ├── go-back-dark.png │ ├── go-back.png │ ├── help.png │ ├── histogram.png │ ├── img-sizing.png │ ├── infos.png │ ├── invert.png │ ├── jump-to.png │ ├── last.png │ ├── loupe-dark.png │ ├── loupe.png │ ├── main-tool.png │ ├── manage-folders.png │ ├── menu-dark.png │ ├── menu.png │ ├── modify-entry.png │ ├── new-image.png │ ├── next-dark.png │ ├── next.png │ ├── open.png │ ├── outline-shape.png │ ├── paint-any.png │ ├── paint-inside.png │ ├── paint-outside.png │ ├── pan-img.png │ ├── paste-clip.png │ ├── pen-vector.png │ ├── pipette-dark.png │ ├── pipette.png │ ├── play.png │ ├── previous-dark.png │ ├── previous.png │ ├── print.png │ ├── private.png │ ├── quick-file-acts.png │ ├── recent.png │ ├── redo.png │ ├── refresh.png │ ├── rotate-tlbr.png │ ├── rotation.png │ ├── save-disk.png │ ├── search.png │ ├── select-align.png │ ├── select-ellipse.png │ ├── select-freeform.png │ ├── select-rect.png │ ├── settings.png │ ├── sort-list.png │ ├── sound.png │ ├── spiral.png │ ├── star.png │ ├── statistics.png │ ├── thumbs-list.png │ ├── thumbs-mode.png │ ├── toolbar-dark.png │ ├── toolbar.png │ ├── transform-img.png │ ├── triangle-down-dark.png │ ├── triangle-down.png │ ├── triangle-up-dark.png │ ├── triangle-up.png │ ├── undo.png │ ├── vector-mode-add.png │ ├── vector-mode-adjust.png │ ├── vector-mode-mixed.png │ ├── vector-mode-remove.png │ ├── vector-mode-select.png │ ├── vector-open-path.png │ ├── vector-rem-last.png │ ├── vector-rem-points.png │ ├── vector-select-all.png │ ├── vector-select-invert.png │ ├── vector-smooth.png │ ├── vector-symmetrical-anchors.png │ ├── view-2-dark.png │ ├── view-2.png │ ├── view.png │ ├── vp-center-img.png │ ├── vp-grid.png │ ├── zoom-in.png │ └── zoom-out.png ├── update-infos.ini └── vector-shapes │ ├── Cloud.vqpv │ ├── Demi-circle.vqpv │ ├── Heart.vqpv │ ├── Moon crescent.vqpv │ ├── Moon.vqpv │ ├── Rounded callout.vqpv │ ├── Thunder.vqpv │ ├── Tooth.vqpv │ └── Water drop.vqpv ├── screenshots ├── brushes-tool.jpg ├── drawing-vector-shapes.jpg ├── file-stats-size.jpg ├── files-list-view.jpg ├── fill-selected-area.jpg ├── find-image-duplicates.jpg ├── flood-fill-tool.jpg ├── folder-tree-view.jpg ├── image-view.jpg ├── omnibox-folder-tree.jpg ├── omnibox.jpg ├── parametric-lines-generator.jpg ├── paste-image-in-place-tool.jpg ├── print-image.jpg └── thumbnails-view.jpg ├── sqlite3.dll ├── ucrtbase.dll ├── vcomp140.dll ├── vcruntime140.dll ├── vcruntime140_1.dll └── win7-DLL-files-x64 ├── API-MS-Win-Core-Heap-Obsolete-L1-1-0.dll ├── API-MS-Win-Core-Kernel32-Private-L1-1-0.dll ├── API-MS-Win-Core-Kernel32-Private-L1-1-1.dll ├── API-MS-Win-EventLog-Legacy-L1-1-0.dll ├── API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll ├── API-MS-Win-Eventing-Controller-L1-1-0.dll ├── API-MS-Win-Eventing-Legacy-L1-1-0.dll ├── API-MS-Win-Eventing-Provider-L1-1-0.dll ├── API-MS-Win-Security-Lsalookup-L2-1-0.dll ├── API-MS-Win-Security-Lsalookup-L2-1-1.dll ├── API-MS-Win-core-localization-obsolete-l1-2-0.dll ├── API-MS-Win-core-string-obsolete-l1-1-0.dll ├── API-MS-Win-core-xstate-l2-1-0.dll ├── API-MS-Win-devices-config-L1-1-0.dll ├── API-MS-Win-devices-config-L1-1-1.dll ├── API-MS-Win-security-lsapolicy-l1-1-0.dll ├── API-MS-Win-security-provider-L1-1-0.dll ├── api-ms-win-base-util-l1-1-0.dll ├── api-ms-win-core-com-l1-1-0.dll ├── api-ms-win-core-comm-l1-1-0.dll ├── api-ms-win-core-console-l1-1-0.dll ├── api-ms-win-core-datetime-l1-1-0.dll ├── api-ms-win-core-datetime-l1-1-1.dll ├── api-ms-win-core-debug-l1-1-0.dll ├── api-ms-win-core-debug-l1-1-1.dll ├── api-ms-win-core-delayload-l1-1-0.dll ├── api-ms-win-core-errorhandling-l1-1-0.dll ├── api-ms-win-core-errorhandling-l1-1-1.dll ├── api-ms-win-core-fibers-l1-1-0.dll ├── api-ms-win-core-fibers-l1-1-1.dll ├── api-ms-win-core-file-l1-1-0.dll ├── api-ms-win-core-file-l1-2-0.dll ├── api-ms-win-core-file-l1-2-1.dll ├── api-ms-win-core-file-l2-1-0.dll ├── api-ms-win-core-file-l2-1-1.dll ├── api-ms-win-core-handle-l1-1-0.dll ├── api-ms-win-core-heap-l1-1-0.dll ├── api-ms-win-core-interlocked-l1-1-0.dll ├── api-ms-win-core-io-l1-1-0.dll ├── api-ms-win-core-io-l1-1-1.dll ├── api-ms-win-core-kernel32-legacy-l1-1-0.dll ├── api-ms-win-core-kernel32-legacy-l1-1-1.dll ├── api-ms-win-core-libraryloader-l1-1-0.dll ├── api-ms-win-core-libraryloader-l1-1-1.dll ├── api-ms-win-core-localization-l1-2-0.dll ├── api-ms-win-core-localization-l1-2-1.dll ├── api-ms-win-core-memory-l1-1-0.dll ├── api-ms-win-core-memory-l1-1-1.dll ├── api-ms-win-core-memory-l1-1-2.dll ├── api-ms-win-core-namedpipe-l1-1-0.dll ├── api-ms-win-core-privateprofile-l1-1-0.dll ├── api-ms-win-core-privateprofile-l1-1-1.dll ├── api-ms-win-core-processenvironment-l1-1-0.dll ├── api-ms-win-core-processenvironment-l1-2-0.dll ├── api-ms-win-core-processthreads-l1-1-0.dll ├── api-ms-win-core-processthreads-l1-1-1.dll ├── api-ms-win-core-processthreads-l1-1-2.dll ├── api-ms-win-core-processtopology-obsolete-l1-1-0.dll ├── api-ms-win-core-profile-l1-1-0.dll ├── api-ms-win-core-realtime-l1-1-0.dll ├── api-ms-win-core-registry-l1-1-0.dll ├── api-ms-win-core-registry-l2-1-0.dll ├── api-ms-win-core-rtlsupport-l1-1-0.dll ├── api-ms-win-core-shlwapi-legacy-l1-1-0.dll ├── api-ms-win-core-shlwapi-obsolete-l1-1-0.dll ├── api-ms-win-core-shutdown-l1-1-0.dll ├── api-ms-win-core-string-l1-1-0.dll ├── api-ms-win-core-string-l2-1-0.dll ├── api-ms-win-core-stringansi-l1-1-0.dll ├── api-ms-win-core-stringloader-l1-1-1.dll ├── api-ms-win-core-synch-l1-1-0.dll ├── api-ms-win-core-synch-l1-2-0.dll ├── api-ms-win-core-sysinfo-l1-1-0.dll ├── api-ms-win-core-sysinfo-l1-2-0.dll ├── api-ms-win-core-sysinfo-l1-2-1.dll ├── api-ms-win-core-threadpool-l1-2-0.dll ├── api-ms-win-core-threadpool-legacy-l1-1-0.dll ├── api-ms-win-core-threadpool-private-l1-1-0.dll ├── api-ms-win-core-timezone-l1-1-0.dll ├── api-ms-win-core-url-l1-1-0.dll ├── api-ms-win-core-util-l1-1-0.dll ├── api-ms-win-core-version-l1-1-0.dll ├── api-ms-win-core-wow64-l1-1-0.dll ├── api-ms-win-core-xstate-l1-1-0.dll ├── api-ms-win-crt-conio-l1-1-0.dll ├── api-ms-win-crt-convert-l1-1-0.dll ├── api-ms-win-crt-environment-l1-1-0.dll ├── api-ms-win-crt-filesystem-l1-1-0.dll ├── api-ms-win-crt-heap-l1-1-0.dll ├── api-ms-win-crt-locale-l1-1-0.dll ├── api-ms-win-crt-math-l1-1-0.dll ├── api-ms-win-crt-multibyte-l1-1-0.dll ├── api-ms-win-crt-private-l1-1-0.dll ├── api-ms-win-crt-process-l1-1-0.dll ├── api-ms-win-crt-runtime-l1-1-0.dll ├── api-ms-win-crt-stdio-l1-1-0.dll ├── api-ms-win-crt-string-l1-1-0.dll ├── api-ms-win-crt-time-l1-1-0.dll ├── api-ms-win-crt-utility-l1-1-0.dll ├── api-ms-win-eventing-consumer-l1-1-0.dll ├── api-ms-win-security-base-l1-1-0.dll ├── api-ms-win-security-cryptoapi-l1-1-0.dll ├── api-ms-win-security-sddl-l1-1-0.dll ├── api-ms-win-service-core-l1-1-0.dll ├── api-ms-win-service-core-l1-1-1.dll ├── api-ms-win-service-management-l1-1-0.dll ├── api-ms-win-service-management-l2-1-0.dll ├── api-ms-win-service-private-l1-1-0.dll ├── api-ms-win-service-private-l1-1-1.dll ├── api-ms-win-service-winsvc-l1-1-0.dll └── api-ms-win-shcore-stream-l1-1-0.dll /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /FreeImage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/FreeImage.dll -------------------------------------------------------------------------------- /QPV DLL source code/Jpeg2PDF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/QPV DLL source code/Jpeg2PDF.cpp -------------------------------------------------------------------------------- /QPV DLL source code/Jpeg2PDF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/QPV DLL source code/Jpeg2PDF.h -------------------------------------------------------------------------------- /QPV DLL source code/cpp.hint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/QPV DLL source code/cpp.hint -------------------------------------------------------------------------------- /QPV DLL source code/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/QPV DLL source code/dllmain.cpp -------------------------------------------------------------------------------- /QPV DLL source code/framework.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/QPV DLL source code/framework.h -------------------------------------------------------------------------------- /QPV DLL source code/includes.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/QPV DLL source code/includes.7z -------------------------------------------------------------------------------- /QPV DLL source code/pch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/QPV DLL source code/pch.cpp -------------------------------------------------------------------------------- /QPV DLL source code/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/QPV DLL source code/pch.h -------------------------------------------------------------------------------- /QPV DLL source code/qpv-main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/QPV DLL source code/qpv-main.cpp -------------------------------------------------------------------------------- /QPV DLL source code/qpv-main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/QPV DLL source code/qpv-main.h -------------------------------------------------------------------------------- /QPV DLL source code/qpv-main.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/QPV DLL source code/qpv-main.sln -------------------------------------------------------------------------------- /QPV DLL source code/qpv-main.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/QPV DLL source code/qpv-main.vcxproj -------------------------------------------------------------------------------- /QPV DLL source code/qpv-main.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/QPV DLL source code/qpv-main.vcxproj.filters -------------------------------------------------------------------------------- /QPV DLL source code/qpv-main.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/QPV DLL source code/qpv-main.vcxproj.user -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/README.md -------------------------------------------------------------------------------- /SetUserFTA.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/SetUserFTA.exe -------------------------------------------------------------------------------- /ahk_h-v1-1-33-10-h005.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/ahk_h-v1-1-33-10-h005.zip -------------------------------------------------------------------------------- /exiftool.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/exiftool.exe -------------------------------------------------------------------------------- /general-code-overview.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/general-code-overview.txt -------------------------------------------------------------------------------- /lib/BarChart.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/lib/BarChart.ahk -------------------------------------------------------------------------------- /lib/Class_CtlColors.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/lib/Class_CtlColors.ahk -------------------------------------------------------------------------------- /lib/Class_ImageButton.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/lib/Class_ImageButton.ahk -------------------------------------------------------------------------------- /lib/Class_SQLiteDB.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/lib/Class_SQLiteDB.ahk -------------------------------------------------------------------------------- /lib/Class_screenQPVimage.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/lib/Class_screenQPVimage.ahk -------------------------------------------------------------------------------- /lib/Font_Library3.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/lib/Font_Library3.ahk -------------------------------------------------------------------------------- /lib/Gdip_All.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/lib/Gdip_All.ahk -------------------------------------------------------------------------------- /lib/LV_EX.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/lib/LV_EX.ahk -------------------------------------------------------------------------------- /lib/MCI.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/lib/MCI.ahk -------------------------------------------------------------------------------- /lib/buffer-alloc.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/lib/buffer-alloc.ahk -------------------------------------------------------------------------------- /lib/cli-interface.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/lib/cli-interface.ahk -------------------------------------------------------------------------------- /lib/file-get-prop-lib.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/lib/file-get-prop-lib.ahk -------------------------------------------------------------------------------- /lib/freeimage-public-license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/lib/freeimage-public-license.txt -------------------------------------------------------------------------------- /lib/freeimage-wrapper.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/lib/freeimage-wrapper.ahk -------------------------------------------------------------------------------- /lib/gdi.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/lib/gdi.ahk -------------------------------------------------------------------------------- /lib/hashtable.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/lib/hashtable.ahk -------------------------------------------------------------------------------- /lib/iDesktopWallpaper.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/lib/iDesktopWallpaper.ahk -------------------------------------------------------------------------------- /lib/module-fim-thumbs.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/lib/module-fim-thumbs.ahk -------------------------------------------------------------------------------- /lib/module-interface.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/lib/module-interface.ahk -------------------------------------------------------------------------------- /lib/msgbox2.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/lib/msgbox2.ahk -------------------------------------------------------------------------------- /lib/sgdiprint.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/lib/sgdiprint.ahk -------------------------------------------------------------------------------- /lib/shell-stuff.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/lib/shell-stuff.ahk -------------------------------------------------------------------------------- /lib/tvh.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/lib/tvh.ahk -------------------------------------------------------------------------------- /lib/wia.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/lib/wia.ahk -------------------------------------------------------------------------------- /msvcr100.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/msvcr100.dll -------------------------------------------------------------------------------- /opencv_world4100.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/opencv_world4100.dll -------------------------------------------------------------------------------- /pdfium.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/pdfium.dll -------------------------------------------------------------------------------- /qpv-icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/qpv-icon.ico -------------------------------------------------------------------------------- /qpvmain.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/qpvmain.dll -------------------------------------------------------------------------------- /quick-picto-viewer.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/quick-picto-viewer.ahk -------------------------------------------------------------------------------- /resources/brush-texture-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/brush-texture-1.png -------------------------------------------------------------------------------- /resources/brush-texture-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/brush-texture-2.png -------------------------------------------------------------------------------- /resources/brush-texture-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/brush-texture-3.png -------------------------------------------------------------------------------- /resources/brush-texture-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/brush-texture-4.png -------------------------------------------------------------------------------- /resources/brush-texture-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/brush-texture-5.png -------------------------------------------------------------------------------- /resources/brush-texture-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/brush-texture-6.png -------------------------------------------------------------------------------- /resources/brush-texture-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/brush-texture-7.png -------------------------------------------------------------------------------- /resources/brush-texture-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/brush-texture-8.png -------------------------------------------------------------------------------- /resources/dict-eng.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/dict-eng.txt -------------------------------------------------------------------------------- /resources/features-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/features-list.txt -------------------------------------------------------------------------------- /resources/general-help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/general-help.txt -------------------------------------------------------------------------------- /resources/help-keyboard-shortcuts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/help-keyboard-shortcuts.txt -------------------------------------------------------------------------------- /resources/menu-checkable.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/menu-checkable.ico -------------------------------------------------------------------------------- /resources/qpv-change-log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/qpv-change-log.txt -------------------------------------------------------------------------------- /resources/toolbar/add-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/add-text.png -------------------------------------------------------------------------------- /resources/toolbar/adjust-colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/adjust-colors.png -------------------------------------------------------------------------------- /resources/toolbar/alpha-mask-capture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/alpha-mask-capture.png -------------------------------------------------------------------------------- /resources/toolbar/alpha-mask-discard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/alpha-mask-discard.png -------------------------------------------------------------------------------- /resources/toolbar/alpha-mask-invert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/alpha-mask-invert.png -------------------------------------------------------------------------------- /resources/toolbar/alpha-mask-paint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/alpha-mask-paint.png -------------------------------------------------------------------------------- /resources/toolbar/alpha-mask-panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/alpha-mask-panel.png -------------------------------------------------------------------------------- /resources/toolbar/alpha-mask-pixelize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/alpha-mask-pixelize.png -------------------------------------------------------------------------------- /resources/toolbar/alpha-mask-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/alpha-mask-view.png -------------------------------------------------------------------------------- /resources/toolbar/annotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/annotate.png -------------------------------------------------------------------------------- /resources/toolbar/apply-tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/apply-tool.png -------------------------------------------------------------------------------- /resources/toolbar/blending-layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/blending-layers.png -------------------------------------------------------------------------------- /resources/toolbar/brush-blur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/brush-blur.png -------------------------------------------------------------------------------- /resources/toolbar/brush-cloner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/brush-cloner.png -------------------------------------------------------------------------------- /resources/toolbar/brush-dry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/brush-dry.png -------------------------------------------------------------------------------- /resources/toolbar/brush-fx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/brush-fx.png -------------------------------------------------------------------------------- /resources/toolbar/brush-main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/brush-main.png -------------------------------------------------------------------------------- /resources/toolbar/brush-set-angle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/brush-set-angle.png -------------------------------------------------------------------------------- /resources/toolbar/brush-set-opacity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/brush-set-opacity.png -------------------------------------------------------------------------------- /resources/toolbar/brush-set-ratio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/brush-set-ratio.png -------------------------------------------------------------------------------- /resources/toolbar/brush-set-size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/brush-set-size.png -------------------------------------------------------------------------------- /resources/toolbar/brush-set-soft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/brush-set-soft.png -------------------------------------------------------------------------------- /resources/toolbar/brush-wet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/brush-wet.png -------------------------------------------------------------------------------- /resources/toolbar/calculate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/calculate.png -------------------------------------------------------------------------------- /resources/toolbar/cancel-tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/cancel-tool.png -------------------------------------------------------------------------------- /resources/toolbar/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/close.png -------------------------------------------------------------------------------- /resources/toolbar/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/copy.png -------------------------------------------------------------------------------- /resources/toolbar/create-freeform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/create-freeform.png -------------------------------------------------------------------------------- /resources/toolbar/crop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/crop.png -------------------------------------------------------------------------------- /resources/toolbar/cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/cut.png -------------------------------------------------------------------------------- /resources/toolbar/delete-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/delete-file.png -------------------------------------------------------------------------------- /resources/toolbar/disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/disabled.png -------------------------------------------------------------------------------- /resources/toolbar/dragger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/dragger.png -------------------------------------------------------------------------------- /resources/toolbar/eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/eraser.png -------------------------------------------------------------------------------- /resources/toolbar/files-list-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/files-list-details.png -------------------------------------------------------------------------------- /resources/toolbar/files-list-simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/files-list-simple.png -------------------------------------------------------------------------------- /resources/toolbar/files-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/files-map.png -------------------------------------------------------------------------------- /resources/toolbar/fill-shape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/fill-shape.png -------------------------------------------------------------------------------- /resources/toolbar/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/filter.png -------------------------------------------------------------------------------- /resources/toolbar/first.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/first.png -------------------------------------------------------------------------------- /resources/toolbar/flip-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/flip-h.png -------------------------------------------------------------------------------- /resources/toolbar/flip-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/flip-v.png -------------------------------------------------------------------------------- /resources/toolbar/flood-fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/flood-fill.png -------------------------------------------------------------------------------- /resources/toolbar/folder-tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/folder-tree.png -------------------------------------------------------------------------------- /resources/toolbar/font-size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/font-size.png -------------------------------------------------------------------------------- /resources/toolbar/go-back-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/go-back-dark.png -------------------------------------------------------------------------------- /resources/toolbar/go-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/go-back.png -------------------------------------------------------------------------------- /resources/toolbar/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/help.png -------------------------------------------------------------------------------- /resources/toolbar/histogram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/histogram.png -------------------------------------------------------------------------------- /resources/toolbar/img-sizing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/img-sizing.png -------------------------------------------------------------------------------- /resources/toolbar/infos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/infos.png -------------------------------------------------------------------------------- /resources/toolbar/invert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/invert.png -------------------------------------------------------------------------------- /resources/toolbar/jump-to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/jump-to.png -------------------------------------------------------------------------------- /resources/toolbar/last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/last.png -------------------------------------------------------------------------------- /resources/toolbar/loupe-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/loupe-dark.png -------------------------------------------------------------------------------- /resources/toolbar/loupe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/loupe.png -------------------------------------------------------------------------------- /resources/toolbar/main-tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/main-tool.png -------------------------------------------------------------------------------- /resources/toolbar/manage-folders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/manage-folders.png -------------------------------------------------------------------------------- /resources/toolbar/menu-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/menu-dark.png -------------------------------------------------------------------------------- /resources/toolbar/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/menu.png -------------------------------------------------------------------------------- /resources/toolbar/modify-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/modify-entry.png -------------------------------------------------------------------------------- /resources/toolbar/new-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/new-image.png -------------------------------------------------------------------------------- /resources/toolbar/next-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/next-dark.png -------------------------------------------------------------------------------- /resources/toolbar/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/next.png -------------------------------------------------------------------------------- /resources/toolbar/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/open.png -------------------------------------------------------------------------------- /resources/toolbar/outline-shape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/outline-shape.png -------------------------------------------------------------------------------- /resources/toolbar/paint-any.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/paint-any.png -------------------------------------------------------------------------------- /resources/toolbar/paint-inside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/paint-inside.png -------------------------------------------------------------------------------- /resources/toolbar/paint-outside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/paint-outside.png -------------------------------------------------------------------------------- /resources/toolbar/pan-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/pan-img.png -------------------------------------------------------------------------------- /resources/toolbar/paste-clip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/paste-clip.png -------------------------------------------------------------------------------- /resources/toolbar/pen-vector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/pen-vector.png -------------------------------------------------------------------------------- /resources/toolbar/pipette-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/pipette-dark.png -------------------------------------------------------------------------------- /resources/toolbar/pipette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/pipette.png -------------------------------------------------------------------------------- /resources/toolbar/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/play.png -------------------------------------------------------------------------------- /resources/toolbar/previous-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/previous-dark.png -------------------------------------------------------------------------------- /resources/toolbar/previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/previous.png -------------------------------------------------------------------------------- /resources/toolbar/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/print.png -------------------------------------------------------------------------------- /resources/toolbar/private.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/private.png -------------------------------------------------------------------------------- /resources/toolbar/quick-file-acts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/quick-file-acts.png -------------------------------------------------------------------------------- /resources/toolbar/recent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/recent.png -------------------------------------------------------------------------------- /resources/toolbar/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/redo.png -------------------------------------------------------------------------------- /resources/toolbar/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/refresh.png -------------------------------------------------------------------------------- /resources/toolbar/rotate-tlbr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/rotate-tlbr.png -------------------------------------------------------------------------------- /resources/toolbar/rotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/rotation.png -------------------------------------------------------------------------------- /resources/toolbar/save-disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/save-disk.png -------------------------------------------------------------------------------- /resources/toolbar/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/search.png -------------------------------------------------------------------------------- /resources/toolbar/select-align.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/select-align.png -------------------------------------------------------------------------------- /resources/toolbar/select-ellipse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/select-ellipse.png -------------------------------------------------------------------------------- /resources/toolbar/select-freeform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/select-freeform.png -------------------------------------------------------------------------------- /resources/toolbar/select-rect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/select-rect.png -------------------------------------------------------------------------------- /resources/toolbar/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/settings.png -------------------------------------------------------------------------------- /resources/toolbar/sort-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/sort-list.png -------------------------------------------------------------------------------- /resources/toolbar/sound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/sound.png -------------------------------------------------------------------------------- /resources/toolbar/spiral.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/spiral.png -------------------------------------------------------------------------------- /resources/toolbar/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/star.png -------------------------------------------------------------------------------- /resources/toolbar/statistics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/statistics.png -------------------------------------------------------------------------------- /resources/toolbar/thumbs-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/thumbs-list.png -------------------------------------------------------------------------------- /resources/toolbar/thumbs-mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/thumbs-mode.png -------------------------------------------------------------------------------- /resources/toolbar/toolbar-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/toolbar-dark.png -------------------------------------------------------------------------------- /resources/toolbar/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/toolbar.png -------------------------------------------------------------------------------- /resources/toolbar/transform-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/transform-img.png -------------------------------------------------------------------------------- /resources/toolbar/triangle-down-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/triangle-down-dark.png -------------------------------------------------------------------------------- /resources/toolbar/triangle-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/triangle-down.png -------------------------------------------------------------------------------- /resources/toolbar/triangle-up-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/triangle-up-dark.png -------------------------------------------------------------------------------- /resources/toolbar/triangle-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/triangle-up.png -------------------------------------------------------------------------------- /resources/toolbar/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/undo.png -------------------------------------------------------------------------------- /resources/toolbar/vector-mode-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/vector-mode-add.png -------------------------------------------------------------------------------- /resources/toolbar/vector-mode-adjust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/vector-mode-adjust.png -------------------------------------------------------------------------------- /resources/toolbar/vector-mode-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/vector-mode-mixed.png -------------------------------------------------------------------------------- /resources/toolbar/vector-mode-remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/vector-mode-remove.png -------------------------------------------------------------------------------- /resources/toolbar/vector-mode-select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/vector-mode-select.png -------------------------------------------------------------------------------- /resources/toolbar/vector-open-path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/vector-open-path.png -------------------------------------------------------------------------------- /resources/toolbar/vector-rem-last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/vector-rem-last.png -------------------------------------------------------------------------------- /resources/toolbar/vector-rem-points.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/vector-rem-points.png -------------------------------------------------------------------------------- /resources/toolbar/vector-select-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/vector-select-all.png -------------------------------------------------------------------------------- /resources/toolbar/vector-select-invert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/vector-select-invert.png -------------------------------------------------------------------------------- /resources/toolbar/vector-smooth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/vector-smooth.png -------------------------------------------------------------------------------- /resources/toolbar/vector-symmetrical-anchors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/vector-symmetrical-anchors.png -------------------------------------------------------------------------------- /resources/toolbar/view-2-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/view-2-dark.png -------------------------------------------------------------------------------- /resources/toolbar/view-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/view-2.png -------------------------------------------------------------------------------- /resources/toolbar/view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/view.png -------------------------------------------------------------------------------- /resources/toolbar/vp-center-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/vp-center-img.png -------------------------------------------------------------------------------- /resources/toolbar/vp-grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/vp-grid.png -------------------------------------------------------------------------------- /resources/toolbar/zoom-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/zoom-in.png -------------------------------------------------------------------------------- /resources/toolbar/zoom-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/toolbar/zoom-out.png -------------------------------------------------------------------------------- /resources/update-infos.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | ReleaseDate=2023/07/24 3 | Version=5.9.8 4 | -------------------------------------------------------------------------------- /resources/vector-shapes/Cloud.vqpv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/vector-shapes/Cloud.vqpv -------------------------------------------------------------------------------- /resources/vector-shapes/Demi-circle.vqpv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/vector-shapes/Demi-circle.vqpv -------------------------------------------------------------------------------- /resources/vector-shapes/Heart.vqpv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/vector-shapes/Heart.vqpv -------------------------------------------------------------------------------- /resources/vector-shapes/Moon crescent.vqpv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/vector-shapes/Moon crescent.vqpv -------------------------------------------------------------------------------- /resources/vector-shapes/Moon.vqpv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/vector-shapes/Moon.vqpv -------------------------------------------------------------------------------- /resources/vector-shapes/Rounded callout.vqpv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/vector-shapes/Rounded callout.vqpv -------------------------------------------------------------------------------- /resources/vector-shapes/Thunder.vqpv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/vector-shapes/Thunder.vqpv -------------------------------------------------------------------------------- /resources/vector-shapes/Tooth.vqpv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/vector-shapes/Tooth.vqpv -------------------------------------------------------------------------------- /resources/vector-shapes/Water drop.vqpv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/resources/vector-shapes/Water drop.vqpv -------------------------------------------------------------------------------- /screenshots/brushes-tool.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/screenshots/brushes-tool.jpg -------------------------------------------------------------------------------- /screenshots/drawing-vector-shapes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/screenshots/drawing-vector-shapes.jpg -------------------------------------------------------------------------------- /screenshots/file-stats-size.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/screenshots/file-stats-size.jpg -------------------------------------------------------------------------------- /screenshots/files-list-view.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/screenshots/files-list-view.jpg -------------------------------------------------------------------------------- /screenshots/fill-selected-area.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/screenshots/fill-selected-area.jpg -------------------------------------------------------------------------------- /screenshots/find-image-duplicates.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/screenshots/find-image-duplicates.jpg -------------------------------------------------------------------------------- /screenshots/flood-fill-tool.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/screenshots/flood-fill-tool.jpg -------------------------------------------------------------------------------- /screenshots/folder-tree-view.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/screenshots/folder-tree-view.jpg -------------------------------------------------------------------------------- /screenshots/image-view.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/screenshots/image-view.jpg -------------------------------------------------------------------------------- /screenshots/omnibox-folder-tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/screenshots/omnibox-folder-tree.jpg -------------------------------------------------------------------------------- /screenshots/omnibox.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/screenshots/omnibox.jpg -------------------------------------------------------------------------------- /screenshots/parametric-lines-generator.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/screenshots/parametric-lines-generator.jpg -------------------------------------------------------------------------------- /screenshots/paste-image-in-place-tool.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/screenshots/paste-image-in-place-tool.jpg -------------------------------------------------------------------------------- /screenshots/print-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/screenshots/print-image.jpg -------------------------------------------------------------------------------- /screenshots/thumbnails-view.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/screenshots/thumbnails-view.jpg -------------------------------------------------------------------------------- /sqlite3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/sqlite3.dll -------------------------------------------------------------------------------- /ucrtbase.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/ucrtbase.dll -------------------------------------------------------------------------------- /vcomp140.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/vcomp140.dll -------------------------------------------------------------------------------- /vcruntime140.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/vcruntime140.dll -------------------------------------------------------------------------------- /vcruntime140_1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/vcruntime140_1.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/API-MS-Win-Core-Heap-Obsolete-L1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/API-MS-Win-Core-Heap-Obsolete-L1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/API-MS-Win-Core-Kernel32-Private-L1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/API-MS-Win-Core-Kernel32-Private-L1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/API-MS-Win-Core-Kernel32-Private-L1-1-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/API-MS-Win-Core-Kernel32-Private-L1-1-1.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/API-MS-Win-EventLog-Legacy-L1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/API-MS-Win-EventLog-Legacy-L1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/API-MS-Win-Eventing-Controller-L1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/API-MS-Win-Eventing-Controller-L1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/API-MS-Win-Eventing-Legacy-L1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/API-MS-Win-Eventing-Legacy-L1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/API-MS-Win-Eventing-Provider-L1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/API-MS-Win-Eventing-Provider-L1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/API-MS-Win-Security-Lsalookup-L2-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/API-MS-Win-Security-Lsalookup-L2-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/API-MS-Win-Security-Lsalookup-L2-1-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/API-MS-Win-Security-Lsalookup-L2-1-1.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/API-MS-Win-core-localization-obsolete-l1-2-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/API-MS-Win-core-localization-obsolete-l1-2-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/API-MS-Win-core-string-obsolete-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/API-MS-Win-core-string-obsolete-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/API-MS-Win-core-xstate-l2-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/API-MS-Win-core-xstate-l2-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/API-MS-Win-devices-config-L1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/API-MS-Win-devices-config-L1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/API-MS-Win-devices-config-L1-1-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/API-MS-Win-devices-config-L1-1-1.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/API-MS-Win-security-lsapolicy-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/API-MS-Win-security-lsapolicy-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/API-MS-Win-security-provider-L1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/API-MS-Win-security-provider-L1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-base-util-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-base-util-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-com-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-com-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-comm-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-comm-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-console-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-console-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-datetime-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-datetime-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-datetime-l1-1-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-datetime-l1-1-1.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-debug-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-debug-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-debug-l1-1-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-debug-l1-1-1.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-delayload-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-delayload-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-errorhandling-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-errorhandling-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-errorhandling-l1-1-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-errorhandling-l1-1-1.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-fibers-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-fibers-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-fibers-l1-1-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-fibers-l1-1-1.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-file-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-file-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-file-l1-2-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-file-l1-2-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-file-l1-2-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-file-l1-2-1.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-file-l2-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-file-l2-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-file-l2-1-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-file-l2-1-1.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-handle-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-handle-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-heap-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-heap-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-interlocked-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-interlocked-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-io-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-io-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-io-l1-1-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-io-l1-1-1.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-kernel32-legacy-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-kernel32-legacy-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-kernel32-legacy-l1-1-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-kernel32-legacy-l1-1-1.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-libraryloader-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-libraryloader-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-libraryloader-l1-1-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-libraryloader-l1-1-1.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-localization-l1-2-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-localization-l1-2-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-localization-l1-2-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-localization-l1-2-1.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-memory-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-memory-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-memory-l1-1-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-memory-l1-1-1.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-memory-l1-1-2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-memory-l1-1-2.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-namedpipe-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-namedpipe-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-privateprofile-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-privateprofile-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-privateprofile-l1-1-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-privateprofile-l1-1-1.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-processenvironment-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-processenvironment-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-processenvironment-l1-2-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-processenvironment-l1-2-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-processthreads-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-processthreads-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-processthreads-l1-1-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-processthreads-l1-1-1.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-processthreads-l1-1-2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-processthreads-l1-1-2.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-processtopology-obsolete-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-processtopology-obsolete-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-profile-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-profile-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-realtime-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-realtime-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-registry-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-registry-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-registry-l2-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-registry-l2-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-rtlsupport-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-rtlsupport-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-shlwapi-legacy-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-shlwapi-legacy-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-shutdown-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-shutdown-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-string-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-string-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-string-l2-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-string-l2-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-stringansi-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-stringansi-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-stringloader-l1-1-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-stringloader-l1-1-1.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-synch-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-synch-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-synch-l1-2-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-synch-l1-2-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-sysinfo-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-sysinfo-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-sysinfo-l1-2-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-sysinfo-l1-2-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-sysinfo-l1-2-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-sysinfo-l1-2-1.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-threadpool-l1-2-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-threadpool-l1-2-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-threadpool-legacy-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-threadpool-legacy-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-threadpool-private-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-threadpool-private-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-timezone-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-timezone-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-url-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-url-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-util-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-util-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-version-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-version-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-wow64-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-wow64-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-core-xstate-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-core-xstate-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-crt-conio-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-crt-conio-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-crt-convert-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-crt-convert-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-crt-environment-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-crt-environment-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-crt-filesystem-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-crt-filesystem-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-crt-heap-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-crt-heap-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-crt-locale-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-crt-locale-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-crt-math-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-crt-math-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-crt-multibyte-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-crt-multibyte-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-crt-private-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-crt-private-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-crt-process-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-crt-process-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-crt-runtime-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-crt-runtime-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-crt-stdio-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-crt-stdio-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-crt-string-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-crt-string-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-crt-time-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-crt-time-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-crt-utility-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-crt-utility-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-eventing-consumer-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-eventing-consumer-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-security-base-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-security-base-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-security-cryptoapi-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-security-cryptoapi-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-security-sddl-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-security-sddl-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-service-core-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-service-core-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-service-core-l1-1-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-service-core-l1-1-1.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-service-management-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-service-management-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-service-management-l2-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-service-management-l2-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-service-private-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-service-private-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-service-private-l1-1-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-service-private-l1-1-1.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-service-winsvc-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-service-winsvc-l1-1-0.dll -------------------------------------------------------------------------------- /win7-DLL-files-x64/api-ms-win-shcore-stream-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marius-sucan/Quick-Picto-Viewer/HEAD/win7-DLL-files-x64/api-ms-win-shcore-stream-l1-1-0.dll --------------------------------------------------------------------------------