Initial checkin of Pika from heckimp

This commit is contained in:
2023-09-25 15:35:21 -07:00
commit 891e999216
6761 changed files with 5240685 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 B

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/technology.heckin/gfig/icons">
<file preprocess="to-pixdata">gfig-bezier.png</file>
<file preprocess="to-pixdata">gfig-circle.png</file>
<file preprocess="to-pixdata">gfig-copy-object.png</file>
<file preprocess="to-pixdata">gfig-curve.png</file>
<file preprocess="to-pixdata">gfig-delete-object.png</file>
<file preprocess="to-pixdata">gfig-ellipse.png</file>
<file preprocess="to-pixdata">gfig-line.png</file>
<file preprocess="to-pixdata">gfig-move-object.png</file>
<file preprocess="to-pixdata">gfig-move-point.png</file>
<file preprocess="to-pixdata">gfig-polygon.png</file>
<file preprocess="to-pixdata">gfig-rectangle.png</file>
<file preprocess="to-pixdata">gfig-select-object.png</file>
<file preprocess="to-pixdata">gfig-show-all.png</file>
<file preprocess="to-pixdata">gfig-spiral.png</file>
<file preprocess="to-pixdata">gfig-star.png</file>
<file preprocess="to-pixdata">gfig-logo.png</file>
</gresource>
</gresources>

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 508 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 690 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

View File

@ -0,0 +1,24 @@
stock_icons = [
'gfig-bezier.png',
'gfig-circle.png',
'gfig-copy-object.png',
'gfig-curve.png',
'gfig-delete-object.png',
'gfig-ellipse.png',
'gfig-line.png',
'gfig-logo.png',
'gfig-move-object.png',
'gfig-move-point.png',
'gfig-polygon.png',
'gfig-rectangle.png',
'gfig-select-object.png',
'gfig-show-all.png',
'gfig-spiral.png',
'gfig-star.png',
]
gfig_icon_sources = gnome.compile_resources(
'gfig-icon-images',
'gfig-icon-images.gresource.xml',
# source_dir: meson.current_source_directory(),
)