nautilus/libnautilus
Maciej Stachowiak 9efcca8000 reviewed by: Gene Z. Ragan <gzr@eazel.com>
Added auto-prelighting feature to NautilusClickableImage, and
	fixed a major bug that occurs for clickable images in scrolled
	areas.

	* libnautilus-extensions/nautilus-clickable-image.h,
	libnautilus-extensions/nautilus-clickable-image.c:
	(nautilus_clickable_image_set_prelight): New public API call that
	allows for automatic prelight handling direct in
	NautilusClickableImage; made it settable because some users of
	this code want to manually prelight with an alternate image.
	(nautilus_clickable_image_set_up_pixbufs): helper function for the
	above that keeps track of the normal and prelit buffers.
	(label_enter, label_leave): When in prelight mode, switch images
	on enter and leave. Also, remove unnecessary queue_draw calls.

	(adjust_coordinates_for_window, ancestor_enter_notify_event,
	ancestor_leave_notify_event, ancestor_motion_notify_event): Do
	some coordinate adjustments so that if the NautilusClickableImage
	is in a scrolled area with NO_WINDOW widgets all the way in
	between, we do an appropriate coordinate adjustment. This should
	also handle other containers that put their children in a
	different window than their own. This was breaking for the summary
	view when I set it to use clickable images for the service icons.

	* libnautilus/nautilus-view-standard-main.c
	(nautilus_view_standard_main_multi): Do a g_thread_init to make
	views that use gnome-vfs happy.
2001-02-19 20:46:26 +00:00
..
.cvsignore Add -ui.xml.h generated files to .cvsignore. 2000-12-14 04:10:24 +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
Makefile.am reviewed by: Maciej Stachowiak <mjs@eazel.com> 2001-01-30 01:47:21 +00:00
nautilus-bonobo-ui.h reviewed by: Darin Adler <darin@eazel.com> 2000-11-17 02:22:16 +00:00
nautilus-bonobo-workarounds.c Fix more storage leaks. 2000-09-27 00:07:33 +00:00
nautilus-bonobo-workarounds.h Fix more storage leaks. 2000-09-27 00:07:33 +00:00
nautilus-clipboard-ui.xml Fixed bug 3828 (switching views makes torn-off menus disappear) 2000-10-17 23:19:30 +00:00
nautilus-clipboard.c Hopefully will improve performance for menu merging in a case where it is 2000-12-07 23:58:16 +00:00
nautilus-clipboard.h reviewed by: Pavel Cisler <pavel@eazel.com> 2000-11-22 02:08:48 +00:00
nautilus-distributed-undo.idl Tell everyone that we are back on bonobo HEAD. Make sure Nautilus doesn't 2000-11-04 00:48:52 +00:00
nautilus-idle-queue.c reviewed by: John Sullivan <sullivan@eazel.com> 2001-02-13 22:27:46 +00:00
nautilus-idle-queue.h reviewed by: Maciej Stachowiak <mjs@eazel.com> 2001-01-30 01:47:21 +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 reviewed by: Pavel Cisler <pavel@eazel.com> 2000-11-30 00:06:07 +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 Tell everyone that we are back on bonobo HEAD. Make sure Nautilus doesn't 2000-11-04 00:48:52 +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 reviewed by: John Sullivan <sullivan@eazel.com> 2001-02-17 00:56:04 +00:00
nautilus-view-standard-main.c reviewed by: Gene Z. Ragan <gzr@eazel.com> 2001-02-19 20:46:26 +00:00
nautilus-view-standard-main.h reviewed by: John Sullivan <sullivan@eazel.com> 2001-01-31 00:27:01 +00:00
nautilus-view.c reviewed by: John Sullivan <sullivan@eazel.com> 2001-02-17 00:56:04 +00:00
nautilus-view.h reviewed by: John Sullivan <sullivan@eazel.com> 2001-02-17 00:56:04 +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.