nautilus/libnautilus
Darin Adler f3df1c2b67 File name changes.
* components/services/trilobite/sample/command-line/.cvsignore:
	* components/services/trilobite/sample/service/.cvsignore:
	File name changes.

	* libnautilus-extensions/nautilus-directory.c:
	(nautilus_directory_file_monitor_add),
	(nautilus_self_check_directory):
	* libnautilus-extensions/nautilus-directory.h:
	* src/file-manager/fm-directory-view.c: (finish_loading_uri):
	Added reload interface.

	* libnautilus/nautilus-undoable.c: (nautilus_undo_register),
	(undo_atom_destroy), (undo_atom_destroy_notify_cover),
	(undo_atom_destroy_g_func_cover), (save_callback),
	(restore_callback), (nautilus_undo_register_full),
	(nautilus_undo_unregister), (nautilus_undo):
	* libnautilus/nautilus-undoable.h:
	Implemented new simplified Undo API.

	* libnautilus-extensions/nautilus-entry.c:
	(nautilus_entry_initialize), (nautilus_entry_destroy),
	(nautilus_entry_key_press), (nautilus_entry_changed),
	(register_edit_undo), (update_undo_text),
	(restore_from_undo_snapshot_callback),
	(nautilus_entry_enable_undo):
	* libnautilus-extensions/nautilus-icon-container.c:
	(hide_rename_widget):
	* libnautilus-extensions/nautilus-icon-text-item.c: (iti_event),
	(register_rename_undo), (restore_from_undo_snapshot_callback):
	* src/nautilus-bookmarks-window.c: (on_window_delete_event):
	* src/nautilus-location-bar.c: (destroy):
	Use new simplified Undo API.

	* libnautilus/nautilus-undo-manager.h:
	Remove UNDO_MANAGER_NAME, which is no longer used.

	* src/file-manager/fm-icon-view.c:
	(icon_position_changed_callback): Fixed a bad g_free that was
	cause seg faults when you resized an icon.
2000-05-19 21:38:54 +00:00
..
.cvsignore Change format to make popt "pop" out more. 2000-05-18 22:31:58 +00:00
libnautilus.h Split libnautilus into two pieces. 2000-04-14 15:16:44 +00:00
Makefile.am Eskil showed me how to fix these so they'd work when orbit-idl was not in 2000-05-18 23:33:52 +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 Reference the view on set_view_frame() and unreference on 2000-05-09 00:40:23 +00:00
nautilus-clipboard.h Fixed bug #99: Implemented copy, paste, clear, and cut for text Added new 2000-04-27 00:08:02 +00:00
nautilus-content-view-frame.c Split libnautilus into two pieces. 2000-04-14 15:16:44 +00:00
nautilus-content-view-frame.h Split libnautilus into two pieces. 2000-04-14 15:16:44 +00:00
nautilus-distributed-undo.idl Change format to make popt "pop" out more. 2000-05-18 22:31:58 +00:00
nautilus-meta-view-frame.c Split libnautilus into two pieces. 2000-04-14 15:16:44 +00:00
nautilus-meta-view-frame.h Split libnautilus into two pieces. 2000-04-14 15:16:44 +00:00
nautilus-undo-manager-private.h CVS: 2000-05-17 23:54:25 +00:00
nautilus-undo-manager.c More undo framework work. Still incomplete. 2000-05-19 17:06:15 +00:00
nautilus-undo-manager.h File name changes. 2000-05-19 21:38:54 +00:00
nautilus-undo-transaction.c More undo framework work. Still incomplete. 2000-05-19 17:06:15 +00:00
nautilus-undo-transaction.h More undo framework work. Still incomplete. 2000-05-19 17:06:15 +00:00
nautilus-undo.idl Change format to make popt "pop" out more. 2000-05-18 22:31:58 +00:00
nautilus-undoable.c File name changes. 2000-05-19 21:38:54 +00:00
nautilus-undoable.h File name changes. 2000-05-19 21:38:54 +00:00
nautilus-view-component.idl Change format to make popt "pop" out more. 2000-05-18 22:31:58 +00:00
nautilus-view-frame-private.h Split libnautilus into two pieces. 2000-04-14 15:16:44 +00:00
nautilus-view-frame.c *** empty log message *** 2000-05-11 01:46:36 +00:00
nautilus-view-frame.h *** empty log message *** 2000-05-11 01:46:36 +00:00
nautilus-view.c *** empty log message *** 2000-05-11 01:46:36 +00:00
nautilus-view.h *** empty log message *** 2000-05-11 01:46:36 +00:00
nautilus-zoomable.c Remove FIXME comment for #681; everything wrong with this file seems to be 2000-05-01 17:56:57 +00:00
nautilus-zoomable.h Include the new <nautilus-view-component.h> instead of <nautilus.h> 2000-04-14 11:01:26 +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.