summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-theme.c
Commit message (Expand)AuthorAgeFilesLines
* Theme cleanup, remove all these functions since they are no longer used.Diego Gonzalez2002-11-131-544/+0
* If no preview pixmap found. ignore theme. Fixes crash for some crap themeAlexander Larsson2002-10-101-1/+6
* Remove unused theme elements.Dave Camp2002-10-051-26/+18
* Unref target_uri before returning when eel_uri_is_trashDave Camp2002-08-121-0/+2
* Modified Files: ChangeLog components/music/nautilus-music-view.cGregory Merchan2002-07-081-9/+9
* Allow installation of tared themes.Alex Larsson2002-04-261-22/+82
* Plug memory leaks.Anders Carlsson2002-04-171-0/+2
* Rename old stop_monitoring_directory function.Darin Adler2002-03-081-8/+7
* setup both the rgba and GdkColor variants. (update_label_color): upd.Michael Meeks2002-02-191-8/+9
* Require at least libxml 2.4.7, since that's the version where xmlFree andDarin Adler2002-02-121-1/+0
* Seperate document icons from the themes so they can be moved intoSeth Nickell2002-01-221-106/+30
* Remove nautilus-launch-icon.png.Darin Adler2002-01-191-2/+3
* lots of files Get rid of casts in callers to g_object_ref/g_object_unref.Darin Adler2001-12-071-2/+2
* Skip over non-element nodes when walking libxml DOM tree.Darin Adler2001-12-011-1/+1
* Lots of files. Another GtkObject -> GObject pass.Darin Adler2001-11-061-2/+2
* libnautilus-private now compiles -- on to srcDarin Adler2001-10-301-9/+3
* More GNOME 2 work. We now compile up to libnautilus-private and I'mDarin Adler2001-10-281-4/+3
* Change all libxml includes to use #include <libxml/*> instead of #includeDarin Adler2001-09-201-2/+2
* Changed code that uses g_list_append to use g_list_prepend in all theDarin Adler2001-05-111-13/+12
* Update for latest round of stuff moving into Eel.Ramiro Estrugo2001-05-041-8/+7
* Add support for custom preferences items.Ramiro Estrugo2001-04-261-35/+472
* Move vfs extensions to eel.Ramiro Estrugo2001-04-041-0/+1
* Remove librsvg.Ramiro Estrugo2001-04-041-11/+11
* reviewed by: Pavel Cisler <pavel@eazel.com>Ramiro Estrugo2001-02-071-3/+25
* fixed bug 5972, remove theme button uses aa text, by using a gtk_labelAndy Hertzfeld2001-01-241-28/+31
* reviewed by: John SullivanMike Engber2001-01-181-5/+17
* reviewed by: Pavel Cisler <pavel@eazel.com>Ramiro Estrugo2001-01-181-3/+3
* Do some routine housekeeping that will help make the futureDarin Adler2000-10-191-17/+14
* re-organized the code to add the ability to request image paths fromAndy Hertzfeld2000-10-081-8/+17
* Fix more storage leaks.Darin Adler2000-09-271-5/+12
* Fixed bug bug 3264 (Tree view shows no branches for directories,Darin Adler2000-09-261-4/+4
* finished the work for user-added themes, teaching the icon factory andAndy Hertzfeld2000-09-251-7/+51
* Fix double-free problem that was causing a crash on quit if you changedDarin Adler2000-09-251-2/+6
* work toward completing user added themes; it's almost done now except forAndy Hertzfeld2000-09-251-3/+36
* Storage leak fixes. Today I concentrated on leaks that happenDarin Adler2000-09-231-6/+14
* fixed bug 2319, "Find" and "Web Search" shouldn't have the same icon.Andy Hertzfeld2000-09-171-7/+33
* fixed bug 2962, default theme doesn't use custom preview icon, byAndy Hertzfeld2000-09-141-1/+6
* fixed bug 2568, hardwired colors in icon_text_item, by fetching them fromAndy Hertzfeld2000-09-121-5/+24
* Fix all the warnings -Wuninitialized found. Quite a number of them werePavel Cisler2000-09-051-0/+1
* Deal with the fact that nautilus_pixmap_file can return a NULL if the fileGeorge Lebl2000-09-021-0/+5
* fixed problem in theme_get_image_path where it was calling g_file_existsAndy Hertzfeld2000-07-251-2/+2
* reworked the zoom control to make it themable, and also cleaned it up alotAndy Hertzfeld2000-07-251-1/+0
* added preview icons to eazel and arlo themes, and madeAndy Hertzfeld2000-07-241-0/+11
* Change include style from <libtrilobite/xxx.h> to "xxx.h" to fix theDarin Adler2000-07-191-1/+1
* made the property browser update when the theme changes; fixed bug inAndy Hertzfeld2000-07-101-4/+8
* improved the property browser. Added a line of descriptive text. Added aAndy Hertzfeld2000-07-101-1/+45
* made sidebar tabs themable, and implemented Arlo style tabs, which areAndy Hertzfeld2000-07-031-0/+35
* added theme framework so clients can access theme data and made theAndy Hertzfeld2000-06-281-0/+130