summaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-12-18 00:57:46 +0000
committerDarin Adler <darin@src.gnome.org>2001-12-18 00:57:46 +0000
commit0e61a2dc6f9b15ea7dc4a92fc213914b006bd26d (patch)
tree920be8425b5bc51199afad138b8f4701c7d89300 /icons
parent62b5f12c15b014028de6bded90b90018821472ec (diff)
downloadnautilus-0e61a2dc6f9b15ea7dc4a92fc213914b006bd26d.tar.gz
Do text drawing with Pango for the anti-aliased case. Remove all use of
* libnautilus-private/nautilus-icon-canvas-item.h: * libnautilus-private/nautilus-icon-canvas-item.c: (nautilus_icon_canvas_item_init), (nautilus_icon_canvas_item_finalize), (nautilus_icon_canvas_item_invalidate_label_size), (nautilus_icon_canvas_item_set_arg), (nautilus_icon_canvas_item_get_arg), (draw_or_measure_label_text), (measure_label_text), (create_label_layout), (get_label_layout), (draw_label_layout), (draw_or_measure_label_text_aa), (draw_label_text_aa), (nautilus_icon_canvas_item_class_init): Do text drawing with Pango for the anti-aliased case. Remove all use of the non-Pango Eel anti-aliased text drawing code. * libnautilus-private/nautilus-icon-container.h: * libnautilus-private/nautilus-icon-container.c: (finalize), (nautilus_icon_container_init), (nautilus_icon_container_update_icon), (nautilus_icon_container_set_label_font_for_zoom_level): * src/file-manager/fm-icon-view.c: (create_icon_container), (fm_icon_view_init): Remove the smooth-font stuff. We're going to use a single font once we change everything to use Pango. * icons/Makefile.am: Remove help-system icons. * icons/hyperbola-*: Remove help-system icons.
Diffstat (limited to 'icons')
-rw-r--r--icons/Makefile.am6
-rw-r--r--icons/hyperbola-book-closed.pngbin285 -> 0 bytes
-rw-r--r--icons/hyperbola-book-open.pngbin278 -> 0 bytes
-rw-r--r--icons/hyperbola-folder-closed.pngbin262 -> 0 bytes
-rw-r--r--icons/hyperbola-folder-open.pngbin262 -> 0 bytes
-rw-r--r--icons/hyperbola-section-closed.pngbin236 -> 0 bytes
-rw-r--r--icons/hyperbola-section-open.pngbin236 -> 0 bytes
7 files changed, 0 insertions, 6 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am
index 65c8440b0..7b0d0af00 100644
--- a/icons/Makefile.am
+++ b/icons/Makefile.am
@@ -142,12 +142,6 @@ icon_DATA =\
hand-72.png \
hand-96.png \
home.png \
- hyperbola-book-closed.png \
- hyperbola-book-open.png \
- hyperbola-folder-closed.png \
- hyperbola-folder-open.png \
- hyperbola-section-closed.png \
- hyperbola-section-open.png \
i-blockdev.png \
i-bookmark-20.png \
i-bookmark-missing-20.png \
diff --git a/icons/hyperbola-book-closed.png b/icons/hyperbola-book-closed.png
deleted file mode 100644
index f8990f208..000000000
--- a/icons/hyperbola-book-closed.png
+++ /dev/null
Binary files differ
diff --git a/icons/hyperbola-book-open.png b/icons/hyperbola-book-open.png
deleted file mode 100644
index 464e0648c..000000000
--- a/icons/hyperbola-book-open.png
+++ /dev/null
Binary files differ
diff --git a/icons/hyperbola-folder-closed.png b/icons/hyperbola-folder-closed.png
deleted file mode 100644
index b1d899014..000000000
--- a/icons/hyperbola-folder-closed.png
+++ /dev/null
Binary files differ
diff --git a/icons/hyperbola-folder-open.png b/icons/hyperbola-folder-open.png
deleted file mode 100644
index 2f90260f8..000000000
--- a/icons/hyperbola-folder-open.png
+++ /dev/null
Binary files differ
diff --git a/icons/hyperbola-section-closed.png b/icons/hyperbola-section-closed.png
deleted file mode 100644
index 3260e6031..000000000
--- a/icons/hyperbola-section-closed.png
+++ /dev/null
Binary files differ
diff --git a/icons/hyperbola-section-open.png b/icons/hyperbola-section-open.png
deleted file mode 100644
index 906c92c30..000000000
--- a/icons/hyperbola-section-open.png
+++ /dev/null
Binary files differ