diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-08-11 00:42:01 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-08-11 00:42:01 +0000 |
| commit | 07616faa20b8d4876d0946ad553b91bdf83fc922 (patch) | |
| tree | d509634d5738f4fe6448a53356ecddf81d11d3d8 /packaging | |
| parent | Translations. Translation template update. (diff) | |
| download | inkscape-07616faa20b8d4876d0946ad553b91bdf83fc922.tar.gz inkscape-07616faa20b8d4876d0946ad553b91bdf83fc922.zip | |
OS X packaging update
(bzr r13506.1.1)
Diffstat (limited to 'packaging')
1549 files changed, 7235 insertions, 862 deletions
diff --git a/packaging/macosx/Resources/bin/inkscape b/packaging/macosx/Resources/bin/inkscape index 486877fa4..2cd872cac 100755 --- a/packaging/macosx/Resources/bin/inkscape +++ b/packaging/macosx/Resources/bin/inkscape @@ -42,12 +42,13 @@ export PYTHONPATH="$TOP/python/site-packages/$ARCH/$PYTHON_VERS" # No longer required if path rewriting has been conducted. # export DYLD_LIBRARY_PATH="$TOP/lib" -mkdir -p "${HOME}/.inkscape-etc" +PREFDIR="${HOME}/Library/Application Support/org.inkscape.Inkscape/0.91" +mkdir -p "$PREFDIR" export FONTCONFIG_PATH="$TOP/etc/fonts" -export PANGO_RC_FILE="$HOME/.inkscape-etc/pangorc" -export GTK_IM_MODULE_FILE="$HOME/.inkscape-etc/gtk.immodules" -export GDK_PIXBUF_MODULE_FILE="$HOME/.inkscape-etc/gdk-pixbuf.loaders" +export PANGO_RC_FILE="$PREFDIR/pangorc" +export GTK_IM_MODULE_FILE="$PREFDIR/gtk.immodules" +export GDK_PIXBUF_MODULE_FILE="$PREFDIR/gdk-pixbuf.loaders" export GTK_DATA_PREFIX="$TOP" export GTK_EXE_PREFIX="$TOP" export GNOME_VFS_MODULE_CONFIG_PATH="$TOP/etc/gnome-vfs-2.0/modules" @@ -77,38 +78,7 @@ ESCAPEDTOP=`echo "$TOP" | sed 's/#/\\\\\\\\#/' | sed 's/&/\\\\\\&/g' | sed 's/|/ # Set GTK theme (only if there is no .gtkrc-2.0 in the user's home) if [[ ! -e "$HOME/.gtkrc-2.0" ]]; then - # Appearance setting - aquaStyle=`defaults read "Apple Global Domain" AppleAquaColorVariant 2>/dev/null` - # 1 for aqua, 6 for graphite, inexistant if the default color was never changed - if [[ "$aquaStyle" == "" ]]; then - aquaStyle=1 # set aqua as default - fi - - # Highlight Color setting - hiliColor=`defaults read "Apple Global Domain" AppleHighlightColor 2>/dev/null` - # a RGB value, with components between 0 and 1, also inexistant if it was not changed - if [[ "$hiliColor" == "" ]]; then - hiliColor="0.709800 0.835300 1.000000" # set blue as default - fi - - # Menu items color - if [[ aquaStyle -eq 1 ]]; then - menuColor="#4a76cd" # blue - else - menuColor="#7c8da4" # graphite - fi - # Format highlight color as a GTK rgb value - hiliColorFormated=`echo $hiliColor | awk -F " " '{print "\\\{"$1","$2","$3"\\\}"}'` - - # echo $menuColor - # echo $hiliColorFormated - - # Modify the gtkrc - # - with the correct colors - # - to point to the correct scrollbars folder - sed 's/OSX_HILI_COLOR_PLACEHOLDER/'$hiliColorFormated'/g' "$INKSCAPE_SHAREDIR/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc" | sed 's/OSX_MENU_COLOR_PLACEHOLDER/\"'$menuColor'\"/g' | sed 's/AQUASTYLE_PLACEHOLDER/'$aquaStyle'/g' | sed 's|${THEMEDIR}|'"$ESCAPEDTOP/themes/Clearlooks-Quicksilver-OSX/gtk-2.0|g" > "${HOME}/.inkscape-etc/gtkrc" - - export GTK2_RC_FILES="$HOME/.inkscape-etc/gtkrc" + export GTK2_RC_FILES="$ESCAPEDTOP/themes/Adwaita/gtk-2.0/gtkrc" fi # If the AppleCollationOrder preference doesn't exist, we fall back to using @@ -116,7 +86,6 @@ fi LANGSTR=`defaults read .GlobalPreferences AppleCollationOrder 2>/dev/null` if [ "x$LANGSTR" == "x" -o "x$LANGSTR" == "xroot" ] then - echo "Warning: AppleCollationOrder setting not found, using AppleLocale." 1>&2 LANGSTR=`defaults read .GlobalPreferences AppleLocale 2>/dev/null | \ sed 's/_.*//'` echo "Setting LANGSTR from AppleLocale: $LANGSTR" 1>&2 @@ -145,14 +114,12 @@ else fi fi echo "Setting Language: $LANG" 1>&2 +export LC_ALL="$LANG" -sed 's|${HOME}|'"$HOME|g" "$TOP/etc/pango/pangorc" > "${HOME}/.inkscape-etc/pangorc" +sed 's|${HOME}|'"$HOME|g" "$TOP/etc/pango/pangorc" > "$PREFDIR/pangorc" sed 's|${CWD}|'"$ESCAPEDTOP|g" "$TOP/etc/pango/pango.modules" \ - > "${HOME}/.inkscape-etc/pango.modules" -cp -f "$TOP/etc/pango/pangox.aliases" "${HOME}/.inkscape-etc/" -sed 's|${CWD}|'"$ESCAPEDTOP|g" "$TOP/etc/gtk-2.0/gtk.immodules" \ - > "${HOME}/.inkscape-etc/gtk.immodules" + > "$PREFDIR/pango.modules" sed 's|${CWD}|'"$ESCAPEDTOP|g" "$TOP/etc/gtk-2.0/gdk-pixbuf.loaders" \ - > "${HOME}/.inkscape-etc/gdk-pixbuf.loaders" + > "$PREFDIR/gdk-pixbuf.loaders" exec "$CWD/inkscape-bin" "$@" diff --git a/packaging/macosx/Resources/icons/.DS_Store b/packaging/macosx/Resources/icons/.DS_Store Binary files differnew file mode 100644 index 000000000..fa2ecbea7 --- /dev/null +++ b/packaging/macosx/Resources/icons/.DS_Store diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/3floppy_unmount-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/3floppy_unmount-symbolic.png new file mode 120000 index 000000000..198cfb326 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/3floppy_unmount-symbolic.png @@ -0,0 +1 @@ +3floppy_unmount.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/3floppy_unmount.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/3floppy_unmount.png new file mode 120000 index 000000000..279b7346f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/3floppy_unmount.png @@ -0,0 +1 @@ +media-floppy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/add-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/add-symbolic.png new file mode 120000 index 000000000..f26caeafb --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/add-symbolic.png @@ -0,0 +1 @@ +add.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/add.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/add.png new file mode 120000 index 000000000..7d4c8781d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/add.png @@ -0,0 +1 @@ +list-add.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/application-exit-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/application-exit-symbolic.png new file mode 120000 index 000000000..0ecb0b9ba --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/application-exit-symbolic.png @@ -0,0 +1 @@ +application-exit.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/application-exit.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/application-exit.png Binary files differnew file mode 100644 index 000000000..d070809f1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/application-exit.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/ascii-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/ascii-symbolic.png new file mode 120000 index 000000000..306ee6a20 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/ascii-symbolic.png @@ -0,0 +1 @@ +ascii.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/ascii.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/ascii.png new file mode 120000 index 000000000..3a5efdf43 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/ascii.png @@ -0,0 +1 @@ +text-x-generic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/bottom-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/bottom-symbolic.png new file mode 120000 index 000000000..faf41843c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/bottom-symbolic.png @@ -0,0 +1 @@ +bottom.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/bottom.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/bottom.png new file mode 120000 index 000000000..c58ca3d0f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/bottom.png @@ -0,0 +1 @@ +go-bottom.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/cdrom_unmount-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/cdrom_unmount-symbolic.png new file mode 120000 index 000000000..675a3d8d5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/cdrom_unmount-symbolic.png @@ -0,0 +1 @@ +cdrom_unmount.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/cdrom_unmount.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/cdrom_unmount.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/cdrom_unmount.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/cdwriter_unmount-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/cdwriter_unmount-symbolic.png new file mode 120000 index 000000000..69e9cb48e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/cdwriter_unmount-symbolic.png @@ -0,0 +1 @@ +cdwriter_unmount.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/cdwriter_unmount.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/cdwriter_unmount.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/cdwriter_unmount.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/centrejust-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/centrejust-symbolic.png new file mode 120000 index 000000000..337ad727a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/centrejust-symbolic.png @@ -0,0 +1 @@ +centrejust.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/centrejust.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/centrejust.png new file mode 120000 index 000000000..980c099ef --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/centrejust.png @@ -0,0 +1 @@ +format-justify-center.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/connect_established-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/connect_established-symbolic.png new file mode 120000 index 000000000..5beb19d41 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/connect_established-symbolic.png @@ -0,0 +1 @@ +connect_established.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/connect_established.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/connect_established.png new file mode 120000 index 000000000..ca31ae7fd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/connect_established.png @@ -0,0 +1 @@ +network-idle.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/desktop-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/desktop-symbolic.png new file mode 120000 index 000000000..3c4032691 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/desktop-symbolic.png @@ -0,0 +1 @@ +desktop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/desktop.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/desktop.png new file mode 120000 index 000000000..200ab00ab --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/desktop.png @@ -0,0 +1 @@ +user-desktop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/dialog-information-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/dialog-information-symbolic.png new file mode 120000 index 000000000..5faec85f1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/dialog-information-symbolic.png @@ -0,0 +1 @@ +dialog-information.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/dialog-information.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/dialog-information.png Binary files differnew file mode 100644 index 000000000..df87def2f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/dialog-information.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-new-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-new-symbolic.png new file mode 120000 index 000000000..446977ddc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-new-symbolic.png @@ -0,0 +1 @@ +document-new.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-new.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-new.png Binary files differnew file mode 100644 index 000000000..7cd94435a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-new.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-open-recent-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-open-recent-symbolic.png new file mode 120000 index 000000000..f10003637 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-open-recent-symbolic.png @@ -0,0 +1 @@ +document-open-recent.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-open-recent.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-open-recent.png Binary files differnew file mode 100644 index 000000000..61543990d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-open-recent.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-open-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-open-symbolic.png new file mode 120000 index 000000000..f58170cc1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-open-symbolic.png @@ -0,0 +1 @@ +document-open.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-open.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-open.png Binary files differnew file mode 100644 index 000000000..476185370 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-open.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-print-preview-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-print-preview-symbolic.png new file mode 120000 index 000000000..9dfea717c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-print-preview-symbolic.png @@ -0,0 +1 @@ +document-print-preview.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-print-preview.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-print-preview.png Binary files differnew file mode 100644 index 000000000..45b44f324 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-print-preview.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-print-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-print-symbolic.png new file mode 120000 index 000000000..863a49fc4 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-print-symbolic.png @@ -0,0 +1 @@ +document-print.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-print.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-print.png Binary files differnew file mode 100644 index 000000000..5997b9222 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-print.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-properties-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-properties-symbolic.png new file mode 120000 index 000000000..b447aa240 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-properties-symbolic.png @@ -0,0 +1 @@ +document-properties.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-properties.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-properties.png Binary files differnew file mode 100644 index 000000000..65d22e4fb --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-properties.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-revert-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-revert-ltr-symbolic.png new file mode 120000 index 000000000..ac1bd52d6 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-revert-ltr-symbolic.png @@ -0,0 +1 @@ +document-revert-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-revert-ltr.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-revert-ltr.png Binary files differnew file mode 100644 index 000000000..026014ca3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-revert-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-revert-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-revert-rtl-symbolic.png new file mode 120000 index 000000000..f56254a08 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-revert-rtl-symbolic.png @@ -0,0 +1 @@ +document-revert-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-revert-rtl.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-revert-rtl.png Binary files differnew file mode 100644 index 000000000..aaea1ff39 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-revert-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-revert-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-revert-symbolic.png new file mode 120000 index 000000000..35c2c00a5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-revert-symbolic.png @@ -0,0 +1 @@ +document-revert.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-revert.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-revert.png new file mode 120000 index 000000000..ac1bd52d6 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-revert.png @@ -0,0 +1 @@ +document-revert-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-save-as-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-save-as-symbolic.png new file mode 120000 index 000000000..6f8088857 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-save-as-symbolic.png @@ -0,0 +1 @@ +document-save-as.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-save-as.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-save-as.png Binary files differnew file mode 100644 index 000000000..3409adc7a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-save-as.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-save-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-save-symbolic.png new file mode 120000 index 000000000..b1240e18d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-save-symbolic.png @@ -0,0 +1 @@ +document-save.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-save.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-save.png Binary files differnew file mode 100644 index 000000000..18b7d2419 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/document-save.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/down-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/down-symbolic.png new file mode 120000 index 000000000..0bef6f6e8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/down-symbolic.png @@ -0,0 +1 @@ +down.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/down.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/down.png new file mode 120000 index 000000000..5240b846d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/down.png @@ -0,0 +1 @@ +go-down.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/drive-harddisk-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/drive-harddisk-symbolic.png new file mode 120000 index 000000000..5ae622860 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/drive-harddisk-symbolic.png @@ -0,0 +1 @@ +drive-harddisk.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/drive-harddisk.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/drive-harddisk.png Binary files differnew file mode 100644 index 000000000..b714d86e2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/drive-harddisk.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/dvd_unmount-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/dvd_unmount-symbolic.png new file mode 120000 index 000000000..041480d09 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/dvd_unmount-symbolic.png @@ -0,0 +1 @@ +dvd_unmount.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/dvd_unmount.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/dvd_unmount.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/dvd_unmount.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-clear-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-clear-symbolic.png new file mode 120000 index 000000000..f230219f3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-clear-symbolic.png @@ -0,0 +1 @@ +edit-clear.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-clear.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-clear.png Binary files differnew file mode 100644 index 000000000..49ae8db9c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-clear.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-copy-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-copy-symbolic.png new file mode 120000 index 000000000..e106cb543 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-copy-symbolic.png @@ -0,0 +1 @@ +edit-copy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-copy.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-copy.png Binary files differnew file mode 100644 index 000000000..8dd48c494 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-copy.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-cut-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-cut-symbolic.png new file mode 120000 index 000000000..32b03023c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-cut-symbolic.png @@ -0,0 +1 @@ +edit-cut.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-cut.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-cut.png Binary files differnew file mode 100644 index 000000000..ff87558fc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-cut.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-delete-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-delete-symbolic.png new file mode 120000 index 000000000..bb0a74a58 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-delete-symbolic.png @@ -0,0 +1 @@ +edit-delete.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-delete.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-delete.png Binary files differnew file mode 100644 index 000000000..2c5a46733 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-delete.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-find-replace-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-find-replace-symbolic.png new file mode 120000 index 000000000..e4057afed --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-find-replace-symbolic.png @@ -0,0 +1 @@ +edit-find-replace.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-find-replace.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-find-replace.png Binary files differnew file mode 100644 index 000000000..fca34f52a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-find-replace.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-find-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-find-symbolic.png new file mode 120000 index 000000000..dd4136811 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-find-symbolic.png @@ -0,0 +1 @@ +edit-find.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-find.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-find.png Binary files differnew file mode 100644 index 000000000..e9a40950b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-find.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-paste-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-paste-symbolic.png new file mode 120000 index 000000000..2f55649f8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-paste-symbolic.png @@ -0,0 +1 @@ +edit-paste.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-paste.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-paste.png Binary files differnew file mode 100644 index 000000000..24588a3a4 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-paste.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-redo-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-redo-ltr-symbolic.png new file mode 120000 index 000000000..687ee4f05 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-redo-ltr-symbolic.png @@ -0,0 +1 @@ +edit-redo-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-redo-ltr.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-redo-ltr.png Binary files differnew file mode 100644 index 000000000..f7923083b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-redo-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-redo-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-redo-rtl-symbolic.png new file mode 120000 index 000000000..0f38059a6 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-redo-rtl-symbolic.png @@ -0,0 +1 @@ +edit-redo-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-redo-rtl.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-redo-rtl.png Binary files differnew file mode 100644 index 000000000..7c6c250b6 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-redo-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-redo-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-redo-symbolic.png new file mode 120000 index 000000000..0061b57c7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-redo-symbolic.png @@ -0,0 +1 @@ +edit-redo.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-redo.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-redo.png new file mode 120000 index 000000000..687ee4f05 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-redo.png @@ -0,0 +1 @@ +edit-redo-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-select-all-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-select-all-symbolic.png new file mode 120000 index 000000000..30033c765 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-select-all-symbolic.png @@ -0,0 +1 @@ +edit-select-all.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-select-all.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-select-all.png Binary files differnew file mode 100644 index 000000000..e3bd4ba72 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-select-all.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-undo-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-undo-ltr-symbolic.png new file mode 120000 index 000000000..3043c4fa7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-undo-ltr-symbolic.png @@ -0,0 +1 @@ +edit-undo-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-undo-ltr.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-undo-ltr.png Binary files differnew file mode 100644 index 000000000..b0c8a48d7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-undo-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-undo-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-undo-rtl-symbolic.png new file mode 120000 index 000000000..4020ce799 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-undo-rtl-symbolic.png @@ -0,0 +1 @@ +edit-undo-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-undo-rtl.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-undo-rtl.png Binary files differnew file mode 100644 index 000000000..13e061e09 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-undo-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-undo-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-undo-symbolic.png new file mode 120000 index 000000000..62d2a953e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-undo-symbolic.png @@ -0,0 +1 @@ +edit-undo.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-undo.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-undo.png new file mode 120000 index 000000000..3043c4fa7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/edit-undo.png @@ -0,0 +1 @@ +edit-undo-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editclear-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editclear-symbolic.png new file mode 120000 index 000000000..29ba74e20 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editclear-symbolic.png @@ -0,0 +1 @@ +editclear.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editclear.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editclear.png new file mode 120000 index 000000000..f230219f3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editclear.png @@ -0,0 +1 @@ +edit-clear.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editcopy-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editcopy-symbolic.png new file mode 120000 index 000000000..6a91dbe20 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editcopy-symbolic.png @@ -0,0 +1 @@ +editcopy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editcopy.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editcopy.png new file mode 120000 index 000000000..e106cb543 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editcopy.png @@ -0,0 +1 @@ +edit-copy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editcut-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editcut-symbolic.png new file mode 120000 index 000000000..778447500 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editcut-symbolic.png @@ -0,0 +1 @@ +editcut.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editcut.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editcut.png new file mode 120000 index 000000000..32b03023c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editcut.png @@ -0,0 +1 @@ +edit-cut.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editdelete-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editdelete-symbolic.png new file mode 120000 index 000000000..a94cb85d9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editdelete-symbolic.png @@ -0,0 +1 @@ +editdelete.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editdelete.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editdelete.png new file mode 120000 index 000000000..bb0a74a58 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editdelete.png @@ -0,0 +1 @@ +edit-delete.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editpaste-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editpaste-symbolic.png new file mode 120000 index 000000000..3c44aa574 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editpaste-symbolic.png @@ -0,0 +1 @@ +editpaste.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editpaste.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editpaste.png new file mode 120000 index 000000000..2f55649f8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/editpaste.png @@ -0,0 +1 @@ +edit-paste.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/empty-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/empty-symbolic.png new file mode 120000 index 000000000..1350bab17 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/empty-symbolic.png @@ -0,0 +1 @@ +empty.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/empty.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/empty.png new file mode 120000 index 000000000..3a5efdf43 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/empty.png @@ -0,0 +1 @@ +text-x-generic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/exit-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/exit-symbolic.png new file mode 120000 index 000000000..4eb2fd526 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/exit-symbolic.png @@ -0,0 +1 @@ +exit.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/exit.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/exit.png new file mode 120000 index 000000000..0ecb0b9ba --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/exit.png @@ -0,0 +1 @@ +application-exit.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filefind-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filefind-symbolic.png new file mode 120000 index 000000000..af3ede396 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filefind-symbolic.png @@ -0,0 +1 @@ +filefind.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filefind.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filefind.png new file mode 120000 index 000000000..dd4136811 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filefind.png @@ -0,0 +1 @@ +edit-find.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filenew-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filenew-symbolic.png new file mode 120000 index 000000000..c52f9eaf8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filenew-symbolic.png @@ -0,0 +1 @@ +filenew.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filenew.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filenew.png new file mode 120000 index 000000000..446977ddc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filenew.png @@ -0,0 +1 @@ +document-new.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/fileopen-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/fileopen-symbolic.png new file mode 120000 index 000000000..99c3ecd92 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/fileopen-symbolic.png @@ -0,0 +1 @@ +fileopen.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/fileopen.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/fileopen.png new file mode 120000 index 000000000..f58170cc1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/fileopen.png @@ -0,0 +1 @@ +document-open.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/fileprint-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/fileprint-symbolic.png new file mode 120000 index 000000000..b7c96eb8a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/fileprint-symbolic.png @@ -0,0 +1 @@ +fileprint.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/fileprint.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/fileprint.png new file mode 120000 index 000000000..863a49fc4 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/fileprint.png @@ -0,0 +1 @@ +document-print.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filequickprint-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filequickprint-symbolic.png new file mode 120000 index 000000000..03fba13fe --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filequickprint-symbolic.png @@ -0,0 +1 @@ +filequickprint.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filequickprint.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filequickprint.png new file mode 120000 index 000000000..9dfea717c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filequickprint.png @@ -0,0 +1 @@ +document-print-preview.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filesave-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filesave-symbolic.png new file mode 120000 index 000000000..287a9600a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filesave-symbolic.png @@ -0,0 +1 @@ +filesave.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filesave.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filesave.png new file mode 120000 index 000000000..b1240e18d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filesave.png @@ -0,0 +1 @@ +document-save.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filesaveas-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filesaveas-symbolic.png new file mode 120000 index 000000000..805ae83a2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filesaveas-symbolic.png @@ -0,0 +1 @@ +filesaveas.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filesaveas.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filesaveas.png new file mode 120000 index 000000000..6f8088857 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/filesaveas.png @@ -0,0 +1 @@ +document-save-as.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/find-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/find-symbolic.png new file mode 120000 index 000000000..2e3266774 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/find-symbolic.png @@ -0,0 +1 @@ +find.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/find.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/find.png new file mode 120000 index 000000000..dd4136811 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/find.png @@ -0,0 +1 @@ +edit-find.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/folder-remote-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/folder-remote-symbolic.png new file mode 120000 index 000000000..95ff6aad8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/folder-remote-symbolic.png @@ -0,0 +1 @@ +folder-remote.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/folder-remote.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/folder-remote.png Binary files differnew file mode 100644 index 000000000..14ed14a12 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/folder-remote.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/folder-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/folder-symbolic.png new file mode 120000 index 000000000..6b18cab33 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/folder-symbolic.png @@ -0,0 +1 @@ +folder.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/folder.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/folder.png Binary files differnew file mode 100644 index 000000000..14ed14a12 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/folder.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/folder_home-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/folder_home-symbolic.png new file mode 120000 index 000000000..137e7d5ed --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/folder_home-symbolic.png @@ -0,0 +1 @@ +folder_home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/folder_home.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/folder_home.png new file mode 120000 index 000000000..8c668dc1c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/folder_home.png @@ -0,0 +1 @@ +user-home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-indent-less-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-indent-less-ltr-symbolic.png new file mode 120000 index 000000000..a33b3ffac --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-indent-less-ltr-symbolic.png @@ -0,0 +1 @@ +format-indent-less-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-indent-less-ltr.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-indent-less-ltr.png Binary files differnew file mode 100644 index 000000000..776f5767e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-indent-less-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-indent-less-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-indent-less-rtl-symbolic.png new file mode 120000 index 000000000..d5c1b473d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-indent-less-rtl-symbolic.png @@ -0,0 +1 @@ +format-indent-less-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-indent-less-rtl.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-indent-less-rtl.png Binary files differnew file mode 100644 index 000000000..18ededbfc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-indent-less-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-indent-more-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-indent-more-ltr-symbolic.png new file mode 120000 index 000000000..5c9aeec8b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-indent-more-ltr-symbolic.png @@ -0,0 +1 @@ +format-indent-more-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-indent-more-ltr.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-indent-more-ltr.png Binary files differnew file mode 100644 index 000000000..b00e21840 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-indent-more-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-indent-more-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-indent-more-rtl-symbolic.png new file mode 120000 index 000000000..e0ee3f7d7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-indent-more-rtl-symbolic.png @@ -0,0 +1 @@ +format-indent-more-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-indent-more-rtl.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-indent-more-rtl.png Binary files differnew file mode 100644 index 000000000..015c495ef --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-indent-more-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-justify-center-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-justify-center-symbolic.png new file mode 120000 index 000000000..980c099ef --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-justify-center-symbolic.png @@ -0,0 +1 @@ +format-justify-center.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-justify-center.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-justify-center.png Binary files differnew file mode 100644 index 000000000..57d6a0e35 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-justify-center.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-justify-fill-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-justify-fill-symbolic.png new file mode 120000 index 000000000..f1d9574cf --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-justify-fill-symbolic.png @@ -0,0 +1 @@ +format-justify-fill.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-justify-fill.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-justify-fill.png Binary files differnew file mode 100644 index 000000000..a416b25ab --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-justify-fill.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-justify-left-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-justify-left-symbolic.png new file mode 120000 index 000000000..2da25a167 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-justify-left-symbolic.png @@ -0,0 +1 @@ +format-justify-left.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-justify-left.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-justify-left.png Binary files differnew file mode 100644 index 000000000..9a7abf7ff --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-justify-left.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-justify-right-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-justify-right-symbolic.png new file mode 120000 index 000000000..017868ada --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-justify-right-symbolic.png @@ -0,0 +1 @@ +format-justify-right.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-justify-right.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-justify-right.png Binary files differnew file mode 100644 index 000000000..15b507332 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-justify-right.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-text-bold-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-text-bold-symbolic.png new file mode 120000 index 000000000..ef50053bd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-text-bold-symbolic.png @@ -0,0 +1 @@ +format-text-bold.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-text-bold.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-text-bold.png Binary files differnew file mode 100644 index 000000000..7e2c5dba9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-text-bold.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-text-italic-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-text-italic-symbolic.png new file mode 120000 index 000000000..1ee2a31f8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-text-italic-symbolic.png @@ -0,0 +1 @@ +format-text-italic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-text-italic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-text-italic.png Binary files differnew file mode 100644 index 000000000..867df5ded --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-text-italic.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-text-strikethrough-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-text-strikethrough-symbolic.png new file mode 120000 index 000000000..9ff9a3776 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-text-strikethrough-symbolic.png @@ -0,0 +1 @@ +format-text-strikethrough.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-text-strikethrough.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-text-strikethrough.png Binary files differnew file mode 100644 index 000000000..8a844a3a9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-text-strikethrough.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-text-underline-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-text-underline-symbolic.png new file mode 120000 index 000000000..4f5b1549c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-text-underline-symbolic.png @@ -0,0 +1 @@ +format-text-underline.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-text-underline.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-text-underline.png Binary files differnew file mode 100644 index 000000000..35bcc8127 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/format-text-underline.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-cdrom-audio-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-cdrom-audio-symbolic.png new file mode 120000 index 000000000..cce40e357 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-cdrom-audio-symbolic.png @@ -0,0 +1 @@ +gnome-dev-cdrom-audio.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-cdrom-audio.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-cdrom-audio.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-cdrom-audio.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-cdr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-cdr-symbolic.png new file mode 120000 index 000000000..fc19d096d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-cdr-symbolic.png @@ -0,0 +1 @@ +gnome-dev-disc-cdr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-cdr.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-cdr.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-cdr.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-cdrw-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-cdrw-symbolic.png new file mode 120000 index 000000000..3254f0b9a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-cdrw-symbolic.png @@ -0,0 +1 @@ +gnome-dev-disc-cdrw.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-cdrw.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-cdrw.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-cdrw.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdr-plus-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdr-plus-symbolic.png new file mode 120000 index 000000000..0babfc593 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdr-plus-symbolic.png @@ -0,0 +1 @@ +gnome-dev-disc-dvdr-plus.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdr-plus.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdr-plus.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdr-plus.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdr-symbolic.png new file mode 120000 index 000000000..e5acfa688 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdr-symbolic.png @@ -0,0 +1 @@ +gnome-dev-disc-dvdr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdr.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdr.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdr.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdram-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdram-symbolic.png new file mode 120000 index 000000000..3d65c827f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdram-symbolic.png @@ -0,0 +1 @@ +gnome-dev-disc-dvdram.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdram.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdram.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdram.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdrom-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdrom-symbolic.png new file mode 120000 index 000000000..096e10ac3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdrom-symbolic.png @@ -0,0 +1 @@ +gnome-dev-disc-dvdrom.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdrom.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdrom.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdrom.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdrw-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdrw-symbolic.png new file mode 120000 index 000000000..6f333e959 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdrw-symbolic.png @@ -0,0 +1 @@ +gnome-dev-disc-dvdrw.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdrw.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdrw.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-disc-dvdrw.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-floppy-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-floppy-symbolic.png new file mode 120000 index 000000000..ca93a31ac --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-floppy-symbolic.png @@ -0,0 +1 @@ +gnome-dev-floppy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-floppy.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-floppy.png new file mode 120000 index 000000000..279b7346f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-floppy.png @@ -0,0 +1 @@ +media-floppy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-harddisk-1394-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-harddisk-1394-symbolic.png new file mode 120000 index 000000000..709dd9407 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-harddisk-1394-symbolic.png @@ -0,0 +1 @@ +gnome-dev-harddisk-1394.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-harddisk-1394.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-harddisk-1394.png new file mode 120000 index 000000000..5ae622860 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-harddisk-1394.png @@ -0,0 +1 @@ +drive-harddisk.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-harddisk-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-harddisk-symbolic.png new file mode 120000 index 000000000..15fcbea7a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-harddisk-symbolic.png @@ -0,0 +1 @@ +gnome-dev-harddisk.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-harddisk-usb-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-harddisk-usb-symbolic.png new file mode 120000 index 000000000..00cd3cdf1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-harddisk-usb-symbolic.png @@ -0,0 +1 @@ +gnome-dev-harddisk-usb.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-harddisk-usb.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-harddisk-usb.png new file mode 120000 index 000000000..5ae622860 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-harddisk-usb.png @@ -0,0 +1 @@ +drive-harddisk.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-harddisk.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-harddisk.png new file mode 120000 index 000000000..5ae622860 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-dev-harddisk.png @@ -0,0 +1 @@ +drive-harddisk.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-desktop-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-desktop-symbolic.png new file mode 120000 index 000000000..1de17f537 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-desktop-symbolic.png @@ -0,0 +1 @@ +gnome-fs-desktop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-desktop.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-desktop.png new file mode 120000 index 000000000..200ab00ab --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-desktop.png @@ -0,0 +1 @@ +user-desktop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-directory-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-directory-symbolic.png new file mode 120000 index 000000000..d9bddcf2b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-directory-symbolic.png @@ -0,0 +1 @@ +gnome-fs-directory.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-directory.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-directory.png new file mode 120000 index 000000000..6b18cab33 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-directory.png @@ -0,0 +1 @@ +folder.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-ftp-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-ftp-symbolic.png new file mode 120000 index 000000000..a941c98ed --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-ftp-symbolic.png @@ -0,0 +1 @@ +gnome-fs-ftp.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-ftp.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-ftp.png new file mode 120000 index 000000000..95ff6aad8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-ftp.png @@ -0,0 +1 @@ +folder-remote.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-home-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-home-symbolic.png new file mode 120000 index 000000000..42a0ae6a3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-home-symbolic.png @@ -0,0 +1 @@ +gnome-fs-home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-home.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-home.png new file mode 120000 index 000000000..8c668dc1c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-home.png @@ -0,0 +1 @@ +user-home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-nfs-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-nfs-symbolic.png new file mode 120000 index 000000000..b433450d1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-nfs-symbolic.png @@ -0,0 +1 @@ +gnome-fs-nfs.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-nfs.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-nfs.png new file mode 120000 index 000000000..95ff6aad8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-nfs.png @@ -0,0 +1 @@ +folder-remote.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-share-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-share-symbolic.png new file mode 120000 index 000000000..d9a60f49d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-share-symbolic.png @@ -0,0 +1 @@ +gnome-fs-share.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-share.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-share.png new file mode 120000 index 000000000..95ff6aad8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-share.png @@ -0,0 +1 @@ +folder-remote.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-smb-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-smb-symbolic.png new file mode 120000 index 000000000..4f3d4e258 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-smb-symbolic.png @@ -0,0 +1 @@ +gnome-fs-smb.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-smb.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-smb.png new file mode 120000 index 000000000..95ff6aad8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-smb.png @@ -0,0 +1 @@ +folder-remote.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-ssh-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-ssh-symbolic.png new file mode 120000 index 000000000..51ce27214 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-ssh-symbolic.png @@ -0,0 +1 @@ +gnome-fs-ssh.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-ssh.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-ssh.png new file mode 120000 index 000000000..95ff6aad8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-fs-ssh.png @@ -0,0 +1 @@ +folder-remote.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-mime-text-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-mime-text-symbolic.png new file mode 120000 index 000000000..2d6a92f63 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-mime-text-symbolic.png @@ -0,0 +1 @@ +gnome-mime-text.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-mime-text.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-mime-text.png new file mode 120000 index 000000000..3a5efdf43 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-mime-text.png @@ -0,0 +1 @@ +text-x-generic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-mime-x-directory-smb-share-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-mime-x-directory-smb-share-symbolic.png new file mode 120000 index 000000000..146decd75 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-mime-x-directory-smb-share-symbolic.png @@ -0,0 +1 @@ +gnome-mime-x-directory-smb-share.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-mime-x-directory-smb-share.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-mime-x-directory-smb-share.png new file mode 120000 index 000000000..95ff6aad8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-mime-x-directory-smb-share.png @@ -0,0 +1 @@ +folder-remote.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-netstatus-idle-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-netstatus-idle-symbolic.png new file mode 120000 index 000000000..a24805021 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-netstatus-idle-symbolic.png @@ -0,0 +1 @@ +gnome-netstatus-idle.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-netstatus-idle.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-netstatus-idle.png new file mode 120000 index 000000000..ca31ae7fd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-netstatus-idle.png @@ -0,0 +1 @@ +network-idle.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-run-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-run-symbolic.png new file mode 120000 index 000000000..729e469c4 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-run-symbolic.png @@ -0,0 +1 @@ +gnome-run.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-run.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-run.png new file mode 120000 index 000000000..9daf3feba --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gnome-run.png @@ -0,0 +1 @@ +system-run.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-bottom-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-bottom-symbolic.png new file mode 120000 index 000000000..c58ca3d0f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-bottom-symbolic.png @@ -0,0 +1 @@ +go-bottom.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-bottom.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-bottom.png Binary files differnew file mode 100644 index 000000000..69aaafc2c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-bottom.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-down-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-down-symbolic.png new file mode 120000 index 000000000..5240b846d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-down-symbolic.png @@ -0,0 +1 @@ +go-down.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-down.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-down.png Binary files differnew file mode 100644 index 000000000..dcde30f02 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-down.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-first-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-first-ltr-symbolic.png new file mode 120000 index 000000000..cd10b29f9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-first-ltr-symbolic.png @@ -0,0 +1 @@ +go-first-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-first-ltr.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-first-ltr.png Binary files differnew file mode 100644 index 000000000..689ba0a96 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-first-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-first-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-first-rtl-symbolic.png new file mode 120000 index 000000000..c27895ff9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-first-rtl-symbolic.png @@ -0,0 +1 @@ +go-first-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-first-rtl.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-first-rtl.png Binary files differnew file mode 100644 index 000000000..a653e10ed --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-first-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-home-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-home-symbolic.png new file mode 120000 index 000000000..718c1b215 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-home-symbolic.png @@ -0,0 +1 @@ +go-home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-home.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-home.png Binary files differnew file mode 100644 index 000000000..fadd43dc3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-home.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-jump-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-jump-ltr-symbolic.png new file mode 120000 index 000000000..1e84cdb4b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-jump-ltr-symbolic.png @@ -0,0 +1 @@ +go-jump-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-jump-ltr.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-jump-ltr.png Binary files differnew file mode 100644 index 000000000..0f0f57a1a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-jump-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-jump-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-jump-rtl-symbolic.png new file mode 120000 index 000000000..da4dbb50a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-jump-rtl-symbolic.png @@ -0,0 +1 @@ +go-jump-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-jump-rtl.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-jump-rtl.png Binary files differnew file mode 100644 index 000000000..0f03be58d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-jump-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-last-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-last-ltr-symbolic.png new file mode 120000 index 000000000..e9a0b1bfb --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-last-ltr-symbolic.png @@ -0,0 +1 @@ +go-last-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-last-ltr.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-last-ltr.png Binary files differnew file mode 100644 index 000000000..a653e10ed --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-last-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-last-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-last-rtl-symbolic.png new file mode 120000 index 000000000..d10cbddc0 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-last-rtl-symbolic.png @@ -0,0 +1 @@ +go-last-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-last-rtl.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-last-rtl.png Binary files differnew file mode 100644 index 000000000..689ba0a96 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-last-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-next-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-next-ltr-symbolic.png new file mode 120000 index 000000000..ba611e6ec --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-next-ltr-symbolic.png @@ -0,0 +1 @@ +go-next-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-next-ltr.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-next-ltr.png Binary files differnew file mode 100644 index 000000000..5b9e3f0d1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-next-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-next-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-next-rtl-symbolic.png new file mode 120000 index 000000000..5d7e220ef --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-next-rtl-symbolic.png @@ -0,0 +1 @@ +go-next-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-next-rtl.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-next-rtl.png Binary files differnew file mode 100644 index 000000000..9e77ac2ea --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-next-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-previous-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-previous-ltr-symbolic.png new file mode 120000 index 000000000..e28ad36ea --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-previous-ltr-symbolic.png @@ -0,0 +1 @@ +go-previous-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-previous-ltr.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-previous-ltr.png Binary files differnew file mode 100644 index 000000000..9e77ac2ea --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-previous-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-previous-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-previous-rtl-symbolic.png new file mode 120000 index 000000000..4b0816229 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-previous-rtl-symbolic.png @@ -0,0 +1 @@ +go-previous-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-previous-rtl.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-previous-rtl.png Binary files differnew file mode 100644 index 000000000..5b9e3f0d1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-previous-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-top-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-top-symbolic.png new file mode 120000 index 000000000..3b5b7d6e5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-top-symbolic.png @@ -0,0 +1 @@ +go-top.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-top.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-top.png Binary files differnew file mode 100644 index 000000000..0a3b1bfba --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-top.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-up-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-up-symbolic.png new file mode 120000 index 000000000..4a1025d4a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-up-symbolic.png @@ -0,0 +1 @@ +go-up.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-up.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-up.png Binary files differnew file mode 100644 index 000000000..432225f51 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/go-up.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gohome-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gohome-symbolic.png new file mode 120000 index 000000000..f31e7772d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gohome-symbolic.png @@ -0,0 +1 @@ +gohome.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gohome.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gohome.png new file mode 120000 index 000000000..718c1b215 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gohome.png @@ -0,0 +1 @@ +go-home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-about-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-about-symbolic.png new file mode 120000 index 000000000..474a4323d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-about-symbolic.png @@ -0,0 +1 @@ +gtk-about.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-about.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-about.png new file mode 120000 index 000000000..dd431b5e8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-about.png @@ -0,0 +1 @@ +help-about.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-add-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-add-symbolic.png new file mode 120000 index 000000000..4a50663ad --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-add-symbolic.png @@ -0,0 +1 @@ +gtk-add.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-add.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-add.png new file mode 120000 index 000000000..7d4c8781d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-add.png @@ -0,0 +1 @@ +list-add.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-bold-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-bold-symbolic.png new file mode 120000 index 000000000..8053f9c7a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-bold-symbolic.png @@ -0,0 +1 @@ +gtk-bold.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-bold.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-bold.png new file mode 120000 index 000000000..ef50053bd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-bold.png @@ -0,0 +1 @@ +format-text-bold.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-cancel-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-cancel-symbolic.png new file mode 120000 index 000000000..e726007ef --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-cancel-symbolic.png @@ -0,0 +1 @@ +gtk-cancel.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-cancel.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-cancel.png new file mode 120000 index 000000000..4e46eca45 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-cancel.png @@ -0,0 +1 @@ +process-stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-caps-lock-warning-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-caps-lock-warning-symbolic.png new file mode 120000 index 000000000..ae89400c9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-caps-lock-warning-symbolic.png @@ -0,0 +1 @@ +gtk-caps-lock-warning.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-caps-lock-warning.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-caps-lock-warning.png Binary files differnew file mode 100644 index 000000000..0dfa41876 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-caps-lock-warning.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-cdrom-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-cdrom-symbolic.png new file mode 120000 index 000000000..fcc64806d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-cdrom-symbolic.png @@ -0,0 +1 @@ +gtk-cdrom.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-cdrom.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-cdrom.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-cdrom.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-clear-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-clear-symbolic.png new file mode 120000 index 000000000..f04e3f792 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-clear-symbolic.png @@ -0,0 +1 @@ +gtk-clear.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-clear.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-clear.png new file mode 120000 index 000000000..f230219f3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-clear.png @@ -0,0 +1 @@ +edit-clear.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-close-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-close-symbolic.png new file mode 120000 index 000000000..a3ced3a8e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-close-symbolic.png @@ -0,0 +1 @@ +gtk-close.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-close.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-close.png new file mode 120000 index 000000000..f8a647d3d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-close.png @@ -0,0 +1 @@ +window-close.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-color-picker-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-color-picker-symbolic.png new file mode 120000 index 000000000..cb3926ffb --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-color-picker-symbolic.png @@ -0,0 +1 @@ +gtk-color-picker.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-color-picker.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-color-picker.png Binary files differnew file mode 100644 index 000000000..24233cde0 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-color-picker.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-connect-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-connect-symbolic.png new file mode 120000 index 000000000..2fc301882 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-connect-symbolic.png @@ -0,0 +1 @@ +gtk-connect.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-connect.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-connect.png Binary files differnew file mode 100644 index 000000000..097969a7c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-connect.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-convert-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-convert-symbolic.png new file mode 120000 index 000000000..7f053d572 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-convert-symbolic.png @@ -0,0 +1 @@ +gtk-convert.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-convert.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-convert.png Binary files differnew file mode 100644 index 000000000..e4d912579 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-convert.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-copy-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-copy-symbolic.png new file mode 120000 index 000000000..674753224 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-copy-symbolic.png @@ -0,0 +1 @@ +gtk-copy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-copy.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-copy.png new file mode 120000 index 000000000..e106cb543 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-copy.png @@ -0,0 +1 @@ +edit-copy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-cut-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-cut-symbolic.png new file mode 120000 index 000000000..f55e67fcf --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-cut-symbolic.png @@ -0,0 +1 @@ +gtk-cut.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-cut.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-cut.png new file mode 120000 index 000000000..32b03023c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-cut.png @@ -0,0 +1 @@ +edit-cut.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-delete-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-delete-symbolic.png new file mode 120000 index 000000000..cb17163af --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-delete-symbolic.png @@ -0,0 +1 @@ +gtk-delete.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-delete.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-delete.png new file mode 120000 index 000000000..bb0a74a58 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-delete.png @@ -0,0 +1 @@ +edit-delete.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-dialog-info-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-dialog-info-symbolic.png new file mode 120000 index 000000000..70ccbc7aa --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-dialog-info-symbolic.png @@ -0,0 +1 @@ +gtk-dialog-info.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-dialog-info.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-dialog-info.png new file mode 120000 index 000000000..5faec85f1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-dialog-info.png @@ -0,0 +1 @@ +dialog-information.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-directory-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-directory-symbolic.png new file mode 120000 index 000000000..f5a4d8dad --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-directory-symbolic.png @@ -0,0 +1 @@ +gtk-directory.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-directory.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-directory.png new file mode 120000 index 000000000..6b18cab33 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-directory.png @@ -0,0 +1 @@ +folder.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-disconnect-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-disconnect-symbolic.png new file mode 120000 index 000000000..911f3c46b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-disconnect-symbolic.png @@ -0,0 +1 @@ +gtk-disconnect.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-disconnect.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-disconnect.png Binary files differnew file mode 100644 index 000000000..3dece1068 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-disconnect.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-edit-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-edit-symbolic.png new file mode 120000 index 000000000..a09517d38 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-edit-symbolic.png @@ -0,0 +1 @@ +gtk-edit.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-edit.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-edit.png Binary files differnew file mode 100644 index 000000000..c5da3f9fb --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-edit.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-execute-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-execute-symbolic.png new file mode 120000 index 000000000..d777d5f7a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-execute-symbolic.png @@ -0,0 +1 @@ +gtk-execute.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-execute.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-execute.png new file mode 120000 index 000000000..9daf3feba --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-execute.png @@ -0,0 +1 @@ +system-run.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-find-and-replace-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-find-and-replace-symbolic.png new file mode 120000 index 000000000..a03f9c58b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-find-and-replace-symbolic.png @@ -0,0 +1 @@ +gtk-find-and-replace.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-find-and-replace.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-find-and-replace.png new file mode 120000 index 000000000..e4057afed --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-find-and-replace.png @@ -0,0 +1 @@ +edit-find-replace.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-find-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-find-symbolic.png new file mode 120000 index 000000000..925deda81 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-find-symbolic.png @@ -0,0 +1 @@ +gtk-find.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-find.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-find.png new file mode 120000 index 000000000..dd4136811 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-find.png @@ -0,0 +1 @@ +edit-find.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-floppy-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-floppy-symbolic.png new file mode 120000 index 000000000..eb899acc8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-floppy-symbolic.png @@ -0,0 +1 @@ +gtk-floppy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-floppy.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-floppy.png new file mode 120000 index 000000000..279b7346f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-floppy.png @@ -0,0 +1 @@ +media-floppy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-font-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-font-symbolic.png new file mode 120000 index 000000000..191b8aecf --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-font-symbolic.png @@ -0,0 +1 @@ +gtk-font.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-font.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-font.png Binary files differnew file mode 100644 index 000000000..2514b6167 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-font.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-fullscreen-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-fullscreen-symbolic.png new file mode 120000 index 000000000..673d2e6b1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-fullscreen-symbolic.png @@ -0,0 +1 @@ +gtk-fullscreen.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-fullscreen.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-fullscreen.png new file mode 120000 index 000000000..37aaf877e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-fullscreen.png @@ -0,0 +1 @@ +view-fullscreen.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-go-down-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-go-down-symbolic.png new file mode 120000 index 000000000..c0f84c886 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-go-down-symbolic.png @@ -0,0 +1 @@ +gtk-go-down.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-go-down.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-go-down.png new file mode 120000 index 000000000..5240b846d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-go-down.png @@ -0,0 +1 @@ +go-down.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-go-up-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-go-up-symbolic.png new file mode 120000 index 000000000..ee76eec61 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-go-up-symbolic.png @@ -0,0 +1 @@ +gtk-go-up.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-go-up.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-go-up.png new file mode 120000 index 000000000..4a1025d4a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-go-up.png @@ -0,0 +1 @@ +go-up.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-goto-bottom-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-goto-bottom-symbolic.png new file mode 120000 index 000000000..27ab77552 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-goto-bottom-symbolic.png @@ -0,0 +1 @@ +gtk-goto-bottom.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-goto-bottom.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-goto-bottom.png new file mode 120000 index 000000000..c58ca3d0f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-goto-bottom.png @@ -0,0 +1 @@ +go-bottom.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-goto-top-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-goto-top-symbolic.png new file mode 120000 index 000000000..32ee14e66 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-goto-top-symbolic.png @@ -0,0 +1 @@ +gtk-goto-top.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-goto-top.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-goto-top.png new file mode 120000 index 000000000..3b5b7d6e5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-goto-top.png @@ -0,0 +1 @@ +go-top.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-harddisk-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-harddisk-symbolic.png new file mode 120000 index 000000000..152e871f3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-harddisk-symbolic.png @@ -0,0 +1 @@ +gtk-harddisk.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-harddisk.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-harddisk.png new file mode 120000 index 000000000..5ae622860 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-harddisk.png @@ -0,0 +1 @@ +drive-harddisk.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-help-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-help-symbolic.png new file mode 120000 index 000000000..796d97c74 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-help-symbolic.png @@ -0,0 +1 @@ +gtk-help.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-help.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-help.png new file mode 120000 index 000000000..af8d871de --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-help.png @@ -0,0 +1 @@ +help-contents.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-home-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-home-symbolic.png new file mode 120000 index 000000000..0f0054316 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-home-symbolic.png @@ -0,0 +1 @@ +gtk-home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-home.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-home.png new file mode 120000 index 000000000..718c1b215 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-home.png @@ -0,0 +1 @@ +go-home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-index-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-index-symbolic.png new file mode 120000 index 000000000..1635a9d2b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-index-symbolic.png @@ -0,0 +1 @@ +gtk-index.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-index.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-index.png Binary files differnew file mode 100644 index 000000000..0967a61c3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-index.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-italic-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-italic-symbolic.png new file mode 120000 index 000000000..5a22fc560 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-italic-symbolic.png @@ -0,0 +1 @@ +gtk-italic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-italic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-italic.png new file mode 120000 index 000000000..1ee2a31f8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-italic.png @@ -0,0 +1 @@ +format-text-italic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-justify-center-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-justify-center-symbolic.png new file mode 120000 index 000000000..2057ae4d6 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-justify-center-symbolic.png @@ -0,0 +1 @@ +gtk-justify-center.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-justify-center.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-justify-center.png new file mode 120000 index 000000000..980c099ef --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-justify-center.png @@ -0,0 +1 @@ +format-justify-center.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-justify-fill-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-justify-fill-symbolic.png new file mode 120000 index 000000000..ad45b34dc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-justify-fill-symbolic.png @@ -0,0 +1 @@ +gtk-justify-fill.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-justify-fill.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-justify-fill.png new file mode 120000 index 000000000..f1d9574cf --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-justify-fill.png @@ -0,0 +1 @@ +format-justify-fill.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-justify-left-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-justify-left-symbolic.png new file mode 120000 index 000000000..a4ee605d6 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-justify-left-symbolic.png @@ -0,0 +1 @@ +gtk-justify-left.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-justify-left.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-justify-left.png new file mode 120000 index 000000000..2da25a167 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-justify-left.png @@ -0,0 +1 @@ +format-justify-left.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-justify-right-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-justify-right-symbolic.png new file mode 120000 index 000000000..15dddca14 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-justify-right-symbolic.png @@ -0,0 +1 @@ +gtk-justify-right.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-justify-right.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-justify-right.png new file mode 120000 index 000000000..017868ada --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-justify-right.png @@ -0,0 +1 @@ +format-justify-right.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-leave-fullscreen-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-leave-fullscreen-symbolic.png new file mode 120000 index 000000000..bc1251b2a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-leave-fullscreen-symbolic.png @@ -0,0 +1 @@ +gtk-leave-fullscreen.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-leave-fullscreen.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-leave-fullscreen.png new file mode 120000 index 000000000..5b9d8f68b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-leave-fullscreen.png @@ -0,0 +1 @@ +view-restore.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-media-pause-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-media-pause-symbolic.png new file mode 120000 index 000000000..e4880de80 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-media-pause-symbolic.png @@ -0,0 +1 @@ +gtk-media-pause.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-media-pause.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-media-pause.png new file mode 120000 index 000000000..0ef65d6d9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-media-pause.png @@ -0,0 +1 @@ +media-playback-pause.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-media-record-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-media-record-symbolic.png new file mode 120000 index 000000000..6518a86a1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-media-record-symbolic.png @@ -0,0 +1 @@ +gtk-media-record.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-media-record.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-media-record.png new file mode 120000 index 000000000..91f5c6f4d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-media-record.png @@ -0,0 +1 @@ +media-record.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-media-stop-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-media-stop-symbolic.png new file mode 120000 index 000000000..b42b748dd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-media-stop-symbolic.png @@ -0,0 +1 @@ +gtk-media-stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-media-stop.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-media-stop.png new file mode 120000 index 000000000..423c7cf20 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-media-stop.png @@ -0,0 +1 @@ +media-playback-stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-missing-image-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-missing-image-symbolic.png new file mode 120000 index 000000000..16ed32178 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-missing-image-symbolic.png @@ -0,0 +1 @@ +gtk-missing-image.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-missing-image.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-missing-image.png new file mode 120000 index 000000000..344617bac --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-missing-image.png @@ -0,0 +1 @@ +image-missing.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-new-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-new-symbolic.png new file mode 120000 index 000000000..913a6a7d3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-new-symbolic.png @@ -0,0 +1 @@ +gtk-new.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-new.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-new.png new file mode 120000 index 000000000..446977ddc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-new.png @@ -0,0 +1 @@ +document-new.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-open-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-open-symbolic.png new file mode 120000 index 000000000..340a617d6 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-open-symbolic.png @@ -0,0 +1 @@ +gtk-open.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-open.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-open.png new file mode 120000 index 000000000..f58170cc1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-open.png @@ -0,0 +1 @@ +document-open.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-orientation-landscape-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-orientation-landscape-symbolic.png new file mode 120000 index 000000000..95e896d4c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-orientation-landscape-symbolic.png @@ -0,0 +1 @@ +gtk-orientation-landscape.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-orientation-landscape.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-orientation-landscape.png Binary files differnew file mode 100644 index 000000000..748bb502d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-orientation-landscape.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-orientation-portrait-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-orientation-portrait-symbolic.png new file mode 120000 index 000000000..2dc258bb5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-orientation-portrait-symbolic.png @@ -0,0 +1 @@ +gtk-orientation-portrait.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-orientation-portrait.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-orientation-portrait.png Binary files differnew file mode 100644 index 000000000..94f078d91 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-orientation-portrait.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-orientation-reverse-landscape-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-orientation-reverse-landscape-symbolic.png new file mode 120000 index 000000000..a6f0b4411 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-orientation-reverse-landscape-symbolic.png @@ -0,0 +1 @@ +gtk-orientation-reverse-landscape.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-orientation-reverse-landscape.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-orientation-reverse-landscape.png Binary files differnew file mode 100644 index 000000000..2a732a6ee --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-orientation-reverse-landscape.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-orientation-reverse-portrait-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-orientation-reverse-portrait-symbolic.png new file mode 120000 index 000000000..1c8965166 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-orientation-reverse-portrait-symbolic.png @@ -0,0 +1 @@ +gtk-orientation-reverse-portrait.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-orientation-reverse-portrait.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-orientation-reverse-portrait.png Binary files differnew file mode 100644 index 000000000..c79cea355 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-orientation-reverse-portrait.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-page-setup-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-page-setup-symbolic.png new file mode 120000 index 000000000..ff4533cc1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-page-setup-symbolic.png @@ -0,0 +1 @@ +gtk-page-setup.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-page-setup.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-page-setup.png Binary files differnew file mode 100644 index 000000000..61b46d998 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-page-setup.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-paste-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-paste-symbolic.png new file mode 120000 index 000000000..892561ea8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-paste-symbolic.png @@ -0,0 +1 @@ +gtk-paste.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-paste.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-paste.png new file mode 120000 index 000000000..2f55649f8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-paste.png @@ -0,0 +1 @@ +edit-paste.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-preferences-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-preferences-symbolic.png new file mode 120000 index 000000000..5acf3b2f2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-preferences-symbolic.png @@ -0,0 +1 @@ +gtk-preferences.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-preferences.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-preferences.png Binary files differnew file mode 100644 index 000000000..9703a40df --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-preferences.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-print-preview-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-print-preview-symbolic.png new file mode 120000 index 000000000..8fe93e04e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-print-preview-symbolic.png @@ -0,0 +1 @@ +gtk-print-preview.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-print-preview.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-print-preview.png new file mode 120000 index 000000000..9dfea717c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-print-preview.png @@ -0,0 +1 @@ +document-print-preview.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-print-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-print-symbolic.png new file mode 120000 index 000000000..95ed2ec91 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-print-symbolic.png @@ -0,0 +1 @@ +gtk-print.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-print.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-print.png new file mode 120000 index 000000000..863a49fc4 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-print.png @@ -0,0 +1 @@ +document-print.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-properties-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-properties-symbolic.png new file mode 120000 index 000000000..5c3325bfc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-properties-symbolic.png @@ -0,0 +1 @@ +gtk-properties.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-properties.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-properties.png new file mode 120000 index 000000000..b447aa240 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-properties.png @@ -0,0 +1 @@ +document-properties.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-quit-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-quit-symbolic.png new file mode 120000 index 000000000..e599db624 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-quit-symbolic.png @@ -0,0 +1 @@ +gtk-quit.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-quit.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-quit.png new file mode 120000 index 000000000..0ecb0b9ba --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-quit.png @@ -0,0 +1 @@ +application-exit.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-redo-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-redo-ltr-symbolic.png new file mode 120000 index 000000000..d006923b8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-redo-ltr-symbolic.png @@ -0,0 +1 @@ +gtk-redo-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-redo-ltr.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-redo-ltr.png new file mode 120000 index 000000000..0061b57c7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-redo-ltr.png @@ -0,0 +1 @@ +edit-redo.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-refresh-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-refresh-symbolic.png new file mode 120000 index 000000000..38cbfeb52 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-refresh-symbolic.png @@ -0,0 +1 @@ +gtk-refresh.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-refresh.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-refresh.png new file mode 120000 index 000000000..521b94e2e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-refresh.png @@ -0,0 +1 @@ +view-refresh.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-remove-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-remove-symbolic.png new file mode 120000 index 000000000..2e165cfdc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-remove-symbolic.png @@ -0,0 +1 @@ +gtk-remove.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-remove.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-remove.png new file mode 120000 index 000000000..1336403b3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-remove.png @@ -0,0 +1 @@ +list-remove.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-revert-to-saved-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-revert-to-saved-ltr-symbolic.png new file mode 120000 index 000000000..39a6d5698 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-revert-to-saved-ltr-symbolic.png @@ -0,0 +1 @@ +gtk-revert-to-saved-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-revert-to-saved-ltr.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-revert-to-saved-ltr.png new file mode 120000 index 000000000..35c2c00a5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-revert-to-saved-ltr.png @@ -0,0 +1 @@ +document-revert.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-revert-to-saved-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-revert-to-saved-rtl-symbolic.png new file mode 120000 index 000000000..77c9eaa81 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-revert-to-saved-rtl-symbolic.png @@ -0,0 +1 @@ +gtk-revert-to-saved-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-revert-to-saved-rtl.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-revert-to-saved-rtl.png new file mode 120000 index 000000000..35c2c00a5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-revert-to-saved-rtl.png @@ -0,0 +1 @@ +document-revert.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-save-as-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-save-as-symbolic.png new file mode 120000 index 000000000..a7410d076 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-save-as-symbolic.png @@ -0,0 +1 @@ +gtk-save-as.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-save-as.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-save-as.png new file mode 120000 index 000000000..6f8088857 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-save-as.png @@ -0,0 +1 @@ +document-save-as.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-save-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-save-symbolic.png new file mode 120000 index 000000000..8eeb98b14 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-save-symbolic.png @@ -0,0 +1 @@ +gtk-save.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-save.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-save.png new file mode 120000 index 000000000..b1240e18d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-save.png @@ -0,0 +1 @@ +document-save.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-select-all-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-select-all-symbolic.png new file mode 120000 index 000000000..2711e9b55 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-select-all-symbolic.png @@ -0,0 +1 @@ +gtk-select-all.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-select-all.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-select-all.png new file mode 120000 index 000000000..30033c765 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-select-all.png @@ -0,0 +1 @@ +edit-select-all.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-select-color-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-select-color-symbolic.png new file mode 120000 index 000000000..367390596 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-select-color-symbolic.png @@ -0,0 +1 @@ +gtk-select-color.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-select-color.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-select-color.png Binary files differnew file mode 100644 index 000000000..2c764b374 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-select-color.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-select-font-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-select-font-symbolic.png new file mode 120000 index 000000000..a4983fc58 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-select-font-symbolic.png @@ -0,0 +1 @@ +gtk-select-font.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-select-font.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-select-font.png Binary files differnew file mode 100644 index 000000000..2514b6167 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-select-font.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-sort-ascending-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-sort-ascending-symbolic.png new file mode 120000 index 000000000..30ddf10fa --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-sort-ascending-symbolic.png @@ -0,0 +1 @@ +gtk-sort-ascending.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-sort-ascending.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-sort-ascending.png new file mode 120000 index 000000000..28dd3cde5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-sort-ascending.png @@ -0,0 +1 @@ +view-sort-ascending.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-sort-descending-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-sort-descending-symbolic.png new file mode 120000 index 000000000..794f2156f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-sort-descending-symbolic.png @@ -0,0 +1 @@ +gtk-sort-descending.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-sort-descending.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-sort-descending.png new file mode 120000 index 000000000..578592d3b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-sort-descending.png @@ -0,0 +1 @@ +view-sort-descending.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-spell-check-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-spell-check-symbolic.png new file mode 120000 index 000000000..bdf2c4c70 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-spell-check-symbolic.png @@ -0,0 +1 @@ +gtk-spell-check.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-spell-check.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-spell-check.png new file mode 120000 index 000000000..23b82da94 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-spell-check.png @@ -0,0 +1 @@ +tools-check-spelling.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-stop-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-stop-symbolic.png new file mode 120000 index 000000000..7c9bdc3d3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-stop-symbolic.png @@ -0,0 +1 @@ +gtk-stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-stop.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-stop.png new file mode 120000 index 000000000..4e46eca45 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-stop.png @@ -0,0 +1 @@ +process-stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-strikethrough-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-strikethrough-symbolic.png new file mode 120000 index 000000000..6221ce0a3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-strikethrough-symbolic.png @@ -0,0 +1 @@ +gtk-strikethrough.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-strikethrough.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-strikethrough.png new file mode 120000 index 000000000..9ff9a3776 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-strikethrough.png @@ -0,0 +1 @@ +format-text-strikethrough.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-undelete-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-undelete-ltr-symbolic.png new file mode 120000 index 000000000..0877291c0 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-undelete-ltr-symbolic.png @@ -0,0 +1 @@ +gtk-undelete-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-undelete-ltr.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-undelete-ltr.png Binary files differnew file mode 100644 index 000000000..cc58d0fb5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-undelete-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-undelete-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-undelete-rtl-symbolic.png new file mode 120000 index 000000000..3844ffd1a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-undelete-rtl-symbolic.png @@ -0,0 +1 @@ +gtk-undelete-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-undelete-rtl.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-undelete-rtl.png Binary files differnew file mode 100644 index 000000000..a312dd854 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-undelete-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-underline-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-underline-symbolic.png new file mode 120000 index 000000000..9c10f2b4f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-underline-symbolic.png @@ -0,0 +1 @@ +gtk-underline.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-underline.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-underline.png new file mode 120000 index 000000000..4f5b1549c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-underline.png @@ -0,0 +1 @@ +format-text-underline.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-undo-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-undo-ltr-symbolic.png new file mode 120000 index 000000000..eb2a153d3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-undo-ltr-symbolic.png @@ -0,0 +1 @@ +gtk-undo-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-undo-ltr.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-undo-ltr.png new file mode 120000 index 000000000..62d2a953e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-undo-ltr.png @@ -0,0 +1 @@ +edit-undo.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-zoom-100-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-zoom-100-symbolic.png new file mode 120000 index 000000000..0615da6a2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-zoom-100-symbolic.png @@ -0,0 +1 @@ +gtk-zoom-100.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-zoom-100.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-zoom-100.png new file mode 120000 index 000000000..bfeb09ed1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-zoom-100.png @@ -0,0 +1 @@ +zoom-original.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-zoom-fit-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-zoom-fit-symbolic.png new file mode 120000 index 000000000..b399469e7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-zoom-fit-symbolic.png @@ -0,0 +1 @@ +gtk-zoom-fit.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-zoom-fit.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-zoom-fit.png new file mode 120000 index 000000000..9b4965a87 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-zoom-fit.png @@ -0,0 +1 @@ +zoom-fit-best.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-zoom-in-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-zoom-in-symbolic.png new file mode 120000 index 000000000..65c933a16 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-zoom-in-symbolic.png @@ -0,0 +1 @@ +gtk-zoom-in.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-zoom-in.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-zoom-in.png new file mode 120000 index 000000000..ee0a4b39d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-zoom-in.png @@ -0,0 +1 @@ +zoom-in.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-zoom-out-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-zoom-out-symbolic.png new file mode 120000 index 000000000..bd5b889a6 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-zoom-out-symbolic.png @@ -0,0 +1 @@ +gtk-zoom-out.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-zoom-out.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-zoom-out.png new file mode 120000 index 000000000..be243b08a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/gtk-zoom-out.png @@ -0,0 +1 @@ +zoom-out.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/harddrive-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/harddrive-symbolic.png new file mode 120000 index 000000000..0245415f2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/harddrive-symbolic.png @@ -0,0 +1 @@ +harddrive.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/harddrive.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/harddrive.png new file mode 120000 index 000000000..5ae622860 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/harddrive.png @@ -0,0 +1 @@ +drive-harddisk.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/hdd_unmount-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/hdd_unmount-symbolic.png new file mode 120000 index 000000000..0f5bce8a1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/hdd_unmount-symbolic.png @@ -0,0 +1 @@ +hdd_unmount.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/hdd_unmount.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/hdd_unmount.png new file mode 120000 index 000000000..5ae622860 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/hdd_unmount.png @@ -0,0 +1 @@ +drive-harddisk.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/help-about-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/help-about-symbolic.png new file mode 120000 index 000000000..dd431b5e8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/help-about-symbolic.png @@ -0,0 +1 @@ +help-about.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/help-about.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/help-about.png Binary files differnew file mode 100644 index 000000000..010d294a7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/help-about.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/help-contents-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/help-contents-symbolic.png new file mode 120000 index 000000000..af8d871de --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/help-contents-symbolic.png @@ -0,0 +1 @@ +help-contents.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/help-contents.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/help-contents.png Binary files differnew file mode 100644 index 000000000..20ae955c3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/help-contents.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/help-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/help-symbolic.png new file mode 120000 index 000000000..102ea55da --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/help-symbolic.png @@ -0,0 +1 @@ +help.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/help.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/help.png new file mode 120000 index 000000000..af8d871de --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/help.png @@ -0,0 +1 @@ +help-contents.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/image-missing-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/image-missing-symbolic.png new file mode 120000 index 000000000..344617bac --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/image-missing-symbolic.png @@ -0,0 +1 @@ +image-missing.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/image-missing.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/image-missing.png Binary files differnew file mode 100644 index 000000000..84b26afd6 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/image-missing.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/info-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/info-symbolic.png new file mode 120000 index 000000000..ad789b531 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/info-symbolic.png @@ -0,0 +1 @@ +info.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/info.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/info.png new file mode 120000 index 000000000..5faec85f1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/info.png @@ -0,0 +1 @@ +dialog-information.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/inode-directory-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/inode-directory-symbolic.png new file mode 120000 index 000000000..d8f486403 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/inode-directory-symbolic.png @@ -0,0 +1 @@ +inode-directory.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/inode-directory.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/inode-directory.png new file mode 120000 index 000000000..6b18cab33 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/inode-directory.png @@ -0,0 +1 @@ +folder.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/kfm_home-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/kfm_home-symbolic.png new file mode 120000 index 000000000..b2008e9c4 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/kfm_home-symbolic.png @@ -0,0 +1 @@ +kfm_home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/kfm_home.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/kfm_home.png new file mode 120000 index 000000000..718c1b215 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/kfm_home.png @@ -0,0 +1 @@ +go-home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/leftjust-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/leftjust-symbolic.png new file mode 120000 index 000000000..c8d6c19de --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/leftjust-symbolic.png @@ -0,0 +1 @@ +leftjust.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/leftjust.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/leftjust.png new file mode 120000 index 000000000..2da25a167 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/leftjust.png @@ -0,0 +1 @@ +format-justify-left.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/list-add-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/list-add-symbolic.png new file mode 120000 index 000000000..7d4c8781d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/list-add-symbolic.png @@ -0,0 +1 @@ +list-add.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/list-add.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/list-add.png Binary files differnew file mode 100644 index 000000000..9cd9e5cf2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/list-add.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/list-remove-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/list-remove-symbolic.png new file mode 120000 index 000000000..1336403b3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/list-remove-symbolic.png @@ -0,0 +1 @@ +list-remove.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/list-remove.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/list-remove.png Binary files differnew file mode 100644 index 000000000..0ed9c2210 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/list-remove.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-cdrom-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-cdrom-symbolic.png new file mode 120000 index 000000000..848507774 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-cdrom-symbolic.png @@ -0,0 +1 @@ +media-cdrom.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-cdrom.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-cdrom.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-cdrom.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-floppy-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-floppy-symbolic.png new file mode 120000 index 000000000..279b7346f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-floppy-symbolic.png @@ -0,0 +1 @@ +media-floppy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-floppy.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-floppy.png Binary files differnew file mode 100644 index 000000000..18b7d2419 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-floppy.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-optical-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-optical-symbolic.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-optical-symbolic.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-optical.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-optical.png Binary files differnew file mode 100644 index 000000000..922f452f1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-optical.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-playback-pause-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-playback-pause-symbolic.png new file mode 120000 index 000000000..0ef65d6d9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-playback-pause-symbolic.png @@ -0,0 +1 @@ +media-playback-pause.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-playback-pause.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-playback-pause.png Binary files differnew file mode 100644 index 000000000..8b70f471a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-playback-pause.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-playback-start-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-playback-start-ltr-symbolic.png new file mode 120000 index 000000000..1265a5a32 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-playback-start-ltr-symbolic.png @@ -0,0 +1 @@ +media-playback-start-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-playback-start-ltr.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-playback-start-ltr.png Binary files differnew file mode 100644 index 000000000..e7e2584db --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-playback-start-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-playback-start-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-playback-start-rtl-symbolic.png new file mode 120000 index 000000000..956b43d14 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-playback-start-rtl-symbolic.png @@ -0,0 +1 @@ +media-playback-start-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-playback-start-rtl.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-playback-start-rtl.png Binary files differnew file mode 100644 index 000000000..e3cb29165 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-playback-start-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-playback-stop-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-playback-stop-symbolic.png new file mode 120000 index 000000000..423c7cf20 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-playback-stop-symbolic.png @@ -0,0 +1 @@ +media-playback-stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-playback-stop.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-playback-stop.png Binary files differnew file mode 100644 index 000000000..c844e8322 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-playback-stop.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-record-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-record-symbolic.png new file mode 120000 index 000000000..91f5c6f4d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-record-symbolic.png @@ -0,0 +1 @@ +media-record.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-record.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-record.png Binary files differnew file mode 100644 index 000000000..93b2ec100 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-record.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-seek-backward-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-seek-backward-ltr-symbolic.png new file mode 120000 index 000000000..64288c383 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-seek-backward-ltr-symbolic.png @@ -0,0 +1 @@ +media-seek-backward-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-seek-backward-ltr.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-seek-backward-ltr.png Binary files differnew file mode 100644 index 000000000..4972cb7ba --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-seek-backward-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-seek-backward-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-seek-backward-rtl-symbolic.png new file mode 120000 index 000000000..9863a32f1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-seek-backward-rtl-symbolic.png @@ -0,0 +1 @@ +media-seek-backward-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-seek-backward-rtl.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-seek-backward-rtl.png Binary files differnew file mode 100644 index 000000000..a02022474 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-seek-backward-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-seek-forward-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-seek-forward-ltr-symbolic.png new file mode 120000 index 000000000..a7ca942c7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-seek-forward-ltr-symbolic.png @@ -0,0 +1 @@ +media-seek-forward-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-seek-forward-ltr.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-seek-forward-ltr.png Binary files differnew file mode 100644 index 000000000..a02022474 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-seek-forward-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-seek-forward-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-seek-forward-rtl-symbolic.png new file mode 120000 index 000000000..7829cab85 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-seek-forward-rtl-symbolic.png @@ -0,0 +1 @@ +media-seek-forward-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-seek-forward-rtl.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-seek-forward-rtl.png Binary files differnew file mode 100644 index 000000000..4972cb7ba --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-seek-forward-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-skip-backward-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-skip-backward-ltr-symbolic.png new file mode 120000 index 000000000..cea15b4f1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-skip-backward-ltr-symbolic.png @@ -0,0 +1 @@ +media-skip-backward-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-skip-backward-ltr.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-skip-backward-ltr.png Binary files differnew file mode 100644 index 000000000..67dbb2e16 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-skip-backward-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-skip-backward-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-skip-backward-rtl-symbolic.png new file mode 120000 index 000000000..11db21ad5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-skip-backward-rtl-symbolic.png @@ -0,0 +1 @@ +media-skip-backward-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-skip-backward-rtl.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-skip-backward-rtl.png Binary files differnew file mode 100644 index 000000000..08ad0b69a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-skip-backward-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-skip-forward-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-skip-forward-ltr-symbolic.png new file mode 120000 index 000000000..bd7416fbd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-skip-forward-ltr-symbolic.png @@ -0,0 +1 @@ +media-skip-forward-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-skip-forward-ltr.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-skip-forward-ltr.png Binary files differnew file mode 100644 index 000000000..08ad0b69a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-skip-forward-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-skip-forward-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-skip-forward-rtl-symbolic.png new file mode 120000 index 000000000..0ea17ba14 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-skip-forward-rtl-symbolic.png @@ -0,0 +1 @@ +media-skip-forward-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-skip-forward-rtl.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-skip-forward-rtl.png Binary files differnew file mode 100644 index 000000000..67dbb2e16 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/media-skip-forward-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/messagebox_info-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/messagebox_info-symbolic.png new file mode 120000 index 000000000..bfc646ad5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/messagebox_info-symbolic.png @@ -0,0 +1 @@ +messagebox_info.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/messagebox_info.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/messagebox_info.png new file mode 120000 index 000000000..5faec85f1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/messagebox_info.png @@ -0,0 +1 @@ +dialog-information.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/mime_ascii-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/mime_ascii-symbolic.png new file mode 120000 index 000000000..12b223390 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/mime_ascii-symbolic.png @@ -0,0 +1 @@ +mime_ascii.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/mime_ascii.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/mime_ascii.png new file mode 120000 index 000000000..3a5efdf43 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/mime_ascii.png @@ -0,0 +1 @@ +text-x-generic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/misc-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/misc-symbolic.png new file mode 120000 index 000000000..af684393f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/misc-symbolic.png @@ -0,0 +1 @@ +misc.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/misc.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/misc.png new file mode 120000 index 000000000..3a5efdf43 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/misc.png @@ -0,0 +1 @@ +text-x-generic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/network-idle-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/network-idle-symbolic.png new file mode 120000 index 000000000..ca31ae7fd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/network-idle-symbolic.png @@ -0,0 +1 @@ +network-idle.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/network-idle.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/network-idle.png Binary files differnew file mode 100644 index 000000000..e74e060ea --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/network-idle.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/network-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/network-symbolic.png new file mode 120000 index 000000000..a14428c62 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/network-symbolic.png @@ -0,0 +1 @@ +network.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/network.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/network.png new file mode 120000 index 000000000..95ff6aad8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/network.png @@ -0,0 +1 @@ +folder-remote.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/nm-adhoc-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/nm-adhoc-symbolic.png new file mode 120000 index 000000000..34044c00c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/nm-adhoc-symbolic.png @@ -0,0 +1 @@ +nm-adhoc.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/nm-adhoc.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/nm-adhoc.png new file mode 120000 index 000000000..ca31ae7fd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/nm-adhoc.png @@ -0,0 +1 @@ +network-idle.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/nm-device-wired-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/nm-device-wired-symbolic.png new file mode 120000 index 000000000..6a9e23c0f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/nm-device-wired-symbolic.png @@ -0,0 +1 @@ +nm-device-wired.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/nm-device-wired.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/nm-device-wired.png new file mode 120000 index 000000000..ca31ae7fd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/nm-device-wired.png @@ -0,0 +1 @@ +network-idle.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/nm-device-wireless-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/nm-device-wireless-symbolic.png new file mode 120000 index 000000000..e650e72e5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/nm-device-wireless-symbolic.png @@ -0,0 +1 @@ +nm-device-wireless.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/nm-device-wireless.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/nm-device-wireless.png new file mode 120000 index 000000000..ca31ae7fd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/nm-device-wireless.png @@ -0,0 +1 @@ +network-idle.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/package_editors-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/package_editors-symbolic.png new file mode 120000 index 000000000..809305555 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/package_editors-symbolic.png @@ -0,0 +1 @@ +package_editors.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/package_editors.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/package_editors.png new file mode 120000 index 000000000..3a5efdf43 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/package_editors.png @@ -0,0 +1 @@ +text-x-generic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/package_settings-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/package_settings-symbolic.png new file mode 120000 index 000000000..f7f21ce34 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/package_settings-symbolic.png @@ -0,0 +1 @@ +package_settings.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/package_settings.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/package_settings.png new file mode 120000 index 000000000..1d8138d22 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/package_settings.png @@ -0,0 +1 @@ +preferences-system.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/player_pause-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/player_pause-symbolic.png new file mode 120000 index 000000000..f6af01a48 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/player_pause-symbolic.png @@ -0,0 +1 @@ +player_pause.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/player_pause.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/player_pause.png new file mode 120000 index 000000000..0ef65d6d9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/player_pause.png @@ -0,0 +1 @@ +media-playback-pause.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/player_record-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/player_record-symbolic.png new file mode 120000 index 000000000..5607649cd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/player_record-symbolic.png @@ -0,0 +1 @@ +player_record.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/player_record.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/player_record.png new file mode 120000 index 000000000..91f5c6f4d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/player_record.png @@ -0,0 +1 @@ +media-record.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/player_stop-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/player_stop-symbolic.png new file mode 120000 index 000000000..13f0c5aad --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/player_stop-symbolic.png @@ -0,0 +1 @@ +player_stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/player_stop.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/player_stop.png new file mode 120000 index 000000000..423c7cf20 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/player_stop.png @@ -0,0 +1 @@ +media-playback-stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/preferences-system-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/preferences-system-symbolic.png new file mode 120000 index 000000000..1d8138d22 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/preferences-system-symbolic.png @@ -0,0 +1 @@ +preferences-system.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/preferences-system.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/preferences-system.png new file mode 120000 index 000000000..5acf3b2f2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/preferences-system.png @@ -0,0 +1 @@ +gtk-preferences.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/printer-error-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/printer-error-symbolic.png new file mode 120000 index 000000000..cffd04483 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/printer-error-symbolic.png @@ -0,0 +1 @@ +printer-error.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/printer-error.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/printer-error.png Binary files differnew file mode 100644 index 000000000..934ee68d3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/printer-error.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/printer-info-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/printer-info-symbolic.png new file mode 120000 index 000000000..aaa23147e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/printer-info-symbolic.png @@ -0,0 +1 @@ +printer-info.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/printer-info.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/printer-info.png Binary files differnew file mode 100644 index 000000000..8e2ab7487 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/printer-info.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/printer-paused-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/printer-paused-symbolic.png new file mode 120000 index 000000000..ba165131c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/printer-paused-symbolic.png @@ -0,0 +1 @@ +printer-paused.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/printer-paused.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/printer-paused.png Binary files differnew file mode 100644 index 000000000..ebd5ac60c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/printer-paused.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/printer-warning-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/printer-warning-symbolic.png new file mode 120000 index 000000000..6575a3557 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/printer-warning-symbolic.png @@ -0,0 +1 @@ +printer-warning.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/printer-warning.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/printer-warning.png Binary files differnew file mode 100644 index 000000000..52410c38d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/printer-warning.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/process-stop-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/process-stop-symbolic.png new file mode 120000 index 000000000..4e46eca45 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/process-stop-symbolic.png @@ -0,0 +1 @@ +process-stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/process-stop.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/process-stop.png Binary files differnew file mode 100644 index 000000000..d88fed703 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/process-stop.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/redhat-home-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/redhat-home-symbolic.png new file mode 120000 index 000000000..9d96edc09 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/redhat-home-symbolic.png @@ -0,0 +1 @@ +redhat-home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/redhat-home.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/redhat-home.png new file mode 120000 index 000000000..718c1b215 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/redhat-home.png @@ -0,0 +1 @@ +go-home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/redhat-system_settings-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/redhat-system_settings-symbolic.png new file mode 120000 index 000000000..99d35dedc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/redhat-system_settings-symbolic.png @@ -0,0 +1 @@ +redhat-system_settings.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/redhat-system_settings.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/redhat-system_settings.png new file mode 120000 index 000000000..1d8138d22 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/redhat-system_settings.png @@ -0,0 +1 @@ +preferences-system.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/redo-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/redo-symbolic.png new file mode 120000 index 000000000..4d893d44a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/redo-symbolic.png @@ -0,0 +1 @@ +redo.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/redo.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/redo.png new file mode 120000 index 000000000..0061b57c7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/redo.png @@ -0,0 +1 @@ +edit-redo.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/reload-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/reload-symbolic.png new file mode 120000 index 000000000..b51c479ad --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/reload-symbolic.png @@ -0,0 +1 @@ +reload.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/reload.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/reload.png new file mode 120000 index 000000000..521b94e2e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/reload.png @@ -0,0 +1 @@ +view-refresh.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/reload3-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/reload3-symbolic.png new file mode 120000 index 000000000..160584a15 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/reload3-symbolic.png @@ -0,0 +1 @@ +reload3.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/reload3.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/reload3.png new file mode 120000 index 000000000..521b94e2e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/reload3.png @@ -0,0 +1 @@ +view-refresh.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/reload_all_tabs-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/reload_all_tabs-symbolic.png new file mode 120000 index 000000000..4edfb5a4c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/reload_all_tabs-symbolic.png @@ -0,0 +1 @@ +reload_all_tabs.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/reload_all_tabs.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/reload_all_tabs.png new file mode 120000 index 000000000..521b94e2e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/reload_all_tabs.png @@ -0,0 +1 @@ +view-refresh.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/reload_page-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/reload_page-symbolic.png new file mode 120000 index 000000000..e8fdb1ec3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/reload_page-symbolic.png @@ -0,0 +1 @@ +reload_page.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/reload_page.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/reload_page.png new file mode 120000 index 000000000..521b94e2e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/reload_page.png @@ -0,0 +1 @@ +view-refresh.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/remove-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/remove-symbolic.png new file mode 120000 index 000000000..584599bf0 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/remove-symbolic.png @@ -0,0 +1 @@ +remove.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/remove.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/remove.png new file mode 120000 index 000000000..1336403b3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/remove.png @@ -0,0 +1 @@ +list-remove.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/revert-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/revert-symbolic.png new file mode 120000 index 000000000..00f6de08c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/revert-symbolic.png @@ -0,0 +1 @@ +revert.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/revert.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/revert.png new file mode 120000 index 000000000..35c2c00a5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/revert.png @@ -0,0 +1 @@ +document-revert.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/rightjust-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/rightjust-symbolic.png new file mode 120000 index 000000000..4827d0f19 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/rightjust-symbolic.png @@ -0,0 +1 @@ +rightjust.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/rightjust.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/rightjust.png new file mode 120000 index 000000000..017868ada --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/rightjust.png @@ -0,0 +1 @@ +format-justify-right.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_about-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_about-symbolic.png new file mode 120000 index 000000000..47f3160cc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_about-symbolic.png @@ -0,0 +1 @@ +stock_about.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_about.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_about.png new file mode 120000 index 000000000..dd431b5e8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_about.png @@ -0,0 +1 @@ +help-about.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_bottom-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_bottom-symbolic.png new file mode 120000 index 000000000..7738c9958 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_bottom-symbolic.png @@ -0,0 +1 @@ +stock_bottom.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_bottom.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_bottom.png new file mode 120000 index 000000000..c58ca3d0f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_bottom.png @@ -0,0 +1 @@ +go-bottom.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_close-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_close-symbolic.png new file mode 120000 index 000000000..462194393 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_close-symbolic.png @@ -0,0 +1 @@ +stock_close.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_close.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_close.png new file mode 120000 index 000000000..f8a647d3d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_close.png @@ -0,0 +1 @@ +window-close.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_copy-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_copy-symbolic.png new file mode 120000 index 000000000..d4fe9b004 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_copy-symbolic.png @@ -0,0 +1 @@ +stock_copy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_copy.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_copy.png new file mode 120000 index 000000000..e106cb543 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_copy.png @@ -0,0 +1 @@ +edit-copy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_cut-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_cut-symbolic.png new file mode 120000 index 000000000..6f34159d0 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_cut-symbolic.png @@ -0,0 +1 @@ +stock_cut.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_cut.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_cut.png new file mode 120000 index 000000000..32b03023c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_cut.png @@ -0,0 +1 @@ +edit-cut.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_delete-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_delete-symbolic.png new file mode 120000 index 000000000..54b0ede76 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_delete-symbolic.png @@ -0,0 +1 @@ +stock_delete.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_delete.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_delete.png new file mode 120000 index 000000000..bb0a74a58 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_delete.png @@ -0,0 +1 @@ +edit-delete.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_dialog-info-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_dialog-info-symbolic.png new file mode 120000 index 000000000..5b4fe4bc6 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_dialog-info-symbolic.png @@ -0,0 +1 @@ +stock_dialog-info.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_dialog-info.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_dialog-info.png new file mode 120000 index 000000000..5faec85f1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_dialog-info.png @@ -0,0 +1 @@ +dialog-information.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_down-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_down-symbolic.png new file mode 120000 index 000000000..56d981416 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_down-symbolic.png @@ -0,0 +1 @@ +stock_down.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_down.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_down.png new file mode 120000 index 000000000..5240b846d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_down.png @@ -0,0 +1 @@ +go-down.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_file-properites-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_file-properites-symbolic.png new file mode 120000 index 000000000..2c81081ca --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_file-properites-symbolic.png @@ -0,0 +1 @@ +stock_file-properites.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_file-properites.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_file-properites.png new file mode 120000 index 000000000..b447aa240 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_file-properites.png @@ -0,0 +1 @@ +document-properties.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_folder-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_folder-symbolic.png new file mode 120000 index 000000000..5376f31f6 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_folder-symbolic.png @@ -0,0 +1 @@ +stock_folder.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_folder.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_folder.png new file mode 120000 index 000000000..6b18cab33 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_folder.png @@ -0,0 +1 @@ +folder.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_fullscreen-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_fullscreen-symbolic.png new file mode 120000 index 000000000..31893cedd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_fullscreen-symbolic.png @@ -0,0 +1 @@ +stock_fullscreen.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_fullscreen.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_fullscreen.png new file mode 120000 index 000000000..37aaf877e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_fullscreen.png @@ -0,0 +1 @@ +view-fullscreen.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_help-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_help-symbolic.png new file mode 120000 index 000000000..f4d63feef --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_help-symbolic.png @@ -0,0 +1 @@ +stock_help.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_help.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_help.png new file mode 120000 index 000000000..af8d871de --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_help.png @@ -0,0 +1 @@ +help-contents.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_home-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_home-symbolic.png new file mode 120000 index 000000000..faf057c43 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_home-symbolic.png @@ -0,0 +1 @@ +stock_home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_home.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_home.png new file mode 120000 index 000000000..718c1b215 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_home.png @@ -0,0 +1 @@ +go-home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_leave-fullscreen-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_leave-fullscreen-symbolic.png new file mode 120000 index 000000000..00f3f4f77 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_leave-fullscreen-symbolic.png @@ -0,0 +1 @@ +stock_leave-fullscreen.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_leave-fullscreen.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_leave-fullscreen.png new file mode 120000 index 000000000..5b9d8f68b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_leave-fullscreen.png @@ -0,0 +1 @@ +view-restore.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_media-pause-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_media-pause-symbolic.png new file mode 120000 index 000000000..fcf5ee6aa --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_media-pause-symbolic.png @@ -0,0 +1 @@ +stock_media-pause.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_media-pause.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_media-pause.png new file mode 120000 index 000000000..0ef65d6d9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_media-pause.png @@ -0,0 +1 @@ +media-playback-pause.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_media-rec-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_media-rec-symbolic.png new file mode 120000 index 000000000..3703897de --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_media-rec-symbolic.png @@ -0,0 +1 @@ +stock_media-rec.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_media-rec.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_media-rec.png new file mode 120000 index 000000000..91f5c6f4d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_media-rec.png @@ -0,0 +1 @@ +media-record.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_media-stop-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_media-stop-symbolic.png new file mode 120000 index 000000000..d3284d99b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_media-stop-symbolic.png @@ -0,0 +1 @@ +stock_media-stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_media-stop.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_media-stop.png new file mode 120000 index 000000000..423c7cf20 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_media-stop.png @@ -0,0 +1 @@ +media-playback-stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_new-text-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_new-text-symbolic.png new file mode 120000 index 000000000..df5c64b6e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_new-text-symbolic.png @@ -0,0 +1 @@ +stock_new-text.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_new-text.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_new-text.png new file mode 120000 index 000000000..446977ddc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_new-text.png @@ -0,0 +1 @@ +document-new.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_paste-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_paste-symbolic.png new file mode 120000 index 000000000..d031aef3d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_paste-symbolic.png @@ -0,0 +1 @@ +stock_paste.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_paste.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_paste.png new file mode 120000 index 000000000..2f55649f8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_paste.png @@ -0,0 +1 @@ +edit-paste.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_print-preview-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_print-preview-symbolic.png new file mode 120000 index 000000000..cb72d5f96 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_print-preview-symbolic.png @@ -0,0 +1 @@ +stock_print-preview.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_print-preview.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_print-preview.png new file mode 120000 index 000000000..9dfea717c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_print-preview.png @@ -0,0 +1 @@ +document-print-preview.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_print-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_print-symbolic.png new file mode 120000 index 000000000..5ea564c1c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_print-symbolic.png @@ -0,0 +1 @@ +stock_print.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_print.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_print.png new file mode 120000 index 000000000..863a49fc4 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_print.png @@ -0,0 +1 @@ +document-print.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_properties-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_properties-symbolic.png new file mode 120000 index 000000000..cead9f906 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_properties-symbolic.png @@ -0,0 +1 @@ +stock_properties.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_properties.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_properties.png new file mode 120000 index 000000000..b447aa240 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_properties.png @@ -0,0 +1 @@ +document-properties.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_redo-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_redo-symbolic.png new file mode 120000 index 000000000..3abd89311 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_redo-symbolic.png @@ -0,0 +1 @@ +stock_redo.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_redo.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_redo.png new file mode 120000 index 000000000..0061b57c7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_redo.png @@ -0,0 +1 @@ +edit-redo.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_refresh-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_refresh-symbolic.png new file mode 120000 index 000000000..e617eefc4 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_refresh-symbolic.png @@ -0,0 +1 @@ +stock_refresh.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_refresh.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_refresh.png new file mode 120000 index 000000000..521b94e2e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_refresh.png @@ -0,0 +1 @@ +view-refresh.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_save-as-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_save-as-symbolic.png new file mode 120000 index 000000000..dfda8bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_save-as-symbolic.png @@ -0,0 +1 @@ +stock_save-as.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_save-as.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_save-as.png new file mode 120000 index 000000000..6f8088857 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_save-as.png @@ -0,0 +1 @@ +document-save-as.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_save-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_save-symbolic.png new file mode 120000 index 000000000..08802a248 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_save-symbolic.png @@ -0,0 +1 @@ +stock_save.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_save.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_save.png new file mode 120000 index 000000000..b1240e18d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_save.png @@ -0,0 +1 @@ +document-save.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_search-and-replace-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_search-and-replace-symbolic.png new file mode 120000 index 000000000..539fd27e5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_search-and-replace-symbolic.png @@ -0,0 +1 @@ +stock_search-and-replace.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_search-and-replace.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_search-and-replace.png new file mode 120000 index 000000000..e4057afed --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_search-and-replace.png @@ -0,0 +1 @@ +edit-find-replace.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_search-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_search-symbolic.png new file mode 120000 index 000000000..34bffb533 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_search-symbolic.png @@ -0,0 +1 @@ +stock_search.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_search.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_search.png new file mode 120000 index 000000000..dd4136811 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_search.png @@ -0,0 +1 @@ +edit-find.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_select-all-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_select-all-symbolic.png new file mode 120000 index 000000000..49d937f83 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_select-all-symbolic.png @@ -0,0 +1 @@ +stock_select-all.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_select-all.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_select-all.png new file mode 120000 index 000000000..30033c765 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_select-all.png @@ -0,0 +1 @@ +edit-select-all.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_spellcheck-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_spellcheck-symbolic.png new file mode 120000 index 000000000..afb170689 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_spellcheck-symbolic.png @@ -0,0 +1 @@ +stock_spellcheck.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_spellcheck.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_spellcheck.png new file mode 120000 index 000000000..23b82da94 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_spellcheck.png @@ -0,0 +1 @@ +tools-check-spelling.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_stop-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_stop-symbolic.png new file mode 120000 index 000000000..e6673c5a3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_stop-symbolic.png @@ -0,0 +1 @@ +stock_stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_stop.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_stop.png new file mode 120000 index 000000000..4e46eca45 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_stop.png @@ -0,0 +1 @@ +process-stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text-strikethrough-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text-strikethrough-symbolic.png new file mode 120000 index 000000000..0d1cedb91 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text-strikethrough-symbolic.png @@ -0,0 +1 @@ +stock_text-strikethrough.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text-strikethrough.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text-strikethrough.png new file mode 120000 index 000000000..9ff9a3776 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text-strikethrough.png @@ -0,0 +1 @@ +format-text-strikethrough.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_bold-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_bold-symbolic.png new file mode 120000 index 000000000..b34d8bcde --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_bold-symbolic.png @@ -0,0 +1 @@ +stock_text_bold.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_bold.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_bold.png new file mode 120000 index 000000000..ef50053bd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_bold.png @@ -0,0 +1 @@ +format-text-bold.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_center-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_center-symbolic.png new file mode 120000 index 000000000..39bd0f289 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_center-symbolic.png @@ -0,0 +1 @@ +stock_text_center.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_center.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_center.png new file mode 120000 index 000000000..980c099ef --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_center.png @@ -0,0 +1 @@ +format-justify-center.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_italic-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_italic-symbolic.png new file mode 120000 index 000000000..eb525bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_italic-symbolic.png @@ -0,0 +1 @@ +stock_text_italic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_italic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_italic.png new file mode 120000 index 000000000..1ee2a31f8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_italic.png @@ -0,0 +1 @@ +format-text-italic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_justify-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_justify-symbolic.png new file mode 120000 index 000000000..2db29cb19 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_justify-symbolic.png @@ -0,0 +1 @@ +stock_text_justify.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_justify.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_justify.png new file mode 120000 index 000000000..f1d9574cf --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_justify.png @@ -0,0 +1 @@ +format-justify-fill.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_left-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_left-symbolic.png new file mode 120000 index 000000000..314710b94 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_left-symbolic.png @@ -0,0 +1 @@ +stock_text_left.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_left.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_left.png new file mode 120000 index 000000000..2da25a167 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_left.png @@ -0,0 +1 @@ +format-justify-left.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_right-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_right-symbolic.png new file mode 120000 index 000000000..997c4e491 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_right-symbolic.png @@ -0,0 +1 @@ +stock_text_right.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_right.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_right.png new file mode 120000 index 000000000..017868ada --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_right.png @@ -0,0 +1 @@ +format-justify-right.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_underlined-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_underlined-symbolic.png new file mode 120000 index 000000000..f57dd0345 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_underlined-symbolic.png @@ -0,0 +1 @@ +stock_text_underlined.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_underlined.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_underlined.png new file mode 120000 index 000000000..4f5b1549c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_text_underlined.png @@ -0,0 +1 @@ +format-text-underline.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_top-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_top-symbolic.png new file mode 120000 index 000000000..142c86cb8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_top-symbolic.png @@ -0,0 +1 @@ +stock_top.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_top.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_top.png new file mode 120000 index 000000000..3b5b7d6e5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_top.png @@ -0,0 +1 @@ +go-top.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_undo-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_undo-symbolic.png new file mode 120000 index 000000000..94134ab91 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_undo-symbolic.png @@ -0,0 +1 @@ +stock_undo.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_undo.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_undo.png new file mode 120000 index 000000000..62d2a953e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_undo.png @@ -0,0 +1 @@ +edit-undo.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_up-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_up-symbolic.png new file mode 120000 index 000000000..85fa025ce --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_up-symbolic.png @@ -0,0 +1 @@ +stock_up.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_up.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_up.png new file mode 120000 index 000000000..4a1025d4a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_up.png @@ -0,0 +1 @@ +go-up.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_zoom-1-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_zoom-1-symbolic.png new file mode 120000 index 000000000..15aa66135 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_zoom-1-symbolic.png @@ -0,0 +1 @@ +stock_zoom-1.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_zoom-1.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_zoom-1.png new file mode 120000 index 000000000..bfeb09ed1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_zoom-1.png @@ -0,0 +1 @@ +zoom-original.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_zoom-in-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_zoom-in-symbolic.png new file mode 120000 index 000000000..e2bc92819 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_zoom-in-symbolic.png @@ -0,0 +1 @@ +stock_zoom-in.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_zoom-in.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_zoom-in.png new file mode 120000 index 000000000..ee0a4b39d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_zoom-in.png @@ -0,0 +1 @@ +zoom-in.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_zoom-out-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_zoom-out-symbolic.png new file mode 120000 index 000000000..3c633a495 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_zoom-out-symbolic.png @@ -0,0 +1 @@ +stock_zoom-out.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_zoom-out.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_zoom-out.png new file mode 120000 index 000000000..be243b08a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_zoom-out.png @@ -0,0 +1 @@ +zoom-out.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_zoom-page-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_zoom-page-symbolic.png new file mode 120000 index 000000000..3c75afc9e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_zoom-page-symbolic.png @@ -0,0 +1 @@ +stock_zoom-page.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_zoom-page.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_zoom-page.png new file mode 120000 index 000000000..9b4965a87 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stock_zoom-page.png @@ -0,0 +1 @@ +zoom-fit-best.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stop-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stop-symbolic.png new file mode 120000 index 000000000..6222e6f71 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stop-symbolic.png @@ -0,0 +1 @@ +stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stop.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stop.png new file mode 120000 index 000000000..4e46eca45 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/stop.png @@ -0,0 +1 @@ +process-stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/system-floppy-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/system-floppy-symbolic.png new file mode 120000 index 000000000..1b471b958 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/system-floppy-symbolic.png @@ -0,0 +1 @@ +system-floppy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/system-floppy.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/system-floppy.png new file mode 120000 index 000000000..279b7346f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/system-floppy.png @@ -0,0 +1 @@ +media-floppy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/system-run-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/system-run-symbolic.png new file mode 120000 index 000000000..9daf3feba --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/system-run-symbolic.png @@ -0,0 +1 @@ +system-run.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/system-run.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/system-run.png Binary files differnew file mode 100644 index 000000000..c9c48d6a3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/system-run.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text-x-generic-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text-x-generic-symbolic.png new file mode 120000 index 000000000..3a5efdf43 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text-x-generic-symbolic.png @@ -0,0 +1 @@ +text-x-generic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text-x-generic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text-x-generic.png Binary files differnew file mode 100644 index 000000000..7cd94435a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text-x-generic.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text_bold-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text_bold-symbolic.png new file mode 120000 index 000000000..7297aca53 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text_bold-symbolic.png @@ -0,0 +1 @@ +text_bold.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text_bold.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text_bold.png new file mode 120000 index 000000000..ef50053bd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text_bold.png @@ -0,0 +1 @@ +format-text-bold.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text_italic-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text_italic-symbolic.png new file mode 120000 index 000000000..567390a7e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text_italic-symbolic.png @@ -0,0 +1 @@ +text_italic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text_italic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text_italic.png new file mode 120000 index 000000000..1ee2a31f8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text_italic.png @@ -0,0 +1 @@ +format-text-italic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text_strike-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text_strike-symbolic.png new file mode 120000 index 000000000..67e697102 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text_strike-symbolic.png @@ -0,0 +1 @@ +text_strike.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text_strike.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text_strike.png new file mode 120000 index 000000000..9ff9a3776 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text_strike.png @@ -0,0 +1 @@ +format-text-strikethrough.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text_under-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text_under-symbolic.png new file mode 120000 index 000000000..0032f1112 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text_under-symbolic.png @@ -0,0 +1 @@ +text_under.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text_under.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text_under.png new file mode 120000 index 000000000..4f5b1549c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/text_under.png @@ -0,0 +1 @@ +format-text-underline.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/tools-check-spelling-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/tools-check-spelling-symbolic.png new file mode 120000 index 000000000..23b82da94 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/tools-check-spelling-symbolic.png @@ -0,0 +1 @@ +tools-check-spelling.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/tools-check-spelling.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/tools-check-spelling.png Binary files differnew file mode 100644 index 000000000..32dcc2e63 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/tools-check-spelling.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/top-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/top-symbolic.png new file mode 120000 index 000000000..315e75e61 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/top-symbolic.png @@ -0,0 +1 @@ +top.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/top.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/top.png new file mode 120000 index 000000000..3b5b7d6e5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/top.png @@ -0,0 +1 @@ +go-top.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/txt-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/txt-symbolic.png new file mode 120000 index 000000000..8ac1daefb --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/txt-symbolic.png @@ -0,0 +1 @@ +txt.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/txt.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/txt.png new file mode 120000 index 000000000..3a5efdf43 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/txt.png @@ -0,0 +1 @@ +text-x-generic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/txt2-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/txt2-symbolic.png new file mode 120000 index 000000000..387710868 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/txt2-symbolic.png @@ -0,0 +1 @@ +txt2.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/txt2.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/txt2.png new file mode 120000 index 000000000..3a5efdf43 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/txt2.png @@ -0,0 +1 @@ +text-x-generic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/undo-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/undo-symbolic.png new file mode 120000 index 000000000..28c818a0e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/undo-symbolic.png @@ -0,0 +1 @@ +undo.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/undo.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/undo.png new file mode 120000 index 000000000..62d2a953e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/undo.png @@ -0,0 +1 @@ +edit-undo.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/unknown-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/unknown-symbolic.png new file mode 120000 index 000000000..b1754e727 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/unknown-symbolic.png @@ -0,0 +1 @@ +unknown.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/unknown.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/unknown.png new file mode 120000 index 000000000..3a5efdf43 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/unknown.png @@ -0,0 +1 @@ +text-x-generic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/up-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/up-symbolic.png new file mode 120000 index 000000000..3a33d8bde --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/up-symbolic.png @@ -0,0 +1 @@ +up.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/up.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/up.png new file mode 120000 index 000000000..4a1025d4a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/up.png @@ -0,0 +1 @@ +go-up.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/user-desktop-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/user-desktop-symbolic.png new file mode 120000 index 000000000..200ab00ab --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/user-desktop-symbolic.png @@ -0,0 +1 @@ +user-desktop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/user-desktop.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/user-desktop.png Binary files differnew file mode 100644 index 000000000..14ed14a12 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/user-desktop.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/user-home-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/user-home-symbolic.png new file mode 120000 index 000000000..8c668dc1c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/user-home-symbolic.png @@ -0,0 +1 @@ +user-home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/user-home.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/user-home.png Binary files differnew file mode 100644 index 000000000..14ed14a12 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/user-home.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-fullscreen-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-fullscreen-symbolic.png new file mode 120000 index 000000000..37aaf877e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-fullscreen-symbolic.png @@ -0,0 +1 @@ +view-fullscreen.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-fullscreen.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-fullscreen.png Binary files differnew file mode 100644 index 000000000..b9e9ea632 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-fullscreen.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-refresh-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-refresh-symbolic.png new file mode 120000 index 000000000..521b94e2e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-refresh-symbolic.png @@ -0,0 +1 @@ +view-refresh.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-refresh.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-refresh.png Binary files differnew file mode 100644 index 000000000..e9ea8c4e5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-refresh.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-restore-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-restore-symbolic.png new file mode 120000 index 000000000..5b9d8f68b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-restore-symbolic.png @@ -0,0 +1 @@ +view-restore.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-restore.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-restore.png Binary files differnew file mode 100644 index 000000000..49966a996 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-restore.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-sort-ascending-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-sort-ascending-symbolic.png new file mode 120000 index 000000000..28dd3cde5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-sort-ascending-symbolic.png @@ -0,0 +1 @@ +view-sort-ascending.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-sort-ascending.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-sort-ascending.png Binary files differnew file mode 100644 index 000000000..3f8fd257f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-sort-ascending.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-sort-descending-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-sort-descending-symbolic.png new file mode 120000 index 000000000..578592d3b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-sort-descending-symbolic.png @@ -0,0 +1 @@ +view-sort-descending.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-sort-descending.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-sort-descending.png Binary files differnew file mode 100644 index 000000000..a8aa70584 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/view-sort-descending.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/viewmag+-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/viewmag+-symbolic.png new file mode 120000 index 000000000..920bdf9e9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/viewmag+-symbolic.png @@ -0,0 +1 @@ +viewmag+.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/viewmag+.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/viewmag+.png new file mode 120000 index 000000000..ee0a4b39d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/viewmag+.png @@ -0,0 +1 @@ +zoom-in.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/viewmag--symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/viewmag--symbolic.png new file mode 120000 index 000000000..604b33d4b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/viewmag--symbolic.png @@ -0,0 +1 @@ +viewmag-.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/viewmag-.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/viewmag-.png new file mode 120000 index 000000000..be243b08a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/viewmag-.png @@ -0,0 +1 @@ +zoom-out.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/viewmag1-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/viewmag1-symbolic.png new file mode 120000 index 000000000..14537edeb --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/viewmag1-symbolic.png @@ -0,0 +1 @@ +viewmag1.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/viewmag1.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/viewmag1.png new file mode 120000 index 000000000..bfeb09ed1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/viewmag1.png @@ -0,0 +1 @@ +zoom-original.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/viewmagfit-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/viewmagfit-symbolic.png new file mode 120000 index 000000000..4530444b9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/viewmagfit-symbolic.png @@ -0,0 +1 @@ +viewmagfit.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/viewmagfit.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/viewmagfit.png new file mode 120000 index 000000000..9b4965a87 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/viewmagfit.png @@ -0,0 +1 @@ +zoom-fit-best.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/window-close-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/window-close-symbolic.png new file mode 120000 index 000000000..f8a647d3d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/window-close-symbolic.png @@ -0,0 +1 @@ +window-close.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/window-close.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/window-close.png Binary files differnew file mode 100644 index 000000000..52f58630f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/window-close.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/window_fullscreen-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/window_fullscreen-symbolic.png new file mode 120000 index 000000000..5e184b6c7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/window_fullscreen-symbolic.png @@ -0,0 +1 @@ +window_fullscreen.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/window_fullscreen.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/window_fullscreen.png new file mode 120000 index 000000000..37aaf877e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/window_fullscreen.png @@ -0,0 +1 @@ +view-fullscreen.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/window_nofullscreen-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/window_nofullscreen-symbolic.png new file mode 120000 index 000000000..07b973d67 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/window_nofullscreen-symbolic.png @@ -0,0 +1 @@ +window_nofullscreen.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/window_nofullscreen.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/window_nofullscreen.png new file mode 120000 index 000000000..5b9d8f68b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/window_nofullscreen.png @@ -0,0 +1 @@ +view-restore.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/xfce-system-exit-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/xfce-system-exit-symbolic.png new file mode 120000 index 000000000..214adf7fb --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/xfce-system-exit-symbolic.png @@ -0,0 +1 @@ +xfce-system-exit.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/xfce-system-exit.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/xfce-system-exit.png new file mode 120000 index 000000000..0ecb0b9ba --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/xfce-system-exit.png @@ -0,0 +1 @@ +application-exit.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/xfce-system-settings-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/xfce-system-settings-symbolic.png new file mode 120000 index 000000000..28a6ef505 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/xfce-system-settings-symbolic.png @@ -0,0 +1 @@ +xfce-system-settings.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/xfce-system-settings.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/xfce-system-settings.png new file mode 120000 index 000000000..1d8138d22 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/xfce-system-settings.png @@ -0,0 +1 @@ +preferences-system.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/yast_HD-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/yast_HD-symbolic.png new file mode 120000 index 000000000..5de487b88 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/yast_HD-symbolic.png @@ -0,0 +1 @@ +yast_HD.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/yast_HD.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/yast_HD.png new file mode 120000 index 000000000..5ae622860 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/yast_HD.png @@ -0,0 +1 @@ +drive-harddisk.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/yast_idetude-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/yast_idetude-symbolic.png new file mode 120000 index 000000000..a2fdbdd54 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/yast_idetude-symbolic.png @@ -0,0 +1 @@ +yast_idetude.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/yast_idetude.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/yast_idetude.png new file mode 120000 index 000000000..5ae622860 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/yast_idetude.png @@ -0,0 +1 @@ +drive-harddisk.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-best-fit-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-best-fit-symbolic.png new file mode 120000 index 000000000..181b01518 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-best-fit-symbolic.png @@ -0,0 +1 @@ +zoom-best-fit.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-best-fit.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-best-fit.png new file mode 120000 index 000000000..9b4965a87 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-best-fit.png @@ -0,0 +1 @@ +zoom-fit-best.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-fit-best-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-fit-best-symbolic.png new file mode 120000 index 000000000..9b4965a87 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-fit-best-symbolic.png @@ -0,0 +1 @@ +zoom-fit-best.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-fit-best.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-fit-best.png Binary files differnew file mode 100644 index 000000000..adbf7f3a2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-fit-best.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-in-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-in-symbolic.png new file mode 120000 index 000000000..ee0a4b39d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-in-symbolic.png @@ -0,0 +1 @@ +zoom-in.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-in.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-in.png Binary files differnew file mode 100644 index 000000000..6b1b94336 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-in.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-original-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-original-symbolic.png new file mode 120000 index 000000000..bfeb09ed1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-original-symbolic.png @@ -0,0 +1 @@ +zoom-original.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-original.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-original.png Binary files differnew file mode 100644 index 000000000..92dddd2ea --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-original.png diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-out-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-out-symbolic.png new file mode 120000 index 000000000..be243b08a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-out-symbolic.png @@ -0,0 +1 @@ +zoom-out.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-out.png b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-out.png Binary files differnew file mode 100644 index 000000000..ddc1eb136 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/16x16/stock/zoom-out.png diff --git a/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-apply-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-apply-symbolic.png new file mode 120000 index 000000000..aa966d9c4 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-apply-symbolic.png @@ -0,0 +1 @@ +gtk-apply.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-apply.png b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-apply.png Binary files differnew file mode 100644 index 000000000..afca0732a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-apply.png diff --git a/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-cancel-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-cancel-symbolic.png new file mode 120000 index 000000000..e726007ef --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-cancel-symbolic.png @@ -0,0 +1 @@ +gtk-cancel.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-cancel.png b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-cancel.png Binary files differnew file mode 100644 index 000000000..0a395c099 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-cancel.png diff --git a/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-close-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-close-symbolic.png new file mode 120000 index 000000000..a3ced3a8e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-close-symbolic.png @@ -0,0 +1 @@ +gtk-close.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-close.png b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-close.png new file mode 120000 index 000000000..f8a647d3d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-close.png @@ -0,0 +1 @@ +window-close.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-no-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-no-symbolic.png new file mode 120000 index 000000000..4cfdaae9e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-no-symbolic.png @@ -0,0 +1 @@ +gtk-no.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-no.png b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-no.png Binary files differnew file mode 100644 index 000000000..2a7da6e2a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-no.png diff --git a/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-ok-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-ok-symbolic.png new file mode 120000 index 000000000..048d27332 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-ok-symbolic.png @@ -0,0 +1 @@ +gtk-ok.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-ok.png b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-ok.png Binary files differnew file mode 100644 index 000000000..c08115f62 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-ok.png diff --git a/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-yes-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-yes-symbolic.png new file mode 120000 index 000000000..bb3ef9b17 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-yes-symbolic.png @@ -0,0 +1 @@ +gtk-yes.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-yes.png b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-yes.png Binary files differnew file mode 100644 index 000000000..e56236638 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/gtk-yes.png diff --git a/packaging/macosx/Resources/icons/GtkStock/20x20/stock/stock_close-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/stock_close-symbolic.png new file mode 120000 index 000000000..462194393 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/stock_close-symbolic.png @@ -0,0 +1 @@ +stock_close.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/20x20/stock/stock_close.png b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/stock_close.png new file mode 120000 index 000000000..f8a647d3d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/stock_close.png @@ -0,0 +1 @@ +window-close.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/20x20/stock/window-close-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/window-close-symbolic.png new file mode 120000 index 000000000..f8a647d3d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/window-close-symbolic.png @@ -0,0 +1 @@ +window-close.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/20x20/stock/window-close.png b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/window-close.png Binary files differnew file mode 100644 index 000000000..a13d1984b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/20x20/stock/window-close.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/3floppy_unmount-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/3floppy_unmount-symbolic.png new file mode 120000 index 000000000..198cfb326 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/3floppy_unmount-symbolic.png @@ -0,0 +1 @@ +3floppy_unmount.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/3floppy_unmount.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/3floppy_unmount.png new file mode 120000 index 000000000..279b7346f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/3floppy_unmount.png @@ -0,0 +1 @@ +media-floppy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/add-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/add-symbolic.png new file mode 120000 index 000000000..f26caeafb --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/add-symbolic.png @@ -0,0 +1 @@ +add.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/add.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/add.png new file mode 120000 index 000000000..7d4c8781d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/add.png @@ -0,0 +1 @@ +list-add.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/application-exit-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/application-exit-symbolic.png new file mode 120000 index 000000000..0ecb0b9ba --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/application-exit-symbolic.png @@ -0,0 +1 @@ +application-exit.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/application-exit.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/application-exit.png Binary files differnew file mode 100644 index 000000000..0c9de64ba --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/application-exit.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/ascii-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/ascii-symbolic.png new file mode 120000 index 000000000..306ee6a20 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/ascii-symbolic.png @@ -0,0 +1 @@ +ascii.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/ascii.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/ascii.png new file mode 120000 index 000000000..3a5efdf43 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/ascii.png @@ -0,0 +1 @@ +text-x-generic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/audio-volume-high-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/audio-volume-high-symbolic.png new file mode 120000 index 000000000..3dc4302d0 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/audio-volume-high-symbolic.png @@ -0,0 +1 @@ +audio-volume-high.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/audio-volume-high.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/audio-volume-high.png Binary files differnew file mode 100644 index 000000000..7de1e0e4f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/audio-volume-high.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/audio-volume-low-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/audio-volume-low-symbolic.png new file mode 120000 index 000000000..dd3d1eea4 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/audio-volume-low-symbolic.png @@ -0,0 +1 @@ +audio-volume-low.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/audio-volume-low.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/audio-volume-low.png Binary files differnew file mode 100644 index 000000000..4152b6c9f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/audio-volume-low.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/audio-volume-medium-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/audio-volume-medium-symbolic.png new file mode 120000 index 000000000..3e599b49d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/audio-volume-medium-symbolic.png @@ -0,0 +1 @@ +audio-volume-medium.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/audio-volume-medium.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/audio-volume-medium.png Binary files differnew file mode 100644 index 000000000..8d899cfa5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/audio-volume-medium.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/audio-volume-muted-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/audio-volume-muted-symbolic.png new file mode 120000 index 000000000..8aeeb8edd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/audio-volume-muted-symbolic.png @@ -0,0 +1 @@ +audio-volume-muted.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/audio-volume-muted.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/audio-volume-muted.png Binary files differnew file mode 100644 index 000000000..6902efdc6 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/audio-volume-muted.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/bottom-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/bottom-symbolic.png new file mode 120000 index 000000000..faf41843c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/bottom-symbolic.png @@ -0,0 +1 @@ +bottom.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/bottom.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/bottom.png new file mode 120000 index 000000000..c58ca3d0f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/bottom.png @@ -0,0 +1 @@ +go-bottom.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/cdrom_unmount-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/cdrom_unmount-symbolic.png new file mode 120000 index 000000000..675a3d8d5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/cdrom_unmount-symbolic.png @@ -0,0 +1 @@ +cdrom_unmount.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/cdrom_unmount.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/cdrom_unmount.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/cdrom_unmount.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/cdwriter_unmount-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/cdwriter_unmount-symbolic.png new file mode 120000 index 000000000..69e9cb48e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/cdwriter_unmount-symbolic.png @@ -0,0 +1 @@ +cdwriter_unmount.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/cdwriter_unmount.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/cdwriter_unmount.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/cdwriter_unmount.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/centrejust-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/centrejust-symbolic.png new file mode 120000 index 000000000..337ad727a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/centrejust-symbolic.png @@ -0,0 +1 @@ +centrejust.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/centrejust.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/centrejust.png new file mode 120000 index 000000000..980c099ef --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/centrejust.png @@ -0,0 +1 @@ +format-justify-center.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/connect_established-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/connect_established-symbolic.png new file mode 120000 index 000000000..5beb19d41 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/connect_established-symbolic.png @@ -0,0 +1 @@ +connect_established.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/connect_established.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/connect_established.png new file mode 120000 index 000000000..ca31ae7fd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/connect_established.png @@ -0,0 +1 @@ +network-idle.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/desktop-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/desktop-symbolic.png new file mode 120000 index 000000000..3c4032691 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/desktop-symbolic.png @@ -0,0 +1 @@ +desktop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/desktop.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/desktop.png new file mode 120000 index 000000000..200ab00ab --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/desktop.png @@ -0,0 +1 @@ +user-desktop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/dialog-information-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/dialog-information-symbolic.png new file mode 120000 index 000000000..5faec85f1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/dialog-information-symbolic.png @@ -0,0 +1 @@ +dialog-information.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/dialog-information.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/dialog-information.png Binary files differnew file mode 100644 index 000000000..b66871a94 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/dialog-information.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-new-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-new-symbolic.png new file mode 120000 index 000000000..446977ddc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-new-symbolic.png @@ -0,0 +1 @@ +document-new.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-new.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-new.png Binary files differnew file mode 100644 index 000000000..c89e797b7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-new.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-open-recent-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-open-recent-symbolic.png new file mode 120000 index 000000000..f10003637 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-open-recent-symbolic.png @@ -0,0 +1 @@ +document-open-recent.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-open-recent.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-open-recent.png Binary files differnew file mode 100644 index 000000000..5edf531e3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-open-recent.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-open-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-open-symbolic.png new file mode 120000 index 000000000..f58170cc1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-open-symbolic.png @@ -0,0 +1 @@ +document-open.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-open.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-open.png Binary files differnew file mode 100644 index 000000000..312e1187f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-open.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-print-preview-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-print-preview-symbolic.png new file mode 120000 index 000000000..9dfea717c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-print-preview-symbolic.png @@ -0,0 +1 @@ +document-print-preview.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-print-preview.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-print-preview.png Binary files differnew file mode 100644 index 000000000..7f405de58 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-print-preview.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-print-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-print-symbolic.png new file mode 120000 index 000000000..863a49fc4 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-print-symbolic.png @@ -0,0 +1 @@ +document-print.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-print.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-print.png Binary files differnew file mode 100644 index 000000000..05d22d7a8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-print.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-properties-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-properties-symbolic.png new file mode 120000 index 000000000..b447aa240 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-properties-symbolic.png @@ -0,0 +1 @@ +document-properties.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-properties.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-properties.png Binary files differnew file mode 100644 index 000000000..297c86b0c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-properties.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-revert-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-revert-ltr-symbolic.png new file mode 120000 index 000000000..ac1bd52d6 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-revert-ltr-symbolic.png @@ -0,0 +1 @@ +document-revert-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-revert-ltr.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-revert-ltr.png Binary files differnew file mode 100644 index 000000000..3046794e7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-revert-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-revert-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-revert-rtl-symbolic.png new file mode 120000 index 000000000..f56254a08 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-revert-rtl-symbolic.png @@ -0,0 +1 @@ +document-revert-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-revert-rtl.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-revert-rtl.png Binary files differnew file mode 100644 index 000000000..46435e1a0 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-revert-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-revert-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-revert-symbolic.png new file mode 120000 index 000000000..35c2c00a5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-revert-symbolic.png @@ -0,0 +1 @@ +document-revert.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-revert.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-revert.png new file mode 120000 index 000000000..ac1bd52d6 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-revert.png @@ -0,0 +1 @@ +document-revert-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-save-as-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-save-as-symbolic.png new file mode 120000 index 000000000..6f8088857 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-save-as-symbolic.png @@ -0,0 +1 @@ +document-save-as.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-save-as.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-save-as.png Binary files differnew file mode 100644 index 000000000..5da8a02dc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-save-as.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-save-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-save-symbolic.png new file mode 120000 index 000000000..b1240e18d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-save-symbolic.png @@ -0,0 +1 @@ +document-save.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-save.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-save.png Binary files differnew file mode 100644 index 000000000..7ef7685f4 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/document-save.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/down-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/down-symbolic.png new file mode 120000 index 000000000..0bef6f6e8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/down-symbolic.png @@ -0,0 +1 @@ +down.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/down.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/down.png new file mode 120000 index 000000000..5240b846d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/down.png @@ -0,0 +1 @@ +go-down.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/drive-harddisk-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/drive-harddisk-symbolic.png new file mode 120000 index 000000000..5ae622860 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/drive-harddisk-symbolic.png @@ -0,0 +1 @@ +drive-harddisk.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/drive-harddisk.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/drive-harddisk.png Binary files differnew file mode 100644 index 000000000..1be6b6c88 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/drive-harddisk.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/dvd_unmount-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/dvd_unmount-symbolic.png new file mode 120000 index 000000000..041480d09 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/dvd_unmount-symbolic.png @@ -0,0 +1 @@ +dvd_unmount.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/dvd_unmount.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/dvd_unmount.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/dvd_unmount.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-clear-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-clear-symbolic.png new file mode 120000 index 000000000..f230219f3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-clear-symbolic.png @@ -0,0 +1 @@ +edit-clear.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-clear.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-clear.png Binary files differnew file mode 100644 index 000000000..590f673db --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-clear.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-copy-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-copy-symbolic.png new file mode 120000 index 000000000..e106cb543 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-copy-symbolic.png @@ -0,0 +1 @@ +edit-copy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-copy.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-copy.png Binary files differnew file mode 100644 index 000000000..a1178e64f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-copy.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-cut-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-cut-symbolic.png new file mode 120000 index 000000000..32b03023c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-cut-symbolic.png @@ -0,0 +1 @@ +edit-cut.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-cut.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-cut.png Binary files differnew file mode 100644 index 000000000..82b105f80 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-cut.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-delete-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-delete-symbolic.png new file mode 120000 index 000000000..bb0a74a58 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-delete-symbolic.png @@ -0,0 +1 @@ +edit-delete.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-delete.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-delete.png Binary files differnew file mode 100644 index 000000000..e375b894e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-delete.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-find-replace-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-find-replace-symbolic.png new file mode 120000 index 000000000..e4057afed --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-find-replace-symbolic.png @@ -0,0 +1 @@ +edit-find-replace.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-find-replace.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-find-replace.png Binary files differnew file mode 100644 index 000000000..ed81e5a82 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-find-replace.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-find-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-find-symbolic.png new file mode 120000 index 000000000..dd4136811 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-find-symbolic.png @@ -0,0 +1 @@ +edit-find.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-find.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-find.png Binary files differnew file mode 100644 index 000000000..5c83fb689 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-find.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-paste-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-paste-symbolic.png new file mode 120000 index 000000000..2f55649f8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-paste-symbolic.png @@ -0,0 +1 @@ +edit-paste.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-paste.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-paste.png Binary files differnew file mode 100644 index 000000000..e938c3e99 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-paste.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-redo-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-redo-ltr-symbolic.png new file mode 120000 index 000000000..687ee4f05 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-redo-ltr-symbolic.png @@ -0,0 +1 @@ +edit-redo-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-redo-ltr.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-redo-ltr.png Binary files differnew file mode 100644 index 000000000..3da43f0c0 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-redo-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-redo-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-redo-rtl-symbolic.png new file mode 120000 index 000000000..0f38059a6 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-redo-rtl-symbolic.png @@ -0,0 +1 @@ +edit-redo-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-redo-rtl.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-redo-rtl.png Binary files differnew file mode 100644 index 000000000..f2c1a50a1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-redo-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-redo-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-redo-symbolic.png new file mode 120000 index 000000000..0061b57c7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-redo-symbolic.png @@ -0,0 +1 @@ +edit-redo.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-redo.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-redo.png new file mode 120000 index 000000000..687ee4f05 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-redo.png @@ -0,0 +1 @@ +edit-redo-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-select-all-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-select-all-symbolic.png new file mode 120000 index 000000000..30033c765 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-select-all-symbolic.png @@ -0,0 +1 @@ +edit-select-all.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-select-all.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-select-all.png Binary files differnew file mode 100644 index 000000000..1fc5b8282 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-select-all.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-undo-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-undo-ltr-symbolic.png new file mode 120000 index 000000000..3043c4fa7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-undo-ltr-symbolic.png @@ -0,0 +1 @@ +edit-undo-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-undo-ltr.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-undo-ltr.png Binary files differnew file mode 100644 index 000000000..3b12a233a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-undo-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-undo-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-undo-rtl-symbolic.png new file mode 120000 index 000000000..4020ce799 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-undo-rtl-symbolic.png @@ -0,0 +1 @@ +edit-undo-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-undo-rtl.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-undo-rtl.png Binary files differnew file mode 100644 index 000000000..3ba7d6240 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-undo-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-undo-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-undo-symbolic.png new file mode 120000 index 000000000..62d2a953e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-undo-symbolic.png @@ -0,0 +1 @@ +edit-undo.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-undo.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-undo.png new file mode 120000 index 000000000..3043c4fa7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/edit-undo.png @@ -0,0 +1 @@ +edit-undo-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editclear-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editclear-symbolic.png new file mode 120000 index 000000000..29ba74e20 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editclear-symbolic.png @@ -0,0 +1 @@ +editclear.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editclear.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editclear.png new file mode 120000 index 000000000..f230219f3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editclear.png @@ -0,0 +1 @@ +edit-clear.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editcopy-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editcopy-symbolic.png new file mode 120000 index 000000000..6a91dbe20 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editcopy-symbolic.png @@ -0,0 +1 @@ +editcopy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editcopy.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editcopy.png new file mode 120000 index 000000000..e106cb543 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editcopy.png @@ -0,0 +1 @@ +edit-copy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editcut-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editcut-symbolic.png new file mode 120000 index 000000000..778447500 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editcut-symbolic.png @@ -0,0 +1 @@ +editcut.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editcut.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editcut.png new file mode 120000 index 000000000..32b03023c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editcut.png @@ -0,0 +1 @@ +edit-cut.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editdelete-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editdelete-symbolic.png new file mode 120000 index 000000000..a94cb85d9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editdelete-symbolic.png @@ -0,0 +1 @@ +editdelete.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editdelete.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editdelete.png new file mode 120000 index 000000000..bb0a74a58 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editdelete.png @@ -0,0 +1 @@ +edit-delete.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editpaste-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editpaste-symbolic.png new file mode 120000 index 000000000..3c44aa574 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editpaste-symbolic.png @@ -0,0 +1 @@ +editpaste.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editpaste.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editpaste.png new file mode 120000 index 000000000..2f55649f8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/editpaste.png @@ -0,0 +1 @@ +edit-paste.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/empty-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/empty-symbolic.png new file mode 120000 index 000000000..1350bab17 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/empty-symbolic.png @@ -0,0 +1 @@ +empty.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/empty.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/empty.png new file mode 120000 index 000000000..3a5efdf43 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/empty.png @@ -0,0 +1 @@ +text-x-generic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/exit-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/exit-symbolic.png new file mode 120000 index 000000000..4eb2fd526 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/exit-symbolic.png @@ -0,0 +1 @@ +exit.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/exit.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/exit.png new file mode 120000 index 000000000..0ecb0b9ba --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/exit.png @@ -0,0 +1 @@ +application-exit.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filefind-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filefind-symbolic.png new file mode 120000 index 000000000..af3ede396 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filefind-symbolic.png @@ -0,0 +1 @@ +filefind.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filefind.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filefind.png new file mode 120000 index 000000000..dd4136811 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filefind.png @@ -0,0 +1 @@ +edit-find.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filenew-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filenew-symbolic.png new file mode 120000 index 000000000..c52f9eaf8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filenew-symbolic.png @@ -0,0 +1 @@ +filenew.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filenew.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filenew.png new file mode 120000 index 000000000..446977ddc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filenew.png @@ -0,0 +1 @@ +document-new.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/fileopen-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/fileopen-symbolic.png new file mode 120000 index 000000000..99c3ecd92 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/fileopen-symbolic.png @@ -0,0 +1 @@ +fileopen.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/fileopen.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/fileopen.png new file mode 120000 index 000000000..f58170cc1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/fileopen.png @@ -0,0 +1 @@ +document-open.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/fileprint-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/fileprint-symbolic.png new file mode 120000 index 000000000..b7c96eb8a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/fileprint-symbolic.png @@ -0,0 +1 @@ +fileprint.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/fileprint.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/fileprint.png new file mode 120000 index 000000000..863a49fc4 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/fileprint.png @@ -0,0 +1 @@ +document-print.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filequickprint-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filequickprint-symbolic.png new file mode 120000 index 000000000..03fba13fe --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filequickprint-symbolic.png @@ -0,0 +1 @@ +filequickprint.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filequickprint.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filequickprint.png new file mode 120000 index 000000000..9dfea717c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filequickprint.png @@ -0,0 +1 @@ +document-print-preview.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filesave-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filesave-symbolic.png new file mode 120000 index 000000000..287a9600a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filesave-symbolic.png @@ -0,0 +1 @@ +filesave.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filesave.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filesave.png new file mode 120000 index 000000000..b1240e18d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filesave.png @@ -0,0 +1 @@ +document-save.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filesaveas-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filesaveas-symbolic.png new file mode 120000 index 000000000..805ae83a2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filesaveas-symbolic.png @@ -0,0 +1 @@ +filesaveas.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filesaveas.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filesaveas.png new file mode 120000 index 000000000..6f8088857 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/filesaveas.png @@ -0,0 +1 @@ +document-save-as.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/find-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/find-symbolic.png new file mode 120000 index 000000000..2e3266774 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/find-symbolic.png @@ -0,0 +1 @@ +find.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/find.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/find.png new file mode 120000 index 000000000..dd4136811 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/find.png @@ -0,0 +1 @@ +edit-find.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/folder-remote-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/folder-remote-symbolic.png new file mode 120000 index 000000000..95ff6aad8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/folder-remote-symbolic.png @@ -0,0 +1 @@ +folder-remote.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/folder-remote.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/folder-remote.png Binary files differnew file mode 100644 index 000000000..28b68f338 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/folder-remote.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/folder-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/folder-symbolic.png new file mode 120000 index 000000000..6b18cab33 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/folder-symbolic.png @@ -0,0 +1 @@ +folder.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/folder.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/folder.png Binary files differnew file mode 100644 index 000000000..28b68f338 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/folder.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/folder_home-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/folder_home-symbolic.png new file mode 120000 index 000000000..137e7d5ed --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/folder_home-symbolic.png @@ -0,0 +1 @@ +folder_home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/folder_home.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/folder_home.png new file mode 120000 index 000000000..8c668dc1c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/folder_home.png @@ -0,0 +1 @@ +user-home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-indent-less-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-indent-less-ltr-symbolic.png new file mode 120000 index 000000000..a33b3ffac --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-indent-less-ltr-symbolic.png @@ -0,0 +1 @@ +format-indent-less-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-indent-less-ltr.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-indent-less-ltr.png Binary files differnew file mode 100644 index 000000000..36d231434 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-indent-less-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-indent-less-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-indent-less-rtl-symbolic.png new file mode 120000 index 000000000..d5c1b473d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-indent-less-rtl-symbolic.png @@ -0,0 +1 @@ +format-indent-less-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-indent-less-rtl.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-indent-less-rtl.png Binary files differnew file mode 100644 index 000000000..a6f7dc19b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-indent-less-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-indent-more-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-indent-more-ltr-symbolic.png new file mode 120000 index 000000000..5c9aeec8b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-indent-more-ltr-symbolic.png @@ -0,0 +1 @@ +format-indent-more-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-indent-more-ltr.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-indent-more-ltr.png Binary files differnew file mode 100644 index 000000000..7e3656dc4 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-indent-more-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-indent-more-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-indent-more-rtl-symbolic.png new file mode 120000 index 000000000..e0ee3f7d7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-indent-more-rtl-symbolic.png @@ -0,0 +1 @@ +format-indent-more-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-indent-more-rtl.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-indent-more-rtl.png Binary files differnew file mode 100644 index 000000000..5527663fd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-indent-more-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-justify-center-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-justify-center-symbolic.png new file mode 120000 index 000000000..980c099ef --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-justify-center-symbolic.png @@ -0,0 +1 @@ +format-justify-center.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-justify-center.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-justify-center.png Binary files differnew file mode 100644 index 000000000..35579d553 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-justify-center.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-justify-fill-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-justify-fill-symbolic.png new file mode 120000 index 000000000..f1d9574cf --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-justify-fill-symbolic.png @@ -0,0 +1 @@ +format-justify-fill.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-justify-fill.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-justify-fill.png Binary files differnew file mode 100644 index 000000000..eaf9a460b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-justify-fill.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-justify-left-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-justify-left-symbolic.png new file mode 120000 index 000000000..2da25a167 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-justify-left-symbolic.png @@ -0,0 +1 @@ +format-justify-left.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-justify-left.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-justify-left.png Binary files differnew file mode 100644 index 000000000..07db84109 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-justify-left.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-justify-right-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-justify-right-symbolic.png new file mode 120000 index 000000000..017868ada --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-justify-right-symbolic.png @@ -0,0 +1 @@ +format-justify-right.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-justify-right.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-justify-right.png Binary files differnew file mode 100644 index 000000000..9bbd47ca0 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-justify-right.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-text-bold-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-text-bold-symbolic.png new file mode 120000 index 000000000..ef50053bd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-text-bold-symbolic.png @@ -0,0 +1 @@ +format-text-bold.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-text-bold.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-text-bold.png Binary files differnew file mode 100644 index 000000000..9869fb8b1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-text-bold.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-text-italic-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-text-italic-symbolic.png new file mode 120000 index 000000000..1ee2a31f8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-text-italic-symbolic.png @@ -0,0 +1 @@ +format-text-italic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-text-italic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-text-italic.png Binary files differnew file mode 100644 index 000000000..8842b5aa7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-text-italic.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-text-strikethrough-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-text-strikethrough-symbolic.png new file mode 120000 index 000000000..9ff9a3776 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-text-strikethrough-symbolic.png @@ -0,0 +1 @@ +format-text-strikethrough.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-text-strikethrough.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-text-strikethrough.png Binary files differnew file mode 100644 index 000000000..04d464e28 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-text-strikethrough.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-text-underline-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-text-underline-symbolic.png new file mode 120000 index 000000000..4f5b1549c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-text-underline-symbolic.png @@ -0,0 +1 @@ +format-text-underline.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-text-underline.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-text-underline.png Binary files differnew file mode 100644 index 000000000..be0906d8a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/format-text-underline.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-cdrom-audio-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-cdrom-audio-symbolic.png new file mode 120000 index 000000000..cce40e357 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-cdrom-audio-symbolic.png @@ -0,0 +1 @@ +gnome-dev-cdrom-audio.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-cdrom-audio.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-cdrom-audio.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-cdrom-audio.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-cdr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-cdr-symbolic.png new file mode 120000 index 000000000..fc19d096d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-cdr-symbolic.png @@ -0,0 +1 @@ +gnome-dev-disc-cdr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-cdr.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-cdr.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-cdr.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-cdrw-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-cdrw-symbolic.png new file mode 120000 index 000000000..3254f0b9a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-cdrw-symbolic.png @@ -0,0 +1 @@ +gnome-dev-disc-cdrw.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-cdrw.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-cdrw.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-cdrw.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdr-plus-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdr-plus-symbolic.png new file mode 120000 index 000000000..0babfc593 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdr-plus-symbolic.png @@ -0,0 +1 @@ +gnome-dev-disc-dvdr-plus.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdr-plus.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdr-plus.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdr-plus.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdr-symbolic.png new file mode 120000 index 000000000..e5acfa688 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdr-symbolic.png @@ -0,0 +1 @@ +gnome-dev-disc-dvdr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdr.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdr.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdr.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdram-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdram-symbolic.png new file mode 120000 index 000000000..3d65c827f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdram-symbolic.png @@ -0,0 +1 @@ +gnome-dev-disc-dvdram.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdram.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdram.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdram.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdrom-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdrom-symbolic.png new file mode 120000 index 000000000..096e10ac3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdrom-symbolic.png @@ -0,0 +1 @@ +gnome-dev-disc-dvdrom.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdrom.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdrom.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdrom.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdrw-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdrw-symbolic.png new file mode 120000 index 000000000..6f333e959 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdrw-symbolic.png @@ -0,0 +1 @@ +gnome-dev-disc-dvdrw.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdrw.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdrw.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-disc-dvdrw.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-floppy-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-floppy-symbolic.png new file mode 120000 index 000000000..ca93a31ac --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-floppy-symbolic.png @@ -0,0 +1 @@ +gnome-dev-floppy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-floppy.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-floppy.png new file mode 120000 index 000000000..279b7346f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-floppy.png @@ -0,0 +1 @@ +media-floppy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-harddisk-1394-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-harddisk-1394-symbolic.png new file mode 120000 index 000000000..709dd9407 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-harddisk-1394-symbolic.png @@ -0,0 +1 @@ +gnome-dev-harddisk-1394.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-harddisk-1394.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-harddisk-1394.png new file mode 120000 index 000000000..5ae622860 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-harddisk-1394.png @@ -0,0 +1 @@ +drive-harddisk.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-harddisk-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-harddisk-symbolic.png new file mode 120000 index 000000000..15fcbea7a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-harddisk-symbolic.png @@ -0,0 +1 @@ +gnome-dev-harddisk.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-harddisk-usb-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-harddisk-usb-symbolic.png new file mode 120000 index 000000000..00cd3cdf1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-harddisk-usb-symbolic.png @@ -0,0 +1 @@ +gnome-dev-harddisk-usb.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-harddisk-usb.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-harddisk-usb.png new file mode 120000 index 000000000..5ae622860 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-harddisk-usb.png @@ -0,0 +1 @@ +drive-harddisk.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-harddisk.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-harddisk.png new file mode 120000 index 000000000..5ae622860 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-dev-harddisk.png @@ -0,0 +1 @@ +drive-harddisk.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-desktop-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-desktop-symbolic.png new file mode 120000 index 000000000..1de17f537 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-desktop-symbolic.png @@ -0,0 +1 @@ +gnome-fs-desktop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-desktop.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-desktop.png new file mode 120000 index 000000000..200ab00ab --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-desktop.png @@ -0,0 +1 @@ +user-desktop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-directory-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-directory-symbolic.png new file mode 120000 index 000000000..d9bddcf2b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-directory-symbolic.png @@ -0,0 +1 @@ +gnome-fs-directory.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-directory.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-directory.png new file mode 120000 index 000000000..6b18cab33 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-directory.png @@ -0,0 +1 @@ +folder.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-ftp-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-ftp-symbolic.png new file mode 120000 index 000000000..a941c98ed --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-ftp-symbolic.png @@ -0,0 +1 @@ +gnome-fs-ftp.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-ftp.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-ftp.png new file mode 120000 index 000000000..95ff6aad8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-ftp.png @@ -0,0 +1 @@ +folder-remote.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-home-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-home-symbolic.png new file mode 120000 index 000000000..42a0ae6a3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-home-symbolic.png @@ -0,0 +1 @@ +gnome-fs-home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-home.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-home.png new file mode 120000 index 000000000..8c668dc1c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-home.png @@ -0,0 +1 @@ +user-home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-nfs-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-nfs-symbolic.png new file mode 120000 index 000000000..b433450d1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-nfs-symbolic.png @@ -0,0 +1 @@ +gnome-fs-nfs.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-nfs.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-nfs.png new file mode 120000 index 000000000..95ff6aad8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-nfs.png @@ -0,0 +1 @@ +folder-remote.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-share-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-share-symbolic.png new file mode 120000 index 000000000..d9a60f49d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-share-symbolic.png @@ -0,0 +1 @@ +gnome-fs-share.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-share.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-share.png new file mode 120000 index 000000000..95ff6aad8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-share.png @@ -0,0 +1 @@ +folder-remote.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-smb-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-smb-symbolic.png new file mode 120000 index 000000000..4f3d4e258 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-smb-symbolic.png @@ -0,0 +1 @@ +gnome-fs-smb.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-smb.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-smb.png new file mode 120000 index 000000000..95ff6aad8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-smb.png @@ -0,0 +1 @@ +folder-remote.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-ssh-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-ssh-symbolic.png new file mode 120000 index 000000000..51ce27214 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-ssh-symbolic.png @@ -0,0 +1 @@ +gnome-fs-ssh.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-ssh.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-ssh.png new file mode 120000 index 000000000..95ff6aad8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-fs-ssh.png @@ -0,0 +1 @@ +folder-remote.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-mime-text-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-mime-text-symbolic.png new file mode 120000 index 000000000..2d6a92f63 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-mime-text-symbolic.png @@ -0,0 +1 @@ +gnome-mime-text.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-mime-text.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-mime-text.png new file mode 120000 index 000000000..3a5efdf43 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-mime-text.png @@ -0,0 +1 @@ +text-x-generic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-mime-x-directory-smb-share-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-mime-x-directory-smb-share-symbolic.png new file mode 120000 index 000000000..146decd75 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-mime-x-directory-smb-share-symbolic.png @@ -0,0 +1 @@ +gnome-mime-x-directory-smb-share.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-mime-x-directory-smb-share.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-mime-x-directory-smb-share.png new file mode 120000 index 000000000..95ff6aad8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-mime-x-directory-smb-share.png @@ -0,0 +1 @@ +folder-remote.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-netstatus-idle-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-netstatus-idle-symbolic.png new file mode 120000 index 000000000..a24805021 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-netstatus-idle-symbolic.png @@ -0,0 +1 @@ +gnome-netstatus-idle.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-netstatus-idle.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-netstatus-idle.png new file mode 120000 index 000000000..ca31ae7fd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-netstatus-idle.png @@ -0,0 +1 @@ +network-idle.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-run-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-run-symbolic.png new file mode 120000 index 000000000..729e469c4 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-run-symbolic.png @@ -0,0 +1 @@ +gnome-run.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-run.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-run.png new file mode 120000 index 000000000..9daf3feba --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gnome-run.png @@ -0,0 +1 @@ +system-run.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-bottom-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-bottom-symbolic.png new file mode 120000 index 000000000..c58ca3d0f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-bottom-symbolic.png @@ -0,0 +1 @@ +go-bottom.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-bottom.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-bottom.png Binary files differnew file mode 100644 index 000000000..79994416e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-bottom.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-down-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-down-symbolic.png new file mode 120000 index 000000000..5240b846d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-down-symbolic.png @@ -0,0 +1 @@ +go-down.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-down.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-down.png Binary files differnew file mode 100644 index 000000000..2a0a8ea2c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-down.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-first-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-first-ltr-symbolic.png new file mode 120000 index 000000000..cd10b29f9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-first-ltr-symbolic.png @@ -0,0 +1 @@ +go-first-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-first-ltr.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-first-ltr.png Binary files differnew file mode 100644 index 000000000..e44f9b612 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-first-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-first-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-first-rtl-symbolic.png new file mode 120000 index 000000000..c27895ff9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-first-rtl-symbolic.png @@ -0,0 +1 @@ +go-first-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-first-rtl.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-first-rtl.png Binary files differnew file mode 100644 index 000000000..3ba5c4ba7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-first-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-home-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-home-symbolic.png new file mode 120000 index 000000000..718c1b215 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-home-symbolic.png @@ -0,0 +1 @@ +go-home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-home.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-home.png Binary files differnew file mode 100644 index 000000000..a2e0b3c96 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-home.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-jump-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-jump-ltr-symbolic.png new file mode 120000 index 000000000..1e84cdb4b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-jump-ltr-symbolic.png @@ -0,0 +1 @@ +go-jump-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-jump-ltr.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-jump-ltr.png Binary files differnew file mode 100644 index 000000000..9b639939f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-jump-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-jump-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-jump-rtl-symbolic.png new file mode 120000 index 000000000..da4dbb50a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-jump-rtl-symbolic.png @@ -0,0 +1 @@ +go-jump-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-jump-rtl.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-jump-rtl.png Binary files differnew file mode 100644 index 000000000..80068face --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-jump-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-last-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-last-ltr-symbolic.png new file mode 120000 index 000000000..e9a0b1bfb --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-last-ltr-symbolic.png @@ -0,0 +1 @@ +go-last-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-last-ltr.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-last-ltr.png Binary files differnew file mode 100644 index 000000000..3ba5c4ba7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-last-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-last-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-last-rtl-symbolic.png new file mode 120000 index 000000000..d10cbddc0 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-last-rtl-symbolic.png @@ -0,0 +1 @@ +go-last-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-last-rtl.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-last-rtl.png Binary files differnew file mode 100644 index 000000000..e44f9b612 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-last-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-next-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-next-ltr-symbolic.png new file mode 120000 index 000000000..ba611e6ec --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-next-ltr-symbolic.png @@ -0,0 +1 @@ +go-next-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-next-ltr.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-next-ltr.png Binary files differnew file mode 100644 index 000000000..727ff37f2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-next-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-next-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-next-rtl-symbolic.png new file mode 120000 index 000000000..5d7e220ef --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-next-rtl-symbolic.png @@ -0,0 +1 @@ +go-next-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-next-rtl.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-next-rtl.png Binary files differnew file mode 100644 index 000000000..23b89b761 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-next-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-previous-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-previous-ltr-symbolic.png new file mode 120000 index 000000000..e28ad36ea --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-previous-ltr-symbolic.png @@ -0,0 +1 @@ +go-previous-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-previous-ltr.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-previous-ltr.png Binary files differnew file mode 100644 index 000000000..23b89b761 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-previous-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-previous-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-previous-rtl-symbolic.png new file mode 120000 index 000000000..4b0816229 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-previous-rtl-symbolic.png @@ -0,0 +1 @@ +go-previous-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-previous-rtl.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-previous-rtl.png Binary files differnew file mode 100644 index 000000000..727ff37f2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-previous-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-top-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-top-symbolic.png new file mode 120000 index 000000000..3b5b7d6e5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-top-symbolic.png @@ -0,0 +1 @@ +go-top.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-top.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-top.png Binary files differnew file mode 100644 index 000000000..9b98fd26f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-top.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-up-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-up-symbolic.png new file mode 120000 index 000000000..4a1025d4a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-up-symbolic.png @@ -0,0 +1 @@ +go-up.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-up.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-up.png Binary files differnew file mode 100644 index 000000000..3df5fe511 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/go-up.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gohome-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gohome-symbolic.png new file mode 120000 index 000000000..f31e7772d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gohome-symbolic.png @@ -0,0 +1 @@ +gohome.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gohome.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gohome.png new file mode 120000 index 000000000..718c1b215 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gohome.png @@ -0,0 +1 @@ +go-home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-about-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-about-symbolic.png new file mode 120000 index 000000000..474a4323d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-about-symbolic.png @@ -0,0 +1 @@ +gtk-about.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-about.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-about.png new file mode 120000 index 000000000..dd431b5e8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-about.png @@ -0,0 +1 @@ +help-about.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-add-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-add-symbolic.png new file mode 120000 index 000000000..4a50663ad --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-add-symbolic.png @@ -0,0 +1 @@ +gtk-add.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-add.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-add.png new file mode 120000 index 000000000..7d4c8781d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-add.png @@ -0,0 +1 @@ +list-add.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-bold-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-bold-symbolic.png new file mode 120000 index 000000000..8053f9c7a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-bold-symbolic.png @@ -0,0 +1 @@ +gtk-bold.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-bold.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-bold.png new file mode 120000 index 000000000..ef50053bd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-bold.png @@ -0,0 +1 @@ +format-text-bold.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-cancel-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-cancel-symbolic.png new file mode 120000 index 000000000..e726007ef --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-cancel-symbolic.png @@ -0,0 +1 @@ +gtk-cancel.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-cancel.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-cancel.png new file mode 120000 index 000000000..4e46eca45 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-cancel.png @@ -0,0 +1 @@ +process-stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-caps-lock-warning-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-caps-lock-warning-symbolic.png new file mode 120000 index 000000000..ae89400c9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-caps-lock-warning-symbolic.png @@ -0,0 +1 @@ +gtk-caps-lock-warning.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-caps-lock-warning.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-caps-lock-warning.png Binary files differnew file mode 100644 index 000000000..ca76d509b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-caps-lock-warning.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-cdrom-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-cdrom-symbolic.png new file mode 120000 index 000000000..fcc64806d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-cdrom-symbolic.png @@ -0,0 +1 @@ +gtk-cdrom.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-cdrom.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-cdrom.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-cdrom.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-clear-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-clear-symbolic.png new file mode 120000 index 000000000..f04e3f792 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-clear-symbolic.png @@ -0,0 +1 @@ +gtk-clear.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-clear.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-clear.png new file mode 120000 index 000000000..f230219f3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-clear.png @@ -0,0 +1 @@ +edit-clear.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-close-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-close-symbolic.png new file mode 120000 index 000000000..a3ced3a8e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-close-symbolic.png @@ -0,0 +1 @@ +gtk-close.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-close.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-close.png new file mode 120000 index 000000000..f8a647d3d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-close.png @@ -0,0 +1 @@ +window-close.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-color-picker-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-color-picker-symbolic.png new file mode 120000 index 000000000..cb3926ffb --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-color-picker-symbolic.png @@ -0,0 +1 @@ +gtk-color-picker.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-color-picker.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-color-picker.png Binary files differnew file mode 100644 index 000000000..fd97f343c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-color-picker.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-connect-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-connect-symbolic.png new file mode 120000 index 000000000..2fc301882 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-connect-symbolic.png @@ -0,0 +1 @@ +gtk-connect.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-connect.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-connect.png Binary files differnew file mode 100644 index 000000000..97f2143fb --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-connect.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-convert-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-convert-symbolic.png new file mode 120000 index 000000000..7f053d572 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-convert-symbolic.png @@ -0,0 +1 @@ +gtk-convert.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-convert.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-convert.png Binary files differnew file mode 100644 index 000000000..da8194fa8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-convert.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-copy-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-copy-symbolic.png new file mode 120000 index 000000000..674753224 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-copy-symbolic.png @@ -0,0 +1 @@ +gtk-copy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-copy.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-copy.png new file mode 120000 index 000000000..e106cb543 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-copy.png @@ -0,0 +1 @@ +edit-copy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-cut-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-cut-symbolic.png new file mode 120000 index 000000000..f55e67fcf --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-cut-symbolic.png @@ -0,0 +1 @@ +gtk-cut.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-cut.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-cut.png new file mode 120000 index 000000000..32b03023c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-cut.png @@ -0,0 +1 @@ +edit-cut.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-delete-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-delete-symbolic.png new file mode 120000 index 000000000..cb17163af --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-delete-symbolic.png @@ -0,0 +1 @@ +gtk-delete.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-delete.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-delete.png new file mode 120000 index 000000000..bb0a74a58 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-delete.png @@ -0,0 +1 @@ +edit-delete.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-dialog-info-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-dialog-info-symbolic.png new file mode 120000 index 000000000..70ccbc7aa --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-dialog-info-symbolic.png @@ -0,0 +1 @@ +gtk-dialog-info.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-dialog-info.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-dialog-info.png new file mode 120000 index 000000000..5faec85f1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-dialog-info.png @@ -0,0 +1 @@ +dialog-information.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-directory-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-directory-symbolic.png new file mode 120000 index 000000000..f5a4d8dad --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-directory-symbolic.png @@ -0,0 +1 @@ +gtk-directory.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-directory.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-directory.png new file mode 120000 index 000000000..6b18cab33 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-directory.png @@ -0,0 +1 @@ +folder.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-disconnect-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-disconnect-symbolic.png new file mode 120000 index 000000000..911f3c46b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-disconnect-symbolic.png @@ -0,0 +1 @@ +gtk-disconnect.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-disconnect.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-disconnect.png Binary files differnew file mode 100644 index 000000000..883a003bc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-disconnect.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-edit-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-edit-symbolic.png new file mode 120000 index 000000000..a09517d38 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-edit-symbolic.png @@ -0,0 +1 @@ +gtk-edit.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-edit.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-edit.png Binary files differnew file mode 100644 index 000000000..f429e1015 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-edit.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-execute-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-execute-symbolic.png new file mode 120000 index 000000000..d777d5f7a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-execute-symbolic.png @@ -0,0 +1 @@ +gtk-execute.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-execute.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-execute.png new file mode 120000 index 000000000..9daf3feba --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-execute.png @@ -0,0 +1 @@ +system-run.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-find-and-replace-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-find-and-replace-symbolic.png new file mode 120000 index 000000000..a03f9c58b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-find-and-replace-symbolic.png @@ -0,0 +1 @@ +gtk-find-and-replace.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-find-and-replace.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-find-and-replace.png new file mode 120000 index 000000000..e4057afed --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-find-and-replace.png @@ -0,0 +1 @@ +edit-find-replace.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-find-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-find-symbolic.png new file mode 120000 index 000000000..925deda81 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-find-symbolic.png @@ -0,0 +1 @@ +gtk-find.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-find.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-find.png new file mode 120000 index 000000000..dd4136811 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-find.png @@ -0,0 +1 @@ +edit-find.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-floppy-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-floppy-symbolic.png new file mode 120000 index 000000000..eb899acc8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-floppy-symbolic.png @@ -0,0 +1 @@ +gtk-floppy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-floppy.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-floppy.png new file mode 120000 index 000000000..279b7346f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-floppy.png @@ -0,0 +1 @@ +media-floppy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-font-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-font-symbolic.png new file mode 120000 index 000000000..191b8aecf --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-font-symbolic.png @@ -0,0 +1 @@ +gtk-font.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-font.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-font.png Binary files differnew file mode 100644 index 000000000..cde0e8698 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-font.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-fullscreen-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-fullscreen-symbolic.png new file mode 120000 index 000000000..673d2e6b1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-fullscreen-symbolic.png @@ -0,0 +1 @@ +gtk-fullscreen.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-fullscreen.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-fullscreen.png new file mode 120000 index 000000000..37aaf877e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-fullscreen.png @@ -0,0 +1 @@ +view-fullscreen.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-go-down-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-go-down-symbolic.png new file mode 120000 index 000000000..c0f84c886 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-go-down-symbolic.png @@ -0,0 +1 @@ +gtk-go-down.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-go-down.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-go-down.png new file mode 120000 index 000000000..5240b846d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-go-down.png @@ -0,0 +1 @@ +go-down.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-go-up-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-go-up-symbolic.png new file mode 120000 index 000000000..ee76eec61 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-go-up-symbolic.png @@ -0,0 +1 @@ +gtk-go-up.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-go-up.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-go-up.png new file mode 120000 index 000000000..4a1025d4a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-go-up.png @@ -0,0 +1 @@ +go-up.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-goto-bottom-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-goto-bottom-symbolic.png new file mode 120000 index 000000000..27ab77552 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-goto-bottom-symbolic.png @@ -0,0 +1 @@ +gtk-goto-bottom.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-goto-bottom.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-goto-bottom.png new file mode 120000 index 000000000..c58ca3d0f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-goto-bottom.png @@ -0,0 +1 @@ +go-bottom.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-goto-top-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-goto-top-symbolic.png new file mode 120000 index 000000000..32ee14e66 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-goto-top-symbolic.png @@ -0,0 +1 @@ +gtk-goto-top.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-goto-top.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-goto-top.png new file mode 120000 index 000000000..3b5b7d6e5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-goto-top.png @@ -0,0 +1 @@ +go-top.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-harddisk-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-harddisk-symbolic.png new file mode 120000 index 000000000..152e871f3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-harddisk-symbolic.png @@ -0,0 +1 @@ +gtk-harddisk.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-harddisk.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-harddisk.png new file mode 120000 index 000000000..5ae622860 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-harddisk.png @@ -0,0 +1 @@ +drive-harddisk.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-help-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-help-symbolic.png new file mode 120000 index 000000000..796d97c74 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-help-symbolic.png @@ -0,0 +1 @@ +gtk-help.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-help.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-help.png new file mode 120000 index 000000000..af8d871de --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-help.png @@ -0,0 +1 @@ +help-contents.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-home-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-home-symbolic.png new file mode 120000 index 000000000..0f0054316 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-home-symbolic.png @@ -0,0 +1 @@ +gtk-home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-home.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-home.png new file mode 120000 index 000000000..718c1b215 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-home.png @@ -0,0 +1 @@ +go-home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-index-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-index-symbolic.png new file mode 120000 index 000000000..1635a9d2b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-index-symbolic.png @@ -0,0 +1 @@ +gtk-index.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-index.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-index.png Binary files differnew file mode 100644 index 000000000..9ddbe9b8e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-index.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-italic-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-italic-symbolic.png new file mode 120000 index 000000000..5a22fc560 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-italic-symbolic.png @@ -0,0 +1 @@ +gtk-italic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-italic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-italic.png new file mode 120000 index 000000000..1ee2a31f8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-italic.png @@ -0,0 +1 @@ +format-text-italic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-justify-center-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-justify-center-symbolic.png new file mode 120000 index 000000000..2057ae4d6 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-justify-center-symbolic.png @@ -0,0 +1 @@ +gtk-justify-center.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-justify-center.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-justify-center.png new file mode 120000 index 000000000..980c099ef --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-justify-center.png @@ -0,0 +1 @@ +format-justify-center.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-justify-fill-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-justify-fill-symbolic.png new file mode 120000 index 000000000..ad45b34dc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-justify-fill-symbolic.png @@ -0,0 +1 @@ +gtk-justify-fill.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-justify-fill.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-justify-fill.png new file mode 120000 index 000000000..f1d9574cf --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-justify-fill.png @@ -0,0 +1 @@ +format-justify-fill.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-justify-left-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-justify-left-symbolic.png new file mode 120000 index 000000000..a4ee605d6 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-justify-left-symbolic.png @@ -0,0 +1 @@ +gtk-justify-left.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-justify-left.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-justify-left.png new file mode 120000 index 000000000..2da25a167 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-justify-left.png @@ -0,0 +1 @@ +format-justify-left.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-justify-right-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-justify-right-symbolic.png new file mode 120000 index 000000000..15dddca14 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-justify-right-symbolic.png @@ -0,0 +1 @@ +gtk-justify-right.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-justify-right.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-justify-right.png new file mode 120000 index 000000000..017868ada --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-justify-right.png @@ -0,0 +1 @@ +format-justify-right.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-leave-fullscreen-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-leave-fullscreen-symbolic.png new file mode 120000 index 000000000..bc1251b2a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-leave-fullscreen-symbolic.png @@ -0,0 +1 @@ +gtk-leave-fullscreen.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-leave-fullscreen.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-leave-fullscreen.png new file mode 120000 index 000000000..5b9d8f68b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-leave-fullscreen.png @@ -0,0 +1 @@ +view-restore.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-media-pause-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-media-pause-symbolic.png new file mode 120000 index 000000000..e4880de80 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-media-pause-symbolic.png @@ -0,0 +1 @@ +gtk-media-pause.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-media-pause.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-media-pause.png new file mode 120000 index 000000000..0ef65d6d9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-media-pause.png @@ -0,0 +1 @@ +media-playback-pause.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-media-record-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-media-record-symbolic.png new file mode 120000 index 000000000..6518a86a1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-media-record-symbolic.png @@ -0,0 +1 @@ +gtk-media-record.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-media-record.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-media-record.png new file mode 120000 index 000000000..91f5c6f4d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-media-record.png @@ -0,0 +1 @@ +media-record.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-media-stop-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-media-stop-symbolic.png new file mode 120000 index 000000000..b42b748dd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-media-stop-symbolic.png @@ -0,0 +1 @@ +gtk-media-stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-media-stop.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-media-stop.png new file mode 120000 index 000000000..423c7cf20 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-media-stop.png @@ -0,0 +1 @@ +media-playback-stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-missing-image-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-missing-image-symbolic.png new file mode 120000 index 000000000..16ed32178 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-missing-image-symbolic.png @@ -0,0 +1 @@ +gtk-missing-image.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-missing-image.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-missing-image.png new file mode 120000 index 000000000..344617bac --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-missing-image.png @@ -0,0 +1 @@ +image-missing.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-new-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-new-symbolic.png new file mode 120000 index 000000000..913a6a7d3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-new-symbolic.png @@ -0,0 +1 @@ +gtk-new.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-new.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-new.png new file mode 120000 index 000000000..446977ddc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-new.png @@ -0,0 +1 @@ +document-new.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-open-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-open-symbolic.png new file mode 120000 index 000000000..340a617d6 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-open-symbolic.png @@ -0,0 +1 @@ +gtk-open.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-open.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-open.png new file mode 120000 index 000000000..f58170cc1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-open.png @@ -0,0 +1 @@ +document-open.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-orientation-landscape-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-orientation-landscape-symbolic.png new file mode 120000 index 000000000..95e896d4c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-orientation-landscape-symbolic.png @@ -0,0 +1 @@ +gtk-orientation-landscape.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-orientation-landscape.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-orientation-landscape.png Binary files differnew file mode 100644 index 000000000..fcf7f2a49 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-orientation-landscape.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-orientation-portrait-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-orientation-portrait-symbolic.png new file mode 120000 index 000000000..2dc258bb5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-orientation-portrait-symbolic.png @@ -0,0 +1 @@ +gtk-orientation-portrait.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-orientation-portrait.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-orientation-portrait.png Binary files differnew file mode 100644 index 000000000..cb7b760bc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-orientation-portrait.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-orientation-reverse-landscape-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-orientation-reverse-landscape-symbolic.png new file mode 120000 index 000000000..a6f0b4411 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-orientation-reverse-landscape-symbolic.png @@ -0,0 +1 @@ +gtk-orientation-reverse-landscape.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-orientation-reverse-landscape.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-orientation-reverse-landscape.png Binary files differnew file mode 100644 index 000000000..69ade2524 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-orientation-reverse-landscape.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-orientation-reverse-portrait-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-orientation-reverse-portrait-symbolic.png new file mode 120000 index 000000000..1c8965166 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-orientation-reverse-portrait-symbolic.png @@ -0,0 +1 @@ +gtk-orientation-reverse-portrait.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-orientation-reverse-portrait.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-orientation-reverse-portrait.png Binary files differnew file mode 100644 index 000000000..c309a6d82 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-orientation-reverse-portrait.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-page-setup-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-page-setup-symbolic.png new file mode 120000 index 000000000..ff4533cc1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-page-setup-symbolic.png @@ -0,0 +1 @@ +gtk-page-setup.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-page-setup.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-page-setup.png Binary files differnew file mode 100644 index 000000000..9acf0d5ff --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-page-setup.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-paste-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-paste-symbolic.png new file mode 120000 index 000000000..892561ea8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-paste-symbolic.png @@ -0,0 +1 @@ +gtk-paste.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-paste.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-paste.png new file mode 120000 index 000000000..2f55649f8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-paste.png @@ -0,0 +1 @@ +edit-paste.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-preferences-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-preferences-symbolic.png new file mode 120000 index 000000000..5acf3b2f2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-preferences-symbolic.png @@ -0,0 +1 @@ +gtk-preferences.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-preferences.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-preferences.png Binary files differnew file mode 100644 index 000000000..2596f3cc5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-preferences.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-print-preview-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-print-preview-symbolic.png new file mode 120000 index 000000000..8fe93e04e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-print-preview-symbolic.png @@ -0,0 +1 @@ +gtk-print-preview.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-print-preview.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-print-preview.png new file mode 120000 index 000000000..9dfea717c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-print-preview.png @@ -0,0 +1 @@ +document-print-preview.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-print-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-print-symbolic.png new file mode 120000 index 000000000..95ed2ec91 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-print-symbolic.png @@ -0,0 +1 @@ +gtk-print.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-print.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-print.png new file mode 120000 index 000000000..863a49fc4 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-print.png @@ -0,0 +1 @@ +document-print.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-properties-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-properties-symbolic.png new file mode 120000 index 000000000..5c3325bfc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-properties-symbolic.png @@ -0,0 +1 @@ +gtk-properties.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-properties.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-properties.png new file mode 120000 index 000000000..b447aa240 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-properties.png @@ -0,0 +1 @@ +document-properties.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-quit-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-quit-symbolic.png new file mode 120000 index 000000000..e599db624 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-quit-symbolic.png @@ -0,0 +1 @@ +gtk-quit.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-quit.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-quit.png new file mode 120000 index 000000000..0ecb0b9ba --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-quit.png @@ -0,0 +1 @@ +application-exit.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-redo-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-redo-ltr-symbolic.png new file mode 120000 index 000000000..d006923b8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-redo-ltr-symbolic.png @@ -0,0 +1 @@ +gtk-redo-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-redo-ltr.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-redo-ltr.png new file mode 120000 index 000000000..0061b57c7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-redo-ltr.png @@ -0,0 +1 @@ +edit-redo.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-refresh-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-refresh-symbolic.png new file mode 120000 index 000000000..38cbfeb52 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-refresh-symbolic.png @@ -0,0 +1 @@ +gtk-refresh.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-refresh.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-refresh.png new file mode 120000 index 000000000..521b94e2e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-refresh.png @@ -0,0 +1 @@ +view-refresh.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-remove-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-remove-symbolic.png new file mode 120000 index 000000000..2e165cfdc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-remove-symbolic.png @@ -0,0 +1 @@ +gtk-remove.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-remove.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-remove.png new file mode 120000 index 000000000..1336403b3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-remove.png @@ -0,0 +1 @@ +list-remove.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-revert-to-saved-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-revert-to-saved-ltr-symbolic.png new file mode 120000 index 000000000..39a6d5698 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-revert-to-saved-ltr-symbolic.png @@ -0,0 +1 @@ +gtk-revert-to-saved-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-revert-to-saved-ltr.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-revert-to-saved-ltr.png new file mode 120000 index 000000000..35c2c00a5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-revert-to-saved-ltr.png @@ -0,0 +1 @@ +document-revert.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-revert-to-saved-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-revert-to-saved-rtl-symbolic.png new file mode 120000 index 000000000..77c9eaa81 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-revert-to-saved-rtl-symbolic.png @@ -0,0 +1 @@ +gtk-revert-to-saved-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-revert-to-saved-rtl.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-revert-to-saved-rtl.png new file mode 120000 index 000000000..35c2c00a5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-revert-to-saved-rtl.png @@ -0,0 +1 @@ +document-revert.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-save-as-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-save-as-symbolic.png new file mode 120000 index 000000000..a7410d076 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-save-as-symbolic.png @@ -0,0 +1 @@ +gtk-save-as.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-save-as.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-save-as.png new file mode 120000 index 000000000..6f8088857 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-save-as.png @@ -0,0 +1 @@ +document-save-as.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-save-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-save-symbolic.png new file mode 120000 index 000000000..8eeb98b14 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-save-symbolic.png @@ -0,0 +1 @@ +gtk-save.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-save.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-save.png new file mode 120000 index 000000000..b1240e18d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-save.png @@ -0,0 +1 @@ +document-save.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-select-all-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-select-all-symbolic.png new file mode 120000 index 000000000..2711e9b55 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-select-all-symbolic.png @@ -0,0 +1 @@ +gtk-select-all.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-select-all.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-select-all.png new file mode 120000 index 000000000..30033c765 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-select-all.png @@ -0,0 +1 @@ +edit-select-all.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-select-color-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-select-color-symbolic.png new file mode 120000 index 000000000..367390596 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-select-color-symbolic.png @@ -0,0 +1 @@ +gtk-select-color.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-select-color.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-select-color.png Binary files differnew file mode 100644 index 000000000..0e71c35d7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-select-color.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-select-font-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-select-font-symbolic.png new file mode 120000 index 000000000..a4983fc58 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-select-font-symbolic.png @@ -0,0 +1 @@ +gtk-select-font.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-select-font.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-select-font.png Binary files differnew file mode 100644 index 000000000..cde0e8698 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-select-font.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-sort-ascending-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-sort-ascending-symbolic.png new file mode 120000 index 000000000..30ddf10fa --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-sort-ascending-symbolic.png @@ -0,0 +1 @@ +gtk-sort-ascending.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-sort-ascending.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-sort-ascending.png new file mode 120000 index 000000000..28dd3cde5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-sort-ascending.png @@ -0,0 +1 @@ +view-sort-ascending.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-sort-descending-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-sort-descending-symbolic.png new file mode 120000 index 000000000..794f2156f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-sort-descending-symbolic.png @@ -0,0 +1 @@ +gtk-sort-descending.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-sort-descending.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-sort-descending.png new file mode 120000 index 000000000..578592d3b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-sort-descending.png @@ -0,0 +1 @@ +view-sort-descending.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-spell-check-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-spell-check-symbolic.png new file mode 120000 index 000000000..bdf2c4c70 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-spell-check-symbolic.png @@ -0,0 +1 @@ +gtk-spell-check.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-spell-check.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-spell-check.png new file mode 120000 index 000000000..23b82da94 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-spell-check.png @@ -0,0 +1 @@ +tools-check-spelling.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-stop-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-stop-symbolic.png new file mode 120000 index 000000000..7c9bdc3d3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-stop-symbolic.png @@ -0,0 +1 @@ +gtk-stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-stop.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-stop.png new file mode 120000 index 000000000..4e46eca45 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-stop.png @@ -0,0 +1 @@ +process-stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-strikethrough-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-strikethrough-symbolic.png new file mode 120000 index 000000000..6221ce0a3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-strikethrough-symbolic.png @@ -0,0 +1 @@ +gtk-strikethrough.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-strikethrough.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-strikethrough.png new file mode 120000 index 000000000..9ff9a3776 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-strikethrough.png @@ -0,0 +1 @@ +format-text-strikethrough.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-undelete-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-undelete-ltr-symbolic.png new file mode 120000 index 000000000..0877291c0 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-undelete-ltr-symbolic.png @@ -0,0 +1 @@ +gtk-undelete-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-undelete-ltr.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-undelete-ltr.png Binary files differnew file mode 100644 index 000000000..bccc39e7c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-undelete-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-undelete-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-undelete-rtl-symbolic.png new file mode 120000 index 000000000..3844ffd1a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-undelete-rtl-symbolic.png @@ -0,0 +1 @@ +gtk-undelete-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-undelete-rtl.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-undelete-rtl.png Binary files differnew file mode 100644 index 000000000..22023b853 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-undelete-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-underline-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-underline-symbolic.png new file mode 120000 index 000000000..9c10f2b4f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-underline-symbolic.png @@ -0,0 +1 @@ +gtk-underline.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-underline.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-underline.png new file mode 120000 index 000000000..4f5b1549c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-underline.png @@ -0,0 +1 @@ +format-text-underline.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-undo-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-undo-ltr-symbolic.png new file mode 120000 index 000000000..eb2a153d3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-undo-ltr-symbolic.png @@ -0,0 +1 @@ +gtk-undo-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-undo-ltr.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-undo-ltr.png new file mode 120000 index 000000000..62d2a953e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-undo-ltr.png @@ -0,0 +1 @@ +edit-undo.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-zoom-100-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-zoom-100-symbolic.png new file mode 120000 index 000000000..0615da6a2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-zoom-100-symbolic.png @@ -0,0 +1 @@ +gtk-zoom-100.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-zoom-100.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-zoom-100.png new file mode 120000 index 000000000..bfeb09ed1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-zoom-100.png @@ -0,0 +1 @@ +zoom-original.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-zoom-fit-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-zoom-fit-symbolic.png new file mode 120000 index 000000000..b399469e7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-zoom-fit-symbolic.png @@ -0,0 +1 @@ +gtk-zoom-fit.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-zoom-fit.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-zoom-fit.png new file mode 120000 index 000000000..9b4965a87 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-zoom-fit.png @@ -0,0 +1 @@ +zoom-fit-best.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-zoom-in-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-zoom-in-symbolic.png new file mode 120000 index 000000000..65c933a16 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-zoom-in-symbolic.png @@ -0,0 +1 @@ +gtk-zoom-in.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-zoom-in.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-zoom-in.png new file mode 120000 index 000000000..ee0a4b39d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-zoom-in.png @@ -0,0 +1 @@ +zoom-in.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-zoom-out-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-zoom-out-symbolic.png new file mode 120000 index 000000000..bd5b889a6 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-zoom-out-symbolic.png @@ -0,0 +1 @@ +gtk-zoom-out.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-zoom-out.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-zoom-out.png new file mode 120000 index 000000000..be243b08a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/gtk-zoom-out.png @@ -0,0 +1 @@ +zoom-out.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/harddrive-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/harddrive-symbolic.png new file mode 120000 index 000000000..0245415f2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/harddrive-symbolic.png @@ -0,0 +1 @@ +harddrive.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/harddrive.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/harddrive.png new file mode 120000 index 000000000..5ae622860 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/harddrive.png @@ -0,0 +1 @@ +drive-harddisk.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/hdd_unmount-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/hdd_unmount-symbolic.png new file mode 120000 index 000000000..0f5bce8a1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/hdd_unmount-symbolic.png @@ -0,0 +1 @@ +hdd_unmount.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/hdd_unmount.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/hdd_unmount.png new file mode 120000 index 000000000..5ae622860 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/hdd_unmount.png @@ -0,0 +1 @@ +drive-harddisk.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/help-about-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/help-about-symbolic.png new file mode 120000 index 000000000..dd431b5e8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/help-about-symbolic.png @@ -0,0 +1 @@ +help-about.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/help-about.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/help-about.png Binary files differnew file mode 100644 index 000000000..063d0df43 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/help-about.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/help-contents-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/help-contents-symbolic.png new file mode 120000 index 000000000..af8d871de --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/help-contents-symbolic.png @@ -0,0 +1 @@ +help-contents.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/help-contents.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/help-contents.png Binary files differnew file mode 100644 index 000000000..b00fbd8c1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/help-contents.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/help-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/help-symbolic.png new file mode 120000 index 000000000..102ea55da --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/help-symbolic.png @@ -0,0 +1 @@ +help.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/help.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/help.png new file mode 120000 index 000000000..af8d871de --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/help.png @@ -0,0 +1 @@ +help-contents.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/image-missing-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/image-missing-symbolic.png new file mode 120000 index 000000000..344617bac --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/image-missing-symbolic.png @@ -0,0 +1 @@ +image-missing.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/image-missing.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/image-missing.png Binary files differnew file mode 100644 index 000000000..90e26e5bc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/image-missing.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/info-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/info-symbolic.png new file mode 120000 index 000000000..ad789b531 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/info-symbolic.png @@ -0,0 +1 @@ +info.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/info.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/info.png new file mode 120000 index 000000000..5faec85f1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/info.png @@ -0,0 +1 @@ +dialog-information.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/inode-directory-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/inode-directory-symbolic.png new file mode 120000 index 000000000..d8f486403 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/inode-directory-symbolic.png @@ -0,0 +1 @@ +inode-directory.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/inode-directory.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/inode-directory.png new file mode 120000 index 000000000..6b18cab33 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/inode-directory.png @@ -0,0 +1 @@ +folder.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/kfm_home-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/kfm_home-symbolic.png new file mode 120000 index 000000000..b2008e9c4 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/kfm_home-symbolic.png @@ -0,0 +1 @@ +kfm_home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/kfm_home.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/kfm_home.png new file mode 120000 index 000000000..718c1b215 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/kfm_home.png @@ -0,0 +1 @@ +go-home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/leftjust-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/leftjust-symbolic.png new file mode 120000 index 000000000..c8d6c19de --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/leftjust-symbolic.png @@ -0,0 +1 @@ +leftjust.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/leftjust.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/leftjust.png new file mode 120000 index 000000000..2da25a167 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/leftjust.png @@ -0,0 +1 @@ +format-justify-left.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/list-add-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/list-add-symbolic.png new file mode 120000 index 000000000..7d4c8781d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/list-add-symbolic.png @@ -0,0 +1 @@ +list-add.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/list-add.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/list-add.png Binary files differnew file mode 100644 index 000000000..2f8b70d9c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/list-add.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/list-remove-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/list-remove-symbolic.png new file mode 120000 index 000000000..1336403b3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/list-remove-symbolic.png @@ -0,0 +1 @@ +list-remove.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/list-remove.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/list-remove.png Binary files differnew file mode 100644 index 000000000..0bd69c92c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/list-remove.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-cdrom-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-cdrom-symbolic.png new file mode 120000 index 000000000..848507774 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-cdrom-symbolic.png @@ -0,0 +1 @@ +media-cdrom.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-cdrom.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-cdrom.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-cdrom.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-floppy-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-floppy-symbolic.png new file mode 120000 index 000000000..279b7346f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-floppy-symbolic.png @@ -0,0 +1 @@ +media-floppy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-floppy.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-floppy.png Binary files differnew file mode 100644 index 000000000..7ef7685f4 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-floppy.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-optical-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-optical-symbolic.png new file mode 120000 index 000000000..dcb92bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-optical-symbolic.png @@ -0,0 +1 @@ +media-optical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-optical.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-optical.png Binary files differnew file mode 100644 index 000000000..c4358f5f8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-optical.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-playback-pause-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-playback-pause-symbolic.png new file mode 120000 index 000000000..0ef65d6d9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-playback-pause-symbolic.png @@ -0,0 +1 @@ +media-playback-pause.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-playback-pause.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-playback-pause.png Binary files differnew file mode 100644 index 000000000..6187ba6d2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-playback-pause.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-playback-start-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-playback-start-ltr-symbolic.png new file mode 120000 index 000000000..1265a5a32 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-playback-start-ltr-symbolic.png @@ -0,0 +1 @@ +media-playback-start-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-playback-start-ltr.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-playback-start-ltr.png Binary files differnew file mode 100644 index 000000000..0f5348900 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-playback-start-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-playback-start-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-playback-start-rtl-symbolic.png new file mode 120000 index 000000000..956b43d14 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-playback-start-rtl-symbolic.png @@ -0,0 +1 @@ +media-playback-start-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-playback-start-rtl.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-playback-start-rtl.png Binary files differnew file mode 100644 index 000000000..036f05f55 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-playback-start-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-playback-stop-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-playback-stop-symbolic.png new file mode 120000 index 000000000..423c7cf20 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-playback-stop-symbolic.png @@ -0,0 +1 @@ +media-playback-stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-playback-stop.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-playback-stop.png Binary files differnew file mode 100644 index 000000000..9e54ef3f5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-playback-stop.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-record-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-record-symbolic.png new file mode 120000 index 000000000..91f5c6f4d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-record-symbolic.png @@ -0,0 +1 @@ +media-record.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-record.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-record.png Binary files differnew file mode 100644 index 000000000..d1b25c2f1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-record.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-seek-backward-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-seek-backward-ltr-symbolic.png new file mode 120000 index 000000000..64288c383 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-seek-backward-ltr-symbolic.png @@ -0,0 +1 @@ +media-seek-backward-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-seek-backward-ltr.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-seek-backward-ltr.png Binary files differnew file mode 100644 index 000000000..508808285 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-seek-backward-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-seek-backward-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-seek-backward-rtl-symbolic.png new file mode 120000 index 000000000..9863a32f1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-seek-backward-rtl-symbolic.png @@ -0,0 +1 @@ +media-seek-backward-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-seek-backward-rtl.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-seek-backward-rtl.png Binary files differnew file mode 100644 index 000000000..4a1bdf89b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-seek-backward-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-seek-forward-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-seek-forward-ltr-symbolic.png new file mode 120000 index 000000000..a7ca942c7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-seek-forward-ltr-symbolic.png @@ -0,0 +1 @@ +media-seek-forward-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-seek-forward-ltr.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-seek-forward-ltr.png Binary files differnew file mode 100644 index 000000000..4a1bdf89b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-seek-forward-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-seek-forward-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-seek-forward-rtl-symbolic.png new file mode 120000 index 000000000..7829cab85 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-seek-forward-rtl-symbolic.png @@ -0,0 +1 @@ +media-seek-forward-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-seek-forward-rtl.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-seek-forward-rtl.png Binary files differnew file mode 100644 index 000000000..508808285 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-seek-forward-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-skip-backward-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-skip-backward-ltr-symbolic.png new file mode 120000 index 000000000..cea15b4f1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-skip-backward-ltr-symbolic.png @@ -0,0 +1 @@ +media-skip-backward-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-skip-backward-ltr.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-skip-backward-ltr.png Binary files differnew file mode 100644 index 000000000..c3a649f4e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-skip-backward-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-skip-backward-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-skip-backward-rtl-symbolic.png new file mode 120000 index 000000000..11db21ad5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-skip-backward-rtl-symbolic.png @@ -0,0 +1 @@ +media-skip-backward-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-skip-backward-rtl.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-skip-backward-rtl.png Binary files differnew file mode 100644 index 000000000..3da34257d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-skip-backward-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-skip-forward-ltr-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-skip-forward-ltr-symbolic.png new file mode 120000 index 000000000..bd7416fbd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-skip-forward-ltr-symbolic.png @@ -0,0 +1 @@ +media-skip-forward-ltr.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-skip-forward-ltr.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-skip-forward-ltr.png Binary files differnew file mode 100644 index 000000000..3da34257d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-skip-forward-ltr.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-skip-forward-rtl-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-skip-forward-rtl-symbolic.png new file mode 120000 index 000000000..0ea17ba14 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-skip-forward-rtl-symbolic.png @@ -0,0 +1 @@ +media-skip-forward-rtl.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-skip-forward-rtl.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-skip-forward-rtl.png Binary files differnew file mode 100644 index 000000000..c3a649f4e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/media-skip-forward-rtl.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/messagebox_info-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/messagebox_info-symbolic.png new file mode 120000 index 000000000..bfc646ad5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/messagebox_info-symbolic.png @@ -0,0 +1 @@ +messagebox_info.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/messagebox_info.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/messagebox_info.png new file mode 120000 index 000000000..5faec85f1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/messagebox_info.png @@ -0,0 +1 @@ +dialog-information.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/mime_ascii-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/mime_ascii-symbolic.png new file mode 120000 index 000000000..12b223390 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/mime_ascii-symbolic.png @@ -0,0 +1 @@ +mime_ascii.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/mime_ascii.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/mime_ascii.png new file mode 120000 index 000000000..3a5efdf43 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/mime_ascii.png @@ -0,0 +1 @@ +text-x-generic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/misc-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/misc-symbolic.png new file mode 120000 index 000000000..af684393f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/misc-symbolic.png @@ -0,0 +1 @@ +misc.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/misc.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/misc.png new file mode 120000 index 000000000..3a5efdf43 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/misc.png @@ -0,0 +1 @@ +text-x-generic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/network-idle-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/network-idle-symbolic.png new file mode 120000 index 000000000..ca31ae7fd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/network-idle-symbolic.png @@ -0,0 +1 @@ +network-idle.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/network-idle.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/network-idle.png Binary files differnew file mode 100644 index 000000000..a6f14418b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/network-idle.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/network-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/network-symbolic.png new file mode 120000 index 000000000..a14428c62 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/network-symbolic.png @@ -0,0 +1 @@ +network.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/network.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/network.png new file mode 120000 index 000000000..95ff6aad8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/network.png @@ -0,0 +1 @@ +folder-remote.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/nm-adhoc-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/nm-adhoc-symbolic.png new file mode 120000 index 000000000..34044c00c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/nm-adhoc-symbolic.png @@ -0,0 +1 @@ +nm-adhoc.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/nm-adhoc.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/nm-adhoc.png new file mode 120000 index 000000000..ca31ae7fd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/nm-adhoc.png @@ -0,0 +1 @@ +network-idle.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/nm-device-wired-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/nm-device-wired-symbolic.png new file mode 120000 index 000000000..6a9e23c0f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/nm-device-wired-symbolic.png @@ -0,0 +1 @@ +nm-device-wired.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/nm-device-wired.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/nm-device-wired.png new file mode 120000 index 000000000..ca31ae7fd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/nm-device-wired.png @@ -0,0 +1 @@ +network-idle.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/nm-device-wireless-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/nm-device-wireless-symbolic.png new file mode 120000 index 000000000..e650e72e5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/nm-device-wireless-symbolic.png @@ -0,0 +1 @@ +nm-device-wireless.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/nm-device-wireless.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/nm-device-wireless.png new file mode 120000 index 000000000..ca31ae7fd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/nm-device-wireless.png @@ -0,0 +1 @@ +network-idle.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/package_editors-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/package_editors-symbolic.png new file mode 120000 index 000000000..809305555 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/package_editors-symbolic.png @@ -0,0 +1 @@ +package_editors.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/package_editors.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/package_editors.png new file mode 120000 index 000000000..3a5efdf43 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/package_editors.png @@ -0,0 +1 @@ +text-x-generic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/package_settings-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/package_settings-symbolic.png new file mode 120000 index 000000000..f7f21ce34 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/package_settings-symbolic.png @@ -0,0 +1 @@ +package_settings.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/package_settings.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/package_settings.png new file mode 120000 index 000000000..1d8138d22 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/package_settings.png @@ -0,0 +1 @@ +preferences-system.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/player_pause-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/player_pause-symbolic.png new file mode 120000 index 000000000..f6af01a48 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/player_pause-symbolic.png @@ -0,0 +1 @@ +player_pause.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/player_pause.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/player_pause.png new file mode 120000 index 000000000..0ef65d6d9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/player_pause.png @@ -0,0 +1 @@ +media-playback-pause.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/player_record-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/player_record-symbolic.png new file mode 120000 index 000000000..5607649cd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/player_record-symbolic.png @@ -0,0 +1 @@ +player_record.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/player_record.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/player_record.png new file mode 120000 index 000000000..91f5c6f4d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/player_record.png @@ -0,0 +1 @@ +media-record.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/player_stop-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/player_stop-symbolic.png new file mode 120000 index 000000000..13f0c5aad --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/player_stop-symbolic.png @@ -0,0 +1 @@ +player_stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/player_stop.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/player_stop.png new file mode 120000 index 000000000..423c7cf20 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/player_stop.png @@ -0,0 +1 @@ +media-playback-stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/preferences-system-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/preferences-system-symbolic.png new file mode 120000 index 000000000..1d8138d22 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/preferences-system-symbolic.png @@ -0,0 +1 @@ +preferences-system.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/preferences-system.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/preferences-system.png new file mode 120000 index 000000000..5acf3b2f2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/preferences-system.png @@ -0,0 +1 @@ +gtk-preferences.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/printer-error-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/printer-error-symbolic.png new file mode 120000 index 000000000..cffd04483 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/printer-error-symbolic.png @@ -0,0 +1 @@ +printer-error.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/printer-error.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/printer-error.png Binary files differnew file mode 100644 index 000000000..28517473d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/printer-error.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/printer-info-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/printer-info-symbolic.png new file mode 120000 index 000000000..aaa23147e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/printer-info-symbolic.png @@ -0,0 +1 @@ +printer-info.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/printer-info.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/printer-info.png Binary files differnew file mode 100644 index 000000000..13304368e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/printer-info.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/printer-paused-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/printer-paused-symbolic.png new file mode 120000 index 000000000..ba165131c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/printer-paused-symbolic.png @@ -0,0 +1 @@ +printer-paused.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/printer-paused.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/printer-paused.png Binary files differnew file mode 100644 index 000000000..da6df48a9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/printer-paused.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/printer-warning-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/printer-warning-symbolic.png new file mode 120000 index 000000000..6575a3557 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/printer-warning-symbolic.png @@ -0,0 +1 @@ +printer-warning.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/printer-warning.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/printer-warning.png Binary files differnew file mode 100644 index 000000000..dd70e0be9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/printer-warning.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/process-stop-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/process-stop-symbolic.png new file mode 120000 index 000000000..4e46eca45 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/process-stop-symbolic.png @@ -0,0 +1 @@ +process-stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/process-stop.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/process-stop.png Binary files differnew file mode 100644 index 000000000..54e1cb3e9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/process-stop.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/redhat-home-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/redhat-home-symbolic.png new file mode 120000 index 000000000..9d96edc09 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/redhat-home-symbolic.png @@ -0,0 +1 @@ +redhat-home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/redhat-home.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/redhat-home.png new file mode 120000 index 000000000..718c1b215 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/redhat-home.png @@ -0,0 +1 @@ +go-home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/redhat-system_settings-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/redhat-system_settings-symbolic.png new file mode 120000 index 000000000..99d35dedc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/redhat-system_settings-symbolic.png @@ -0,0 +1 @@ +redhat-system_settings.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/redhat-system_settings.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/redhat-system_settings.png new file mode 120000 index 000000000..1d8138d22 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/redhat-system_settings.png @@ -0,0 +1 @@ +preferences-system.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/redo-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/redo-symbolic.png new file mode 120000 index 000000000..4d893d44a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/redo-symbolic.png @@ -0,0 +1 @@ +redo.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/redo.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/redo.png new file mode 120000 index 000000000..0061b57c7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/redo.png @@ -0,0 +1 @@ +edit-redo.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/reload-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/reload-symbolic.png new file mode 120000 index 000000000..b51c479ad --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/reload-symbolic.png @@ -0,0 +1 @@ +reload.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/reload.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/reload.png new file mode 120000 index 000000000..521b94e2e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/reload.png @@ -0,0 +1 @@ +view-refresh.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/reload3-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/reload3-symbolic.png new file mode 120000 index 000000000..160584a15 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/reload3-symbolic.png @@ -0,0 +1 @@ +reload3.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/reload3.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/reload3.png new file mode 120000 index 000000000..521b94e2e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/reload3.png @@ -0,0 +1 @@ +view-refresh.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/reload_all_tabs-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/reload_all_tabs-symbolic.png new file mode 120000 index 000000000..4edfb5a4c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/reload_all_tabs-symbolic.png @@ -0,0 +1 @@ +reload_all_tabs.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/reload_all_tabs.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/reload_all_tabs.png new file mode 120000 index 000000000..521b94e2e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/reload_all_tabs.png @@ -0,0 +1 @@ +view-refresh.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/reload_page-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/reload_page-symbolic.png new file mode 120000 index 000000000..e8fdb1ec3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/reload_page-symbolic.png @@ -0,0 +1 @@ +reload_page.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/reload_page.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/reload_page.png new file mode 120000 index 000000000..521b94e2e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/reload_page.png @@ -0,0 +1 @@ +view-refresh.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/remove-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/remove-symbolic.png new file mode 120000 index 000000000..584599bf0 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/remove-symbolic.png @@ -0,0 +1 @@ +remove.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/remove.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/remove.png new file mode 120000 index 000000000..1336403b3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/remove.png @@ -0,0 +1 @@ +list-remove.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/revert-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/revert-symbolic.png new file mode 120000 index 000000000..00f6de08c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/revert-symbolic.png @@ -0,0 +1 @@ +revert.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/revert.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/revert.png new file mode 120000 index 000000000..35c2c00a5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/revert.png @@ -0,0 +1 @@ +document-revert.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/rightjust-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/rightjust-symbolic.png new file mode 120000 index 000000000..4827d0f19 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/rightjust-symbolic.png @@ -0,0 +1 @@ +rightjust.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/rightjust.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/rightjust.png new file mode 120000 index 000000000..017868ada --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/rightjust.png @@ -0,0 +1 @@ +format-justify-right.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_about-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_about-symbolic.png new file mode 120000 index 000000000..47f3160cc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_about-symbolic.png @@ -0,0 +1 @@ +stock_about.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_about.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_about.png new file mode 120000 index 000000000..dd431b5e8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_about.png @@ -0,0 +1 @@ +help-about.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_bottom-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_bottom-symbolic.png new file mode 120000 index 000000000..7738c9958 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_bottom-symbolic.png @@ -0,0 +1 @@ +stock_bottom.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_bottom.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_bottom.png new file mode 120000 index 000000000..c58ca3d0f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_bottom.png @@ -0,0 +1 @@ +go-bottom.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_close-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_close-symbolic.png new file mode 120000 index 000000000..462194393 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_close-symbolic.png @@ -0,0 +1 @@ +stock_close.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_close.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_close.png new file mode 120000 index 000000000..f8a647d3d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_close.png @@ -0,0 +1 @@ +window-close.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_copy-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_copy-symbolic.png new file mode 120000 index 000000000..d4fe9b004 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_copy-symbolic.png @@ -0,0 +1 @@ +stock_copy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_copy.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_copy.png new file mode 120000 index 000000000..e106cb543 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_copy.png @@ -0,0 +1 @@ +edit-copy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_cut-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_cut-symbolic.png new file mode 120000 index 000000000..6f34159d0 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_cut-symbolic.png @@ -0,0 +1 @@ +stock_cut.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_cut.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_cut.png new file mode 120000 index 000000000..32b03023c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_cut.png @@ -0,0 +1 @@ +edit-cut.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_delete-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_delete-symbolic.png new file mode 120000 index 000000000..54b0ede76 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_delete-symbolic.png @@ -0,0 +1 @@ +stock_delete.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_delete.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_delete.png new file mode 120000 index 000000000..bb0a74a58 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_delete.png @@ -0,0 +1 @@ +edit-delete.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_dialog-info-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_dialog-info-symbolic.png new file mode 120000 index 000000000..5b4fe4bc6 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_dialog-info-symbolic.png @@ -0,0 +1 @@ +stock_dialog-info.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_dialog-info.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_dialog-info.png new file mode 120000 index 000000000..5faec85f1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_dialog-info.png @@ -0,0 +1 @@ +dialog-information.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_down-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_down-symbolic.png new file mode 120000 index 000000000..56d981416 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_down-symbolic.png @@ -0,0 +1 @@ +stock_down.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_down.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_down.png new file mode 120000 index 000000000..5240b846d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_down.png @@ -0,0 +1 @@ +go-down.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_file-properites-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_file-properites-symbolic.png new file mode 120000 index 000000000..2c81081ca --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_file-properites-symbolic.png @@ -0,0 +1 @@ +stock_file-properites.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_file-properites.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_file-properites.png new file mode 120000 index 000000000..b447aa240 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_file-properites.png @@ -0,0 +1 @@ +document-properties.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_folder-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_folder-symbolic.png new file mode 120000 index 000000000..5376f31f6 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_folder-symbolic.png @@ -0,0 +1 @@ +stock_folder.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_folder.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_folder.png new file mode 120000 index 000000000..6b18cab33 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_folder.png @@ -0,0 +1 @@ +folder.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_fullscreen-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_fullscreen-symbolic.png new file mode 120000 index 000000000..31893cedd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_fullscreen-symbolic.png @@ -0,0 +1 @@ +stock_fullscreen.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_fullscreen.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_fullscreen.png new file mode 120000 index 000000000..37aaf877e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_fullscreen.png @@ -0,0 +1 @@ +view-fullscreen.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_help-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_help-symbolic.png new file mode 120000 index 000000000..f4d63feef --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_help-symbolic.png @@ -0,0 +1 @@ +stock_help.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_help.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_help.png new file mode 120000 index 000000000..af8d871de --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_help.png @@ -0,0 +1 @@ +help-contents.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_home-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_home-symbolic.png new file mode 120000 index 000000000..faf057c43 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_home-symbolic.png @@ -0,0 +1 @@ +stock_home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_home.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_home.png new file mode 120000 index 000000000..718c1b215 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_home.png @@ -0,0 +1 @@ +go-home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_leave-fullscreen-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_leave-fullscreen-symbolic.png new file mode 120000 index 000000000..00f3f4f77 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_leave-fullscreen-symbolic.png @@ -0,0 +1 @@ +stock_leave-fullscreen.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_leave-fullscreen.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_leave-fullscreen.png new file mode 120000 index 000000000..5b9d8f68b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_leave-fullscreen.png @@ -0,0 +1 @@ +view-restore.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_media-pause-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_media-pause-symbolic.png new file mode 120000 index 000000000..fcf5ee6aa --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_media-pause-symbolic.png @@ -0,0 +1 @@ +stock_media-pause.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_media-pause.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_media-pause.png new file mode 120000 index 000000000..0ef65d6d9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_media-pause.png @@ -0,0 +1 @@ +media-playback-pause.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_media-rec-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_media-rec-symbolic.png new file mode 120000 index 000000000..3703897de --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_media-rec-symbolic.png @@ -0,0 +1 @@ +stock_media-rec.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_media-rec.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_media-rec.png new file mode 120000 index 000000000..91f5c6f4d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_media-rec.png @@ -0,0 +1 @@ +media-record.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_media-stop-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_media-stop-symbolic.png new file mode 120000 index 000000000..d3284d99b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_media-stop-symbolic.png @@ -0,0 +1 @@ +stock_media-stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_media-stop.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_media-stop.png new file mode 120000 index 000000000..423c7cf20 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_media-stop.png @@ -0,0 +1 @@ +media-playback-stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_new-text-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_new-text-symbolic.png new file mode 120000 index 000000000..df5c64b6e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_new-text-symbolic.png @@ -0,0 +1 @@ +stock_new-text.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_new-text.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_new-text.png new file mode 120000 index 000000000..446977ddc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_new-text.png @@ -0,0 +1 @@ +document-new.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_paste-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_paste-symbolic.png new file mode 120000 index 000000000..d031aef3d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_paste-symbolic.png @@ -0,0 +1 @@ +stock_paste.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_paste.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_paste.png new file mode 120000 index 000000000..2f55649f8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_paste.png @@ -0,0 +1 @@ +edit-paste.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_print-preview-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_print-preview-symbolic.png new file mode 120000 index 000000000..cb72d5f96 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_print-preview-symbolic.png @@ -0,0 +1 @@ +stock_print-preview.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_print-preview.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_print-preview.png new file mode 120000 index 000000000..9dfea717c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_print-preview.png @@ -0,0 +1 @@ +document-print-preview.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_print-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_print-symbolic.png new file mode 120000 index 000000000..5ea564c1c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_print-symbolic.png @@ -0,0 +1 @@ +stock_print.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_print.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_print.png new file mode 120000 index 000000000..863a49fc4 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_print.png @@ -0,0 +1 @@ +document-print.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_properties-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_properties-symbolic.png new file mode 120000 index 000000000..cead9f906 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_properties-symbolic.png @@ -0,0 +1 @@ +stock_properties.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_properties.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_properties.png new file mode 120000 index 000000000..b447aa240 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_properties.png @@ -0,0 +1 @@ +document-properties.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_redo-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_redo-symbolic.png new file mode 120000 index 000000000..3abd89311 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_redo-symbolic.png @@ -0,0 +1 @@ +stock_redo.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_redo.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_redo.png new file mode 120000 index 000000000..0061b57c7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_redo.png @@ -0,0 +1 @@ +edit-redo.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_refresh-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_refresh-symbolic.png new file mode 120000 index 000000000..e617eefc4 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_refresh-symbolic.png @@ -0,0 +1 @@ +stock_refresh.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_refresh.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_refresh.png new file mode 120000 index 000000000..521b94e2e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_refresh.png @@ -0,0 +1 @@ +view-refresh.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_save-as-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_save-as-symbolic.png new file mode 120000 index 000000000..dfda8bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_save-as-symbolic.png @@ -0,0 +1 @@ +stock_save-as.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_save-as.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_save-as.png new file mode 120000 index 000000000..6f8088857 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_save-as.png @@ -0,0 +1 @@ +document-save-as.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_save-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_save-symbolic.png new file mode 120000 index 000000000..08802a248 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_save-symbolic.png @@ -0,0 +1 @@ +stock_save.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_save.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_save.png new file mode 120000 index 000000000..b1240e18d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_save.png @@ -0,0 +1 @@ +document-save.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_search-and-replace-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_search-and-replace-symbolic.png new file mode 120000 index 000000000..539fd27e5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_search-and-replace-symbolic.png @@ -0,0 +1 @@ +stock_search-and-replace.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_search-and-replace.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_search-and-replace.png new file mode 120000 index 000000000..e4057afed --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_search-and-replace.png @@ -0,0 +1 @@ +edit-find-replace.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_search-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_search-symbolic.png new file mode 120000 index 000000000..34bffb533 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_search-symbolic.png @@ -0,0 +1 @@ +stock_search.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_search.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_search.png new file mode 120000 index 000000000..dd4136811 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_search.png @@ -0,0 +1 @@ +edit-find.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_select-all-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_select-all-symbolic.png new file mode 120000 index 000000000..49d937f83 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_select-all-symbolic.png @@ -0,0 +1 @@ +stock_select-all.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_select-all.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_select-all.png new file mode 120000 index 000000000..30033c765 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_select-all.png @@ -0,0 +1 @@ +edit-select-all.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_spellcheck-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_spellcheck-symbolic.png new file mode 120000 index 000000000..afb170689 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_spellcheck-symbolic.png @@ -0,0 +1 @@ +stock_spellcheck.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_spellcheck.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_spellcheck.png new file mode 120000 index 000000000..23b82da94 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_spellcheck.png @@ -0,0 +1 @@ +tools-check-spelling.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_stop-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_stop-symbolic.png new file mode 120000 index 000000000..e6673c5a3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_stop-symbolic.png @@ -0,0 +1 @@ +stock_stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_stop.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_stop.png new file mode 120000 index 000000000..4e46eca45 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_stop.png @@ -0,0 +1 @@ +process-stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text-strikethrough-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text-strikethrough-symbolic.png new file mode 120000 index 000000000..0d1cedb91 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text-strikethrough-symbolic.png @@ -0,0 +1 @@ +stock_text-strikethrough.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text-strikethrough.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text-strikethrough.png new file mode 120000 index 000000000..9ff9a3776 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text-strikethrough.png @@ -0,0 +1 @@ +format-text-strikethrough.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_bold-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_bold-symbolic.png new file mode 120000 index 000000000..b34d8bcde --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_bold-symbolic.png @@ -0,0 +1 @@ +stock_text_bold.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_bold.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_bold.png new file mode 120000 index 000000000..ef50053bd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_bold.png @@ -0,0 +1 @@ +format-text-bold.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_center-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_center-symbolic.png new file mode 120000 index 000000000..39bd0f289 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_center-symbolic.png @@ -0,0 +1 @@ +stock_text_center.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_center.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_center.png new file mode 120000 index 000000000..980c099ef --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_center.png @@ -0,0 +1 @@ +format-justify-center.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_italic-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_italic-symbolic.png new file mode 120000 index 000000000..eb525bea2 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_italic-symbolic.png @@ -0,0 +1 @@ +stock_text_italic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_italic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_italic.png new file mode 120000 index 000000000..1ee2a31f8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_italic.png @@ -0,0 +1 @@ +format-text-italic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_justify-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_justify-symbolic.png new file mode 120000 index 000000000..2db29cb19 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_justify-symbolic.png @@ -0,0 +1 @@ +stock_text_justify.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_justify.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_justify.png new file mode 120000 index 000000000..f1d9574cf --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_justify.png @@ -0,0 +1 @@ +format-justify-fill.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_left-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_left-symbolic.png new file mode 120000 index 000000000..314710b94 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_left-symbolic.png @@ -0,0 +1 @@ +stock_text_left.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_left.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_left.png new file mode 120000 index 000000000..2da25a167 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_left.png @@ -0,0 +1 @@ +format-justify-left.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_right-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_right-symbolic.png new file mode 120000 index 000000000..997c4e491 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_right-symbolic.png @@ -0,0 +1 @@ +stock_text_right.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_right.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_right.png new file mode 120000 index 000000000..017868ada --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_right.png @@ -0,0 +1 @@ +format-justify-right.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_underlined-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_underlined-symbolic.png new file mode 120000 index 000000000..f57dd0345 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_underlined-symbolic.png @@ -0,0 +1 @@ +stock_text_underlined.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_underlined.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_underlined.png new file mode 120000 index 000000000..4f5b1549c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_text_underlined.png @@ -0,0 +1 @@ +format-text-underline.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_top-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_top-symbolic.png new file mode 120000 index 000000000..142c86cb8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_top-symbolic.png @@ -0,0 +1 @@ +stock_top.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_top.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_top.png new file mode 120000 index 000000000..3b5b7d6e5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_top.png @@ -0,0 +1 @@ +go-top.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_undo-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_undo-symbolic.png new file mode 120000 index 000000000..94134ab91 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_undo-symbolic.png @@ -0,0 +1 @@ +stock_undo.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_undo.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_undo.png new file mode 120000 index 000000000..62d2a953e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_undo.png @@ -0,0 +1 @@ +edit-undo.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_up-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_up-symbolic.png new file mode 120000 index 000000000..85fa025ce --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_up-symbolic.png @@ -0,0 +1 @@ +stock_up.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_up.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_up.png new file mode 120000 index 000000000..4a1025d4a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_up.png @@ -0,0 +1 @@ +go-up.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-0-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-0-symbolic.png new file mode 120000 index 000000000..2fef47746 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-0-symbolic.png @@ -0,0 +1 @@ +stock_volume-0.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-0.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-0.png new file mode 120000 index 000000000..dd3d1eea4 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-0.png @@ -0,0 +1 @@ +audio-volume-low.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-max-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-max-symbolic.png new file mode 120000 index 000000000..dad717d7c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-max-symbolic.png @@ -0,0 +1 @@ +stock_volume-max.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-max.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-max.png new file mode 120000 index 000000000..3dc4302d0 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-max.png @@ -0,0 +1 @@ +audio-volume-high.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-med-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-med-symbolic.png new file mode 120000 index 000000000..70c0749e7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-med-symbolic.png @@ -0,0 +1 @@ +stock_volume-med.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-med.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-med.png new file mode 120000 index 000000000..3e599b49d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-med.png @@ -0,0 +1 @@ +audio-volume-medium.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-min-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-min-symbolic.png new file mode 120000 index 000000000..37d105ad7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-min-symbolic.png @@ -0,0 +1 @@ +stock_volume-min.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-min.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-min.png new file mode 120000 index 000000000..dd3d1eea4 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-min.png @@ -0,0 +1 @@ +audio-volume-low.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-mute-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-mute-symbolic.png new file mode 120000 index 000000000..64de2b478 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-mute-symbolic.png @@ -0,0 +1 @@ +stock_volume-mute.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-mute.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-mute.png new file mode 120000 index 000000000..8aeeb8edd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-mute.png @@ -0,0 +1 @@ +audio-volume-muted.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-symbolic.png new file mode 120000 index 000000000..ca538ec75 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume-symbolic.png @@ -0,0 +1 @@ +stock_volume.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume.png new file mode 120000 index 000000000..3dc4302d0 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_volume.png @@ -0,0 +1 @@ +audio-volume-high.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_zoom-1-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_zoom-1-symbolic.png new file mode 120000 index 000000000..15aa66135 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_zoom-1-symbolic.png @@ -0,0 +1 @@ +stock_zoom-1.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_zoom-1.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_zoom-1.png new file mode 120000 index 000000000..bfeb09ed1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_zoom-1.png @@ -0,0 +1 @@ +zoom-original.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_zoom-in-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_zoom-in-symbolic.png new file mode 120000 index 000000000..e2bc92819 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_zoom-in-symbolic.png @@ -0,0 +1 @@ +stock_zoom-in.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_zoom-in.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_zoom-in.png new file mode 120000 index 000000000..ee0a4b39d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_zoom-in.png @@ -0,0 +1 @@ +zoom-in.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_zoom-out-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_zoom-out-symbolic.png new file mode 120000 index 000000000..3c633a495 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_zoom-out-symbolic.png @@ -0,0 +1 @@ +stock_zoom-out.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_zoom-out.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_zoom-out.png new file mode 120000 index 000000000..be243b08a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_zoom-out.png @@ -0,0 +1 @@ +zoom-out.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_zoom-page-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_zoom-page-symbolic.png new file mode 120000 index 000000000..3c75afc9e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_zoom-page-symbolic.png @@ -0,0 +1 @@ +stock_zoom-page.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_zoom-page.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_zoom-page.png new file mode 120000 index 000000000..9b4965a87 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stock_zoom-page.png @@ -0,0 +1 @@ +zoom-fit-best.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stop-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stop-symbolic.png new file mode 120000 index 000000000..6222e6f71 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stop-symbolic.png @@ -0,0 +1 @@ +stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stop.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stop.png new file mode 120000 index 000000000..4e46eca45 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/stop.png @@ -0,0 +1 @@ +process-stop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/system-floppy-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/system-floppy-symbolic.png new file mode 120000 index 000000000..1b471b958 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/system-floppy-symbolic.png @@ -0,0 +1 @@ +system-floppy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/system-floppy.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/system-floppy.png new file mode 120000 index 000000000..279b7346f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/system-floppy.png @@ -0,0 +1 @@ +media-floppy.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/system-run-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/system-run-symbolic.png new file mode 120000 index 000000000..9daf3feba --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/system-run-symbolic.png @@ -0,0 +1 @@ +system-run.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/system-run.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/system-run.png Binary files differnew file mode 100644 index 000000000..2b11b5075 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/system-run.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text-x-generic-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text-x-generic-symbolic.png new file mode 120000 index 000000000..3a5efdf43 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text-x-generic-symbolic.png @@ -0,0 +1 @@ +text-x-generic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text-x-generic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text-x-generic.png Binary files differnew file mode 100644 index 000000000..c89e797b7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text-x-generic.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text_bold-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text_bold-symbolic.png new file mode 120000 index 000000000..7297aca53 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text_bold-symbolic.png @@ -0,0 +1 @@ +text_bold.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text_bold.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text_bold.png new file mode 120000 index 000000000..ef50053bd --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text_bold.png @@ -0,0 +1 @@ +format-text-bold.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text_italic-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text_italic-symbolic.png new file mode 120000 index 000000000..567390a7e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text_italic-symbolic.png @@ -0,0 +1 @@ +text_italic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text_italic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text_italic.png new file mode 120000 index 000000000..1ee2a31f8 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text_italic.png @@ -0,0 +1 @@ +format-text-italic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text_strike-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text_strike-symbolic.png new file mode 120000 index 000000000..67e697102 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text_strike-symbolic.png @@ -0,0 +1 @@ +text_strike.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text_strike.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text_strike.png new file mode 120000 index 000000000..9ff9a3776 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text_strike.png @@ -0,0 +1 @@ +format-text-strikethrough.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text_under-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text_under-symbolic.png new file mode 120000 index 000000000..0032f1112 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text_under-symbolic.png @@ -0,0 +1 @@ +text_under.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text_under.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text_under.png new file mode 120000 index 000000000..4f5b1549c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/text_under.png @@ -0,0 +1 @@ +format-text-underline.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/tools-check-spelling-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/tools-check-spelling-symbolic.png new file mode 120000 index 000000000..23b82da94 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/tools-check-spelling-symbolic.png @@ -0,0 +1 @@ +tools-check-spelling.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/tools-check-spelling.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/tools-check-spelling.png Binary files differnew file mode 100644 index 000000000..2574c181f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/tools-check-spelling.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/top-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/top-symbolic.png new file mode 120000 index 000000000..315e75e61 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/top-symbolic.png @@ -0,0 +1 @@ +top.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/top.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/top.png new file mode 120000 index 000000000..3b5b7d6e5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/top.png @@ -0,0 +1 @@ +go-top.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/txt-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/txt-symbolic.png new file mode 120000 index 000000000..8ac1daefb --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/txt-symbolic.png @@ -0,0 +1 @@ +txt.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/txt.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/txt.png new file mode 120000 index 000000000..3a5efdf43 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/txt.png @@ -0,0 +1 @@ +text-x-generic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/txt2-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/txt2-symbolic.png new file mode 120000 index 000000000..387710868 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/txt2-symbolic.png @@ -0,0 +1 @@ +txt2.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/txt2.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/txt2.png new file mode 120000 index 000000000..3a5efdf43 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/txt2.png @@ -0,0 +1 @@ +text-x-generic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/undo-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/undo-symbolic.png new file mode 120000 index 000000000..28c818a0e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/undo-symbolic.png @@ -0,0 +1 @@ +undo.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/undo.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/undo.png new file mode 120000 index 000000000..62d2a953e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/undo.png @@ -0,0 +1 @@ +edit-undo.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/unknown-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/unknown-symbolic.png new file mode 120000 index 000000000..b1754e727 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/unknown-symbolic.png @@ -0,0 +1 @@ +unknown.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/unknown.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/unknown.png new file mode 120000 index 000000000..3a5efdf43 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/unknown.png @@ -0,0 +1 @@ +text-x-generic.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/up-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/up-symbolic.png new file mode 120000 index 000000000..3a33d8bde --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/up-symbolic.png @@ -0,0 +1 @@ +up.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/up.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/up.png new file mode 120000 index 000000000..4a1025d4a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/up.png @@ -0,0 +1 @@ +go-up.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/user-desktop-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/user-desktop-symbolic.png new file mode 120000 index 000000000..200ab00ab --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/user-desktop-symbolic.png @@ -0,0 +1 @@ +user-desktop.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/user-desktop.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/user-desktop.png Binary files differnew file mode 100644 index 000000000..28b68f338 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/user-desktop.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/user-home-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/user-home-symbolic.png new file mode 120000 index 000000000..8c668dc1c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/user-home-symbolic.png @@ -0,0 +1 @@ +user-home.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/user-home.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/user-home.png Binary files differnew file mode 100644 index 000000000..28b68f338 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/user-home.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-fullscreen-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-fullscreen-symbolic.png new file mode 120000 index 000000000..37aaf877e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-fullscreen-symbolic.png @@ -0,0 +1 @@ +view-fullscreen.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-fullscreen.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-fullscreen.png Binary files differnew file mode 100644 index 000000000..21462fe0e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-fullscreen.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-refresh-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-refresh-symbolic.png new file mode 120000 index 000000000..521b94e2e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-refresh-symbolic.png @@ -0,0 +1 @@ +view-refresh.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-refresh.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-refresh.png Binary files differnew file mode 100644 index 000000000..09b5df1d1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-refresh.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-restore-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-restore-symbolic.png new file mode 120000 index 000000000..5b9d8f68b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-restore-symbolic.png @@ -0,0 +1 @@ +view-restore.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-restore.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-restore.png Binary files differnew file mode 100644 index 000000000..ff9c2289d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-restore.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-sort-ascending-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-sort-ascending-symbolic.png new file mode 120000 index 000000000..28dd3cde5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-sort-ascending-symbolic.png @@ -0,0 +1 @@ +view-sort-ascending.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-sort-ascending.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-sort-ascending.png Binary files differnew file mode 100644 index 000000000..44c871133 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-sort-ascending.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-sort-descending-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-sort-descending-symbolic.png new file mode 120000 index 000000000..578592d3b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-sort-descending-symbolic.png @@ -0,0 +1 @@ +view-sort-descending.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-sort-descending.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-sort-descending.png Binary files differnew file mode 100644 index 000000000..d498a59a5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/view-sort-descending.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/viewmag+-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/viewmag+-symbolic.png new file mode 120000 index 000000000..920bdf9e9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/viewmag+-symbolic.png @@ -0,0 +1 @@ +viewmag+.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/viewmag+.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/viewmag+.png new file mode 120000 index 000000000..ee0a4b39d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/viewmag+.png @@ -0,0 +1 @@ +zoom-in.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/viewmag--symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/viewmag--symbolic.png new file mode 120000 index 000000000..604b33d4b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/viewmag--symbolic.png @@ -0,0 +1 @@ +viewmag-.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/viewmag-.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/viewmag-.png new file mode 120000 index 000000000..be243b08a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/viewmag-.png @@ -0,0 +1 @@ +zoom-out.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/viewmag1-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/viewmag1-symbolic.png new file mode 120000 index 000000000..14537edeb --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/viewmag1-symbolic.png @@ -0,0 +1 @@ +viewmag1.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/viewmag1.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/viewmag1.png new file mode 120000 index 000000000..bfeb09ed1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/viewmag1.png @@ -0,0 +1 @@ +zoom-original.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/viewmagfit-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/viewmagfit-symbolic.png new file mode 120000 index 000000000..4530444b9 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/viewmagfit-symbolic.png @@ -0,0 +1 @@ +viewmagfit.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/viewmagfit.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/viewmagfit.png new file mode 120000 index 000000000..9b4965a87 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/viewmagfit.png @@ -0,0 +1 @@ +zoom-fit-best.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/window-close-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/window-close-symbolic.png new file mode 120000 index 000000000..f8a647d3d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/window-close-symbolic.png @@ -0,0 +1 @@ +window-close.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/window-close.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/window-close.png Binary files differnew file mode 100644 index 000000000..312b84dae --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/window-close.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/window_fullscreen-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/window_fullscreen-symbolic.png new file mode 120000 index 000000000..5e184b6c7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/window_fullscreen-symbolic.png @@ -0,0 +1 @@ +window_fullscreen.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/window_fullscreen.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/window_fullscreen.png new file mode 120000 index 000000000..37aaf877e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/window_fullscreen.png @@ -0,0 +1 @@ +view-fullscreen.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/window_nofullscreen-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/window_nofullscreen-symbolic.png new file mode 120000 index 000000000..07b973d67 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/window_nofullscreen-symbolic.png @@ -0,0 +1 @@ +window_nofullscreen.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/window_nofullscreen.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/window_nofullscreen.png new file mode 120000 index 000000000..5b9d8f68b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/window_nofullscreen.png @@ -0,0 +1 @@ +view-restore.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/xfce-system-exit-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/xfce-system-exit-symbolic.png new file mode 120000 index 000000000..214adf7fb --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/xfce-system-exit-symbolic.png @@ -0,0 +1 @@ +xfce-system-exit.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/xfce-system-exit.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/xfce-system-exit.png new file mode 120000 index 000000000..0ecb0b9ba --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/xfce-system-exit.png @@ -0,0 +1 @@ +application-exit.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/xfce-system-settings-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/xfce-system-settings-symbolic.png new file mode 120000 index 000000000..28a6ef505 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/xfce-system-settings-symbolic.png @@ -0,0 +1 @@ +xfce-system-settings.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/xfce-system-settings.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/xfce-system-settings.png new file mode 120000 index 000000000..1d8138d22 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/xfce-system-settings.png @@ -0,0 +1 @@ +preferences-system.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/yast_HD-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/yast_HD-symbolic.png new file mode 120000 index 000000000..5de487b88 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/yast_HD-symbolic.png @@ -0,0 +1 @@ +yast_HD.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/yast_HD.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/yast_HD.png new file mode 120000 index 000000000..5ae622860 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/yast_HD.png @@ -0,0 +1 @@ +drive-harddisk.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/yast_idetude-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/yast_idetude-symbolic.png new file mode 120000 index 000000000..a2fdbdd54 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/yast_idetude-symbolic.png @@ -0,0 +1 @@ +yast_idetude.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/yast_idetude.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/yast_idetude.png new file mode 120000 index 000000000..5ae622860 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/yast_idetude.png @@ -0,0 +1 @@ +drive-harddisk.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-best-fit-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-best-fit-symbolic.png new file mode 120000 index 000000000..181b01518 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-best-fit-symbolic.png @@ -0,0 +1 @@ +zoom-best-fit.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-best-fit.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-best-fit.png new file mode 120000 index 000000000..9b4965a87 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-best-fit.png @@ -0,0 +1 @@ +zoom-fit-best.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-fit-best-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-fit-best-symbolic.png new file mode 120000 index 000000000..9b4965a87 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-fit-best-symbolic.png @@ -0,0 +1 @@ +zoom-fit-best.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-fit-best.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-fit-best.png Binary files differnew file mode 100644 index 000000000..dfbdf9b6e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-fit-best.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-in-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-in-symbolic.png new file mode 120000 index 000000000..ee0a4b39d --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-in-symbolic.png @@ -0,0 +1 @@ +zoom-in.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-in.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-in.png Binary files differnew file mode 100644 index 000000000..3a386fae7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-in.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-original-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-original-symbolic.png new file mode 120000 index 000000000..bfeb09ed1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-original-symbolic.png @@ -0,0 +1 @@ +zoom-original.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-original.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-original.png Binary files differnew file mode 100644 index 000000000..499cbd6c6 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-original.png diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-out-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-out-symbolic.png new file mode 120000 index 000000000..be243b08a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-out-symbolic.png @@ -0,0 +1 @@ +zoom-out.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-out.png b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-out.png Binary files differnew file mode 100644 index 000000000..22afd1951 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/24x24/stock/zoom-out.png diff --git a/packaging/macosx/Resources/icons/GtkStock/32x32/stock/gtk-dnd-multiple-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/32x32/stock/gtk-dnd-multiple-symbolic.png new file mode 120000 index 000000000..0bf3991f5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/32x32/stock/gtk-dnd-multiple-symbolic.png @@ -0,0 +1 @@ +gtk-dnd-multiple.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/32x32/stock/gtk-dnd-multiple.png b/packaging/macosx/Resources/icons/GtkStock/32x32/stock/gtk-dnd-multiple.png Binary files differnew file mode 100644 index 000000000..dc09283f4 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/32x32/stock/gtk-dnd-multiple.png diff --git a/packaging/macosx/Resources/icons/GtkStock/32x32/stock/gtk-dnd-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/32x32/stock/gtk-dnd-symbolic.png new file mode 120000 index 000000000..b0e9ec3d7 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/32x32/stock/gtk-dnd-symbolic.png @@ -0,0 +1 @@ +gtk-dnd.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/32x32/stock/gtk-dnd.png b/packaging/macosx/Resources/icons/GtkStock/32x32/stock/gtk-dnd.png Binary files differnew file mode 100644 index 000000000..c58e5a6f4 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/32x32/stock/gtk-dnd.png diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-error-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-error-symbolic.png new file mode 120000 index 000000000..ab8db5ec3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-error-symbolic.png @@ -0,0 +1 @@ +dialog-error.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-error.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-error.png Binary files differnew file mode 100644 index 000000000..cb03e5420 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-error.png diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-information-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-information-symbolic.png new file mode 120000 index 000000000..5faec85f1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-information-symbolic.png @@ -0,0 +1 @@ +dialog-information.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-information.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-information.png Binary files differnew file mode 100644 index 000000000..d73990ecc --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-information.png diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-password-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-password-symbolic.png new file mode 120000 index 000000000..c9e65253c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-password-symbolic.png @@ -0,0 +1 @@ +dialog-password.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-password.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-password.png Binary files differnew file mode 100644 index 000000000..f81198437 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-password.png diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-question-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-question-symbolic.png new file mode 120000 index 000000000..80b9b28c1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-question-symbolic.png @@ -0,0 +1 @@ +dialog-question.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-question.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-question.png Binary files differnew file mode 100644 index 000000000..14dbd9cac --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-question.png diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-warning-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-warning-symbolic.png new file mode 120000 index 000000000..91cec009b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-warning-symbolic.png @@ -0,0 +1 @@ +dialog-warning.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-warning.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-warning.png Binary files differnew file mode 100644 index 000000000..827a33918 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/dialog-warning.png diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/error-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/error-symbolic.png new file mode 120000 index 000000000..39fca4944 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/error-symbolic.png @@ -0,0 +1 @@ +error.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/error.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/error.png new file mode 120000 index 000000000..ab8db5ec3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/error.png @@ -0,0 +1 @@ +dialog-error.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-authentication-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-authentication-symbolic.png new file mode 120000 index 000000000..51ce2e75e --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-authentication-symbolic.png @@ -0,0 +1 @@ +gtk-dialog-authentication.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-authentication.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-authentication.png new file mode 120000 index 000000000..c9e65253c --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-authentication.png @@ -0,0 +1 @@ +dialog-password.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-error-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-error-symbolic.png new file mode 120000 index 000000000..e5f28e590 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-error-symbolic.png @@ -0,0 +1 @@ +gtk-dialog-error.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-error.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-error.png new file mode 120000 index 000000000..ab8db5ec3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-error.png @@ -0,0 +1 @@ +dialog-error.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-info-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-info-symbolic.png new file mode 120000 index 000000000..70ccbc7aa --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-info-symbolic.png @@ -0,0 +1 @@ +gtk-dialog-info.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-info.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-info.png new file mode 120000 index 000000000..5faec85f1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-info.png @@ -0,0 +1 @@ +dialog-information.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-question-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-question-symbolic.png new file mode 120000 index 000000000..40bbebc0a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-question-symbolic.png @@ -0,0 +1 @@ +gtk-dialog-question.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-question.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-question.png new file mode 120000 index 000000000..80b9b28c1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-question.png @@ -0,0 +1 @@ +dialog-question.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-warning-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-warning-symbolic.png new file mode 120000 index 000000000..0a6758972 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-warning-symbolic.png @@ -0,0 +1 @@ +gtk-dialog-warning.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-warning.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-warning.png new file mode 120000 index 000000000..91cec009b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/gtk-dialog-warning.png @@ -0,0 +1 @@ +dialog-warning.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/important-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/important-symbolic.png new file mode 120000 index 000000000..e90fb7379 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/important-symbolic.png @@ -0,0 +1 @@ +important.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/important.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/important.png new file mode 120000 index 000000000..91cec009b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/important.png @@ -0,0 +1 @@ +dialog-warning.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/info-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/info-symbolic.png new file mode 120000 index 000000000..ad789b531 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/info-symbolic.png @@ -0,0 +1 @@ +info.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/info.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/info.png new file mode 120000 index 000000000..5faec85f1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/info.png @@ -0,0 +1 @@ +dialog-information.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/messagebox_critical-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/messagebox_critical-symbolic.png new file mode 120000 index 000000000..d94c949fb --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/messagebox_critical-symbolic.png @@ -0,0 +1 @@ +messagebox_critical.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/messagebox_critical.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/messagebox_critical.png new file mode 120000 index 000000000..ab8db5ec3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/messagebox_critical.png @@ -0,0 +1 @@ +dialog-error.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/messagebox_info-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/messagebox_info-symbolic.png new file mode 120000 index 000000000..bfc646ad5 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/messagebox_info-symbolic.png @@ -0,0 +1 @@ +messagebox_info.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/messagebox_info.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/messagebox_info.png new file mode 120000 index 000000000..5faec85f1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/messagebox_info.png @@ -0,0 +1 @@ +dialog-information.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/messagebox_warning-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/messagebox_warning-symbolic.png new file mode 120000 index 000000000..a153cb75b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/messagebox_warning-symbolic.png @@ -0,0 +1 @@ +messagebox_warning.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/messagebox_warning.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/messagebox_warning.png new file mode 120000 index 000000000..91cec009b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/messagebox_warning.png @@ -0,0 +1 @@ +dialog-warning.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/stock_dialog-error-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/stock_dialog-error-symbolic.png new file mode 120000 index 000000000..561c74e6a --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/stock_dialog-error-symbolic.png @@ -0,0 +1 @@ +stock_dialog-error.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/stock_dialog-error.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/stock_dialog-error.png new file mode 120000 index 000000000..ab8db5ec3 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/stock_dialog-error.png @@ -0,0 +1 @@ +dialog-error.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/stock_dialog-info-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/stock_dialog-info-symbolic.png new file mode 120000 index 000000000..5b4fe4bc6 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/stock_dialog-info-symbolic.png @@ -0,0 +1 @@ +stock_dialog-info.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/stock_dialog-info.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/stock_dialog-info.png new file mode 120000 index 000000000..5faec85f1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/stock_dialog-info.png @@ -0,0 +1 @@ +dialog-information.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/stock_dialog-question-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/stock_dialog-question-symbolic.png new file mode 120000 index 000000000..18fb1c428 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/stock_dialog-question-symbolic.png @@ -0,0 +1 @@ +stock_dialog-question.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/stock_dialog-question.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/stock_dialog-question.png new file mode 120000 index 000000000..80b9b28c1 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/stock_dialog-question.png @@ -0,0 +1 @@ +dialog-question.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/stock_dialog-warning-symbolic.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/stock_dialog-warning-symbolic.png new file mode 120000 index 000000000..b140b7938 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/stock_dialog-warning-symbolic.png @@ -0,0 +1 @@ +stock_dialog-warning.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/48x48/stock/stock_dialog-warning.png b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/stock_dialog-warning.png new file mode 120000 index 000000000..91cec009b --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/48x48/stock/stock_dialog-warning.png @@ -0,0 +1 @@ +dialog-warning.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/icons/GtkStock/icon-theme.cache b/packaging/macosx/Resources/icons/GtkStock/icon-theme.cache Binary files differnew file mode 100644 index 000000000..f0a1f2e23 --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/icon-theme.cache diff --git a/packaging/macosx/Resources/icons/GtkStock/index.theme b/packaging/macosx/Resources/icons/GtkStock/index.theme new file mode 100644 index 000000000..04adf411f --- /dev/null +++ b/packaging/macosx/Resources/icons/GtkStock/index.theme @@ -0,0 +1,34 @@ +[Icon Theme] +Name=GtkStock +Inherits=hicolor +Comment=Gtk Stock Icons for Inkscape.app +Example=folder + +# Directory list +Directories=16x16/stock,20x20/stock,24x24/stock,32x32/stock,48x48/stock, + +[16x16/stock] +Size=16 +Context=Stock +Type=fixed + +[20x20/stock] +Size=20 +Context=Stock +Type=fixed + +[24x24/stock] +Size=24 +Context=Stock +Type=fixed + +[32x32/stock] +Size=32 +Context=Stock +Type=fixed + +[48x48/stock] +Size=48 +Context=Stock +Type=fixed + diff --git a/packaging/macosx/Resources/themes/Adwaita/.DS_Store b/packaging/macosx/Resources/themes/Adwaita/.DS_Store Binary files differnew file mode 100644 index 000000000..866914c2f --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/.DS_Store diff --git a/packaging/macosx/Resources/themes/Adwaita/backgrounds/adwaita-timed.xml b/packaging/macosx/Resources/themes/Adwaita/backgrounds/adwaita-timed.xml new file mode 100644 index 000000000..4717076d0 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/backgrounds/adwaita-timed.xml @@ -0,0 +1,51 @@ +<background> + <starttime> + <year>2011</year> + <month>11</month> + <day>24</day> + <hour>7</hour> + <minute>00</minute> + <second>00</second> + </starttime> + +<!-- This animation will start at 7 AM. --> + +<!-- We start with sunrise at 7 AM. It will remain up for 1 hour. --> +<static> +<duration>3600.0</duration> +<file>/opt/local-x11/share/themes/Adwaita/backgrounds/morning.jpg</file> +</static> + +<!-- Sunrise starts to transition to day at 8 AM. The transition lasts for 5 hours, ending at 1 PM. --> +<transition type="overlay"> +<duration>18000.0</duration> +<from>/opt/local-x11/share/themes/Adwaita/backgrounds/morning.jpg</from> +<to>/opt/local-x11/share/themes/Adwaita/backgrounds/bright-day.jpg</to> +</transition> + +<!-- It's 1 PM, we're showing the day image in full force now, for 5 hours ending at 6 PM. --> +<static> +<duration>18000.0</duration> +<file>/opt/local-x11/share/themes/Adwaita/backgrounds/bright-day.jpg</file> +</static> + +<!-- It's 7 PM and it's going to start to get darker. This will transition for 6 hours up until midnight. --> +<transition type="overlay"> +<duration>21600.0</duration> +<from>/opt/local-x11/share/themes/Adwaita/backgrounds/bright-day.jpg</from> +<to>/opt/local-x11/share/themes/Adwaita/backgrounds/good-night.jpg</to> +</transition> + +<!-- It's midnight. It'll stay dark for 5 hours up until 5 AM. --> +<static> +<duration>18000.0</duration> +<file>/opt/local-x11/share/themes/Adwaita/backgrounds/good-night.jpg</file> +</static> + +<!-- It's 5 AM. We'll start transitioning to sunrise for 2 hours up until 7 AM. --> +<transition type="overlay"> +<duration>7200.0</duration> +<from>/opt/local-x11/share/themes/Adwaita/backgrounds/good-night.jpg</from> +<to>/opt/local-x11/share/themes/Adwaita/backgrounds/morning.jpg</to> +</transition> +</background> diff --git a/packaging/macosx/Resources/themes/Adwaita/backgrounds/bright-day.jpg b/packaging/macosx/Resources/themes/Adwaita/backgrounds/bright-day.jpg Binary files differnew file mode 100644 index 000000000..910feaba7 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/backgrounds/bright-day.jpg diff --git a/packaging/macosx/Resources/themes/Adwaita/backgrounds/good-night.jpg b/packaging/macosx/Resources/themes/Adwaita/backgrounds/good-night.jpg Binary files differnew file mode 100644 index 000000000..0fd83401d --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/backgrounds/good-night.jpg diff --git a/packaging/macosx/Resources/themes/Adwaita/backgrounds/morning.jpg b/packaging/macosx/Resources/themes/Adwaita/backgrounds/morning.jpg Binary files differnew file mode 100644 index 000000000..33be99ef9 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/backgrounds/morning.jpg diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/.DS_Store b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/.DS_Store Binary files differnew file mode 100644 index 000000000..79d53e299 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/.DS_Store diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-insens.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-insens.png Binary files differnew file mode 100644 index 000000000..e87bb51ae --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-insens.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-prelight.png Binary files differnew file mode 100644 index 000000000..2d10da923 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-prelight.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-small-insens.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-small-insens.png Binary files differnew file mode 100644 index 000000000..5b5e93ca5 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-small-insens.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-small-prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-small-prelight.png Binary files differnew file mode 100644 index 000000000..0c8dea7c4 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-small-prelight.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-small.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-small.png Binary files differnew file mode 100644 index 000000000..a382bdc27 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down-small.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down.png Binary files differnew file mode 100644 index 000000000..6019518f8 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-down.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-left-insens.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-left-insens.png Binary files differnew file mode 100644 index 000000000..36a645225 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-left-insens.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-left-prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-left-prelight.png Binary files differnew file mode 100644 index 000000000..364984ebd --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-left-prelight.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-left.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-left.png Binary files differnew file mode 100644 index 000000000..e7f216da6 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-left.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-right-insens.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-right-insens.png Binary files differnew file mode 100644 index 000000000..c726f5a6f --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-right-insens.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-right-prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-right-prelight.png Binary files differnew file mode 100644 index 000000000..934076a07 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-right-prelight.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-right.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-right.png Binary files differnew file mode 100644 index 000000000..2f640e2ef --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-right.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-insens.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-insens.png Binary files differnew file mode 100644 index 000000000..546fd0377 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-insens.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-prelight.png Binary files differnew file mode 100644 index 000000000..80a746dce --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-prelight.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-small-insens.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-small-insens.png Binary files differnew file mode 100644 index 000000000..b89863c35 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-small-insens.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-small-prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-small-prelight.png Binary files differnew file mode 100644 index 000000000..75c45c92f --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-small-prelight.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-small.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-small.png Binary files differnew file mode 100644 index 000000000..fc7ce0b31 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up-small.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up.png Binary files differnew file mode 100644 index 000000000..ad8723162 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/arrow-up.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/menu-arrow-prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/menu-arrow-prelight.png Binary files differnew file mode 100644 index 000000000..9a2d7de74 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/menu-arrow-prelight.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/menu-arrow.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/menu-arrow.png Binary files differnew file mode 100644 index 000000000..d481aa79b --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Arrows/menu-arrow.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-default-nohilight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-default-nohilight.png Binary files differnew file mode 100644 index 000000000..c30683369 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-default-nohilight.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-default.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-default.png Binary files differnew file mode 100644 index 000000000..1150b055c --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-default.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-insensitive-nohilight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-insensitive-nohilight.png Binary files differnew file mode 100644 index 000000000..88b3b1b85 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-insensitive-nohilight.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-insensitive.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-insensitive.png Binary files differnew file mode 100644 index 000000000..bef18a0d8 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-insensitive.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-prelight-nohilight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-prelight-nohilight.png Binary files differnew file mode 100644 index 000000000..0e2a559ef --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-prelight-nohilight.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-prelight.png Binary files differnew file mode 100644 index 000000000..a1e7cd4f2 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-prelight.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-pressed-nohilight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-pressed-nohilight.png Binary files differnew file mode 100644 index 000000000..1493cad19 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-pressed-nohilight.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-pressed.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-pressed.png Binary files differnew file mode 100644 index 000000000..c7d0d51ae --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Buttons/button-pressed.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/checkbox-checked-insensitive.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/checkbox-checked-insensitive.png Binary files differnew file mode 100644 index 000000000..e0d48977d --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/checkbox-checked-insensitive.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/checkbox-checked.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/checkbox-checked.png Binary files differnew file mode 100644 index 000000000..046e2c664 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/checkbox-checked.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/checkbox-unchecked-insensitive.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/checkbox-unchecked-insensitive.png Binary files differnew file mode 100644 index 000000000..7a5a28e49 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/checkbox-unchecked-insensitive.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/checkbox-unchecked.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/checkbox-unchecked.png Binary files differnew file mode 100644 index 000000000..6ae7b9f80 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/checkbox-unchecked.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/menucheck.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/menucheck.png Binary files differnew file mode 100644 index 000000000..ae0cc6ab7 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/menucheck.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/menucheck_prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/menucheck_prelight.png Binary files differnew file mode 100644 index 000000000..35dc5a755 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/menucheck_prelight.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/menuoption.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/menuoption.png Binary files differnew file mode 100644 index 000000000..ca3b939d7 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/menuoption.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/menuoption_prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/menuoption_prelight.png Binary files differnew file mode 100644 index 000000000..0a409ab74 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/menuoption_prelight.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/option-checked-insensitive.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/option-checked-insensitive.png Binary files differnew file mode 100644 index 000000000..026660a99 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/option-checked-insensitive.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/option-checked.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/option-checked.png Binary files differnew file mode 100644 index 000000000..2a03148a4 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/option-checked.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/option-unchecked-insensitive.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/option-unchecked-insensitive.png Binary files differnew file mode 100644 index 000000000..02c20ffa9 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/option-unchecked-insensitive.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/option-unchecked.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/option-unchecked.png Binary files differnew file mode 100644 index 000000000..5bf608de3 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Check-Radio/option-unchecked.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-bg.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-bg.png Binary files differnew file mode 100644 index 000000000..3ec5cfdb9 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-bg.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-notebook.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-notebook.png Binary files differnew file mode 100644 index 000000000..3f400ce8b --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-notebook.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-rtl-bg.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-rtl-bg.png Binary files differnew file mode 100644 index 000000000..e20312bad --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-rtl-bg.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-rtl-notebook.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-rtl-notebook.png Binary files differnew file mode 100644 index 000000000..4aea86fce --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-rtl-notebook.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-bg.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-bg.png Binary files differnew file mode 100644 index 000000000..5717fab12 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-bg.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-bg.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-bg.png Binary files differnew file mode 100644 index 000000000..b5fc666b0 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-bg.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-notebook.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-notebook.png Binary files differnew file mode 100644 index 000000000..bd768dd3f --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-notebook.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-rtl-bg.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-rtl-bg.png Binary files differnew file mode 100644 index 000000000..aef4a29bc --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-rtl-bg.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-rtl-notebook.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-rtl-notebook.png Binary files differnew file mode 100644 index 000000000..45eee33b1 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-rtl-notebook.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-notebook.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-notebook.png Binary files differnew file mode 100644 index 000000000..217a7e2c9 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-notebook.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-rtl-bg.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-rtl-bg.png Binary files differnew file mode 100644 index 000000000..0df28c54d --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-rtl-bg.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-rtl-notebook.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-rtl-notebook.png Binary files differnew file mode 100644 index 000000000..a4f9bbbf5 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-rtl-notebook.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-active-rtl.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-active-rtl.png Binary files differnew file mode 100644 index 000000000..0b7d9f3a6 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-active-rtl.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-active.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-active.png Binary files differnew file mode 100644 index 000000000..4737ad1c5 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-active.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-disabled-rtl.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-disabled-rtl.png Binary files differnew file mode 100644 index 000000000..b317926bc --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-disabled-rtl.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-disabled.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-disabled.png Binary files differnew file mode 100644 index 000000000..5c8d5a45e --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-disabled.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-rtl.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-rtl.png Binary files differnew file mode 100644 index 000000000..213387fa7 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-rtl.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button.png Binary files differnew file mode 100644 index 000000000..6671400bc --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/combo-entry-button.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-active-bg-solid.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-active-bg-solid.png Binary files differnew file mode 100644 index 000000000..85839b54a --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-active-bg-solid.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-active-bg.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-active-bg.png Binary files differnew file mode 100644 index 000000000..c9abe1eba --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-active-bg.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-active-notebook.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-active-notebook.png Binary files differnew file mode 100644 index 000000000..15c343f95 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-active-notebook.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-bg-solid.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-bg-solid.png Binary files differnew file mode 100644 index 000000000..4fd41cdbd --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-bg-solid.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-bg.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-bg.png Binary files differnew file mode 100644 index 000000000..3a492dac7 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-bg.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-disabled-bg.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-disabled-bg.png Binary files differnew file mode 100644 index 000000000..e16b8dd2f --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-disabled-bg.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-disabled-notebook.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-disabled-notebook.png Binary files differnew file mode 100644 index 000000000..0c1404262 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-disabled-notebook.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-fill-plain.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-fill-plain.png Binary files differnew file mode 100644 index 000000000..cc401ea56 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-fill-plain.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-fill-solid.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-fill-solid.png Binary files differnew file mode 100644 index 000000000..a1997b7b5 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-fill-solid.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-fill.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-fill.png Binary files differnew file mode 100644 index 000000000..e28e81530 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-fill.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-notebook.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-notebook.png Binary files differnew file mode 100644 index 000000000..246f2fc51 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Entry/entry-border-notebook.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Expanders/minus.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Expanders/minus.png Binary files differnew file mode 100644 index 000000000..4a0d12637 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Expanders/minus.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Expanders/plus.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Expanders/plus.png Binary files differnew file mode 100644 index 000000000..e5ac141f9 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Expanders/plus.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Handles/handle-h.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Handles/handle-h.png Binary files differnew file mode 100644 index 000000000..f87fa8be7 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Handles/handle-h.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Handles/handle-v.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Handles/handle-v.png Binary files differnew file mode 100644 index 000000000..f7675dd91 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Handles/handle-v.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Lines/line-h.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Lines/line-h.png Binary files differnew file mode 100644 index 000000000..05ffb1f86 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Lines/line-h.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Lines/line-v.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Lines/line-v.png Binary files differnew file mode 100644 index 000000000..ce3e1407d --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Lines/line-v.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Lines/menu_line_h.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Lines/menu_line_h.png Binary files differnew file mode 100644 index 000000000..071d5a74c --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Lines/menu_line_h.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Menu-Menubar/menubar.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Menu-Menubar/menubar.png Binary files differnew file mode 100644 index 000000000..744847e8a --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Menu-Menubar/menubar.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Menu-Menubar/menubar_button.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Menu-Menubar/menubar_button.png Binary files differnew file mode 100644 index 000000000..7bb832c84 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Menu-Menubar/menubar_button.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Others/focus.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Others/focus.png Binary files differnew file mode 100644 index 000000000..24b65d372 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Others/focus.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Others/null.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Others/null.png Binary files differnew file mode 100644 index 000000000..9d7e6bedc --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Others/null.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Others/tree_header.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Others/tree_header.png Binary files differnew file mode 100644 index 000000000..b5b4b3d1f --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Others/tree_header.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/ProgressBar/progressbar.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/ProgressBar/progressbar.png Binary files differnew file mode 100644 index 000000000..389848d97 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/ProgressBar/progressbar.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/ProgressBar/progressbar_v.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/ProgressBar/progressbar_v.png Binary files differnew file mode 100644 index 000000000..fcd82d14b --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/ProgressBar/progressbar_v.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/ProgressBar/trough-progressbar.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/ProgressBar/trough-progressbar.png Binary files differnew file mode 100644 index 000000000..c7d0d51ae --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/ProgressBar/trough-progressbar.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/ProgressBar/trough-progressbar_v.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/ProgressBar/trough-progressbar_v.png Binary files differnew file mode 100644 index 000000000..fe29d7378 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/ProgressBar/trough-progressbar_v.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/slider-horiz-prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/slider-horiz-prelight.png Binary files differnew file mode 100644 index 000000000..f8da785ca --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/slider-horiz-prelight.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/slider-horiz.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/slider-horiz.png Binary files differnew file mode 100644 index 000000000..f8da785ca --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/slider-horiz.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/slider-vert-prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/slider-vert-prelight.png Binary files differnew file mode 100644 index 000000000..19463a9c6 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/slider-vert-prelight.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/slider-vert.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/slider-vert.png Binary files differnew file mode 100644 index 000000000..19463a9c6 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/slider-vert.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/trough-horizontal.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/trough-horizontal.png Binary files differnew file mode 100644 index 000000000..e6d11d78a --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/trough-horizontal.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/trough-vertical.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/trough-vertical.png Binary files differnew file mode 100644 index 000000000..f03e15d30 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Range/trough-vertical.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-horiz-active.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-horiz-active.png Binary files differnew file mode 100644 index 000000000..b9a289e35 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-horiz-active.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-horiz-insens.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-horiz-insens.png Binary files differnew file mode 100644 index 000000000..6b2a1b87a --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-horiz-insens.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-horiz-prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-horiz-prelight.png Binary files differnew file mode 100644 index 000000000..b9f6e9bbf --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-horiz-prelight.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-horiz.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-horiz.png Binary files differnew file mode 100644 index 000000000..3a1002ca5 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-horiz.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-vert-active.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-vert-active.png Binary files differnew file mode 100644 index 000000000..1fa45af3f --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-vert-active.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-vert-insens.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-vert-insens.png Binary files differnew file mode 100644 index 000000000..c913988e9 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-vert-insens.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-vert-prelight.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-vert-prelight.png Binary files differnew file mode 100644 index 000000000..3836396d0 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-vert-prelight.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-vert.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-vert.png Binary files differnew file mode 100644 index 000000000..b35da7bab --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/slider-vert.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png Binary files differnew file mode 100644 index 000000000..46207b200 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/trough-scrollbar-vert.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/trough-scrollbar-vert.png Binary files differnew file mode 100644 index 000000000..74b81ada4 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Scrollbars/trough-scrollbar-vert.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Shadows/frame-gap-end.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Shadows/frame-gap-end.png Binary files differnew file mode 100644 index 000000000..58cacf532 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Shadows/frame-gap-end.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Shadows/frame-gap-start.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Shadows/frame-gap-start.png Binary files differnew file mode 100644 index 000000000..0b7e484bf --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Shadows/frame-gap-start.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Shadows/frame.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Shadows/frame.png Binary files differnew file mode 100644 index 000000000..d971298ff --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Shadows/frame.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/down-background-disable-rtl.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/down-background-disable-rtl.png Binary files differnew file mode 100644 index 000000000..59c29f140 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/down-background-disable-rtl.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/down-background-disable.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/down-background-disable.png Binary files differnew file mode 100644 index 000000000..2fbc3cb12 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/down-background-disable.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/down-background-rtl.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/down-background-rtl.png Binary files differnew file mode 100644 index 000000000..8c4e254d8 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/down-background-rtl.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/down-background.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/down-background.png Binary files differnew file mode 100644 index 000000000..b8eb29aa5 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/down-background.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/up-background-disable-rtl.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/up-background-disable-rtl.png Binary files differnew file mode 100644 index 000000000..a5b62f6eb --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/up-background-disable-rtl.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/up-background-disable.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/up-background-disable.png Binary files differnew file mode 100644 index 000000000..f0d445221 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/up-background-disable.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/up-background-rtl.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/up-background-rtl.png Binary files differnew file mode 100644 index 000000000..3a441fe47 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/up-background-rtl.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/up-background.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/up-background.png Binary files differnew file mode 100644 index 000000000..67907ed10 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Spin/up-background.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/notebook-gap-horiz.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/notebook-gap-horiz.png Binary files differnew file mode 100644 index 000000000..db0b21c05 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/notebook-gap-horiz.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/notebook-gap-vert.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/notebook-gap-vert.png Binary files differnew file mode 100644 index 000000000..bd8565da8 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/notebook-gap-vert.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/notebook.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/notebook.png Binary files differnew file mode 100644 index 000000000..fd6048df7 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/notebook.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-bottom-active.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-bottom-active.png Binary files differnew file mode 100644 index 000000000..e5646a4d1 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-bottom-active.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-bottom.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-bottom.png Binary files differnew file mode 100644 index 000000000..765c39712 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-bottom.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-left-active.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-left-active.png Binary files differnew file mode 100644 index 000000000..fab96d6ce --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-left-active.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-left.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-left.png Binary files differnew file mode 100644 index 000000000..381c23e4e --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-left.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-right-active.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-right-active.png Binary files differnew file mode 100644 index 000000000..ad2d60c97 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-right-active.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-right.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-right.png Binary files differnew file mode 100644 index 000000000..e01501bd4 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-right.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-top-active.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-top-active.png Binary files differnew file mode 100644 index 000000000..94acac0d0 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-top-active.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-top.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-top.png Binary files differnew file mode 100644 index 000000000..d5fe3ac5f --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Tabs/tab-top.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Toolbar/inline-toolbar.png b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Toolbar/inline-toolbar.png Binary files differnew file mode 100644 index 000000000..917347880 --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/Toolbar/inline-toolbar.png diff --git a/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/gtkrc b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/gtkrc new file mode 100644 index 000000000..2462866bf --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/gtk-2.0/gtkrc @@ -0,0 +1,2391 @@ +# Bridge | ScionicSpectre + +gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#000000\ntooltip_fg_color:#FFFFFF\nselected_bg_color:#4A90D9\nselected_fg_color:#FFFFFF\ntext_color:#313739\nbg_color:#EDEDED\ninsensitive_bg_color:#F4F4F2\ntooltip_bg_color:#343434" + +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +style "default" +{ + xthickness = 1 + ythickness = 1 + + # Style Properties + + GtkWidget::focus-line-width = 1 + GtkMenuBar::window-dragging = 1 + GtkToolbar::window-dragging = 1 + GtkToolbar::internal-padding = 4 + GtkToolButton::icon-spacing = 4 + + GtkWidget::tooltip-radius = 3 + GtkWidget::tooltip-alpha = 235 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkSeparatorMenuItem::horizontal-padding = 3 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 1 + + GtkButton::child-displacement-y = 0 + GtkButton::default-border = { 0, 0, 0, 0 } + GtkButton::default-outside_border = { 0, 0, 0, 0 } + + GtkEntry::state-hint = 1 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 13 + GtkRange::stepper-size = 0 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 42 + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkVScale::slider_length = 16 + GtkVScale::slider_width = 16 + GtkHScale::slider_length = 16 + GtkHScale::slider_width = 17 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 0 + + GtkCheckButton::indicator_spacing = 3 + GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } + + GtkTreeView::row_ending_details = 0 + GtkTreeView::expander-size = 11 + GtkTreeView::vertical-separator = 4 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 1 + + GtkExpander::expander-size = 11 + + # Colors + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = darker (@bg_color) + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.9, @selected_bg_color) + + # For succinctness, all reasonable pixmap options remain here + + engine "pixmap" + { + + # Check Buttons + + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "Check-Radio/checkbox-unchecked.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "Check-Radio/checkbox-unchecked.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "Check-Radio/checkbox-unchecked.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = OUT + overlay_file = "Check-Radio/checkbox-unchecked.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "Check-Radio/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "Check-Radio/checkbox-checked.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "Check-Radio/checkbox-checked.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "Check-Radio/checkbox-checked.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "Check-Radio/checkbox-checked.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "Check-Radio/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image + { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "Check-Radio/option-unchecked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "Check-Radio/option-unchecked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "Check-Radio/option-unchecked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "Check-Radio/option-unchecked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "Check-Radio/option-unchecked-insensitive.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "Check-Radio/option-checked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "Check-Radio/option-checked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "Check-Radio/option-checked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "Check-Radio/option-checked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "Check-Radio/option-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Arrows + + image + { + function = ARROW + overlay_file = "Arrows/arrow-up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "Arrows/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + image + { + function = ARROW + state = ACTIVE + overlay_file = "Arrows/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + image + { + function = ARROW + state = INSENSITIVE + overlay_file = "Arrows/arrow-up-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + + image + { + function = ARROW + state = NORMAL + overlay_file = "Arrows/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "Arrows/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + image + { + function = ARROW + state = ACTIVE + overlay_file = "Arrows/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + image + { + function = ARROW + state = INSENSITIVE + overlay_file = "Arrows/arrow-down-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image + { + function = ARROW + overlay_file = "Arrows/arrow-left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "Arrows/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + image + { + function = ARROW + state = ACTIVE + overlay_file = "Arrows/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + image + { + function = ARROW + state = INSENSITIVE + overlay_file = "Arrows/arrow-left-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image + { + function = ARROW + overlay_file = "Arrows/arrow-right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "Arrows/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = ARROW + state = ACTIVE + overlay_file = "Arrows/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = ARROW + state = INSENSITIVE + overlay_file = "Arrows/arrow-right-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + + # Option Menu Arrows + + image + { + function = TAB + state = INSENSITIVE + overlay_file = "Arrows/arrow-down-insens.png" + overlay_stretch = FALSE + } + image + { + function = TAB + state = NORMAL + overlay_file = "Arrows/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + image + { + function = TAB + state = PRELIGHT + overlay_file = "Arrows/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + # Lines + + image + { + function = VLINE + file = "Lines/line-v.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + image + { + function = HLINE + file = "Lines/line-h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + # Focuslines + + image + { + function = FOCUS + file = "Others/focus.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + # Handles + + image + { + function = HANDLE + overlay_file = "Handles/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + image + { + function = HANDLE + overlay_file = "Handles/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Expanders + + image + { + function = EXPANDER + expander_style = COLLAPSED + file = "Expanders/plus.png" + } + + image + { + function = EXPANDER + expander_style = EXPANDED + file = "Expanders/minus.png" + } + + image + { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "Expanders/minus.png" + } + + image + { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "Expanders/plus.png" + } + + image + { + function = RESIZE_GRIP + state = NORMAL + detail = "statusbar" + overlay_file = "Others/null.png" + overlay_border = { 0,0,0,0 } + overlay_stretch = FALSE + } + + # Shadows ( this area needs help :P ) + + image + { + function = SHADOW_GAP + file = "Others/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + } +} + +style "toplevel_hack" +{ + engine "adwaita" + { + } +} + +style "ooo_stepper_hack" +{ + GtkScrollbar::stepper-size = 13 + GtkScrollbar::has-backward-stepper = 1 + GtkScrollbar::has-forward-stepper = 1 +} + +style "scrollbar" +{ + engine "pixmap" + { + image + { + function = BOX + detail = "trough" + file = "Scrollbars/trough-scrollbar-horiz.png" + border = { 19, 19, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + image + { + function = BOX + detail = "trough" + file = "Scrollbars/trough-scrollbar-vert.png" + border = { 4, 4, 19, 19 } + stretch = TRUE + orientation = VERTICAL + } + +# Sliders + + image + { + function = SLIDER + state = NORMAL + file = "Scrollbars/slider-horiz.png" + border = { 7, 7, 5, 5 } + stretch = TRUE + orientation = HORIZONTAL + + } + image + { + function = SLIDER + state = ACTIVE + file = "Scrollbars/slider-horiz-active.png" + border = { 7, 7, 5, 5 } + stretch = TRUE + orientation = HORIZONTAL + + } + image + { + function = SLIDER + state = PRELIGHT + file = "Scrollbars/slider-horiz-prelight.png" + border = { 7, 7, 5, 5 } + stretch = TRUE + orientation = HORIZONTAL + + } + image + { + function = SLIDER + state = INSENSITIVE + file = "Scrollbars/slider-horiz-insens.png" + border = { 7, 7, 5, 5 } + stretch = TRUE + orientation = HORIZONTAL + } + +# X Verticals + + image + { + function = SLIDER + state = NORMAL + file = "Scrollbars/slider-vert.png" + border = { 5, 5, 7, 7 } + stretch = TRUE + orientation = VERTICAL + + } + image + { + function = SLIDER + state = ACTIVE + file = "Scrollbars/slider-vert-active.png" + border = { 5, 5, 7, 7 } + stretch = TRUE + orientation = VERTICAL + + } + image + { + function = SLIDER + state = PRELIGHT + file = "Scrollbars/slider-vert-prelight.png" + border = { 5, 5, 7, 7 } + stretch = TRUE + orientation = VERTICAL + + } + image + { + function = SLIDER + state = INSENSITIVE + file = "Scrollbars/slider-vert-insens.png" + border = { 5, 5, 7, 7 } + stretch = TRUE + orientation = VERTICAL + + } + } +} + +style "menubar" +{ + bg[PRELIGHT] = "#FFF" + fg[SELECTED] = @text_color + + xthickness = 0 + ythickness = 0 + + engine "pixmap" + { + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "Menu-Menubar/menubar_button.png" + + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "menu" +{ + xthickness = 0 + ythickness = 0 + + GtkMenuItem::arrow-scaling = 0.4 + + bg[NORMAL] = shade (1.08, @bg_color) + bg[INSENSITIVE] = @base_color + bg[PRELIGHT] = @base_color + + engine "pixmap" # For menus that use horizontal lines rather than gtkseparator + { + image + { + function = HLINE + file = "Lines/menu_line_h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} + +style "menu_framed_box" +{ + engine "adwaita" + { + } +} + +style "menu_item" +{ + xthickness = 2 + ythickness = 4 + + # HACK: Gtk doesn't actually read this value + # while rendering the menu items, but Libreoffice + # does; setting this value equal to the one in + # fg[PRELIGHT] ensures a code path in the LO theming code + # that falls back to a dark text color for menu item text + # highlight. The price to pay is black text on menus as well, + # but at least it's readable. + # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 + bg[SELECTED] = @selected_fg_color + + bg[PRELIGHT] = @selected_bg_color + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color + + engine "pixmap" + { + + # Check Buttons + + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "Check-Radio/menucheck.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "Check-Radio/menucheck_prelight.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "Check-Radio/menucheck.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image + { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "Check-Radio/menuoption.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "Check-Radio/menuoption_prelight.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "Check-Radio/menuoption.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = SHADOW # This fixes boxy Qt menu items + file = "Others/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + # Arrow Buttons + + image + { + function = ARROW + state = NORMAL + overlay_file = "Arrows/menu-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "Arrows/menu-arrow-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + } +} + +style "menubar_item" +{ + xthickness = 2 + ythickness = 3 + bg[PRELIGHT] = @selected_fg_color + fg[PRELIGHT] = @text_color +} + +style "button" +{ + xthickness = 4 + ythickness = 3 + + engine "pixmap" + { + image + { + function = BOX + state = NORMAL + file = "Buttons/button-default.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = PRELIGHT + file = "Buttons/button-prelight.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = ACTIVE + file = "Buttons/button-pressed.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = INSENSITIVE + file = "Buttons/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "button_nohilight" +{ + xthickness = 4 + ythickness = 3 + + engine "pixmap" + { + image + { + function = BOX + state = NORMAL + file = "Buttons/button-default-nohilight.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = PRELIGHT + file = "Buttons/button-prelight-nohilight.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = ACTIVE + file = "Buttons/button-pressed-nohilight.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = INSENSITIVE + file = "Buttons/button-insensitive-nohilight.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "checkbutton" +{ + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color +} + +style "entry" +{ + xthickness = 3 + ythickness = 4 + + base[NORMAL] = @base_color + base[INSENSITIVE] = @insensitive_bg_color + + engine "pixmap" + { + image + { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "Entry/entry-border-bg.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "Entry/entry-border-disabled-bg.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "Entry/entry-border-active-bg.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "Entry/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + image + { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "Entry/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_entry" +{ + engine "pixmap" + { + image + { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "Entry/entry-border-notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "Entry/entry-border-disabled-notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "Entry/entry-border-active-notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "notebook_tab_label" +{ + fg[ACTIVE] = @text_color +} + +style "combobox_entry" +{ + xthickness = 3 + ythickness = 4 + + engine "pixmap" + { + # LTR version + image + { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "Entry/combo-entry-border-bg.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + image + { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "Entry/combo-entry-border-disabled-bg.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + image + { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "Entry/combo-entry-border-active-bg.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + image + { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "Entry/combo-entry-border-rtl-bg.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + image + { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "Entry/combo-entry-border-disabled-rtl-bg.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + image + { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "Entry/combo-entry-border-active-rtl-bg.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "notebook_combobox_entry" +{ + engine "pixmap" + { + # LTR version + image + { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "Entry/combo-entry-border-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + image + { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "Entry/combo-entry-border-disabled-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + image + { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "Entry/combo-entry-border-active-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + image + { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "Entry/combo-entry-border-rtl-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + image + { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "Entry/combo-entry-border-disabled-rtl-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + image + { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "Entry/combo-entry-border-active-rtl-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "combobox_entry_button" +{ + fg[ACTIVE] = @text_color + + engine "pixmap" + { + + # LTR version + image + { + function = BOX + state = NORMAL + file = "Entry/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + image + { + function = BOX + state = PRELIGHT + file = "Entry/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + image + { + function = BOX + state = INSENSITIVE + file = "Entry/combo-entry-button-disabled.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + image + { + function = BOX + state = ACTIVE + file = "Entry/combo-entry-button-active.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + image + { + function = BOX + state = NORMAL + file = "Entry/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + image + { + function = BOX + state = PRELIGHT + file = "Entry/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + image + { + function = BOX + state = INSENSITIVE + file = "Entry/combo-entry-button-disabled-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + image + { + function = BOX + state = ACTIVE + file = "Entry/combo-entry-button-active-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + } +} + +style "spinbutton" +{ + bg[NORMAL] = @bg_color + + xthickness = 3 + ythickness = 4 + + engine "pixmap" + { + image + { + function = ARROW + } + + # Spin-Up LTR + image + { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "Spin/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "Arrows/arrow-up-small.png" + overlay_stretch = FALSE + direction = LTR + } + image + { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "Spin/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "Arrows/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + image + { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "Spin/up-background-disable.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "Arrows/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + image + { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "Spin/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "Arrows/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + image + { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "Spin/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "Arrows/arrow-up-small.png" + overlay_stretch = FALSE + direction = RTL + } + image + { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "Spin/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "Arrows/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + image + { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "Spin/up-background-disable-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "Arrows/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + image + { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "Spin/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "Arrows/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + image + { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "Spin/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "Arrows/arrow-down-small.png" + overlay_stretch = FALSE + direction = LTR + } + image + { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "Spin/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "Arrows/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + image + { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "Spin/down-background-disable.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "Arrows/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + image + { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "Spin/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "Arrows/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + image + { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "Spin/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "Arrows/arrow-down-small.png" + overlay_stretch = FALSE + direction = RTL + } + image + { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "Spin/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "Arrows/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + image + { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "Spin/down-background-disable-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "Arrows/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + image + { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "Spin/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "Arrows/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + } +} + +style "gimp_spin_scale" +{ + bg[NORMAL] = @base_color + + engine "pixmap" + { + image + { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + } + image + { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + } + + image + { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "Arrows/arrow-up-small.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "Arrows/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "Arrows/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "Arrows/arrow-up-small-insens.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "Arrows/arrow-down-small.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "Arrows/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "Arrows/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "Arrows/arrow-down-small-insens.png" + overlay_stretch = FALSE + } + } +} + +style "libreoffice_entry" +{ + engine "pixmap" + { + image + { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "Entry/entry-border-fill-solid.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + image + { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "Entry/entry-border-fill-solid.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "Entry/entry-border-bg-solid.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "Entry/entry-border-active-bg-solid.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "standalone_entry" +{ + engine "pixmap" + { + image + { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + file = "Entry/entry-border-fill-plain.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + image + { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + file = "Entry/entry-border-fill-plain.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + image + { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "Entry/entry-border-bg-solid.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "Entry/entry-border-active-bg-solid.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "notebook" +{ + + xthickness = 5 + ythickness = 2 + + engine "pixmap" + { + image + { + function = EXTENSION + state = ACTIVE + file = "Tabs/tab-bottom.png" + border = { 3,3,3,5 } + stretch = TRUE + gap_side = TOP + } + image + { + function = EXTENSION + state = ACTIVE + file = "Tabs/tab-top.png" + border = { 3,3,5,3 } + stretch = TRUE + gap_side = BOTTOM + } + image + { + function = EXTENSION + state = ACTIVE + file = "Tabs/tab-left.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + image + { + function = EXTENSION + state = ACTIVE + file = "Tabs/tab-right.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + image + { + function = EXTENSION + file = "Tabs/tab-top-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + image + { + function = EXTENSION + file = "Tabs/tab-bottom-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + image + { + function = EXTENSION + file = "Tabs/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + image + { + function = EXTENSION + file = "Tabs/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + +# How to draw boxes with a gap on one side (ie the page of a notebook) + + image + { + function = BOX_GAP + file = "Tabs/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "Tabs/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = TOP + } + image + { + function = BOX_GAP + file = "Tabs/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "Tabs/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = BOTTOM + } + image + { + function = BOX_GAP + file = "Tabs/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "Tabs/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = LEFT + } + image + { + function = BOX_GAP + file = "Tabs/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "Tabs/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = RIGHT + } + +# How to draw the box of a notebook when it isnt attached to a tab + + image + { + function = BOX + file = "Tabs/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "handlebox" +{ + engine "pixmap" + { + image + { + function = BOX + file = "Others/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = IN + } + image + { + function = BOX + file = "Others/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = OUT + } + } +} + +style "combobox_separator" +{ + xthickness = 0 + ythickness = 0 + GtkWidget::wide-separators = 1 +} + +style "combobox" +{ + xthickness = 0 + ythickness = 0 +} + +style "combobox_button" +{ + xthickness = 2 + ythickness = 2 +} + +style "range" +{ + engine "pixmap" + { + image + { + function = BOX + detail = "trough" + file = "Range/trough-horizontal.png" + border = { 4, 4, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + image + { + function = BOX + detail = "trough" + file = "Range/trough-vertical.png" + border = { 0, 0, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + + # Horizontal + + image + { + function = SLIDER + state = NORMAL + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "Range/slider-horiz.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + image + { + function = SLIDER + state = PRELIGHT + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "Range/slider-horiz-prelight.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + image + { + function = SLIDER + state = INSENSITIVE + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "Range/slider-horiz.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + # Vertical + + image + { + function = SLIDER + state = NORMAL + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "Range/slider-vert.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + image + { + function = SLIDER + state = PRELIGHT + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "Range/slider-vert-prelight.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + image + { + function = SLIDER + state = INSENSITIVE + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "Range/slider-vert.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Function below removes ugly boxes + image + { + function = BOX + file = "Others/null.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + + } +} + +style "progressbar" +{ + xthickness = 1 + ythickness = 1 + + engine "pixmap" + { + image + { + function = BOX + detail = "trough" + file = "ProgressBar/trough-progressbar.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + image + { + function = BOX + detail = "bar" + file = "ProgressBar/progressbar.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = HORIZONTAL + } + image + { + function = BOX + detail = "trough" + file = "ProgressBar/trough-progressbar_v.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + image + { + function = BOX + detail = "bar" + file = "ProgressBar/progressbar_v.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = VERTICAL + } + } +} + +style "separator_menu_item" +{ + engine "pixmap" + { + image + { + function = BOX + file = "Lines/menu_line_h.png" + border = { 0, 0, 1, 0 } + stretch = TRUE + } + } +} + +style "treeview_header" +{ + ythickness = 1 + + fg[NORMAL] = shade(0.55, @bg_color) + fg[PRELIGHT] = shade(0.80, @text_color) + font_name = "Bold" + + engine "pixmap" + { + image + { + function = BOX + file = "Others/tree_header.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +style "scrolled_window" +{ + xthickness = 1 + ythickness = 1 + + engine "pixmap" + { + image + { + function = SHADOW + file = "Shadows/frame.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} + +style "frame" +{ + xthickness = 1 + ythickness = 1 + + engine "pixmap" + { + image + { + function = SHADOW + file = "Shadows/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = IN + } + image + { + function = SHADOW_GAP + file = "Shadows/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "Shadows/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "Shadows/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = IN + } + image + { + function = SHADOW + file = "Shadows/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = OUT + } + image + { + function = SHADOW_GAP + file = "Shadows/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "Shadows/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "Shadows/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = OUT + } + image + { + function = SHADOW + file = "Shadows/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_IN + } + image + { + function = SHADOW_GAP + file = "Shadows/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "Shadows/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "Shadows/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_IN + } + image + { + function = SHADOW + file = "Shadows/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_OUT + } + image + { + function = SHADOW_GAP + file = "Shadows/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "Shadows/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "Shadows/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_OUT + } + } +} + +style "gimp_toolbox_frame" +{ + engine "pixmap" + { + image + { + function = SHADOW + } + } +} + +style "toolbar" +{ + engine "pixmap" + { + image + { + function = SHADOW + } + } +} + +style "inline_toolbar" +{ + GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" + { + image + { + function = BOX + file = "Toolbar/inline-toolbar.png" + stretch = TRUE + } + } +} + +style "notebook_viewport" +{ + bg[NORMAL] = @base_color +} + +style "tooltips" +{ + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color +} + +style "eclipse-tooltips" +{ + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = shade(1.05, @bg_color) + fg[NORMAL] = @text_color + bg[SELECTED] = shade(1.05, @bg_color) +} + +# Chromium +style "chrome-gtk-frame" +{ + ChromeGtkFrame::frame-color = @bg_color + ChromeGtkFrame::inactive-frame-color = @bg_color + + ChromeGtkFrame::frame-gradient-size = 16 + ChromeGtkFrame::frame-gradient-color = shade(1.07, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color +} + +style "chrome_menu_item" +{ + bg[SELECTED] = @selected_bg_color +} + +style "null" +{ + engine "pixmap" + { + image + { + function = BOX + file = "Others/null.png" + stretch = TRUE + } + } +} + + +class "GtkWidget" style "default" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkSpinButton" style "spinbutton" +class "GtkNotebook" style "notebook" +class "GtkRange" style "range" +class "GtkProgressBar" style "progressbar" +class "GtkSeparatorMenuItem" style "separator_menu_item" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkToolbar" style "toolbar" + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenu>*" style "menu_framed_box" +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" +widget_class "*<GtkCheckButton>*" style "checkbutton" +widget_class "*<GtkComboBox>" style "combobox" +widget_class "*<GtkComboBox>*<GtkButton>" style "combobox_button" +widget_class "*<GtkComboBox>*<GtkSeparator>" style "combobox_separator" +widget_class "*HandleBox" style "handlebox" +widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header" +widget_class "*<GtkFileChooserDefault>*<GtkToolbar>" style "inline_toolbar" +widget_class "*<GtkFileChooserDefault>*<GtkToolbar>*<GtkButton>" style "button_nohilight" +widget_class "*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry" +widget_class "*<GtkComboBoxEntry>*<GtkButton>" style "combobox_entry_button" +widget_class "*<GtkInfoBar>*<GtkButton>" style "button_nohilight" +widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_viewport" + +# Entries in notebooks draw with notebook's base color, but not if there's +# something else in the middle that draws gray again +widget_class "*<GtkNotebook>*<GtkEntry>" style "notebook_entry" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkEntry>" style "entry" + +widget_class "*<GtkNotebook>*<GtkComboBoxEntry>*<GtkEntry>" style "notebook_combobox_entry" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry" + +# We also need to avoid changing fg color for the inactive notebook tab labels +widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltips" + +# Xchat special cases +widget "*xchat-inputbox" style "entry" + +# GIMP +# Disable gradients completely for GimpSpinScale +class "GimpSpinScale" style "gimp_spin_scale" +# Remove borders from "Wilbert frame" in Gimp +widget_class "*<GimpToolbox>*<GtkFrame>" style "gimp_toolbox_frame" + +# Chrome/Chromium +class "ChromeGtkFrame" style "chrome-gtk-frame" +widget_class "*Chrom*Button*" style "button" +widget_class "*<GtkCustomMenu>*<GtkCustomMenuItem>*" style "chrome_menu_item" + +# We use this weird selector to target an offscreen entry as created +# by Chrome/Chromium to derive the style for its toolbar +widget_class "<GtkEntry>" style "standalone_entry" + +# Eclipse/SWT +widget "gtk-tooltips*" style "eclipse-tooltips" +widget "*swt-toolbar-flat" style "null" + +# Openoffice, Libreoffice +class "GtkWindow" style "toplevel_hack" +widget "*openoffice-toplevel*" style "ooo_stepper_hack" +widget "*openoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*openoffice-toplevel*GtkSpinButton" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkSpinButton" style "libreoffice_entry" diff --git a/packaging/macosx/Resources/themes/Adwaita/index.theme b/packaging/macosx/Resources/themes/Adwaita/index.theme new file mode 100644 index 000000000..a3bbc428c --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/index.theme @@ -0,0 +1,141 @@ +[X-GNOME-Metatheme] +Name=Adwaita +Name[af]=Adwaita +Name[an]=Adwaita +Name[ar]=أدوايتا +Name[as]=Adwaita +Name[be]=Adwaita +Name[bg]=Адвайта +Name[bn_IN]=অদৈত +Name[ca]=Adwaita +Name[ca@valencia]=Adwaita +Name[cs]=Adwaita +Name[da]=Adwaita +Name[de]=Adwaita +Name[el]=Adwaita +Name[en_CA]=Adwaita +Name[en_GB]=Adwaita +Name[eo]=Adwaita +Name[es]=Adwaita +Name[et]=Adwaita +Name[eu]=Adwaita +Name[fa]=آدوایتا +Name[fi]=Adwaita +Name[fr]=Adwaita +Name[fy]=Adwaita +Name[ga]=Adwaita +Name[gl]=Adwaita +Name[gu]=Adwaita +Name[he]=Adwaita +Name[hi]=अद्वैत +Name[hu]=Adwaita +Name[id]=Adwaita +Name[it]=Adwaita +Name[ja]=アドワイチャ +Name[km]=Adwaita +Name[kn]=ಅದ್ವೈತ +Name[ko]=애드와이타 +Name[lt]=Adwaita +Name[lv]=Adwaita +Name[ml]=അദ്വൈതം +Name[mr]=Adwaita +Name[nb]=Adwaita +Name[nl]=Adwaita +Name[or]=Adwaita +Name[pa]=ਅਡਵੇਟਾ +Name[pl]=Adwaita +Name[pt]=Adwaita +Name[pt_BR]=Adwaita +Name[ro]=Adwaita +Name[ru]=Адвайта +Name[sk]=Adwaita +Name[sl]=Adwaita +Name[sr]=Адвајта +Name[sr@latin]=Advajta +Name[sv]=Adwaita +Name[ta]=அத்வைதா +Name[te]=అద్వైత +Name[tg]=Адваита +Name[th]=อัทไวตะ +Name[tr]=Sadece bir tane +Name[ug]=Adwaita +Name[uk]=Адвайта +Name[uz@cyrillic]=Адвайта +Name[vi]=Adwaita +Name[zh_CN]=Adwaita +Name[zh_HK]=唯一 +Name[zh_TW]=唯一 +Type=X-GNOME-Metatheme +Comment=There is only one +Comment[af]=Daar is slegs een +Comment[an]=Solo bi ha que uno +Comment[ar]=هناك واحدة فقط +Comment[as]=কেৱল এটা আছে +Comment[be]=Адзіны і непаўторны +Comment[bg]=Един единствен има само +Comment[bn_IN]=শুধুমাত্র একটি রয়েছে +Comment[ca]=Només n'hi ha un +Comment[ca@valencia]=Només n'hi ha un +Comment[cs]=Je jen jedna +Comment[da]=Der er kun en +Comment[de]=Es gibt nur eines +Comment[el]=Υπάρχει μόνο μία +Comment[en_CA]=There is only one +Comment[en_GB]=There is only one +Comment[eo]=Tie nur unu estas +Comment[es]=Solo existe uno +Comment[et]=Ainult üks ongi +Comment[eu]=Bat bakarrik dago +Comment[fa]=فقط یکی وجود دارد +Comment[fi]=On vain yksi +Comment[fr]=Il n'y en a qu'un seul +Comment[fur]=Al è nome un +Comment[fy]=Der is inkeld ien +Comment[ga]=Níl ach ceann amháin +Comment[gl]=Só existe un +Comment[gu]=ત્યાં ફક્ત એક છે +Comment[he]=האחד והיחיד +Comment[hi]=केवल एक है +Comment[hu]=Csak egy van +Comment[id]=Hanya ada satu +Comment[it]=Il solo e l'unico +Comment[ja]=唯一無二 +Comment[km]=មានតែមួយគត់ +Comment[kn]=ಕೇವಲ ಒಂದು ಮಾತ್ರ ಇದೆ +Comment[ko]=오직 하나 뿐! +Comment[lt]=Yra vienintelė +Comment[lv]=Ir tikai viens +Comment[ml]=ഒരെണ്ണം മാത്രമേ ഉള്ളു +Comment[mr]=फक्त एकाच आहे +Comment[nb]=Det finnes bare én +Comment[nl]=Er is er maar één +Comment[or]=ସେଠାରେ କେବଳ ଗୋଟିଏ ଅଛି +Comment[pa]=ਸਿਰਫ਼ ਇੱਕ ਹੀ ਹੈ +Comment[pl]=Może być tylko jeden +Comment[pt]=Apenas existe um +Comment[pt_BR]=Há apenas um +Comment[ro]=Există doar unul singur +Comment[ru]=Единственная +Comment[sk]=Je len jediná +Comment[sl]=Lahko je le eden +Comment[sr]=Постоји само једна +Comment[sr@latin]=Postoji samo jedna +Comment[sv]=Det finns bara en +Comment[ta]=ஒன்றே ஒன்றூ உள்ளது +Comment[te]=అక్కడ ఒకటే ఉన్నది +Comment[tg]=Танҳо якто мавҷуд аст +Comment[th]=หนึ่งเดียวเท่านั้น +Comment[tr]=Sadece bir tane var +Comment[ug]=پەقەت بىرىلا بار +Comment[uk]=Існує лише одна +Comment[uz@cyrillic]=Фақат битта бор +Comment[vi]=Chỉ có một +Comment[zh_CN]=只有一个 +Comment[zh_HK]=只有唯一一個 +Comment[zh_TW]=只有唯一一個 +Encoding=UTF-8 +GtkTheme=Adwaita +MetacityTheme=Adwaita +IconTheme=gnome +CursorTheme=Adwaita +CursorSize=24 diff --git a/packaging/macosx/Resources/themes/Adwaita/metacity-1/metacity-theme-2.xml b/packaging/macosx/Resources/themes/Adwaita/metacity-1/metacity-theme-2.xml new file mode 100644 index 000000000..6d21d882e --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/metacity-1/metacity-theme-2.xml @@ -0,0 +1,1604 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Adwaita</name> + <author>GNOME Art Team <art.gnome.org></author> + <copyright>Â Intel, Â Red Hat, Lapo Calamandrei</copyright> + <date>2010</date> + <description>Default GNOME 3 window theme</description> +</info> + +<!-- meaningfull constants --> + +<constant name="C_border_focused" value="blend/#000000/gtk:bg[NORMAL]/0.6" /> +<constant name="C_border_unfocused" value="blend/#000000/gtk:bg[NORMAL]/0.8" /> +<constant name="C_titlebar_focused_hilight" value="gtk:base[NORMAL]" /> +<constant name="C_titlebar_unfocused" value="blend/gtk:base[NORMAL]/gtk:bg[NORMAL]/0.4" /> +<constant name="C_title_focused" value="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.1" /> +<constant name="C_title_focused_hilight" value="gtk:base[NORMAL]" /> +<constant name="C_title_unfocused" value="blend/gtk:text[NORMAL]/gtk:bg[NORMAL]/0.9" /> +<!-- color of the button icons --> +<constant name="C_icons_focused" value="gtk:text[SELECTED]" /> +<constant name="C_icons_focused_pressed" value="#ffffff" /> +<constant name="C_icons_unfocused" value="blend/gtk:text[NORMAL]/gtk:bg[NORMAL]/0.9" /> +<constant name="C_icons_unfocused_prelight" value="gtk:bg[NORMAL]" /> +<constant name="C_icons_unfocused_pressed" value="blend/#000000/gtk:bg[NORMAL]/0.7" /> +<constant name="D_icons_unfocused_offset" value="2" /> <!-- offset of the unfocused icons --> +<constant name="D_icons_shrink" value="1" /> <!-- increasing this value makes the icons in buttons smaller --> +<constant name="D_icons_grow" value="0" /> <!-- increasing this value makes the icons in buttons bigger --> +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="2" /> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="title_vertical_pad" value="10"/> + <border name="title_border" left="10" right="10" top="1" bottom="2"/> + <border name="button_border" left="0" right="0" top="1" bottom="2"/> + <aspect_ratio name="button" value="1"/> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="4" rounded_top_right="4" parent="normal"> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> +</frame_geometry> + +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="title_vertical_pad" value="9"/> <!-- + This needs to be 1 less then the + title_vertical_pad on normal state + or you'll have bigger buttons --> + <border name="title_border" left="10" right="10" top="1" bottom="2"/> + <border name="button_border" left="0" right="0" top="0" bottom="2"/> + <distance name="bottom_height" value="0" /> +</frame_geometry> + +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> + <distance name="right_width" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> + <distance name="left_width" value="1" /> +</frame_geometry> + +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="title_vertical_pad" value="7"/> + <border name="title_border" left="10" right="10" top="0" bottom="1"/> + <border name="button_border" left="0" right="0" top="0" bottom="2"/> +</frame_geometry> + +<frame_geometry name="small_unfocused" parent="small"> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> +</frame_geometry> + +<frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> +</frame_geometry> + +<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <distance name="title_vertical_pad" value="1" /> +</frame_geometry> + +<frame_geometry name="modal" title_scale="small" hide_buttons="true" parent="normal"> + <distance name="title_vertical_pad" value="0"/> +</frame_geometry> + +<!-- drawing operations --> + + <!-- title --> + +<draw_ops name="title_focused"> + <title x="(0 `max` ((width - title_width) / 2)) + 3" + y="(0 `max` ((height - title_height) / 2)) + 2" + color="C_title_focused_hilight" /> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_focused" /> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused"/> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="gtk:bg[NORMAL]" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <include name="entire_background_focused" /> +</draw_ops> + +<draw_ops name="titlebar_fill_focused"> + <gradient type="vertical" x="0" y="0" width="width" height="height"> + <color value="blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.4" /> + <color value="gtk:bg[NORMAL]"/> + <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> + <color value="blend/gtk:bg[NORMAL]/#000000/0.06" /> + </gradient> +</draw_ops> + +<draw_ops name="titlebar_fill_focused_alt"> + <gradient type="vertical" x="0" y="0" width="width" height="height"> + <color value="blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.6" /> + <!-- <color value="gtk:bg[NORMAL]"/> --> + <!-- <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> --> + <color value="gtk:bg[NORMAL]"/> + </gradient> +</draw_ops> + +<draw_ops name="titlebar_fill_unfocused"> + <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <include name="titlebar_fill_unfocused" /> + <line x1="0" y1="height-1" x2="width-1" y2="height-1" color="C_icons_unfocused" /> +</draw_ops> + +<draw_ops name="hilight"> + <line x1="0" y1="1" x2="width-1" y2="1" color="C_titlebar_focused_hilight" /> + <gradient type="vertical" x="1" y="1" width="1" height="height-4"> + <color value="C_titlebar_focused_hilight" /> + <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> + </gradient> +</draw_ops> + +<draw_ops name="rounded_hilight"> + <line x1="5" y1="1" x2="width-6" y2="1" color="C_titlebar_focused_hilight" /> + <arc color="C_titlebar_focused_hilight" x="1" y="1" width="7" height="7" start_angle="270" extent_angle="90" /> + <arc color="C_titlebar_focused_hilight" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <gradient type="vertical" x="1" y="5" width="1" height="height-9"> + <color value="C_titlebar_focused_hilight" /> + <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> + </gradient> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <include name="titlebar_fill_focused_alt" /> + <include name="hilight" /> +</draw_ops> + +<draw_ops name="titlebar_focused_alt"> + <include name="titlebar_fill_focused_alt" /> + <include name="hilight" /> +</draw_ops> + +<draw_ops name="rounded_titlebar_focused"> + <include name="titlebar_fill_focused_alt" /> + <include name="rounded_hilight" /> +</draw_ops> + +<draw_ops name="rounded_titlebar_focused_alt"> + <include name="titlebar_fill_focused_alt" /> + <include name="rounded_hilight" /> +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_border_unfocused" x="0" y="0" width="width-1" height="height-1" filled="false" /> +</draw_ops> + +<draw_ops name="rounded_border_focused"> + <line color="C_border_focused" x1="4" y1="0" x2="width-5" y2="0" /> + <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_focused" x1="0" y1="4" x2="0" y2="height-2" /> + <line color="C_border_focused" x1="width-1" y1="4" x2="width-1" y2="height-2" /> + <arc color="C_border_focused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> + <arc color="C_border_focused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> + <!-- double arcs for darker borders --> + <arc color="C_border_focused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> + <arc color="C_border_focused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> +</draw_ops> + +<draw_ops name="rounded_border_unfocused"> + <line color="C_border_unfocused" x1="4" y1="0" x2="width-5" y2="0" /> + <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_unfocused" x1="0" y1="4" x2="0" y2="height-2" /> + <line color="C_border_unfocused" x1="width-1" y1="4" x2="width-1" y2="height-2" /> + <arc color="C_border_unfocused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> + <arc color="C_border_unfocused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> + <!-- double arcs for darker borders --> + <arc color="C_border_unfocused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> + <arc color="C_border_unfocused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> +</draw_ops> + +<draw_ops name="border_right_focused"> + <line + x1="width-1" y1="0" + x2="width-1" y2="height" + color="C_border_focused" /> +</draw_ops> + +<draw_ops name="border_right_unfocused"> + <line + x1="width" y1="0" + x2="width" y2="height" + color="C_border_unfocused" /> +</draw_ops> + +<draw_ops name="border_left_focused"> + <line + x1="0" y1="0" + x2="0" y2="height" + color="C_border_focused" /> +</draw_ops> + +<draw_ops name="border_left_unfocused"> + <line + x1="0" y1="0" + x2="0" y2="height" + color="C_border_unfocused" /> +</draw_ops> + + <!-- button icons--> + +<constant name="C_icons_shadow" value="blend/#000000/gtk:bg[NORMAL]/0.6" /> + +<draw_ops name="close_glyph_focused"> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_focused" /> + <line + x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_focused" /> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_focused" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_focused" /> + <line + x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_focused" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_focused" /> +</draw_ops> + +<draw_ops name="close_shadow_focused"> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_shadow" /> + <line + x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_shadow" /> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_shadow" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_shadow" /> + <line + x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_shadow" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_shadow" /> +</draw_ops> + +<draw_ops name="close_focused"> + <include name="close_shadow_focused" y="1" /> + <!-- I'm not happy with the current aa I'll draw it twice to make it darker --> + <include name="close_shadow_focused" y="1" /> + <include name="close_glyph_focused" /> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <include name="close_glyph_focused" y="1" /> +</draw_ops> + +<draw_ops name="close_glyph_unfocused"> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused" /> + <line + x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused" /> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused" /> + <line + x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused" /> +</draw_ops> + +<draw_ops name="close_unfocused"> + <include name="close_glyph_unfocused" y="D_icons_unfocused_offset" /> + <include name="close_glyph_unfocused" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="close_glyph_unfocused_prelight"> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_prelight" /> + <line + x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_prelight" /> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_prelight" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_prelight" /> + <line + x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_prelight" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_prelight" /> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <include name="close_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> + <include name="close_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="close_glyph_unfocused_pressed"> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_pressed" /> + <line + x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_pressed" /> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_pressed" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_pressed" /> + <line + x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_pressed" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_pressed" /> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <include name="close_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> + <include name="close_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="maximize_glyph_focused"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_focused" /> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_focused" /> +</draw_ops> + +<draw_ops name="maximize_shadow_focused"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_shadow" /> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_shadow" /> +</draw_ops> + +<draw_ops name="maximize_focused"> + <include name="maximize_shadow_focused" y="1" /> + <include name="maximize_glyph_focused" /> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <include name="maximize_glyph_focused" y="1" /> +</draw_ops> + +<draw_ops name="maximize_glyph_unfocused"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused" /> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused" /> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <include name="maximize_glyph_unfocused" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="maximize_glyph_unfocused_prelight"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_prelight" /> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_prelight" /> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <include name="maximize_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="maximize_glyph_unfocused_pressed"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_pressed" /> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_pressed" /> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <include name="maximize_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="minimize_glyph_focused"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_focused" /> +</draw_ops> + +<draw_ops name="minimize_shadow_focused"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_shadow" /> +</draw_ops> + +<draw_ops name="minimize_focused"> + <include name="minimize_shadow_focused" y="1" /> + <include name="minimize_glyph_focused" /> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <include name="minimize_glyph_focused" y="1" /> +</draw_ops> + +<draw_ops name="minimize_glyph_unfocused"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused" /> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <include name="minimize_glyph_unfocused" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="minimize_glyph_unfocused_prelight"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_prelight" /> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <include name="minimize_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="minimize_glyph_unfocused_pressed"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_pressed" /> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <include name="minimize_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="menu_glyph_focused"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_focused" /> + <rectangle + x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_focused" /> + <rectangle + x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_focused" /> +</draw_ops> + +<draw_ops name="menu_shadow_focused"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_shadow" /> + <rectangle + x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_shadow" /> + <rectangle + x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_shadow" /> +</draw_ops> + +<draw_ops name="menu_focused"> + <include name="menu_shadow_focused" y="1" /> + <include name="menu_glyph_focused" /> +</draw_ops> + +<draw_ops name="menu_focused_pressed"> + <include name="menu_glyph_focused" y="1" /> +</draw_ops> + +<draw_ops name="menu_glyph_unfocused"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused" /> + <rectangle + x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused" /> + <rectangle + x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused" /> +</draw_ops> + +<draw_ops name="menu_unfocused"> + <include name="menu_glyph_unfocused" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="menu_glyph_unfocused_prelight"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_prelight" /> + <rectangle + x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_prelight" /> + <rectangle + x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_prelight" /> +</draw_ops> + +<draw_ops name="menu_unfocused_prelight"> + <include name="menu_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="menu_glyph_unfocused_pressed"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_pressed" /> + <rectangle + x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_pressed" /> + <rectangle + x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_pressed" /> +</draw_ops> + +<draw_ops name="menu_unfocused_pressed"> + <include name="menu_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="shade_glyph_focused"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_focused" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_focused" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_focused" /> + <rectangle + x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_focused" /> +</draw_ops> + +<draw_ops name="shade_shadow_focused"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_shadow" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_shadow" /> +</draw_ops> + +<draw_ops name="shade_focused"> + <include name="shade_shadow_focused" y="1" /> + <include name="shade_glyph_focused" /> +</draw_ops> + +<draw_ops name="shade_focused_pressed"> + <include name="shade_glyph_focused" y="1" /> +</draw_ops> + +<draw_ops name="shade_glyph_unfocused"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_unfocused" /> + <rectangle + x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_unfocused" /> +</draw_ops> + +<draw_ops name="shade_unfocused"> + <include name="shade_glyph_unfocused" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="shade_glyph_unfocused_prelight"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_prelight" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_prelight" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_unfocused_prelight" /> + <rectangle + x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_unfocused_prelight" /> +</draw_ops> + +<draw_ops name="shade_unfocused_prelight"> + <include name="shade_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="shade_glyph_unfocused_pressed"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_pressed" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_pressed" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_unfocused_pressed" /> + <rectangle + x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_unfocused_pressed" /> +</draw_ops> + +<draw_ops name="shade_unfocused_pressed"> + <include name="shade_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> +</draw_ops> + + + <!-- button backgrounds --> + +<constant name="C_button_border" value="blend/#000000/gtk:bg[NORMAL]/0.8" /> +<constant name="C_button_hilight" value="blend/gtk:base[NORMAL]/gtk:bg[NORMAL]/0.6" /> + +<draw_ops name="button_fill"> <!-- button background gradient --> + <gradient type="vertical" x="0" y="0" width="width" height="height-2"> + <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.15" /> + <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.21" /> + <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.27" /> + <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.12" /> + </gradient> +</draw_ops> + +<draw_ops name="button_bottom"> + <line x1="0" y1="height-2" x2="width-1" y2="height-2" color="C_button_border" /> + <line x1="0" y1="height-1" x2="width-1" y2="height-1" color="C_button_hilight" /> +</draw_ops> + +<draw_ops name="button_bevel"> + <gradient type="vertical" x="0" y="0" width="1" height="height-2"> + <color value="blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.1"/> + <color value="blend/gtk:bg[NORMAL]/#000000/0.1"/> + </gradient> + <gradient type="vertical" x="width-1" y="0" width="1" height="height-2"> + <color value="C_border_focused"/> + <color value="blend/gtk:bg[NORMAL]/#000000/0.1"/> + </gradient> +</draw_ops> + +<draw_ops name="button_fill_prelight"> <!-- button background gradient for prelight status --> + <gradient type="vertical" x="0" y="0" width="width" height="height-2"> + <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.03" /> + <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.1" /> + <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.2" /> + <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.04" /> + </gradient> +</draw_ops> + +<draw_ops name="button_fill_pressed"> <!-- button background gradient for pressed status --> + <gradient type="vertical" x="0" y="0" width="width" height="height-2"> + <color value="C_border_focused" /> + <color value="blend/#000000/gtk:bg[NORMAL]/0.75" /> + <color value="blend/#000000/gtk:bg[NORMAL]/0.8" /> + </gradient> +</draw_ops> + +<draw_ops name="button"> + <include name="button_fill" /> + <include name="button_bevel" /> + <include name="button_bottom" /> +</draw_ops> + +<draw_ops name="button_prelight"> + <include name="button_fill_prelight" /> + <include name="button_bevel" /> + <include name="button_bottom" /> +</draw_ops> + +<draw_ops name="button_pressed"> + <include name="button_fill_pressed" /> + <include name="button_bottom" /> +</draw_ops> + +<!-- things get messy here --> + +<draw_ops name="button_inner_right_slice1"> + <clip x="0" y="0" width="width" height="height-5" /> + <include name="button" /> +</draw_ops> +<draw_ops name="button_inner_right_slice2"> + <clip x="1" y="height-5" width="width-1" height="2" /> + <include name="button" /> +</draw_ops> +<draw_ops name="button_inner_right_slice3"> + <clip x="2" y="height-3" width="width-2" height="1" /> + <include name="button" /> +</draw_ops> +<draw_ops name="button_inner_right_slice4"> + <clip x="4" y="height-2" width="width-4" height="2" /> + <include name="button" /> +</draw_ops> + +<draw_ops name="button_inner_right_fill"> + <include name="button_inner_right_slice1" /> + <include name="button_inner_right_slice2" /> + <include name="button_inner_right_slice3" /> + <include name="button_inner_right_slice4" /> +</draw_ops> + +<draw_ops name="button_inner_right_slice1_prelight"> + <clip x="0" y="0" width="width" height="height-5" /> + <include name="button_prelight" /> +</draw_ops> +<draw_ops name="button_inner_right_slice2_prelight"> + <clip x="1" y="height-5" width="width-1" height="2" /> + <include name="button_prelight" /> +</draw_ops> +<draw_ops name="button_inner_right_slice3_prelight"> + <clip x="2" y="height-3" width="width-2" height="1" /> + <include name="button_prelight" /> +</draw_ops> +<draw_ops name="button_inner_right_slice4_prelight"> + <clip x="4" y="height-2" width="width-4" height="2" /> + <include name="button_prelight" /> +</draw_ops> + +<draw_ops name="button_inner_right_fill_prelight"> + <include name="button_inner_right_slice1_prelight" /> + <include name="button_inner_right_slice2_prelight" /> + <include name="button_inner_right_slice3_prelight" /> + <include name="button_inner_right_slice4_prelight" /> +</draw_ops> + +<draw_ops name="button_inner_right_slice1_pressed"> + <clip x="0" y="0" width="width" height="height-5" /> + <include name="button_pressed" /> +</draw_ops> +<draw_ops name="button_inner_right_slice2_pressed"> + <clip x="1" y="height-5" width="width-1" height="2" /> + <include name="button_pressed" /> +</draw_ops> +<draw_ops name="button_inner_right_slice3_pressed"> + <clip x="2" y="height-3" width="width-2" height="1" /> + <include name="button_pressed" /> +</draw_ops> +<draw_ops name="button_inner_right_slice4_pressed"> + <clip x="4" y="height-2" width="width-4" height="2" /> + <include name="button_pressed" /> +</draw_ops> + +<draw_ops name="button_inner_right_fill_pressed"> + <include name="button_inner_right_slice1_pressed" /> + <include name="button_inner_right_slice2_pressed" /> + <include name="button_inner_right_slice3_pressed" /> + <include name="button_inner_right_slice4_pressed" /> +</draw_ops> + + +<draw_ops name="button_inner_right_border"> + <gradient type="vertical" x="0" y="0" width="1" height="height-5"> + <color value="blend/gtk:bg[NORMAL]/#000000/0.06" /> + <color value="blend/gtk:bg[NORMAL]/#000000/0.06" /> + <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> + </gradient> + <arc color="C_button_hilight" x="1" y="height-10" width="9" height="9" start_angle="180" extent_angle="90" /> + <gradient type="vertical" x="1" y="0" width="1" height="height-5"> + <color value="C_border_focused" /> + <color value="C_button_border" /> + </gradient> + <arc color="C_button_border" x="1" y="height-11" width="9" height="9" start_angle="180" extent_angle="90" /> +</draw_ops> + +<draw_ops name="button_inner_right"> + <include name="button_inner_right_fill" /> + <include name="button_inner_right_border" /> +</draw_ops> + +<draw_ops name="button_inner_right_prelight"> + <include name="button_inner_right_fill_prelight" /> + <include name="button_inner_right_border" /> +</draw_ops> + +<draw_ops name="button_inner_right_pressed"> + <include name="button_inner_right_fill_pressed" /> + <include name="button_inner_right_border" /> +</draw_ops> + +<draw_ops name="button_inner_left_slice1"> + <clip x="0" y="0" width="width-1" height="height-5" /> + <include name="button" /> +</draw_ops> +<draw_ops name="button_inner_left_slice2"> + <clip x="0" y="height-5" width="width-2" height="2" /> + <include name="button" /> +</draw_ops> +<draw_ops name="button_inner_left_slice3"> + <clip x="0" y="height-3" width="width-3" height="1" /> + <include name="button" /> +</draw_ops> +<draw_ops name="button_inner_left_slice4"> + <clip x="0" y="height-2" width="width-5" height="2" /> + <include name="button" /> +</draw_ops> + +<draw_ops name="button_inner_left_fill"> + <include name="button_inner_left_slice1" /> + <include name="button_inner_left_slice2" /> + <include name="button_inner_left_slice3" /> + <include name="button_inner_left_slice4" /> +</draw_ops> + +<draw_ops name="button_inner_left_slice1_prelight"> + <clip x="0" y="0" width="width-1" height="height-5" /> + <include name="button_prelight" /> +</draw_ops> +<draw_ops name="button_inner_left_slice2_prelight"> + <clip x="0" y="height-5" width="width-2" height="2" /> + <include name="button_prelight" /> +</draw_ops> +<draw_ops name="button_inner_left_slice3_prelight"> + <clip x="0" y="height-3" width="width-3" height="1" /> + <include name="button_prelight" /> +</draw_ops> +<draw_ops name="button_inner_left_slice4_prelight"> + <clip x="0" y="height-2" width="width-5" height="2" /> + <include name="button_prelight" /> +</draw_ops> + +<draw_ops name="button_inner_left_fill_prelight"> + <include name="button_inner_left_slice1_prelight" /> + <include name="button_inner_left_slice2_prelight" /> + <include name="button_inner_left_slice3_prelight" /> + <include name="button_inner_left_slice4_prelight" /> +</draw_ops> + +<draw_ops name="button_inner_left_slice1_pressed"> + <clip x="0" y="0" width="width-1" height="height-5" /> + <include name="button_pressed" /> +</draw_ops> +<draw_ops name="button_inner_left_slice2_pressed"> + <clip x="0" y="height-5" width="width-2" height="2" /> + <include name="button_pressed" /> +</draw_ops> +<draw_ops name="button_inner_left_slice3_pressed"> + <clip x="0" y="height-3" width="width-3" height="1" /> + <include name="button_pressed" /> +</draw_ops> +<draw_ops name="button_inner_left_slice4_pressed"> + <clip x="0" y="height-2" width="width-5" height="2" /> + <include name="button_pressed" /> +</draw_ops> + +<draw_ops name="button_inner_left_fill_pressed"> + <include name="button_inner_left_slice1_pressed" /> + <include name="button_inner_left_slice2_pressed" /> + <include name="button_inner_left_slice3_pressed" /> + <include name="button_inner_left_slice4_pressed" /> +</draw_ops> + + +<draw_ops name="button_inner_left_border"> + <gradient type="vertical" x="width-1" y="0" width="1" height="height-6"> + <color value="C_titlebar_focused_hilight" /> + <color value="C_button_hilight" /> + </gradient> + <arc color="C_button_hilight" x="width-11" y="height-11" width="10" height="10" start_angle="90" extent_angle="90" /> + <gradient type="vertical" x="width-2" y="0" width="1" height="height-5"> + <color value="C_border_focused" /> + <color value="C_button_border" /> + </gradient> + <arc color="C_button_border" x="width-11" y="height-11" width="9" height="9" start_angle="90" extent_angle="90" /> +</draw_ops> + +<draw_ops name="button_inner_left"> + <include name="button_inner_left_fill" /> + <include name="button_inner_left_border" /> +</draw_ops> + +<draw_ops name="button_inner_left_prelight"> + <include name="button_inner_left_fill_prelight" /> + <include name="button_inner_left_border" /> +</draw_ops> + +<draw_ops name="button_inner_left_pressed"> + <include name="button_inner_left_fill_pressed" /> + <include name="button_inner_left_border" /> +</draw_ops> + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> + <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> + + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> + <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused_alt" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> + <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> + + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> + <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused_alt" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_focused" /></draw_ops></piece> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> + <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> + + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> + <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_unfocused" /></draw_ops></piece> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="nobuttons"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> + <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> + + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> + <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="nobuttons"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> + <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> + + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> + <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused_alt" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button_inner_left"/> + <button function="left_middle_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button function="left_middle_background" state="pressed" draw_ops="button_inner_left_pressed"/> + + <button function="right_middle_background" state="normal" draw_ops="button_inner_right"/> + <button function="right_middle_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button function="right_middle_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="dialog_style_set"/> +<window type="modal_dialog" style_set="modal_dialog_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> + +</metacity_theme> diff --git a/packaging/macosx/Resources/themes/Adwaita/metacity-1/metacity-theme-3.xml b/packaging/macosx/Resources/themes/Adwaita/metacity-1/metacity-theme-3.xml new file mode 100644 index 000000000..3461401ac --- /dev/null +++ b/packaging/macosx/Resources/themes/Adwaita/metacity-1/metacity-theme-3.xml @@ -0,0 +1,1723 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Adwaita</name> + <author>GNOME Art Team <art.gnome.org></author> + <copyright>Â Intel, Â Red Hat, Lapo Calamandrei</copyright> + <date>2012</date> + <description>Default GNOME 3 window theme</description> +</info> + +<!-- meaningfull constants --> + +<constant name="C_border_focused" value="blend/#000000/gtk:bg[NORMAL]/0.7" /> +<constant name="C_border_unfocused" value="blend/#000000/gtk:bg[NORMAL]/0.8" /> +<constant name="C_titlebar_focused_hilight" value="gtk:custom(wm_highlight,gtk:base[NORMAL])" /> +<constant name="C_titlebar_unfocused" value="blend/gtk:base[NORMAL]/gtk:bg[NORMAL]/0.4" /> +<constant name="C_title_focused" value="gtk:custom(wm_title,gtk:fg[NORMAL])" /> +<constant name="C_title_focused_hilight" value="gtk:custom(wm_title_highlight,gtk:base[NORMAL])" /> +<constant name="C_title_focused_hilight_dark" value="gtk:custom(wm_title_highlight_dark,gtk:bg[NORMAL])" /> +<constant name="C_title_unfocused" value="gtk:custom(wm_unfocused_title,gtk:fg[INSENSITIVE])" /> +<!-- color of the button icons --> +<constant name="C_icons_focused" value="gtk:custom(wm_title,gtk:fg[NORMAL])" /> +<constant name="C_icons_pressed" value="gtk:text[SELECTED]" /> +<constant name="C_icons_unfocused" value="blend/gtk:text[NORMAL]/gtk:bg[NORMAL]/0.9" /> +<constant name="C_icons_unfocused_prelight" value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.3" /> +<constant name="C_icons_unfocused_pressed" value="blend/#000000/gtk:bg[NORMAL]/0.7" /> +<constant name="C_icons_shadow" value="gtk:custom(wm_title_shadow,gtk:base[NORMAL])" /> +<constant name="C_separator" value="blend/#000000/gtk:bg[NORMAL]/0.9" /> +<constant name="D_icons_unfocused_offset" value="0" /> <!-- offset of the unfocused icons --> +<constant name="D_icons_shrink" value="3" /> <!-- increasing this value makes the icons in buttons smaller --> +<constant name="D_icons_grow" value="0" /> <!-- increasing this value makes the icons in buttons bigger --> +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> + <distance name="title_vertical_pad" value="16"/> + <border name="title_border" left="10" right="10" top="0" bottom="2"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> + <aspect_ratio name="button" value="1"/> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="4" rounded_top_right="4" parent="normal"> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> +</frame_geometry> + +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> + <distance name="title_vertical_pad" value="15"/> <!-- + This needs to be 1 less then the + title_vertical_pad on normal state + or you'll have bigger buttons --> + <border name="title_border" left="10" right="10" top="1" bottom="2"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <distance name="bottom_height" value="0" /> +</frame_geometry> + +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> + <distance name="right_width" value="0" /> +</frame_geometry> + +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> + <distance name="left_width" value="1" /> +</frame_geometry> + +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="title_vertical_pad" value="7"/> + <border name="title_border" left="10" right="10" top="0" bottom="1"/> + <border name="button_border" left="0" right="0" top="0" bottom="2"/> +</frame_geometry> + +<frame_geometry name="small_unfocused" parent="small"> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> +</frame_geometry> + +<frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> +</frame_geometry> + +<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <distance name="title_vertical_pad" value="1" /> +</frame_geometry> + +<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <border name="title_border" left="0" right="0" top="0" bottom="0" /> +</frame_geometry> + +<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="false" rounded_top_right="false" parent="small"> + <distance name="title_vertical_pad" value="5"/> +</frame_geometry> + +<frame_geometry name="attached" title_scale="medium" hide_buttons="true" rounded_top_left="4" rounded_top_right="4" rounded_bottom_left="4" rounded_bottom_right="4" parent="normal"> + <distance name="title_vertical_pad" value="1"/> + <distance name="bottom_height" value="1"/> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> +</frame_geometry> + +<!-- drawing operations --> + + <!-- title --> + +<draw_ops name="title_focused"> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 2" + color="C_title_focused_hilight" /> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2))" + color="C_title_focused_hilight_dark" /> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_focused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 2" + ellipsize_width="width" + color="C_title_focused_hilight" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2))" + ellipsize_width="width" + color="C_title_focused_hilight_dark" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_focused" /> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused"/> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width/2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_unfocused"/> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="gtk:bg[NORMAL]" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <include name="entire_background_focused" /> +</draw_ops> + +<draw_ops name="titlebar_fill_focused"> + <gradient type="vertical" x="0" y="0" width="width" height="height"> + <color value="gtk:custom(wm_bg_a,blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.4)" /> + <color value="gtk:custom(wm_bg_b,gtk:bg[NORMAL])" /> + </gradient> +</draw_ops> + + +<draw_ops name="titlebar_fill_unfocused"> + <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="hilight"> + <line x1="0" y1="1" x2="width-1" y2="1" color="C_titlebar_focused_hilight" /> + <gradient type="vertical" x="1" y="1" width="1" height="height-4"> + <color value="C_titlebar_focused_hilight" /> + <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> + </gradient> +</draw_ops> + +<draw_ops name="rounded_hilight"> + <line x1="5" y1="1" x2="width-6" y2="1" color="C_titlebar_focused_hilight" /> + <arc color="C_titlebar_focused_hilight" x="1" y="1" width="7" height="7" start_angle="270" extent_angle="90" /> + <arc color="C_titlebar_focused_hilight" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <gradient type="vertical" x="1" y="5" width="1" height="height-9"> + <color value="C_titlebar_focused_hilight" /> + <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> + </gradient> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <include name="titlebar_fill_focused" /> + <include name="hilight" /> +</draw_ops> + +<draw_ops name="rounded_titlebar_focused"> + <include name="titlebar_fill_focused" /> + <include name="rounded_hilight" /> +</draw_ops> + +<draw_ops name="rounded_titlebar_focused_alt"> + <include name="titlebar_fill_focused" /> + <include name="rounded_hilight" /> +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_border_unfocused" x="0" y="0" width="width-1" height="height-1" filled="false" /> +</draw_ops> + +<draw_ops name="rounded_border_focused"> + <line color="C_border_focused" x1="4" y1="0" x2="width-5" y2="0" /> + <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_focused" x1="0" y1="4" x2="0" y2="height-2" /> + <line color="C_border_focused" x1="width-1" y1="4" x2="width-1" y2="height-2" /> + <arc color="C_border_focused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> + <arc color="C_border_focused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> + <!-- double arcs for darker borders --> + <arc color="C_border_focused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> + <arc color="C_border_focused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> +</draw_ops> + +<draw_ops name="rounded_border_unfocused"> + <line color="C_border_unfocused" x1="4" y1="0" x2="width-5" y2="0" /> + <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_unfocused" x1="0" y1="4" x2="0" y2="height-2" /> + <line color="C_border_unfocused" x1="width-1" y1="4" x2="width-1" y2="height-2" /> + <arc color="C_border_unfocused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> + <arc color="C_border_unfocused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> + + <!-- double arcs for darker borders --> + <arc color="C_border_unfocused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> + <arc color="C_border_unfocused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> +</draw_ops> + + + +<draw_ops name="border_left_focused"> + <line + x1="0" y1="0" + x2="0" y2="height" + color="C_border_focused" /> +</draw_ops> + +<draw_ops name="border_left_unfocused"> + <line + x1="0" y1="0" + x2="0" y2="height" + color="C_border_unfocused" /> +</draw_ops> + + <!-- button icons--> + + +<draw_ops name="close_shadow_focused"> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_shadow" /> + <line + x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_shadow" /> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_shadow" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_shadow" /> + <line + x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_shadow" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_shadow" /> +</draw_ops> + +<draw_ops name="close_glyph_pressed"> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_pressed" /> + <line + x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_pressed" /> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_pressed" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_pressed" /> + <line + x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_pressed" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_pressed" /> +</draw_ops> + +<draw_ops name="close_glyph_prelight"> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="gtk:text[NORMAL]" /> + <line + x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="gtk:text[NORMAL]" /> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="gtk:text[NORMAL]" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="gtk:text[NORMAL]" /> + <line + x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="gtk:text[NORMAL]" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="gtk:text[NORMAL]" /> +</draw_ops> + +<draw_ops name="close_glyph_focused"> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_focused" /> + <line + x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_focused" /> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_focused" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_focused" /> + <line + x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_focused" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_focused" /> +</draw_ops> + +<draw_ops name="close_focused"> + <include name="close_shadow_focused" y="1" /> + <include name="close_glyph_focused" /> + +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <include name="close_glyph_pressed" y="1" /> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <include name="close_shadow_focused" y="1" /> + <include name="close_glyph_prelight" /> +</draw_ops> + +<draw_ops name="close_glyph_unfocused"> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused" /> + <line + x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused" /> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused" /> + <line + x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused" /> +</draw_ops> + +<draw_ops name="close_unfocused"> + <include name="close_glyph_unfocused" y="D_icons_unfocused_offset" /> + <include name="close_glyph_unfocused" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="close_glyph_unfocused_prelight"> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_prelight" /> + <line + x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_prelight" /> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_prelight" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_prelight" /> + <line + x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_prelight" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_prelight" /> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <include name="close_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> + <include name="close_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="close_glyph_unfocused_pressed"> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_pressed" /> + <line + x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_pressed" /> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_pressed" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_pressed" /> + <line + x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_pressed" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_pressed" /> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <include name="close_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> + <include name="close_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="maximize_glyph_focused"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_focused" /> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_focused" /> +</draw_ops> + +<draw_ops name="maximize_glyph_pressed"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_pressed" /> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_pressed" /> +</draw_ops> + +<draw_ops name="maximize_glyph_prelight"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="gtk:text[NORMAL]" /> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="gtk:text[NORMAL]" /> +</draw_ops> + +<draw_ops name="maximize_shadow_focused"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_shadow" /> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_shadow" /> +</draw_ops> + +<draw_ops name="maximize_focused"> + <include name="maximize_shadow_focused" y="1" /> + <include name="maximize_glyph_focused" /> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <include name="maximize_glyph_pressed" y="1" /> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <include name="maximize_shadow_focused" y="1" /> + <include name="maximize_glyph_prelight" /> +</draw_ops> + +<draw_ops name="maximize_glyph_unfocused"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused" /> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused" /> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <include name="maximize_glyph_unfocused" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="maximize_glyph_unfocused_prelight"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_prelight" /> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_prelight" /> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <include name="maximize_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="maximize_glyph_unfocused_pressed"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_pressed" /> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_pressed" /> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <include name="maximize_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="minimize_glyph_focused"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_focused" /> +</draw_ops> + +<draw_ops name="minimize_glyph_pressed"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_pressed" /> +</draw_ops> + +<draw_ops name="minimize_glyph_prelight"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="gtk:text[NORMAL]" /> +</draw_ops> + +<draw_ops name="minimize_shadow_focused"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_shadow" /> +</draw_ops> + +<draw_ops name="minimize_focused"> + <include name="minimize_shadow_focused" y="1" /> + <include name="minimize_glyph_focused" /> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <include name="minimize_glyph_pressed" y="1" /> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <include name="minimize_shadow_focused" y="1" /> + <include name="minimize_glyph_prelight" /> +</draw_ops> + +<draw_ops name="minimize_glyph_unfocused"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused" /> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <include name="minimize_glyph_unfocused" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="minimize_glyph_unfocused_prelight"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_prelight" /> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <include name="minimize_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="minimize_glyph_unfocused_pressed"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_pressed" /> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <include name="minimize_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="menu_glyph_focused"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_focused" /> + <rectangle + x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_focused" /> + <rectangle + x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_focused" /> +</draw_ops> + +<draw_ops name="menu_shadow_focused"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_shadow" /> + <rectangle + x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_shadow" /> + <rectangle + x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_shadow" /> +</draw_ops> + +<draw_ops name="menu_focused"> + <include name="menu_shadow_focused" y="1" /> + <include name="menu_glyph_focused" /> +</draw_ops> + +<draw_ops name="menu_focused_pressed"> + <include name="menu_glyph_focused" /> +</draw_ops> + +<draw_ops name="menu_glyph_unfocused"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused" /> + <rectangle + x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused" /> + <rectangle + x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused" /> +</draw_ops> + +<draw_ops name="menu_unfocused"> + <include name="menu_glyph_unfocused" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="menu_glyph_unfocused_prelight"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_prelight" /> + <rectangle + x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_prelight" /> + <rectangle + x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_prelight" /> +</draw_ops> + +<draw_ops name="menu_unfocused_prelight"> + <include name="menu_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="menu_glyph_unfocused_pressed"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_pressed" /> + <rectangle + x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_pressed" /> + <rectangle + x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_pressed" /> +</draw_ops> + +<draw_ops name="menu_unfocused_pressed"> + <include name="menu_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="shade_glyph_focused"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_focused" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_focused" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_focused" /> + <rectangle + x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_focused" /> +</draw_ops> + +<draw_ops name="shade_shadow_focused"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_shadow" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_shadow" /> +</draw_ops> + +<draw_ops name="shade_focused"> + <include name="shade_shadow_focused" y="1" /> + <include name="shade_glyph_focused" /> +</draw_ops> + +<draw_ops name="shade_focused_pressed"> + <include name="shade_glyph_focused" /> +</draw_ops> + +<draw_ops name="shade_glyph_unfocused"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_unfocused" /> + <rectangle + x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_unfocused" /> +</draw_ops> + +<draw_ops name="shade_unfocused"> + <include name="shade_glyph_unfocused" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="shade_glyph_unfocused_prelight"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_prelight" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_prelight" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_unfocused_prelight" /> + <rectangle + x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_unfocused_prelight" /> +</draw_ops> + +<draw_ops name="shade_unfocused_prelight"> + <include name="shade_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="shade_glyph_unfocused_pressed"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_pressed" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_pressed" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_unfocused_pressed" /> + <rectangle + x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_unfocused_pressed" /> +</draw_ops> + +<draw_ops name="shade_unfocused_pressed"> + <include name="shade_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> +</draw_ops> + + + <!-- button backgrounds --> + +<constant name="C_button_border" value="blend/#000000/gtk:bg[NORMAL]/0.8" /> +<constant name="C_button_hilight" value="gtk:custom(wm_highlight,blend/gtk:base[NORMAL]/gtk:bg[NORMAL]/0.6)" /> + +<draw_ops name="button_border"> + <line x1="7" y1="4" x2="width-8" y2="4" color="C_button_border" /> + <arc color="C_button_border" x="width-9" y="4" width="4" height="4" start_angle="0" extent_angle="90"/> + <line x1="width-5" y1="7" x2="width-5" y2="height-8" color="C_button_border" /> + <arc color="C_button_border" x="width-9" y="height-9" width="4" height="4" start_angle="90" extent_angle="90"/> + <line x1="width-7" y1="height-5" x2="7" y2="height-5" color="C_button_border" /> + <arc color="C_button_border" x="4" y="height-9" width="4" height="4" start_angle="180" extent_angle="90"/> + <line x1="4" y1="7" x2="4" y2="height-8" color="C_button_border" /> + <arc color="C_button_border" x="4" y="4" width="4" height="4" start_angle="270" extent_angle="90"/> + <line x1="width-7" y1="height-4" x2="7" y2="height-4" color="C_title_focused_hilight" /> +</draw_ops> + + +<draw_ops name="button_fill"> <!-- button background gradient --> + +</draw_ops> + +<draw_ops name="button_fill_prelight"> <!-- button background gradient for prelight status --> + <gradient type="vertical" x="5" y="5" width="width-10" height="height-10"> + <color value="gtk:custom(button_hover_gradient_color_a,gtk:fg[NORMAL])" /> + <color value="gtk:custom(button_hover_gradient_color_b,gtk:fg[NORMAL])" /> + </gradient> + <include name="button_border" /> +</draw_ops> + +<draw_ops name="button_fill_pressed"> <!-- button background gradient for pressed status --> + <gradient type="vertical" x="5" y="5" width="width-10" height="height-10"> + <color value="gtk:custom(borders,gtk:fg[NORMAL])" /> + <color value="blend/gtk:custom(theme_bg_color,gtk:fg[NORMAL])/#000000/.05" /> + </gradient> + <include name="button_border" /> +</draw_ops> + +<draw_ops name="button"> +</draw_ops> + +<draw_ops name="button_prelight"> + <include name="button_fill_prelight" /> +</draw_ops> + +<draw_ops name="button_pressed"> + <include name="button_fill_pressed" /> +</draw_ops> + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_focused" /></draw_ops></piece> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_unfocused" /></draw_ops></piece> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="nobuttons"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="nobuttons"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="borderless" geometry="borderless"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_focused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <!-- <piece position="overlay" draw_ops="border_right_focused" /> --> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <!-- <piece position="overlay" draw_ops="border_right_unfocused" /> --> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_left_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_left_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="borderless"/> + <frame focus="no" state="maximized" style="borderless"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="attached_style_set"> + <frame focus="yes" state="normal" resize="both" style="attached_focused"/> + <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="dialog_style_set"/> +<window type="modal_dialog" style_set="modal_dialog_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> +<window version=">= 3.2" type="attached" style_set="attached_style_set"/> + +</metacity_theme> diff --git a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/stepper-down.png b/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/stepper-down.png Binary files differdeleted file mode 100644 index 62c0b41bd..000000000 --- a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/stepper-down.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/stepper-left.png b/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/stepper-left.png Binary files differdeleted file mode 100644 index 0dff81db9..000000000 --- a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/stepper-left.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/stepper-right.png b/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/stepper-right.png Binary files differdeleted file mode 100644 index 02ef8ee7a..000000000 --- a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/stepper-right.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/stepper-up.png b/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/stepper-up.png Binary files differdeleted file mode 100644 index dba866012..000000000 --- a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/stepper-up.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png b/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png Binary files differdeleted file mode 100644 index e978dfb9f..000000000 --- a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/trough-scrollbar-vert.png b/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/trough-scrollbar-vert.png Binary files differdeleted file mode 100644 index 4f128b323..000000000 --- a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/trough-scrollbar-vert.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/copy-slider.sh b/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/copy-slider.sh deleted file mode 100755 index 020e059bd..000000000 --- a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/copy-slider.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -cp -f slider-vert.png slider-vert-prelight.png -cp -f slider-vert.png slider-horiz-prelight.png -cp -f slider-vert.png slider-horiz.png -convert -rotate 90 slider-horiz.png slider-horiz.png -convert -rotate 90 slider-horiz-prelight.png slider-horiz-prelight.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/slider-horiz-prelight.png b/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/slider-horiz-prelight.png Binary files differdeleted file mode 100644 index 1ee4528ba..000000000 --- a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/slider-horiz-prelight.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/slider-horiz.png b/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/slider-horiz.png Binary files differdeleted file mode 100644 index 1ee4528ba..000000000 --- a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/slider-horiz.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/slider-vert-prelight.png b/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/slider-vert-prelight.png Binary files differdeleted file mode 100644 index 4fa68000c..000000000 --- a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/slider-vert-prelight.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/slider-vert.png b/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/slider-vert.png Binary files differdeleted file mode 100644 index 4fa68000c..000000000 --- a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/slider-vert.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/copy-slider.sh b/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/copy-slider.sh deleted file mode 100755 index 020e059bd..000000000 --- a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/copy-slider.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -cp -f slider-vert.png slider-vert-prelight.png -cp -f slider-vert.png slider-horiz-prelight.png -cp -f slider-vert.png slider-horiz.png -convert -rotate 90 slider-horiz.png slider-horiz.png -convert -rotate 90 slider-horiz-prelight.png slider-horiz-prelight.png
\ No newline at end of file diff --git a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/slider-horiz-prelight.png b/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/slider-horiz-prelight.png Binary files differdeleted file mode 100644 index c0f7f3c3f..000000000 --- a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/slider-horiz-prelight.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/slider-horiz.png b/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/slider-horiz.png Binary files differdeleted file mode 100644 index c0f7f3c3f..000000000 --- a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/slider-horiz.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/slider-vert-prelight.png b/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/slider-vert-prelight.png Binary files differdeleted file mode 100644 index 9643f378e..000000000 --- a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/slider-vert-prelight.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/slider-vert.png b/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/slider-vert.png Binary files differdeleted file mode 100644 index 9643f378e..000000000 --- a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/slider-vert.png +++ /dev/null diff --git a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc b/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc deleted file mode 100644 index 171e73626..000000000 --- a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc +++ /dev/null @@ -1,547 +0,0 @@ -# -# GTK theme to be used on Mac OS X, to mimic the appearance of Tiger -# -# Heavily based on Clearlooks-Quicksilver -# Scrollbars from OSX-theme by Lauri Taimila (lauri@taimila.com) -# -# (c) 2007 JiHO <jo.irisson@gmail.com>. -# GNU General Public License http://www.gnu.org/copyleft/gpl.html -# - -pixmap_path "${THEMEDIR}" - -style "clearlooks-default" -{ - GtkButton ::default_border = { 0, 0, 0, 0 } - GtkRange ::trough_border = 0 - GtkPaned ::handle_size = 6 - GtkRange ::slider_width = 15 - GtkRange ::stepper_size = 15 - GtkScale ::slider-length = 23 - GtkScale ::trough-side-details = 1 - GtkScrollbar ::min_slider_length = 30 - GtkCheckButton ::indicator_size = 12 - GtkMenuBar ::internal-padding = 0 - GtkTreeView ::expander_size = 14 - GtkExpander ::expander_size = 16 - - xthickness = 1 - ythickness = 1 - - fg[NORMAL] = "#000000" # black - fg[PRELIGHT] = "#000000" # black - fg[SELECTED] = "#ffffff" # white - fg[ACTIVE] = "#000000" # black - fg[INSENSITIVE] = {0.6, 0.6, 0.6} # dark gray - - bg[NORMAL] = {0.95, 0.95, 0.95} # very light gray - bg[PRELIGHT] = "#ffffff" # white - bg[SELECTED] = OSX_MENU_COLOR_PLACEHOLDER # menu color - bg[INSENSITIVE] = {0.9, 0.9, 0.9} # light gray - bg[ACTIVE] = {0.85, 0.85, 0.85} # gray - - base[NORMAL] = "#ffffff" # white - base[PRELIGHT] = OSX_MENU_COLOR_PLACEHOLDER # menu color - base[ACTIVE] = {0.6, 0.6, 0.6} # dark gray - base[SELECTED] = OSX_HILI_COLOR_PLACEHOLDER # highlight color - base[INSENSITIVE] = {0.9, 0.9, 0.9} # light gray - - text[NORMAL] = "#000000" # black - text[PRELIGHT] = "#000000" # black - text[ACTIVE] = "#ffffff" # white - text[SELECTED] = "#ffffff" # white - text[INSENSITIVE] = {0.6, 0.6, 0.6} # dark gray - - engine "clearlooks" - { - colorize_scrollbar = FALSE #TRUE - reliefstyle = 1 - menubarstyle = 0 # 0 = flat, 1 = sunken, 2 = flat gradient - toolbarstyle = 0 # 0 = flat, 1 = enable effects - animation = FALSE - radius = 3.0 # 3.0 = default, 0.0 = sharp corners - style = GUMMY # CLASSIC, GUMMY, GLOSSY - } -} - - -style "clearlooks-wide" = "clearlooks-default" -{ - xthickness = 2 - ythickness = 2 -} - -style "clearlooks-button" = "clearlooks-default" -{ - xthickness = 3 - ythickness = 3 - - bg[NORMAL] = "#f0f1f2" # a hint of blue... - - engine "clearlooks" { - style = CLASSIC - } -} - -style "clearlooks-notebook" = "clearlooks-wide" -{ - bg[NORMAL] = {0.93, 0.93, 0.93} - bg[INSENSITIVE] = {0.93, 0.93, 0.93} -} - -style "clearlooks-tasklist" = "clearlooks-default" -{ - xthickness = 5 - ythickness = 3 -} - -style "clearlooks-menu" = "clearlooks-default" -{ - xthickness = 2 - ythickness = 1 - bg[NORMAL] = "#ffffff" -} - -style "clearlooks-menu-item" = "clearlooks-default" -{ - xthickness = 0 - ythickness = 2 - - fg[PRELIGHT] = "#ffffff" - text[PRELIGHT] = "#ffffff" - # We want PRELIGHT to be white for widgets, but coloured for the menu. - bg[PRELIGHT] = OSX_MENU_COLOR_PLACEHOLDER - - # Radius of the menu items (inside menus) - engine "clearlooks" { - radius = 0.0 - } -} - -style "clearlooks-menu-itembar" = "clearlooks-default" -{ - xthickness = 3 - ythickness = 3 -} - -style "clearlooks-tree" = "clearlooks-default" -{ - xthickness = 2 - ythickness = 2 -} - -style "clearlooks-frame-title" = "clearlooks-default" -{ - fg[NORMAL] = "#404040" -} - -style "clearlooks-tooltips" = "clearlooks-default" -{ - xthickness = 4 - ythickness = 4 - bg[NORMAL] = { 1.0,1.0,0.75 } -} - -style "clearlooks-progressbar" = "clearlooks-default" -{ - xthickness = 1 - ythickness = 1 - - fg[PRELIGHT] = "#ffffff" -} - -style "clearlooks-combo" = "clearlooks-default" -{ - xthickness = 2 - ythickness = 3 -} - -# Added pixmaps for scollbars -style "scrollbar" = "default" -{ - # The values I set here have to do with the relative size of three graphic elements - # I have used: the slider, the arrow box, and the trough. They all have the same width - # of 15 pixels, but gtk wants to put in some spacing between them. It seems like it - # places the sliders inside the trough with a default 1 pixel border on either side of the slider, - # so that the trough has its width stretched by an additional two pixels(?). Setting the - # trough border makes the arrow box sit on top of the trough squarely, by making sure that - # the trough stays the same width as the arrowbox(?). I could be totally wrong here. - GtkRange::trough_border = 0 - GtkRange::slider_width = 15 - - # This sets the size of the steppers (arrow buttons on the end of the scrollbar). - # The image I am using is 15x15 pixels, and if I dont set this a one pixel line - # gets cut off of the top of the "up" stepper. - GtkRange::stepper_size = 15 - - # Set a minimum length for the slider. Since I set the border on the slider - # image to 15 pixels on either end of the slider I want the min length to be - # at least 30 pixels to avoid an ugly slider when gtk wants to make it smaller - # than 30 pixels. - GtkScrollbar::min_slider_length = 30 - - engine "pixmap" - { - # Horizontal slider background - image - { - function = BOX - recolorable = TRUE - detail = "trough" - file = "Scrollbars/trough-scrollbar-horiz.png" - border = { 30, 30, 0, 0 } - stretch = TRUE - orientation = HORIZONTAL - } - - # Vertical slider background - image - { - function = BOX - recolorable = TRUE - detail = "trough" - file = "Scrollbars/trough-scrollbar-vert.png" - border = { 0, 0, 30, 30 } - stretch = TRUE - orientation = VERTICAL - } - - # Normal horizontal slider - image - { - function = SLIDER - recolorable = TRUE - state = NORMAL - file = "Scrollbars_AQUASTYLE_PLACEHOLDER/slider-horiz.png" - border = { 15, 15, 6, 6 } - stretch = TRUE - orientation = HORIZONTAL - } - - # Horizontal slider (active) - image - { - function = SLIDER - recolorable = TRUE - state = ACTIVE - file = "Scrollbars_AQUASTYLE_PLACEHOLDER/slider-horiz-prelight.png" - border = { 15, 15, 6, 6 } - stretch = TRUE - orientation = HORIZONTAL - } - - # Horizontal slider (mouse over) - image - { - function = SLIDER - recolorable = TRUE - state = PRELIGHT - file = "Scrollbars_AQUASTYLE_PLACEHOLDER/slider-horiz-prelight.png" - border = { 15, 15, 6, 6 } - stretch = TRUE - orientation = HORIZONTAL - } - - # Horizontal slider (Insesitive) - image - { - function = SLIDER - recolorable = TRUE - state = INSENSITIVE - file = "Scrollbars_AQUASTYLE_PLACEHOLDER/slider-horiz.png" - border = { 15, 15, 6, 6 } - stretch = TRUE - orientation = HORIZONTAL - } - - # Normal vertical slider - image - { - function = SLIDER - recolorable = TRUE - state = NORMAL - file = "Scrollbars_AQUASTYLE_PLACEHOLDER/slider-vert.png" - border = { 6, 6, 15, 15 } - stretch = TRUE - orientation = VERTICAL - } - - # Vertical slider (Active) - image - { - function = SLIDER - recolorable = TRUE - state = ACTIVE - file = "Scrollbars_AQUASTYLE_PLACEHOLDER/slider-vert.png" - border = { 6, 6, 15, 15 } - stretch = TRUE - orientation = VERTICAL - } - - # Vertical slider (mouse over) - image - { - function = SLIDER - recolorable = TRUE - state = PRELIGHT - file = "Scrollbars_AQUASTYLE_PLACEHOLDER/slider-vert-prelight.png" - border = { 6, 6, 15, 15 } - stretch = TRUE - orientation = VERTICAL - } - - # Vertical slider (Insesitive) - image - { - function = SLIDER - recolorable = TRUE - state = INSENSITIVE - file = "Scrollbars_AQUASTYLE_PLACEHOLDER/slider-vert-prelight.png" - border = { 6, 6, 15, 15 } - stretch = TRUE - orientation = VERTICAL - } - -################################################################################ -# SCROLLBAR STEPPERS -################################################################################ - - # Up - image - { - function = STEPPER - recolorable = TRUE - state = NORMAL - file = "Scrollbars/stepper-up.png" - #border = { 12, 2, 2, 9 } - stretch = TRUE - arrow_direction = UP - } - image - { - function = STEPPER - recolorable = TRUE - state = PRELIGHT - file = "Scrollbars/stepper-up.png" - #border = { 12, 2, 2, 9 } - stretch = TRUE - arrow_direction = UP - } - image - { - function = STEPPER - recolorable = TRUE - state = ACTIVE - file = "Scrollbars/stepper-up.png" - #border = { 12, 2, 2, 9 } - stretch = TRUE - arrow_direction = UP - } - image - { - function = STEPPER - recolorable = TRUE - state = INSENSITIVE - file = "Scrollbars/stepper-up.png" - #border = { 12, 2, 2, 9 } - stretch = TRUE - arrow_direction = UP - } - - ######### DOWN ############ - - - image - { - function = STEPPER - recolorable = TRUE - state = NORMAL - file = "Scrollbars/stepper-down.png" - #border = { 12, 2, 10, 2 } - stretch = TRUE - arrow_direction = DOWN - } - image - { - function = STEPPER - recolorable = TRUE - state = PRELIGHT - file = "Scrollbars/stepper-down.png" - #border = { 12, 2, 10, 2 } - stretch = TRUE - arrow_direction = DOWN - } - image - { - function = STEPPER - recolorable = TRUE - state = ACTIVE - file = "Scrollbars/stepper-down.png" - #border = { 12, 2, 10, 2 } - stretch = TRUE - arrow_direction = DOWN - } - image - { - function = STEPPER - recolorable = TRUE - state = INSENSITIVE - file = "Scrollbars/stepper-down.png" - #border = { 12, 2, 10, 2 } - stretch = TRUE - arrow_direction = DOWN - } - -############ RIGHT ################ - - image - { - function = STEPPER - recolorable = TRUE - state = NORMAL - file = "Scrollbars/stepper-right.png" - #border = { 2, 9, 2, 13 } - stretch = TRUE - arrow_direction = RIGHT - } - image - { - function = STEPPER - recolorable = TRUE - state = PRELIGHT - file = "Scrollbars/stepper-right.png" - #border = { 2, 9, 2, 13 } - stretch = TRUE - arrow_direction = RIGHT - } - image - { - function = STEPPER - recolorable = TRUE - state = ACTIVE - file = "Scrollbars/stepper-right.png" - #border = { 2, 9, 2, 13 } - stretch = TRUE - arrow_direction = RIGHT - } - image - { - function = STEPPER - recolorable = TRUE - state = INSENSITIVE - file = "Scrollbars/stepper-right.png" - #border = { 2, 9, 2, 13 } - stretch = TRUE - arrow_direction = RIGHT - } - -############### LEFT ################### - - - image - { - function = STEPPER - recolorable = TRUE - state = NORMAL - file = "Scrollbars/stepper-left.png" - #border = { 2, 9, 2, 13 } - stretch = TRUE - arrow_direction = LEFT - } - image - { - function = STEPPER - recolorable = TRUE - state = PRELIGHT - file = "Scrollbars/stepper-left.png" - #border = { 2, 9, 2, 13 } - stretch = TRUE - arrow_direction = LEFT - } - image - { - function = STEPPER - recolorable = TRUE - state = ACTIVE - file = "Scrollbars/stepper-left.png" - #border = { 2, 9, 2, 13 } - stretch = TRUE - arrow_direction = LEFT - } - image - { - function = STEPPER - recolorable = TRUE - state = INSENSITIVE - file = "Scrollbars/stepper-left.png" - #border = { 2, 9, 2, 13 } - stretch = TRUE - arrow_direction = LEFT - } - } -} - -# widget styles -class "GtkWidget" style "clearlooks-default" -class "GtkButton" style "clearlooks-button" -class "GtkCombo" style "clearlooks-button" -class "GtkRange" style "clearlooks-wide" -class "GtkFrame" style "clearlooks-wide" -class "GtkMenu" style "clearlooks-menu" -class "GtkEntry" style "clearlooks-button" -class "GtkMenuItem" style "clearlooks-menu-item" -class "GtkStatusbar" style "clearlooks-wide" -class "GtkNotebook" style "clearlooks-notebook" -class "GtkProgressBar" style "clearlooks-progressbar" -class "GtkScrollbar" style "scrollbar" - -widget_class "*MenuItem.*" style "clearlooks-menu-item" - -# combobox stuff -widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo" -widget_class "*.GtkCombo.GtkButton" style "clearlooks-combo" - -# tooltips stuff -widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist" -widget "gtk-tooltips" style "clearlooks-tooltips" - -# treeview stuff -widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree" -widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree" -widget_class "*.GtkList.GtkButton" style "clearlooks-tree" -widget_class "*.GtkCList.GtkButton" style "clearlooks-tree" -widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title" - -# notebook stuff -widget_class "*.GtkNotebook.*.GtkEventBox" style "clearlooks-notebook" -widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook" - -# OS X uses 11 but due to differences in font smoothing, 10 actually integrates better -gtk-font-name="Lucida Grande 10" - -# icon sizes: 48, 32, 24 (tango=22), 16 -# -# gtk-dialog main icon in a dialog box: e.g. alert when file is not saved -# gtk-dnd icon showed while dragging and dropping (not used on OS X) -# gtk-button buttons: OK/Cancel dialogs, usually 22 but 16 is more OS X-ish -# gtk-large-toolbar large toolbar: toolbox -# gtk-small-toolbar small toolbar: command bar, tools control, snap control -# gtk-menu menus in applications: File, Edit -# panel-menu general Application/Places menu (not used on OS X) -# -# insckape-decoration layers lock, "affect" icons, etc. -# -#gtk-icon-sizes = "gtk-dialog=48,48:gtk-button=16,16:gtk-large-toolbar=22,22:gtk-small-toolbar=16,16:gtk-menu=16,16:inkscape-decoration=16,16" -gtk-icon-sizes = "gtk-dialog=48,48:gtk-button=16,16:gtk-large-toolbar=24,24:gtk-small-toolbar=16,16:gtk-menu=16,16:inkscape-decoration=12,12" - -# use OS X default pdf-viewer for print preview -gtk-print-preview-command="/usr/bin/open %f" - -# Whether images should be shown on buttons. -# Default value: TRUE -gtk-button-images = 0 - -# Whether images should be shown in menus. -gtk-menu-images = 0 - - diff --git a/packaging/macosx/osx-app.sh b/packaging/macosx/osx-app.sh index ef4301c17..f827a67b0 100755 --- a/packaging/macosx/osx-app.sh +++ b/packaging/macosx/osx-app.sh @@ -15,10 +15,12 @@ # Kees Cook <kees@outflux.net> # Michael Wybrow <mjwybrow@users.sourceforge.net> # Jean-Olivier Irisson <jo.irisson@gmail.com> +# Liam P. White <inkscapebrony@gmail.com> # # Copyright (C) 2005 Kees Cook # Copyright (C) 2005-2009 Michael Wybrow # Copyright (C) 2007-2009 Jean-Olivier Irisson +# Copyright (C) 2014 Liam P. White # # Released under GNU GPL, read the file 'COPYING' for more information # @@ -131,20 +133,9 @@ if [ ! -f "$plist" ]; then exit 1 fi -PYTHONPACKURL="http://inkscape.modevia.com/macosx-snap/Python-packages.dmg" - if [ "x$python_dir" == "x" ]; then echo "Python modules directory not specified." >&2 - echo "Python modules can be downloaded from:" >&2 - echo " $PYTHONPACKURL" >&2 - exit 1 -fi -if [ ! -e "$python_dir/i386" -o ! -e "$python_dir/ppc" ]; then - echo "Directory does not appear to contain the i386 and ppc python modules:" >&2 - echo " $python_dir" >&2 - echo "Python modules can be downloaded from:" >&2 - echo " $PYTHONPACKURL" >&2 exit 1 fi @@ -175,7 +166,7 @@ fi if [ ! -e "$LIBPREFIX/lib/aspell-0.60/en.dat" ]; then echo "Missing aspell en dictionary -- please install at least 'aspell-dict-en', but" >&2 - echo "preferably all dictionaries ('aspell-dict-*') and try again." >&2 + echo "preferably more dictionaries ('aspell-dict-*') and try again." >&2 exit 1 fi @@ -203,7 +194,7 @@ package="Inkscape.app" # Remove a previously existing package if necessary if [ -d $package ]; then echo "Removing previous Inkscape.app" - rm -Rf $package + rm -rf $package fi @@ -215,6 +206,7 @@ resdir=`pwd` #---------------------------------------------------------- pkgexec="$package/Contents/MacOS" pkgbin="$package/Contents/Resources/bin" +pkgshare="$package/Contents/Resources/share" pkglib="$package/Contents/Resources/lib" pkglocale="$package/Contents/Resources/locale" pkgpython="$package/Contents/Resources/python/site-packages/" @@ -223,6 +215,7 @@ pkgresources="$package/Contents/Resources" mkdir -p "$pkgexec" mkdir -p "$pkgbin" mkdir -p "$pkglib" +mkdir -p "$pkgshare" mkdir -p "$pkglocale" mkdir -p "$pkgpython" @@ -274,6 +267,13 @@ cp -rp "$LIBPREFIX/share/mime" "$pkgresources/share/" mkdir -p "$pkgresources/share/icons/hicolor" cp "$LIBPREFIX/share/icons/hicolor/index.theme" "$pkgresources/share/icons/hicolor" +# GTK+ themes +cp -RP "$LIBPREFIX/share/gtk-engines" "$pkgshare/" +for item in Adwaita Clearlooks HighContrast Industrial Raleigh Redmond ThinIce; do + mkdir -p "$pkgshare/themes/$item" + cp -RP "$LIBPREFIX/share/themes/$item/gtk-2.0" "$pkgshare/themes/$item/" +done + # Icons and the rest of the script framework rsync -av --exclude ".svn" "$resdir"/Resources/* "$pkgresources/" @@ -283,7 +283,7 @@ sed -e "s,IMAGEMAGICKVER,$IMAGEMAGICKVER,g" -i "" $pkgbin/inkscape # Add python modules if requested if [ ${add_python} = "true" ]; then - # copy python site-packages. They need to be organized in a hierarchical set of directories, by architecture and python major+minor version, e.g. i386/2.3/ for Ptyhon 2.3 on Intel; ppc/2.4/ for Python 2.4 on PPC + # copy python site-packages. They need to be organized in a hierarchical set of directories, by architecture and python major+minor version, e.g. i386/2.3/ for Ptyhon 2.3 on Intel cp -rvf "$python_dir"/* "$pkgpython" fi @@ -293,20 +293,16 @@ echo "APPLInks" > $package/Contents/PkgInfo # Pull in extra requirements for Pango and GTK pkgetc="$package/Contents/Resources/etc" mkdir -p $pkgetc/pango -cp $LIBPREFIX/etc/pango/pangox.aliases $pkgetc/pango/ + # Need to adjust path and quote in case of spaces in path. sed -e "s,$LIBPREFIX,\"\${CWD},g" -e 's,\.so ,.so" ,g' $LIBPREFIX/etc/pango/pango.modules > $pkgetc/pango/pango.modules cat > $pkgetc/pango/pangorc <<END_PANGO [Pango] -ModuleFiles=\${HOME}/.inkscape-etc/pango.modules -[PangoX] -AliasFiles=\${HOME}/.inkscape-etc/pangox.aliases +ModuleFiles=\${HOME}/Library/Application Support/org.inkscape.Inkscape/0.91/pango.modules END_PANGO -# We use a modified fonts.conf file so only need the dtd mkdir -p $pkgetc/fonts -cp $LIBPREFIX/etc/fonts/fonts.dtd $pkgetc/fonts/ -cp -r $LIBPREFIX/etc/fonts/conf.avail $pkgetc/fonts/ +cp -r $LIBPREFIX/etc/fonts/fonts.conf $pkgetc/fonts/ cp -r $LIBPREFIX/etc/fonts/conf.d $pkgetc/fonts/ mkdir -p $pkgetc/gtk-2.0 @@ -323,7 +319,7 @@ mkdir -p $pkglib/pango/$pango_version/modules cp $LIBPREFIX/lib/pango/$pango_version/modules/*.so $pkglib/pango/$pango_version/modules/ gtk_version=`pkg-config --variable=gtk_binary_version gtk+-2.0` -mkdir -p $pkglib/gtk-2.0/$gtk_version/{engines,immodules,loaders,printbackends} +mkdir -p $pkglib/gtk-2.0/$gtk_version/{engines,immodules,printbackends} cp -r $LIBPREFIX/lib/gtk-2.0/$gtk_version/* $pkglib/gtk-2.0/$gtk_version/ mkdir -p $pkglib/gnome-vfs-2.0/modules @@ -333,167 +329,122 @@ mkdir -p $pkglib/gdk-pixbuf-2.0/$gtk_version/loaders cp $LIBPREFIX/lib/gdk-pixbuf-2.0/$gtk_version/loaders/*.so $pkglib/gdk-pixbuf-2.0/$gtk_version/loaders/ cp -r "$LIBPREFIX/lib/ImageMagick-$IMAGEMAGICKVER" "$pkglib/" -cp -r "$LIBPREFIX/share/ImageMagick-$IMAGEMAGICKVER" "$pkgresources/share/" +cp -r "$LIBPREFIX/share/ImageMagick-6" "$pkgresources/share/" # Copy aspell dictionary files: -cp -r "$LIBPREFIX/lib/aspell-0.60" "$pkglib/" cp -r "$LIBPREFIX/share/aspell" "$pkgresources/share/" -# Find out libs we need from fink, darwinports, or from a custom install +# Copy all linked libraries into the bundle +#---------------------------------------------------------- +# get list of *.so modules from python modules +python_libs="$(find $pkgpython -name *.so -or -name *.dylib)" + +# get list of included binary executables +extra_bin=$(find $pkgbin -exec file {} \; | grep executable | grep -v text | cut -d: -f1) + +# Find out libs we need from MacPorts, Fink, or from a custom install # (i.e. $LIBPREFIX), then loop until no changes. a=1 nfiles=0 endl=true while $endl; do - echo -e "\033[1mLooking for dependencies.\033[0m Round" $a - libs="`otool -L $pkglib/gtk-2.0/$gtk_version/{engines,immodules,loaders,printbackends}/*.{dylib,so} $pkglib/gdk-pixbuf-2.0/$gtk_version/loaders/* $pkglib/pango/$pango_version/modules/* $pkglib/gnome-vfs-2.0/modules/* $package/Contents/Resources/lib/* $pkglib/ImageMagick-$IMAGEMAGICKVER/modules-Q16/{filters,coders}/*.so $binary 2>/dev/null | fgrep compatibility | cut -d\( -f1 | grep $LIBPREFIX | sort | uniq`" - cp -f $libs $package/Contents/Resources/lib - let "a+=1" - nnfiles=`ls $package/Contents/Resources/lib | wc -l` - if [ $nnfiles = $nfiles ]; then - endl=false - else - nfiles=$nnfiles - fi -done - -# Add extra libraries of necessary -for libfile in $EXTRALIBS -do - cp -f $libfile $package/Contents/Resources/lib + echo -e "\033[1mLooking for dependencies.\033[0m Round" $a + libs="$(otool -L \ + $pkglib/gtk-2.0/$gtk_version/{engines,immodules,printbackends}/*.{dylib,so} \ + $pkglib/gdk-pixbuf-2.0/$gtk_version/loaders/*.so \ + $pkglib/pango/$pango_version/modules/*.so \ + $pkglib/gnome-vfs-2.0/modules/*.so \ + $pkglib/gio/modules/*.so \ + $pkglib/ImageMagick-$IMAGEMAGICK_VER/modules-Q16/{filters,coders}/*.so \ + $pkglib/*.{dylib,so} \ + $pkgbin/*.so \ + $python_libs \ + $extra_bin \ + 2>/dev/null | fgrep compatibility | cut -d\( -f1 | grep $LIBPREFIX | sort | uniq)" + cp -f $libs "$pkglib" + let "a+=1" + nnfiles="$(ls "$pkglib" | wc -l)" + if [ $nnfiles = $nfiles ]; then + endl=false + else + nfiles=$nnfiles + fi done # Some libraries don't seem to have write permission, fix this. -chmod -R u+w $package/Contents/Resources/lib +chmod -R u+w "$package/Contents/Resources/lib" -# Strip libraries and executables if requested +# Rewrite id and paths of linked libraries #---------------------------------------------------------- -if [ "$strip" = "true" ]; then - echo -e "\n\033[1mStripping debugging symbols...\033[0m\n" - chmod +w "$pkglib"/*.dylib - strip -x "$pkglib"/*.dylib - strip -ur "$binpath" -fi +# extract level for relative path to libs +echo -e "\n\033[1mRewriting library paths ...\033[0m\n" + +LIBPREFIX_levels="$(echo "$LIBPREFIX"|awk -F/ '{print NF+1}')" -# NOTE: This works for all the dylibs but causes GTK to crash at startup. -# Instead we leave them with their original install_names and set -# DYLD_LIBRARY_PATH within the app bundle before running Inkscape. -# fixlib () { - libPath="`echo $2 | sed 's/.*Resources//'`" - pkgPath="`echo $2 | sed 's/Resources\/.*/Resources/'`" - # Fix a given executable or library to be relocatable - if [ ! -d "$1" ]; then - libs="`otool -L $1 | fgrep compatibility | cut -d\( -f1`" - for lib in $libs; do - echo " $lib" - base=`echo $lib | awk -F/ '{print $NF}'` - first=`echo $lib | cut -d/ -f1-3` - relative=`echo $lib | cut -d/ -f4-` - to=@executable_path/../$relative - if [ $first != /usr/lib -a $first != /usr/X11 -a $first != /System/Library ]; then - /usr/bin/install_name_tool -change $lib $to $1 - if [ "`echo $lib | fgrep libcrypto`" = "" ]; then - /usr/bin/install_name_tool -id $to $1 - for ll in $libs; do - base=`echo $ll | awk -F/ '{print $NF}'` - first=`echo $ll | cut -d/ -f1-3` - relative=`echo $ll | cut -d/ -f4-` - to=@executable_path/../$relative - if [ $first != /usr/lib -a $first != /usr/X11 -a $first != /System/Library -a "`echo $ll | fgrep libcrypto`" = "" ]; then - /usr/bin/install_name_tool -change $ll $to $pkgPath/$relative - fi - done - fi - fi - done - fi + if [ ! -d "$1" ]; then + fileLibs="$(otool -L $1 | fgrep compatibility | cut -d\( -f1)" + filePath="$(echo "$2" | sed 's/.*Resources//')" + fileType="$3" + unset to_id + case $fileType in + lib) + # TODO: verfiy correct/expected install name for relocated libs + to_id="$package/Contents/Resources$filePath/$1" + loader_to_res="$(echo $filePath | gawk -F/ '{for (i=1;i<NF;i++) sub($i,".."); sub($NF,"",$0); print $0}')" + ;; + bin) + loader_to_res="../" + ;; + exec) + loader_to_res="../Resources/" + ;; + *) + echo "Skipping loader_to_res for $1" + ;; + esac + [ $to_id ] && install_name_tool -id "$to_id" "$1" + for lib in $fileLibs; do + first="$(echo $lib | cut -d/ -f1-3)" + if [ $first != /usr/lib -a $first != /usr/X11 -a $first != /opt/X11 -a $first != /System/Library ]; then + lib_prefix_levels="$(echo $lib | awk -F/ '{for (i=NF;i>0;i--) if($i=="lib") j=i; print j}')" + res_to_lib="$(echo $lib | cut -d/ -f$lib_prefix_levels-)" + unset to_path + case $fileType in + lib) + to_path="@loader_path/$loader_to_res$res_to_lib" + ;; + bin) + to_path="@executable_path/$loader_to_res$res_to_lib" + ;; + exec) + to_path="@executable_path/$loader_to_res$res_to_lib" + ;; + *) + echo "Skipping to_path for $lib in $1" + ;; + esac + [ $to_path ] && ${LIBPREFIX}/bin/install_name_tool -change "$lib" "$to_path" "$1" + fi + done + fi } rewritelibpaths () { - # - # Fix package deps - (cd "$package/Contents/Resources/lib/gtk-2.0/$gtk_version/loaders" - for file in *.so; do - echo "Rewriting dylib paths for $file..." - fixlib "$file" "`pwd`" - done - ) - (cd "$package/Contents/Resources/lib/gtk-2.0/$gtk_version/engines" - for file in *.so; do - echo "Rewriting dylib paths for $file..." - fixlib "$file" "`pwd`" - done - ) - (cd "$package/Contents/Resources/lib/gtk-2.0/$gtk_version/immodules" - for file in *.so; do - echo "Rewriting dylib paths for $file..." - fixlib "$file" "`pwd`" - done - ) - (cd "$package/Contents/Resources/lib/gtk-2.0/$gtk_version/printbackends" - for file in *.so; do - echo "Rewriting dylib paths for $file..." - fixlib "$file" "`pwd`" - done - ) - (cd "$package/Contents/Resources/lib/gnome-vfs-2.0/modules" - for file in *.so; do - echo "Rewriting dylib paths for $file..." - fixlib "$file" "`pwd`" - done - ) - (cd "$package/Contents/Resources/lib/gdk-pixbuf-2.0/$gtk_version/loaders" - for file in *.so; do - echo "Rewriting dylib paths for $file..." - fixlib "$file" "`pwd`" - done - ) - (cd "$package/Contents/Resources/lib/pango/$pango_version/modules" - for file in *.so; do - echo "Rewriting dylib paths for $file..." - fixlib "$file" "`pwd`" - done - ) - (cd "$package/Contents/Resources/lib/ImageMagick-$IMAGEMAGICKVER/modules-Q16/filters" - for file in *.so; do - echo "Rewriting dylib paths for $file..." - fixlib "$file" "`pwd`" - done - ) - (cd "$package/Contents/Resources/lib/ImageMagick-$IMAGEMAGICKVER/modules-Q16/coders" - for file in *.so; do - echo "Rewriting dylib paths for $file..." - fixlib "$file" "`pwd`" - done - ) - (cd "$package/Contents/Resources/bin" - for file in *; do - echo "Rewriting dylib paths for $file..." - fixlib "$file" "`pwd`" - done - cd ../lib - for file in *.dylib; do - echo "Rewriting dylib paths for $file..." - fixlib "$file" "`pwd`" - done - ) + echo "Rewriting dylib paths for included binaries:" + for file in $extra_bin; do + echo -n "Rewriting dylib paths for $file ... " + (cd "$(dirname $file)" ; fixlib "$(basename $file)" "$(dirname $file)" "bin") + echo "done" + done + echo "Rewriting dylib paths for included libraries:" + for file in $(find $package \( -name '*.so' -or -name '*.dylib' \) -and -not -ipath '*.dSYM*'); do + echo -n "Rewriting dylib paths for $file ... " + (cd "$(dirname $file)" ; fixlib "$(basename $file)" "$(dirname $file)" "lib") + echo "done" + done } -PATHLENGTH=`echo $LIBPREFIX | wc -c` -if [ "$PATHLENGTH" -ge "50" ]; then - # If the LIBPREFIX path is long enough to allow - # path rewriting, then do this. - rewritelibpaths -else - echo "Could not rewrite dylb paths for bundled libraries. This requires" >&2 - echo "Macports to be installed in a PREFIX of at least 50 characters in length." >&2 - echo "" >&2 - echo "The package will still work if the following line is uncommented in" >&2 - echo "Inkscape.app/Contents/Resources/bin/inkscape:" >&2 - echo ' export DYLD_LIBRARY_PATH="$TOP/lib"' >&2 - exit 1 - -fi +rewritelibpaths exit 0 diff --git a/packaging/macosx/osx-build.sh b/packaging/macosx/osx-build.sh index 5281e70c6..a536adf64 100755 --- a/packaging/macosx/osx-build.sh +++ b/packaging/macosx/osx-build.sh @@ -6,8 +6,9 @@ # http://wiki.inkscape.org/wiki/index.php?title=CompilingMacOsX # for more complete information # -# Author: +# Authors: # Jean-Olivier Irisson <jo.irisson@gmail.com> +# Liam P. White <inkscapebrony@gmail.com> # with information from # Kees Cook # Michael Wybrow @@ -23,9 +24,7 @@ # Configure flags CONFFLAGS="--disable-openmp --enable-osxapp" # Libraries prefix (Warning: NO trailing slash) -LIBPREFIX="/opt/local" -# User name on Modevia -MODEVIA_NAME="" +LIBPREFIX="/opt/local-x11" ############################################################ @@ -64,12 +63,6 @@ Compilation script for Inkscape on Mac OS X. \033[1m-py,--with-python\033[0m specify python modules path for inclusion into the app bundle \033[1md,dist,distrib\033[0m store Inkscape.app in a disk image (dmg) for distribution - \033[1mf,fat,universal\033[0m - compile inkscape as a universal binary as both i386 and ppc architectures - \033[1mput,upload\033[0m - upload the dmg and the associate info file on Modevia server - \033[1mall\033[0m - do everything (update, configure, build, install, package, distribute) \033[1mEXAMPLES\033[0m \033[1m$0 conf build install\033[0m @@ -92,7 +85,7 @@ SRCROOT=$HERE/../.. # we are currently in packaging/macosx # Defaults if [ "$INSTALLPREFIX" = "" ] then - INSTALLPREFIX=$SRCROOT/Build/ + INSTALLPREFIX=$SRCROOT/inst-osxapp/ fi BZRUPDATE="f" AUTOGEN="f" @@ -102,7 +95,6 @@ NJOBS=1 INSTALL="f" PACKAGE="f" DISTRIB="f" -UPLOAD="f" UNIVERSAL="f" STRIP="" @@ -129,8 +121,6 @@ do AUTOGEN="t" ;; c|conf|configure) CONFIGURE="t" ;; - -u|--universal) - UNIVERSAL="t" ;; b|build) BUILD="t" ;; -j|--jobs) @@ -142,8 +132,6 @@ do PACKAGE="t" ;; d|dist|distrib) DISTRIB="t" ;; - put|upload) - UPLOAD="t" ;; -p|--prefix) INSTALLPREFIX=$2 shift 1 ;; @@ -159,35 +147,22 @@ do shift 1 done -OSXMINORVER=`/usr/bin/sw_vers | grep ProductVersion | cut -d' ' -f2 | cut -f1-2 -d.` +# OSXMINORVER=`/usr/bin/sw_vers | grep ProductVersion | cut -d' ' -f2 | cut -f1-2 -d.` # Set environment variables # ---------------------------------------------------------- -export LIBPREFIX +export LIBPREFIX="/opt/local-x11" # Specific environment variables # automake seach path export CPATH="$LIBPREFIX/include" # configure search path export CPPFLAGS="-I$LIBPREFIX/include" -# export CPPFLAGS="-I$LIBPREFIX/include -I /System/Library/Frameworks/Carbon.framework/Versions/Current/Headers" export LDFLAGS="-L$LIBPREFIX/lib" # compiler arguments -export CFLAGS="-O3 -Wall" +export CFLAGS="-O0 -Wall" export CXXFLAGS="$CFLAGS" -if [[ "$UNIVERSAL" == "t" ]] -then - MINOSXVER="$OSXMINORVER" - - export SDK=/Developer/SDKs/MacOSX${MINOSXVER}.sdk - - export CFLAGS="$CFLAGS -isysroot $SDK -arch ppc -arch i386" - export CXXFLAGS="$CFLAGS" - - export CONFFLAGS="$CONFFLAGS --disable-dependency-tracking" -fi - # Actions # ---------------------------------------------------------- if [[ "$BZRUPDATE" == "t" ]] @@ -203,55 +178,17 @@ then fi # Fetch some information -REVISION=`bzr version-info 2>/dev/null | grep revno | cut -d' ' -f2` -ARCH=`arch | tr [p,c] [P,C]` -OSXVERSION=`/usr/bin/sw_vers | grep ProductVersion | cut -d' ' -f2` - -if [[ "$OSXMINORVER" == "10.3" ]]; then - TARGETNAME="PANTHER" - TARGETVERSION="10.3" -elif [[ "$OSXMINORVER" == "10.4" ]]; then - TARGETNAME="TIGER" - TARGETVERSION="10.4" -elif [[ "$OSXMINORVER" == "10.5" ]]; then - TARGETNAME="LEOPARD+" - TARGETVERSION="10.5+" -fi - -TARGETARCH="$ARCH" -if [[ "$UNIVERSAL" == "t" ]]; then - TARGETARCH="UNIVERSAL" -fi +REVISION=$(bzr revno) +ARCH=$(arch) +TARGETVERSION=$(/usr/bin/sw_vers | fgrep ProductVersion | tr -d \ | cut -d: -f2) NEWNAME="Inkscape-r$REVISION-$TARGETVERSION-$TARGETARCH" DMGFILE="$NEWNAME.dmg" INFOFILE="$NEWNAME-info.txt" - -if [[ "$UPLOAD" == "t" ]] -then - # If we are uploading, we are probably building nightlies and don't - # need to build a new one if the repository hasn't changed since the - # last. Hence, if a dmg for this version already exists, then just - # exit here. - if [[ -f "$DMGFILE" ]]; then - echo -e "\nRepository hasn't changed: $DMGFILE already exists." - exit 0 - fi -fi - if [[ "$AUTOGEN" == "t" ]] then cd $SRCROOT - if [[ "$UNIVERSAL" == "t" ]] - then - # Universal builds have to be built with the option - # --disable-dependency-tracking. So they need to be - # started from scratch each time. - if [[ -f Makefile ]]; then - make distclean - fi - fi export NOCONFIGURE=true && ./autogen.sh status=$? if [[ $status -ne 0 ]]; then @@ -263,14 +200,15 @@ fi if [[ "$CONFIGURE" == "t" ]] then - ALLCONFFLAGS=`echo "$CONFFLAGS --prefix=$INSTALLPREFIX"` + ALLCONFFLAGS="$CONFFLAGS --prefix=$INSTALLPREFIX" cd $SRCROOT if [ ! -f configure ] then echo "Configure script not found in $SRCROOT. Run '$0 autogen' first" exit 1 fi - ./configure $ALLCONFFLAGS + mkdir -p build-osxapp; cd build-osxapp + ../configure $ALLCONFFLAGS status=$? if [[ $status -ne 0 ]]; then echo -e "\nConfigure failed" @@ -281,7 +219,7 @@ fi if [[ "$BUILD" == "t" ]] then - cd $SRCROOT + cd $SRCROOT/build-osxapp make -j $NJOBS status=$? if [[ $status -ne 0 ]]; then @@ -293,7 +231,7 @@ fi if [[ "$INSTALL" == "t" ]] then - cd $SRCROOT + cd $SRCROOT/build-osxapp make install status=$? if [[ $status -ne 0 ]]; then @@ -312,9 +250,9 @@ then echo "The inkscape executable \"$INSTALLPREFIX/bin/inkscape\" cound not be found." exit 1 fi - if [ ! -e $SRCROOT/Info.plist ] + if [ ! -e $SRCROOT/build-osxapp/Info.plist ] then - echo "The file \"$SRCROOT/Info.plist\" could not be found, please re-run configure." + echo "The file \"$SRCROOT/build-osxapp/Info.plist\" could not be found, please re-run configure." exit 1 fi @@ -325,7 +263,7 @@ then fi # Create app bundle - ./osx-app.sh $STRIP -b $INSTALLPREFIX/bin/inkscape -p $SRCROOT/Info.plist $PYTHON_MODULES + ./osx-app.sh $STRIP -b $INSTALLPREFIX/bin/inkscape -p $SRCROOT/build-osxapp/Info.plist $PYTHON_MODULES status=$? if [[ $status -ne 0 ]]; then echo -e "\nApplication bundle creation failed" @@ -392,21 +330,6 @@ Configure options: fi fi -if [[ "$UPLOAD" == "t" ]] -then - # Provide default for user name on modevia - if [[ "$MODEVIA_NAME" == "" ]]; then - MODEVIA_NAME=$USER - fi - # Uploasd file - scp $DMGFILE $INFOFILE "$MODEVIA_NAME"@inkscape.modevia.com:inkscape/docs/macosx-snap/ - status=$? - if [[ $status -ne 0 ]]; then - echo -e "\nUpload failed" - exit $status - fi -fi - if [[ "$PACKAGE" == "t" || "$DISTRIB" == "t" ]]; then # open a Finder window here to admire what we just produced open . |
