nautilus/librsvg
Darin Adler 63bc589bc9 Ignore some additional generated files.
* components/services/install/command-line/.cvsignore:
	* components/services/install/lib/.cvsignore:
	Ignore some additional generated files.

	* libnautilus-extensions/nautilus-gnome-extensions.h:
	* libnautilus-extensions/nautilus-gnome-extensions.c:
	Moved stock dialog functions to nautilus-stock-dialogs.[ch].
	(nautilus_gnome_canvas_item_request_update_deep),
	(nautilus_gnome_canvas_request_update_all),
	(nautilus_gnome_canvas_set_scroll_region),
	(nautilus_gnome_canvas_set_scroll_region_left_justify):
	Added a bunch of functions that were previously private inside
	NautilusIconContainer.

	* libnautilus-extensions/nautilus-gtk-extensions.h:
	* libnautilus-extensions/nautilus-gtk-extensions.c:
	(nautilus_gtk_adjustment_set_value),
	(nautilus_gtk_adjustment_clamp_value):
	Added functions that treat the value range in a GtkAdjustment the
	same way scroll bars do, taking the page size into account.

	* libnautilus-extensions/nautilus-horizontal-splitter.h:
	* libnautilus-extensions/nautilus-horizontal-splitter.c:
	(nautilus_horizontal_splitter_initialize),
	(toggle_splitter_position),
	(nautilus_horizontal_splitter_button_press),
	(nautilus_horizontal_splitter_button_release):
	Fixed logic so that splitter will only open or close if you both
	click and release within the splitter itself.

	* libnautilus-extensions/nautilus-icon-private.h:
	* libnautilus-extensions/nautilus-icon-container.c:
	(icon_toggle_selected): Move icons to front when they are selected.
	(set_scroll_region): Moved workaround that sets scroll region to
	be large enough to fill the widget allocation into a function in
	nautilus-gnome-extensions.h. In the process, I fixed the problem
	where it would do the job wrong when the view was zoomed.
	(lay_down_icons), (relayout), (reload_icon_positions):
	Started work on sharing code between automatic layout of the entire
	container and layout of new icons as the arrive.
	(nautilus_icon_container_clear), (nautilus_icon_container_add):
	Got started on the mechanism for laying out new icons as they arrive
	in bunches instead of one at a time.

	* libnautilus-extensions/nautilus-icon-dnd.c:
	* libnautilus-extensions/nautilus-program-chooser.c:
	* libnautilus-extensions/nautilus-program-choosing.c:
	* src/file-manager/dfos-xfer.c:
	* src/file-manager/fm-directory-view.c:
	* src/file-manager/fm-error-reporting.c:
	* src/nautilus-application.c:
	* src/nautilus-location-bar.c:
	* src/nautilus-property-browser.c:
	* src/nautilus-window-manage-views.c:
	* src/nautilus-window-menus.c:
	Added includes to source files that use the stock dialogs.

	* libnautilus-extensions/nautilus-stock-dialogs.h:
	* libnautilus-extensions/nautilus-stock-dialogs.c:
	(nautilus_timed_wait_stop), (convert_varargs_to_name_array),
	(nautilus_simple_dialog), (turn_on_line_wrap_flag),
	(turn_on_line_wrap_flag_callback), (show_ok_box),
	(show_yes_no_box), (nautilus_info_dialog),
	(nautilus_info_dialog_parented), (nautilus_warning_dialog),
	(nautilus_warning_dialog_parented), (nautilus_error_dialog),
	(nautilus_error_dialog_parented), (nautilus_yes_no_dialog),
	(nautilus_yes_no_dialog_parented):
	Moved all the stock dialog code in here.

	* src/nautilus-sidebar-title.c: (update_icon): Only display the
	icon when it's ready, instead of showing generic document icon
	before that time.
	(update_title), (update_more_info), (update_emblems),
	(update_notes): Added FIXMEs about doing the same with other info.
	(nautilus_sidebar_title_button_press_event): Added a FIXME to the
	half-baked code in here.
2000-06-26 18:01:44 +00:00
..
.cvsignore Added test-rsvg, which exercises librsvg by generating alpha transparent 2000-04-14 23:10:48 +00:00
art_render.c Bumped version number in version test. 2000-05-30 18:27:28 +00:00
art_render.h Workaround to compile with older versions of Libart that didn't define 2000-06-07 08:18:00 +00:00
art_render_gradient.c Bumped version number in version test. 2000-05-30 18:27:28 +00:00
art_render_gradient.h Bumped version number in version test. 2000-05-30 18:27:28 +00:00
art_render_svp.c Bumped version number in version test. 2000-05-30 18:27:28 +00:00
art_render_svp.h Bumped version number in version test. 2000-05-30 18:27:28 +00:00
Makefile.am Remove the GNOMECANVASPIXBUF depedency. Its not used no more. 2000-06-20 16:26:35 +00:00
rsvg-bpath-util.c s/g_str_freev/g_strfreev/ as that's the correct glib name 2000-06-18 09:54:57 +00:00
rsvg-bpath-util.h Added appropriate copyright notices. 2000-04-14 06:40:27 +00:00
rsvg-css.c Added gradient handling to librsvg. 2000-05-29 22:12:11 +00:00
rsvg-css.h Added gradient handling to librsvg. 2000-05-29 22:12:11 +00:00
rsvg-defs.c Ignore some additional generated files. 2000-06-26 18:01:44 +00:00
rsvg-defs.h Added gradient handling to librsvg. 2000-05-29 22:12:11 +00:00
rsvg-paint-server.c Added gradient handling to librsvg. 2000-05-29 22:12:11 +00:00
rsvg-paint-server.h Added gradient handling to librsvg. 2000-05-29 22:12:11 +00:00
rsvg-path.c Wrote a script to check for files that forget to include <config.h> and 2000-05-02 00:50:32 +00:00
rsvg-path.h Added appropriate copyright notices. 2000-04-14 06:40:27 +00:00
rsvg.c Added gradient handling to librsvg. 2000-05-29 22:12:11 +00:00
rsvg.h Added appropriate copyright notices. 2000-04-14 06:40:27 +00:00
test-rsvg.c Added gradient handling to librsvg. 2000-05-29 22:12:11 +00:00
test.svg Added gradient handling to librsvg. 2000-05-29 22:12:11 +00:00