nautilus/libnautilus
Gene Z. Ragan e94b24a5c2 Fixed bug #306, right click menu in zoom control doesn't work. The menu
2000-06-13  Gene Z. Ragan  <gzr@eazel.com>

	Fixed bug #306, right click menu in zoom control doesn't work.
	The menu now works.

	* libnautilus/nautilus-view-component.idl:
	Added zoom_to_level interface.

	* libnautilus/nautilus-zoomable.c:
	(impl_Nautilus_Zoomable_zoom_to_level):
	(nautilus_zoomable_initialize_class):
	Implimentation of zoom_to_level interface

	* src/file-manager/fm-directory-view.c:
	* src/file-manager/fm-directory-view.h:
	(fm_directory_view_initialize_class),
	(fm_directory_view_initialize), (zoomable_zoom_to_level_callback),
	(fm_directory_view_zoom_to_level):
	Added signal handling and callback for new ZOOM_TO_LEVEL signal.

	* src/file-manager/fm-icon-view.c:
	(fm_icon_view_zoom_to_level),
	(fm_icon_view_initialize_class):
	ZOOM_TO_LEVEL handling.

	* src/file-manager/fm-list-view.c: (fm_list_view_initialize_class),
	(fm_list_view_zoom_to_level),
	(fm_list_view_restore_default_zoom_level):
	ZOOM_TO_LEVEL handling.

	* src/nautilus-view-frame.c:
	* src/nautilus-view-frame.h:
	(nautilus_view_frame_zoom_to_level):
	New public function for zoom to level.

	* src/nautilus-window.c:
	(zoom_to_level_callback):
	Yes, a zoom to level callback.

	* src/nautilus-zoom-control.c:
	* src/nautilus-zoom-control.h:
	(nautilus_zoom_control_class_initialize), (zoom_menu_callback),
	(create_zoom_menu), (set_zoom_level):
	Enabled context zoom menu functionality.
2000-06-13 21:12:31 +00:00
..
.cvsignore The main change here is revamping the undo manager. 2000-06-07 02:47:10 +00:00
libnautilus.h components/history/ntl-history-view.c -> 2000-05-27 12:17:20 +00:00
Makefile.am Some build fixes. 2000-06-13 19:05:33 +00:00
nautilus-bonobo-ui.h Added #define for path of Nautilus's toolbar so components can use Bonobo 2000-05-11 01:42:23 +00:00
nautilus-clipboard.c Updated code affected by destroy-notify addition to bonobo. Requires new 2000-06-07 19:29:23 +00:00
nautilus-clipboard.h Updated to reflect completed tasks. 2000-05-25 21:32:33 +00:00
nautilus-distributed-undo.idl Final batch (for now) of adding bug numbers to FIXMEs. 2000-06-07 17:19:15 +00:00
nautilus-undo-private.h The main change here is revamping the undo manager. 2000-06-07 02:47:10 +00:00
nautilus-undo-transaction.c The main change here is revamping the undo manager. 2000-06-07 02:47:10 +00:00
nautilus-undo-transaction.h The main change here is revamping the undo manager. 2000-06-07 02:47:10 +00:00
nautilus-undo.c The main change here is revamping the undo manager. 2000-06-07 02:47:10 +00:00
nautilus-undo.h The main change here is revamping the undo manager. 2000-06-07 02:47:10 +00:00
nautilus-view-component.idl Fixed bug #306, right click menu in zoom control doesn't work. The menu 2000-06-13 21:12:31 +00:00
nautilus-view.c Renamed and changed around parameters for the basic operations on 2000-06-13 15:49:50 +00:00
nautilus-view.h Renamed and changed around parameters for the basic operations on 2000-06-13 15:49:50 +00:00
nautilus-zoomable.c Fixed bug #306, right click menu in zoom control doesn't work. The menu 2000-06-13 21:12:31 +00:00
nautilus-zoomable.h Fixed bug #306, right click menu in zoom control doesn't work. The menu 2000-06-13 21:12:31 +00:00
README

README for nautilus/libnautilus

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