summaryrefslogtreecommitdiff
path: root/nautilus-widgets
Commit message (Expand)AuthorAgeFilesLines
* Move the nautilus-widgets classes to libnautilus-extensions.Ramiro Estrugo2000-06-1034-7759/+0
* Fix dependencies to make parallel make on MP machines work.Pavel Cisler2000-06-081-0/+2
* Leak-checking-related fixes.Darin Adler2000-06-082-2/+3
* Final batch (for now) of adding bug numbers to FIXMEs.John Sullivan2000-06-071-2/+4
* Fixed leaked uris in each of the above.Pavel Cisler2000-06-071-0/+2
* The main change here is revamping the undo manager.Darin Adler2000-06-071-22/+22
* Use "/apps/nautilus" instead of "/nautilus" to conform to theRamiro Estrugo2000-06-072-4/+4
* Add missing g_free.Ramiro Estrugo2000-06-071-0/+2
* Added bug numbers to FIXMEs.John Sullivan2000-06-062-3/+5
* New type of preference, EDITABLE_STRING.Ramiro Estrugo2000-06-0610-69/+700
* generalized toolbar icon themes to support any number, and reorganizedAndy Hertzfeld2000-06-052-3/+99
* Fix for simple typo in nautilus-widgets/nautilus-preferences.cIan McKellar2000-06-031-1/+0
* added a new theme for vector based icons, and a generalized theme selectorAndy Hertzfeld2000-06-022-4/+92
* Task 518. Support for changing preferecens individuallyRamiro Estrugo2000-06-029-345/+685
* Once again, back to implicit initialization of preferences stuff. It makesRamiro Estrugo2000-06-026-169/+171
* Some dumb fixes. Use proper guint type for user_level arguments. Fix someRamiro Estrugo2000-06-022-21/+7
* No longer need to retrieve the gconf_client from the user level manager.Ramiro Estrugo2000-06-023-14/+7
* Add functions for hiding the preferences dialog and changing its title.Ramiro Estrugo2000-06-022-25/+25
* Fixed callers that were using the escape and unescape calls fromDarin Adler2000-06-021-1/+9
* New functions to generate keys for the current user level as well as anyRamiro Estrugo2000-05-312-0/+50
* Fix bug 993. Some frames in the preferences dialog were too big cause theRamiro Estrugo2000-05-311-8/+7
* Remove the user level pane from the preferences dialog. Place theRamiro Estrugo2000-05-311-13/+49
* Instead of creating our own gconf client, share one with the user levelRamiro Estrugo2000-05-303-41/+46
* New class to manager user level stuff.Ramiro Estrugo2000-05-306-24/+359
* Rename (nautilus_preferences_find_preference) toRamiro Estrugo2000-05-304-6/+6
* Cleanup preferences to make the code easier to modify. Name things moreRamiro Estrugo2000-05-303-341/+356
* Add preference for filename fonts. Not wired up to anything yet.Ramiro Estrugo2000-05-294-17/+131
* nautilus-widgets/nautilus-string-picker.c, New widget to pick a stringRamiro Estrugo2000-05-296-122/+546
* Make sure the preference values are indeed different than theRamiro Estrugo2000-05-291-0/+25
* Install only ONE gconf notification for each preference or namespace thatRamiro Estrugo2000-05-261-40/+62
* Add support for keeping track of changes within a whole preferenceRamiro Estrugo2000-05-261-6/+63
* Updated to reflect completed tasks.Darin Adler2000-05-251-6/+6
* Fix bugzilla tasks #599 (hex number is bad default for meta viewMaciej Stachowiak2000-05-201-4/+5
* Make the resize function public.Ramiro Estrugo2000-05-182-9/+6
* *** empty log message ***Gene Ragan2000-05-111-1/+1
* Change makefiles to link against libnautilus. This is so calls to the undoGene Z. Ragan2000-05-111-6/+4
* Wrote a script to check for files that forget to include <config.h> andDarin Adler2000-05-0210-0/+10
* More 'make dist' fixes. Let automake know about private headersRamiro Estrugo2000-04-271-0/+1
* More FIXME-to-bug work.John Sullivan2000-04-263-4/+3
* Add a new password dialog widget.Ramiro Estrugo2000-04-265-31/+516
* Add a caption table widget which i will later use for a password promptRamiro Estrugo2000-04-264-11/+567
* Simplified preferences api by letting gconf do most of the work.Ramiro Estrugo2000-04-2611-785/+335
* Refactored the grid to use a variable-size grid that sizes itself to theDarin Adler2000-04-241-1/+1
* Switched us to use gconf instead of gnome_config. There is stillRamiro Estrugo2000-04-225-136/+121
* Simplify be removing all arguments from callbacks save for the user data.Ramiro Estrugo2000-04-192-19/+14
* If the stored default value is null, is the given on. Do this only forRamiro Estrugo2000-04-192-8/+17
* Fix bug that prevented a reasonable default from being fetched. Use theRamiro Estrugo2000-04-181-5/+6
* Many prefernece api changes. Make pref api behave more like the metadataRamiro Estrugo2000-04-1810-426/+521
* New files. Factor out the code that describes a preference from the big messyRamiro Estrugo2000-04-184-0/+1025
* Split libnautilus into two pieces.Ramiro Estrugo2000-04-147-7/+7