nautilus/libnautilus-private
John Sullivan a773b18789 More work towards bug 1401 (bookmark icon never updates).
You can avoid some warnings if you get the latest Bonobo.

	* libnautilus-extensions/nautilus-bookmark.h:
	* libnautilus-extensions/nautilus-bookmark.c:
	(nautilus_bookmark_initialize_class), (nautilus_bookmark_set_name):
	Define "changed" signal for bookmarks and wire it up (though
	not yet to the icon-changing case). Remove never-implemented
	and never-to-be-implemented "nautilus_bookmark_get_file" since
	I changed my mind on the design.
	* src/nautilus-window-menus.c: (append_bookmark_to_menu),
	(clear_appended_bookmark_items): Connect and disconnect
	signals from the window to the bookmarks in the Go and
	Bookmarks menus.
2000-06-17 01:15:00 +00:00
..
.cvsignore Shh 2000-05-16 13:51:28 +00:00
bonobo-stream-vfs.c A little more desktop window work. 2000-05-27 02:17:41 +00:00
bonobo-stream-vfs.h In notify_location_change, send progress back (because the Bonobo control, 2000-02-10 01:54:50 +00:00
libnautilus-extensions.h Pointing headers to the correct directory. They no longer live in libnautilus. 2000-04-22 19:00:23 +00:00
Makefile.am Added a place to put cut-n-paste code. Cut-n-pasted the e-paned widget 2000-06-14 03:23:16 +00:00
nautilus-alloc.h Added interface to get a NautilusFile for a specific file rather than a 2000-01-26 00:34:30 +00:00
nautilus-background-canvas-group.c Preparations to make nautilus_file_get use async. I/O. 2000-06-14 01:31:10 +00:00
nautilus-background-canvas-group.h Made the index panel use NautilusBackground. 2000-01-12 00:08:20 +00:00
nautilus-background.c Fixed bug 173 (UI for reverting directory view background 2000-06-13 23:52:10 +00:00
nautilus-background.h Fixed bug 173 (UI for reverting directory view background 2000-06-13 23:52:10 +00:00
nautilus-bonobo-extensions.c Updated code affected by destroy-notify addition to bonobo. Requires new 2000-06-07 19:29:23 +00:00
nautilus-bonobo-extensions.h Moved a couple of utility functions into the right libnautilus homes. 2000-03-16 18:16:58 +00:00
nautilus-bookmark.c More work towards bug 1401 (bookmark icon never updates). 2000-06-17 01:15:00 +00:00
nautilus-bookmark.h More work towards bug 1401 (bookmark icon never updates). 2000-06-17 01:15:00 +00:00
nautilus-caption-table.c Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-caption-table.h Make the resize function public. 2000-05-18 03:48:50 +00:00
nautilus-caption.c Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-caption.h New type of preference, EDITABLE_STRING. 2000-06-06 01:23:08 +00:00
nautilus-debug.c Ignore the new files that are generated by Gene's new .idl. 2000-05-06 04:39:44 +00:00
nautilus-debug.h Ignore the new files that are generated by Gene's new .idl. 2000-05-06 04:39:44 +00:00
nautilus-default-file-icon.c Added additional data to icons so they can specify where the 2000-03-15 00:31:49 +00:00
nautilus-default-file-icon.h Added additional data to icons so they can specify where the 2000-03-15 00:31:49 +00:00
nautilus-directory-async.c Initial changes to implement search architecture. 2000-06-14 03:23:16 +00:00
nautilus-directory-background.c Fixed bug 173 (UI for reverting directory view background 2000-04-29 00:35:02 +00:00
nautilus-directory-background.h Improved the background handling code so more is shared. 2000-04-05 21:15:56 +00:00
nautilus-directory-metafile.c Added this function. The guts was already there. 2000-06-01 15:38:19 +00:00
nautilus-directory-metafile.h Factored out code that's common to failure and success and made it call 2000-05-16 22:36:34 +00:00
nautilus-directory-private.h New generated files that needed to be ignored. 2000-06-16 18:47:17 +00:00
nautilus-directory.c New generated files that needed to be ignored. 2000-06-16 18:47:17 +00:00
nautilus-directory.h Initial changes to implement search architecture. 2000-06-14 03:23:16 +00:00
nautilus-drag.c Convert a bunch of illegal mime types "special/*" to legal equivalents. 2000-06-16 00:33:24 +00:00
nautilus-drag.h Convert a bunch of illegal mime types "special/*" to legal equivalents. 2000-06-16 00:33:24 +00:00
nautilus-entry.c New file and functions to handle undo in NautilusEntry and GtkEditables. 2000-06-12 20:29:32 +00:00
nautilus-entry.h New file and functions to handle undo in NautilusEntry and GtkEditables. 2000-06-12 20:29:32 +00:00
nautilus-file-attributes.h Some more instructions and cleanup. Removed one gratuitous renaming we 2000-05-04 15:46:22 +00:00
nautilus-file-changes-queue.c Need to unencode the name here because it's used to compare with file 2000-06-02 23:33:02 +00:00
nautilus-file-changes-queue.h Need to unencode the name here because it's used to compare with file 2000-06-02 23:33:02 +00:00
nautilus-file-operations-progress.c Temporary workaround for an apparent codegen bug Carbamide was running 2000-05-02 03:44:08 +00:00
nautilus-file-operations-progress.h Temporary workaround for an apparent codegen bug Carbamide was running 2000-05-02 03:44:08 +00:00
nautilus-file-operations.c Need to unencode the name here because it's used to compare with file 2000-06-02 23:33:02 +00:00
nautilus-file-operations.h Added delete calls that set up a gnome-vfs delete operation. 2000-05-31 03:49:34 +00:00
nautilus-file-private.h Implemented Reload for directory views. 2000-05-23 01:04:57 +00:00
nautilus-file-utilities.c New generated files that needed to be ignored. 2000-06-16 18:47:17 +00:00
nautilus-file-utilities.h Some build fixes. 2000-06-13 19:05:33 +00:00
nautilus-file.c Some work towards bug 1401 (bookmark icon never updates). 2000-06-16 20:57:02 +00:00
nautilus-file.h Some work towards bug 1401 (bookmark icon never updates). 2000-06-16 20:57:02 +00:00
nautilus-font-factory.c Task 667. Unhardcode font strings. 2000-06-02 20:34:43 +00:00
nautilus-font-factory.h Task 667. Unhardcode font strings. 2000-06-02 20:34:43 +00:00
nautilus-gdk-extensions.c Final batch (for now) of adding bug numbers to FIXMEs. 2000-06-07 17:19:15 +00:00
nautilus-gdk-extensions.h More FIXME-to-bug work. 2000-04-26 22:07:02 +00:00
nautilus-gdk-pixbuf-extensions.c Fix bugzilla tasks #599 (hex number is bad default for meta view 2000-05-20 02:49:36 +00:00
nautilus-gdk-pixbuf-extensions.h Added NAUTILUS_PREFIX so we can locate our installed files correctly 2000-06-09 02:05:35 +00:00
nautilus-generous-bin.c Another cut on the desktop. Way closer. 2000-05-31 19:21:04 +00:00
nautilus-generous-bin.h Another cut on the desktop. Way closer. 2000-05-31 19:21:04 +00:00
nautilus-glib-extensions.c Removed FIXME comments for 1277. 2000-06-07 00:46:38 +00:00
nautilus-glib-extensions.h Fix bugzilla tasks #599 (hex number is bad default for meta view 2000-05-20 02:49:36 +00:00
nautilus-global-preferences.c Changed search preferences, and fixed search icon 2000-06-16 20:34:21 +00:00
nautilus-global-preferences.h Changed search preferences, and fixed search icon 2000-06-16 20:34:21 +00:00
nautilus-gnome-extensions.c Fixed bug 692 (Bookmarks for deleted files don't do 2000-06-12 19:49:28 +00:00
nautilus-gnome-extensions.h Fixed bug 692 (Bookmarks for deleted files don't do 2000-06-12 19:49:28 +00:00
nautilus-graphic-effects.c fixed bug that made thumbnailing no longer work, and also made the 2000-05-22 02:21:46 +00:00
nautilus-graphic-effects.h at Arlo's suggestion, added a drop shadow to image thumbnails. Also fixed 2000-05-19 01:35:56 +00:00
nautilus-gtk-extensions.c Some build fixes. 2000-06-13 19:05:33 +00:00
nautilus-gtk-extensions.h Some build fixes. 2000-06-13 19:05:33 +00:00
nautilus-gtk-macros.h A little more desktop window work. 2000-05-27 02:17:41 +00:00
nautilus-horizontal-splitter.c Damn, forgot to commit these 2 in the last checkin. 1997-01-02 07:41:27 +00:00
nautilus-horizontal-splitter.h Damn, forgot to commit these 2 in the last checkin. 1997-01-02 07:41:27 +00:00
nautilus-icon-canvas-item.c added new icons from Susan, and fixed bug where images with special chars 2000-06-15 08:06:37 +00:00
nautilus-icon-canvas-item.h Moved the "embedded text" feature into the icon factory and 2000-05-05 17:38:39 +00:00
nautilus-icon-container.c Fixed bugs related to selection and activation in directory 2000-06-09 20:59:55 +00:00
nautilus-icon-container.h implemented task 259, simple UI for previewing sounds, by making the icon 2000-05-30 06:51:37 +00:00
nautilus-icon-dnd.c New generated files that needed to be ignored. 2000-06-16 18:47:17 +00:00
nautilus-icon-dnd.h Move more code from nautilus-icon-dnd.c to the common nautilus-drag.c. Add 2000-06-02 13:51:23 +00:00
nautilus-icon-factory.c New generated files that needed to be ignored. 2000-06-16 18:47:17 +00:00
nautilus-icon-factory.h Some work towards bug 1401 (bookmark icon never updates). 2000-06-16 20:57:02 +00:00
nautilus-icon-grid.c Another cut at icon positioning. Still much tweaking needed. 2000-05-01 17:09:09 +00:00
nautilus-icon-grid.h Did some of the items from RENAMING. 2000-03-22 00:29:07 +00:00
nautilus-icon-private.h Fixed bugs related to selection and activation in directory 2000-06-09 20:59:55 +00:00
nautilus-icon-text-item.c made rename work on the anti-aliased canvas by implementing a render 2000-06-09 20:44:30 +00:00
nautilus-icon-text-item.h libnautilus-extensions/nautilus-icon-text-item.c 2000-04-29 00:46:41 +00:00
nautilus-keep-last-vertical-box.c A few tweaks to this new class inspired by Darin's 2000-05-19 17:24:57 +00:00
nautilus-keep-last-vertical-box.h Finished task 598 (Command button layout should account 2000-05-19 02:24:39 +00:00
nautilus-lib-self-check-functions.c Leak-checking-related fixes. 2000-06-08 01:25:16 +00:00
nautilus-lib-self-check-functions.h Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-link-set.c Some build fixes. 2000-06-13 19:05:33 +00:00
nautilus-link-set.h made it reload the appropriate window after installing or removing a link 2000-06-12 23:18:52 +00:00
nautilus-link.c Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-link.h added new hardware view component, plus renamed link files 2000-04-24 09:05:21 +00:00
nautilus-list-column-title.c A little more desktop window work. 2000-05-27 02:17:41 +00:00
nautilus-list-column-title.h First pass on making list column resizing live. 2000-03-17 04:46:16 +00:00
nautilus-list.c Fixed bug where dropping colors into list view crashed by setting 2000-06-09 20:59:54 +00:00
nautilus-list.h Fixed bugs related to selection and activation in directory 2000-06-09 20:59:55 +00:00
nautilus-metadata.h made link set install and remove really work, and added a link set 2000-06-12 07:34:26 +00:00
nautilus-mime-actions.c Simplify the handling of NULL MIME type. 2000-06-17 00:36:10 +00:00
nautilus-mime-actions.h Finished task 1006 (Should be able to set default 2000-06-13 02:00:53 +00:00
nautilus-mini-icon.c components/history/ntl-history-view.c -> 2000-05-27 12:17:20 +00:00
nautilus-mini-icon.h Update copyright notices. 2000-01-03 16:10:14 +00:00
nautilus-password-dialog.c Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-password-dialog.h Add a new password dialog widget. 2000-04-26 16:51:38 +00:00
nautilus-preference.c Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-preference.h Task 518. Support for changing preferecens individually 2000-06-02 16:41:42 +00:00
nautilus-preferences-box.c Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-preferences-box.h Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-preferences-dialog.c Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-preferences-dialog.h Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-preferences-group.c Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-preferences-group.h Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-preferences-item.c Some build fixes. 2000-06-13 19:05:33 +00:00
nautilus-preferences-item.h Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-preferences-pane.c Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-preferences-pane.h Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-preferences.c Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-preferences.h Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-program-chooser.c Task 1057: Terminal-based programs should open into a new terminal window 2000-06-14 00:36:44 +00:00
nautilus-program-chooser.h Finished task 1044 (Make "Open With Other" behave sensibly 2000-06-14 00:36:44 +00:00
nautilus-program-choosing.c Task 1057: Terminal-based programs should open into a new terminal window 2000-06-14 00:36:44 +00:00
nautilus-program-choosing.h Task 1057: Terminal-based programs should open into a new terminal window 2000-05-31 01:38:42 +00:00
nautilus-radio-button-group.c Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-radio-button-group.h Cleanup naming of everything to use "preferences" instead of 2000-03-12 13:06:25 +00:00
nautilus-search-async.c 2000-06-14 Rebecka Schulman <rebecka@eazel.com 2000-06-14 09:37:58 +00:00
nautilus-search-async.h Initial changes to implement search architecture. 2000-06-14 03:23:16 +00:00
nautilus-self-checks.c Leak-checking-related fixes. 2000-06-08 01:25:16 +00:00
nautilus-self-checks.h Redid drag code so that it will work if there are multiple windows 2000-01-25 23:49:39 +00:00
nautilus-stock-dialogs.c New generated files that needed to be ignored. 2000-06-16 18:47:17 +00:00
nautilus-stock-dialogs.h New generated files that needed to be ignored. 2000-06-16 18:47:17 +00:00
nautilus-string-list.c Fixed another storage leak, we forgot to call through to the parent 2000-06-08 02:05:52 +00:00
nautilus-string-list.h New function. Return the string list items concatenated into a single 2000-06-05 15:18:40 +00:00
nautilus-string-picker.c Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-string-picker.h Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-string.c Ignore some Makefile and Makefile.in files. 2000-06-02 17:25:00 +00:00
nautilus-string.h Add a function to capitalize strings along with check tests. 2000-06-02 10:46:38 +00:00
nautilus-text-caption.c Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-text-caption.h Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-undo-context.c The main change here is revamping the undo manager. 2000-06-07 02:47:10 +00:00
nautilus-undo-context.h The main change here is revamping the undo manager. 2000-06-07 02:47:10 +00:00
nautilus-undo-manager.c Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-undo-manager.h Renamed and changed around parameters for the basic operations on 2000-06-13 15:49:50 +00:00
nautilus-undo-signal-handlers.c Fixed bug #305. CLicking in center of zoom control does not change zoom 2000-06-13 17:35:32 +00:00
nautilus-undo-signal-handlers.h New file and functions to handle undo in NautilusEntry and GtkEditables. 2000-06-12 20:29:32 +00:00
nautilus-user-level-manager.c Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-user-level-manager.h Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
nautilus-view-identifier.c New function to use when searching view identifier lists. 2000-06-09 01:59:43 +00:00
nautilus-view-identifier.h New function to use when searching view identifier lists. 2000-06-09 01:59:43 +00:00
nautilus-xml-extensions.c First cut at metadata cleanup in preparation for fixing bug 2000-05-15 18:53:48 +00:00
nautilus-xml-extensions.h *** empty log message *** 2000-05-08 17:17:55 +00:00
README Fix the email for bitching. 1997-01-02 08:07:05 +00:00
test-nautilus-preferences.c Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
test-nautilus-widgets.c New type of preference, EDITABLE_STRING. 2000-06-06 01:23:08 +00:00
test-preferences.c Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00

README for nautilus/libnautilus-extensions

This library, libnautilus-extensions, is totally private to nautilus.

If you are writing a nautilus component, you should not use this
library or link with it in any way.

Soon, libnautilus-extensions will be renamed to nautilus-internals to
emphasize the fact that this is code that is internal to nautilus and 
not available for public consumption.

If you think that there is something interesting in this library that
you would like to use in a third party component, please send mail to
the nautilus mailing list at:

nautilus-list@lists.eazel.com