Changed folder structure
Added README Added icon and wiki
12
.gitignore
vendored
@ -1,6 +1,6 @@
|
||||
/.vs
|
||||
/bin
|
||||
/obj
|
||||
*.user
|
||||
*.pubxml.user
|
||||
*.csproj.user
|
||||
bin
|
||||
obj
|
||||
packages
|
||||
*~
|
||||
.github
|
||||
.vs
|
||||
3
BukkuBuddy.slnx
Normal file
@ -0,0 +1,3 @@
|
||||
<Solution>
|
||||
<Project Path="source/BukkuBuddy.csproj" />
|
||||
</Solution>
|
||||
40
README.md
Normal file
@ -0,0 +1,40 @@
|
||||
# BukkuBuddy Bookmark Manager
|
||||
|
||||
> BukkuBuddy Bookmark Manager is a free utility for storing and organising your favourite Internet shortcuts. Your bookmarks are stored in a local save file to give you complete control.
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
## Features
|
||||
|
||||
- Store and organise Internet bookmarks
|
||||
- Locally cached favicons (supported formats only)
|
||||
- No ads
|
||||
|
||||
## Screenshots
|
||||
|
||||
[](wiki/screenshot-1.png)
|
||||
|
||||
---
|
||||
|
||||
## Releases & Builds
|
||||
|
||||
See [Releases](/HiImRay_Public/bukkubuddy-bookmark-manager)
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
This software uses a number of dependencies and assets from third-parties.
|
||||
These developers and artists deserve due credit for their work and for their commitment to sharing their work freely.
|
||||
Each product is released under their own particular license, for more information please visit their websites.
|
||||
|
||||
- [Feather - Simply Beautiful Open Source Icons](https://feathericons.com/)
|
||||
- [HtmlAgilityPack](https://htmlagilitypack.codeplex.com/)
|
||||
- [Lucide](https://lucide.dev/icons/)
|
||||
|
||||
## License
|
||||
|
||||
This software is due to be released under the GPLv3 license.
|
||||
|
||||
All software on this website is provided "as is" without warranty of any kind, either express or implied.
|
||||
The use of this software, in particular, is done solely at your own risk; with agreement that the original author is not liable for any damage (subsequently incurred) of any kind.
|
||||
19
build.bat
@ -1,18 +1,15 @@
|
||||
RMDIR /s /q "bin\"
|
||||
RMDIR /s /q "obj\"
|
||||
rmdir /s /q "bin\"
|
||||
rmdir /s /q "source\bin\"
|
||||
rmdir /s /q "source\obj\"
|
||||
|
||||
MKDIR bin
|
||||
|
||||
dotnet restore skye.sln
|
||||
#dotnet build skye.sln -c Release -o ./bin/
|
||||
dotnet publish skye.sln -r win-x64 -c Release /p:PublishSingleFile=true /p:SelfContained=false /p:PublishReadyToRunfalse=true /p:PublishDir="bin\"
|
||||
dotnet restore BukkuBuddy.slnx
|
||||
dotnet publish BukkuBuddy.slnx -r win-x64 -c Release /p:PublishSingleFile=true /p:SelfContained=false /p:PublishReadyToRunfalse=true /p:PublishDir="..\bin\"
|
||||
|
||||
"C:\B\Portable Files (dev)\Inno Setup\v6.0.4-2\app\ISCC.exe" "build-installer.iss"
|
||||
|
||||
"C:\B\Portable Files\7-Zip (Portable)\25.01\App\7-Zip64\7z.exe" a -t7z "bin\bukkubuddy.7z" ".\bin\bukkubuddy.exe" -mx9
|
||||
"C:\B\Portable Files\7-Zip (Portable)\26.02\App\7-Zip64\7z.exe" a -t7z "bin\bukkubuddy.7z" ".\bin\bukkubuddy.exe" -mx9
|
||||
|
||||
RMDIR /s /q "bin\debug"
|
||||
RMDIR /s /q "bin\release"
|
||||
RMDIR /s /q "obj\"
|
||||
rmdir /s /q "source\bin\"
|
||||
rmdir /s /q "source\obj\"
|
||||
|
||||
PAUSE
|
||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
195
icon/icon.svg
Normal file
@ -0,0 +1,195 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46.054932"
|
||||
height="46.054932"
|
||||
viewBox="0 0 46.054932 46.054931"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
class="feather feather-bookmark"
|
||||
version="1.1"
|
||||
id="svg4"
|
||||
sodipodi:docname="logo.svg"
|
||||
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs8">
|
||||
<linearGradient
|
||||
id="linearGradient856">
|
||||
<stop
|
||||
id="stop857"
|
||||
offset="0"
|
||||
stop-opacity="0.5"
|
||||
stop-color="#ffffff" />
|
||||
<stop
|
||||
id="stop858"
|
||||
offset="1"
|
||||
stop-opacity="0.25"
|
||||
stop-color="#ffffff" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.79291263,0,0,1.261173,-197.94453,-91.992003)"
|
||||
id="linearGradient859"
|
||||
x1="174.3136"
|
||||
x2="284.79895"
|
||||
xlink:href="#linearGradient856"
|
||||
y1="129.67796"
|
||||
y2="147.37285" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview6"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:zoom="1.0833333"
|
||||
inkscape:cx="273.69231"
|
||||
inkscape:cy="58.615385"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1017"
|
||||
inkscape:window-x="1912"
|
||||
inkscape:window-y="845"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg4" />
|
||||
<path
|
||||
d="m 63.777467,15.992979 -7,-5 -7,5 V -0.00702137 a 2,2 0 0 1 2,-2.00000003 h 10 a 2,2 0 0 1 2,2.00000003 z"
|
||||
id="path2"
|
||||
style="stroke:#000000;stroke-opacity:1" />
|
||||
<path
|
||||
d="m 19.807212,21.867836 -1.646634,2.305289 1.646634,2.305288 H 14.537981 A 0.65865385,0.65865385 0 0 1 13.879327,25.819759 V 22.52649 a 0.65865385,0.65865385 0 0 1 0.658654,-0.658654 z"
|
||||
id="path2-9"
|
||||
style="fill:#e80900;fill-opacity:1;stroke:#000000;stroke-width:0.658654;stroke-opacity:1" />
|
||||
<path
|
||||
d="m -42.637513,6.0516829 h 6.582996 a 4.388664,4.388664 0 0 1 4.388664,4.3886641 v 15.360324 a 3.291498,3.291498 0 0 0 -3.291498,-3.291498 h -7.680162 z"
|
||||
id="path825"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.19433;stroke-linecap:round;stroke-linejoin:round" />
|
||||
<path
|
||||
d="m -8.2640682,14.195761 h -9.3424668 a 6.2283114,3.9241064 0 0 0 -6.228312,3.924106 V 31.85424 a 4.6712335,2.9430798 0 0 1 4.671234,-2.94308 h 10.8995448 z"
|
||||
id="path827"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.47187;stroke-linecap:round;stroke-linejoin:round" />
|
||||
<path
|
||||
d="m 25.027466,-6.0109955 a 5,5 0 0 0 7.54,0.54 l 3,-3 a 5,5 0 0 0 -7.07,-7.0700005 l -1.72,1.71"
|
||||
id="path839"
|
||||
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
|
||||
<path
|
||||
d="m 19.87362,-5.6648417 a 5,5 0 0 1 -7.54,0.54 l -3.0000001,-3 A 5,5 0 0 1 16.40362,-15.194842 l 1.72,1.71"
|
||||
id="path839-1"
|
||||
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
|
||||
<path
|
||||
d="m 52.114201,-19.074649 a 3.8569554,3.8569554 0 0 0 -5.816289,-0.416552 l -2.314174,2.314174 a 3.8569554,3.8569554 0 0 0 5.453735,5.453735 l 1.319079,-1.319079"
|
||||
id="path841"
|
||||
style="fill:none;stroke:#000000;stroke-width:1.23423;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" />
|
||||
<image
|
||||
width="23.192308"
|
||||
height="23.192308"
|
||||
preserveAspectRatio="none"
|
||||
xlink:href="data:image/png;base64,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 "
|
||||
id="image863"
|
||||
x="-6.5686865"
|
||||
y="-50.814713" />
|
||||
<circle
|
||||
cx="-18.107149"
|
||||
cy="-3.4685137"
|
||||
r="7"
|
||||
id="circle867"
|
||||
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
|
||||
<polyline
|
||||
points="8.21 13.89 7 23 12 20 17 23 15.79 13.88"
|
||||
id="polyline869"
|
||||
transform="translate(-36.164842,18.87764)"
|
||||
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
|
||||
<path
|
||||
d="M 4.9400543,31.055915 H 16.032712 V 14.622349 H 4.9400543 A 2.0541958,2.0541958 0 0 0 2.8858585,16.676545 V 29.00172 a 2.0541958,2.0541958 0 0 0 2.0541958,2.054195 z"
|
||||
id="path927"
|
||||
style="fill:#f7d652;stroke:#000000;stroke-width:1.64336;stroke-linecap:round;stroke-linejoin:round;fill-opacity:1" />
|
||||
<path
|
||||
d="m 2.8858585,16.676545 a 2.0541958,2.0541958 0 0 0 2.0541958,2.054196 H 16.032712"
|
||||
id="path925"
|
||||
style="fill:none;stroke:#000000;stroke-width:1.64336;stroke-linecap:round;stroke-linejoin:round" />
|
||||
<path
|
||||
d="m 40.696291,48.028704 -2.305289,-1.646634 -2.305288,1.646634 v -5.269231 a 0.65865385,0.65865385 0 0 1 0.658654,-0.658654 h 3.293269 a 0.65865385,0.65865385 0 0 1 0.658654,0.658654 z"
|
||||
id="path2-9-5"
|
||||
style="fill:#e80900;fill-opacity:1;stroke:#000000;stroke-width:0.658654;stroke-opacity:1" />
|
||||
<path
|
||||
d="M 32.960865,43.755244 H 44.053523 V 27.321678 H 32.960865 a 2.0541958,2.0541958 0 0 0 -2.054196,2.054196 v 12.325175 a 2.0541958,2.0541958 0 0 0 2.054196,2.054195 z"
|
||||
id="path927-0"
|
||||
style="fill:#f7d652;fill-opacity:1;stroke:#000000;stroke-width:1.64336;stroke-linecap:round;stroke-linejoin:round" />
|
||||
<path
|
||||
d="m 30.906669,29.375874 a 2.0541958,2.0541958 0 0 0 2.054196,2.054196 h 11.092658"
|
||||
id="path925-3"
|
||||
style="fill:none;stroke:#000000;stroke-width:1.64336;stroke-linecap:round;stroke-linejoin:round" />
|
||||
<path
|
||||
style="fill:#f7d652;fill-opacity:1;fill-rule:evenodd;stroke:#333333;stroke-width:2.85593;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m -47.962208,-14.579983 -21.637657,6.6311145 -16.69209,-15.0066355 4.94559,-21.637674 21.637665,-6.631048 16.692084,15.006585 z"
|
||||
id="path852-2"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96"
|
||||
inkscape:export-filename="L:\L\xData (95785206A)\0000\graphics\gitlab\icon16.png" />
|
||||
<g
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#333333;stroke-width:1.25585;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="g2272"
|
||||
transform="matrix(1.1143253,-0.28006363,0.28006363,1.1143253,-80.622395,-39.917068)">
|
||||
<polygon
|
||||
points="8.91,8.26 12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 "
|
||||
id="polygon2263"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#333333;stroke-width:1.25585;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<path
|
||||
d="m 10.322213,51.117788 -1.646635,2.305289 1.646635,2.305288 H 5.052981 A 0.65865385,0.65865385 0 0 1 4.394327,55.069711 v -3.293269 a 0.65865385,0.65865385 0 0 1 0.658654,-0.658654 z"
|
||||
id="path2-9-0-3"
|
||||
style="fill:#3465a4;fill-opacity:1;stroke:#000000;stroke-width:0.658654;stroke-opacity:1" />
|
||||
<path
|
||||
d="m 10.322254,53.028704 -1.6466343,2.305289 1.6466343,2.305288 H 5.0530227 a 0.65865385,0.65865385 0 0 1 -0.658654,-0.658654 v -3.293269 a 0.65865385,0.65865385 0 0 1 0.658654,-0.658654 z"
|
||||
id="path2-9-0"
|
||||
style="fill:#e80900;fill-opacity:1;stroke:#000000;stroke-width:0.658654;stroke-opacity:1" />
|
||||
<path
|
||||
d="M -4.5449043,62.216783 H 6.5477537 V 45.783217 h -11.092658 a 2.0541958,2.0541958 0 0 0 -2.0541958,2.054196 v 12.325175 a 2.0541958,2.0541958 0 0 0 2.0541958,2.054195 z"
|
||||
id="path927-02"
|
||||
style="fill:#f7d652;fill-opacity:1;stroke:#000000;stroke-width:1.64336;stroke-linecap:round;stroke-linejoin:round" />
|
||||
<path
|
||||
d="m -6.5991001,47.837413 a 2.0541958,2.0541958 0 0 0 2.0541958,2.054196 h 11.092658"
|
||||
id="path925-7"
|
||||
style="fill:none;stroke:#000000;stroke-width:1.64336;stroke-linecap:round;stroke-linejoin:round" />
|
||||
<g
|
||||
id="g2819"
|
||||
transform="matrix(19.381411,0,0,19.381411,-372.61927,-1057.6381)"
|
||||
inkscape:export-filename="N:\D\icon-16.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<path
|
||||
d="m 38.014213,60.925481 -1.646635,2.305289 1.646635,2.305288 h -5.269232 a 0.65865385,0.65865385 0 0 1 -0.658654,-0.658654 v -3.293269 a 0.65865385,0.65865385 0 0 1 0.658654,-0.658654 z"
|
||||
id="path2-9-0-3-9-9"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.658654;stroke-opacity:1" />
|
||||
<path
|
||||
d="M 38.01452,63.694711 36.367885,66 38.01452,68.305288 h -5.269232 a 0.65865385,0.65865385 0 0 1 -0.658654,-0.658654 v -3.293269 a 0.65865385,0.65865385 0 0 1 0.658654,-0.658654 z"
|
||||
id="path2-9-0-3-9"
|
||||
style="fill:#3465a4;fill-opacity:1;stroke:#000000;stroke-width:0.658654;stroke-opacity:1" />
|
||||
<path
|
||||
d="m 38.014561,65.605627 -1.646634,2.305289 1.646634,2.305288 H 32.74533 A 0.65865385,0.65865385 0 0 1 32.086676,69.55755 v -3.293269 a 0.65865385,0.65865385 0 0 1 0.658654,-0.658654 z"
|
||||
id="path2-9-0-7"
|
||||
style="fill:#e80900;fill-opacity:1;stroke:#000000;stroke-width:0.658654;stroke-opacity:1" />
|
||||
<path
|
||||
d="M 23.147403,74.793706 H 34.240061 V 58.36014 H 23.147403 a 2.0541958,2.0541958 0 0 0 -2.054196,2.054196 v 12.325175 a 2.0541958,2.0541958 0 0 0 2.054196,2.054195 z"
|
||||
id="path927-02-5"
|
||||
style="fill:#f7d652;fill-opacity:1;stroke:#000000;stroke-width:1.64336;stroke-linecap:round;stroke-linejoin:round" />
|
||||
<path
|
||||
d="m 21.093207,60.414336 a 2.0541958,2.0541958 0 0 0 2.054196,2.054196 h 11.092658"
|
||||
id="path925-7-1"
|
||||
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 13 KiB |
BIN
icon/icon_128.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
icon/icon_16.png
Normal file
|
After Width: | Height: | Size: 457 B |
BIN
icon/icon_24.png
Normal file
|
After Width: | Height: | Size: 617 B |
BIN
icon/icon_32.png
Normal file
|
After Width: | Height: | Size: 750 B |
BIN
icon/icon_48.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
25
skye.sln
@ -1,25 +0,0 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 18
|
||||
VisualStudioVersion = 18.5.11801.241 oobstable
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BukkuBuddy", "BukkuBuddy.csproj", "{4833FB27-0817-4720-A54B-180369B0C374}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{4833FB27-0817-4720-A54B-180369B0C374}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{4833FB27-0817-4720-A54B-180369B0C374}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{4833FB27-0817-4720-A54B-180369B0C374}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{4833FB27-0817-4720-A54B-180369B0C374}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {CB4C1DB0-19FE-4AA0-9621-D66FAC4CF7C5}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
32
source/BukkuBuddy.csproj.user
Normal file
@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup />
|
||||
<ItemGroup>
|
||||
<Compile Update="Forms\EditBookmarkForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Update="Forms\FindForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Update="Forms\LoadingForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Update="MainForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Update="Forms\OptionsForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Update="Windows\Forms\BookmarkTreeView.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Update="Resources\MainMenuResource.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Update="Resources\TreeViewResource.resx">
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 365 B |
|
Before Width: | Height: | Size: 847 B After Width: | Height: | Size: 847 B |
|
Before Width: | Height: | Size: 424 B After Width: | Height: | Size: 424 B |
|
Before Width: | Height: | Size: 674 B After Width: | Height: | Size: 674 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 351 B After Width: | Height: | Size: 351 B |
|
Before Width: | Height: | Size: 334 B After Width: | Height: | Size: 334 B |
|
Before Width: | Height: | Size: 354 B After Width: | Height: | Size: 354 B |
|
Before Width: | Height: | Size: 334 B After Width: | Height: | Size: 334 B |
|
Before Width: | Height: | Size: 349 B After Width: | Height: | Size: 349 B |
|
Before Width: | Height: | Size: 752 B After Width: | Height: | Size: 752 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 349 B After Width: | Height: | Size: 349 B |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 500 B After Width: | Height: | Size: 500 B |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 268 B After Width: | Height: | Size: 268 B |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 353 B After Width: | Height: | Size: 353 B |
|
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 203 B |
|
Before Width: | Height: | Size: 358 B After Width: | Height: | Size: 358 B |
BIN
source/Resources/icon-64.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
BIN
source/favicon.ico
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
wiki/screenshot-1-h240.png
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
wiki/screenshot-1.png
Normal file
|
After Width: | Height: | Size: 11 KiB |