nautilus/libnautilus
Alexander Larsson f4723e980c Make 50% the default list view zoom.
2003-03-10  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-global-preferences.c:
	* libnautilus-private/apps_nautilus_preferences.schemas:
	Make 50% the default list view zoom.

	* libnautilus-private/nautilus-bookmark.h:
	* libnautilus-private/nautilus-bookmark.c:
	(nautilus_bookmark_finalize),
	(nautilus_bookmark_uri_known_not_to_exist),
	(nautilus_bookmark_set_scroll_pos),
	(nautilus_bookmark_get_scroll_pos):
	Add scroll positions to bookmarks. Used for the window
	back/forward history.

	* libnautilus-private/nautilus-icon-container.h:
	* libnautilus-private/nautilus-icon-container.c:
	(nautilus_icon_container_get_first_visible_icon),
	(nautilus_icon_container_scroll_to_icon):
	Add new functions.

	* libnautilus/nautilus-view-component.idl:
	Add Nautilus::ScollPositionable interface.

	* libnautilus/Makefile.am:
	* libnautilus/nautilus-scroll-positionable.h:
	* libnautilus/nautilus-scroll-positionable.c:
	Standard implementation of Nautilus::ScollPositionable.

	* src/file-manager/fm-icon-view.c:
	(icon_view_get_first_visible_file_callback),
	(icon_view_scroll_to_file_callback), (fm_icon_view_instance_init):
	Implement Nautilus::ScollPositionable for icon view.

	* src/file-manager/fm-list-view.c:
	(list_view_get_first_visible_file_callback),
	(list_view_scroll_to_file_callback), (fm_list_view_instance_init):
	Implement Nautilus::ScollPositionable for list view.

	* src/nautilus-view-frame.h:
	* src/nautilus-view-frame.c: (destroy_view),
	(create_corba_objects),
	(nautilus_view_frame_get_first_visible_file),
	(nautilus_view_frame_scroll_to_file):
	Add support for Nautilus::ScollPositionable.

	* src/nautilus-window-private.h:
	* src/nautilus-window-manage-views.c: (open_location),
	(free_location_change), (end_location_change),
	(begin_location_change), (nautilus_window_set_content_view),
	(load_complete_callback), (nautilus_window_back_or_forward),
	(nautilus_window_reload):
	Save scroll position when changing location and switching
	components. Scroll to the right place on back/forward.
2003-03-10 16:46:07 +00:00
..
.cvsignore remove cut'n'pasted functions which are in glib now. don't set close key 2001-12-05 18:58:07 +00:00
libnautilus.h Cut over to HEAD of Bonobo. This check-in includes all the changes 2000-10-05 23:47:54 +00:00
libnautilus.pc.in remove cut'n'pasted functions which are in glib now. don't set close key 2001-12-05 18:58:07 +00:00
Makefile.am Make 50% the default list view zoom. 2003-03-10 16:46:07 +00:00
nautilus-bonobo-ui.h reviewed by: Darin Adler <darin@eazel.com> 2000-11-17 02:22:16 +00:00
nautilus-clipboard-ui.xml Add missing mnemonics. 2002-12-05 13:35:13 +00:00
nautilus-clipboard.c Save the source so the idle callback can cancel the weak ref. 2002-08-15 16:08:36 +00:00
nautilus-clipboard.h fix licensing info. 2002-02-04 17:26:37 +00:00
nautilus-distributed-undo.idl Updated bugzilla.eazel.com references to refer to the 2001-09-15 19:18:15 +00:00
nautilus-idle-queue.c Don't use deprecated APIs. Patch by iain <iain@prettypeople.org> 2003-02-28 15:15:05 +00:00
nautilus-idle-queue.h Remove nautilus-desktop-file-loader.[ch]. Remove. Remove. 2002-02-21 19:26:52 +00:00
nautilus-scroll-positionable.c Make 50% the default list view zoom. 2003-03-10 16:46:07 +00:00
nautilus-scroll-positionable.h Make 50% the default list view zoom. 2003-03-10 16:46:07 +00:00
nautilus-undo-private.h Return from get_type() functions is GType, not guint. Deal with errant 2001-11-27 01:46:16 +00:00
nautilus-undo-transaction.c Use gdk_get_display, not getenv ("DISPLAY"). Ditto. Ditto. 2002-03-08 19:43:46 +00:00
nautilus-undo-transaction.h Lots of files. Another GtkObject -> GObject pass. 2001-11-06 19:14:33 +00:00
nautilus-undo.c Use gdk_get_display, not getenv ("DISPLAY"). Ditto. Ditto. 2002-03-08 19:43:46 +00:00
nautilus-undo.h Lots of files. Another GtkObject -> GObject pass. 2001-11-06 19:14:33 +00:00
nautilus-view-component.idl Make 50% the default list view zoom. 2003-03-10 16:46:07 +00:00
nautilus-view-standard-main.c Move the GNOME_CLIENT_PARAM_SM_CONNECT property setting to the 2003-02-18 15:14:10 +00:00
nautilus-view-standard-main.h Because lots of recent bugs were due to "signal handler called after 2002-03-07 19:36:18 +00:00
nautilus-view.c Remove icon XML string from HistoryItem. 2002-05-15 15:57:22 +00:00
nautilus-view.h s/GtkType/GType/ 2003-02-04 10:36:21 +00:00
README Added a place to put cut-n-paste code. Cut-n-pasted the e-paned widget 1997-01-02 07:38:17 +00:00

README for nautilus/libnautilus

This library, libnautilus, is ALL you need to link with to create
a nautilus component.