summaryrefslogtreecommitdiff
path: root/libgnome-desktop
Commit message (Expand)AuthorAgeFilesLines
* unref the GConfClient. (remove_gconf_handler): ditto.Mark McLoughlin2002-08-052-8/+16
* define pixmaps and icons dir.Mark McLoughlin2002-08-053-26/+68
* don't dereference a bogus handle, if the ditem open for write doesn'tMichael Meeks2002-08-012-1/+8
* add libtool versioning info variable, LT_VERSION.Mark McLoughlin2002-07-302-0/+8
* add new APPEND_PATHS launch flagFrank Worsley2002-07-284-4/+27
* Remove numeric canonization as it was changing things and was likelyGeorge Lebl2002-07-252-14/+16
* Apply modified version of a patch from Frank Worsley to make sure theMark McLoughlin2002-07-125-11/+55
* be a bit smarter with strcmps, switch on the first letter and thenMark McLoughlin2002-07-122-18/+41
* Get the menuitem index and set the option menu withArvind Samptur2002-07-122-12/+31
* follow symlinks (bug #86755)jacob berkman2002-07-102-4/+11
* Patch from Glynn Foster to use X-GNOME-DocPath instead of DocPath. FixesMark McLoughlin2002-07-094-3/+9
* use GTK_SHADOW_IN for the language treeview, remove useless andJorn Baayen2002-07-022-16/+15
* correctly determine local path for %f and %F parameters in Exec fieldFrank Worsley2002-06-253-14/+43
* pass in envp. (gnome_desktop_item_launch): use_with_env.Mark McLoughlin2002-06-214-2/+51
* use $(prefix)/$(DATADIRNAME)/locale instead of $datadir/locale for localeMark McLoughlin2002-06-172-11/+10
* avoid using freed memory.Jody Goldberg2002-06-141-1/+2
* Version 1.5.22.GNOME_DESKTOP_1_5_22Mark McLoughlin2002-06-042-11/+18
* don't forget to copy the languages listFrank Worsley2002-06-032-18/+37
* hushMark McLoughlin2002-05-301-0/+1
* reviewed by: markk@skynet.ieAlex Larsson2002-05-235-10/+72
* make sure we only load valid files and fix a bug where we created a newFrank Worsley2002-05-213-3/+41
* Add flag to control if svg:s are allowed. Implement theme inheritanceAlex Larsson2002-05-203-9/+69
* some strings which were not to be translated, were. Whoops!George Lebl2002-05-201-3/+3
* Read default theme from gconf. Emit new "changed" signal when the iconAlex Larsson2002-05-203-7/+127
* Add new functions for path handling.Alex Larsson2002-05-165-9/+122
* Fix stupid strcmp bugs.Alex Larsson2002-05-142-6/+9
* #include <config.h>. Fixes #81418. From Hidetoshi TajimaKjartan Maraas2002-05-112-0/+6
* New files. Implements the common icon theme spec.Alex Larsson2002-05-097-1/+2065
* Version 1.5.17.GNOME_DESKTOP_1_5_17Mark McLoughlin2002-04-221-1/+1
* Expand parameters before parse so that we handle "%f" vs %f and suchGeorge Lebl2002-04-203-247/+324
* For now ignore %m and %i. This is broken, and doesn't follow the spec butGeorge Lebl2002-04-192-5/+18
* change the combo box to an option menu 1) this has less weird semantics 2)George Lebl2002-04-192-63/+115
* Add a call to bindtextdomain() to make it work in the case where you rightKjartan Maraas2002-04-153-0/+8
* partly fix #75379, by changing the exec label and not the type labelGeorge Lebl2002-04-122-3/+8
* The command box is now a GnomeFileEntry so that we have a browse buttonGeorge Lebl2002-04-122-3/+12
* kill unused. (make_easy_page): rename from fill_easy_page and actuallyMark McLoughlin2002-03-282-71/+104
* some UI tweaks and fixes. Fix the front page, make the advanced page lessGeorge Lebl2002-03-282-10/+22
* add generic name field, make escapes the same as in the spec as proposedGeorge Lebl2002-03-275-17/+100
* strcmp does return zero if the strings are the same ... right ?Mark McLoughlin2002-03-272-7/+9
* Version 1.5.14.GNOME_DESKTOP_1_5_14Mark McLoughlin2002-03-251-0/+6
* fix, so that it stores the name of the file and doesn't get into anDiego González2002-03-181-2/+2
* Only chomp if val != NULL.Richard Hestilow2002-03-122-1/+6
* Set atk relation as part of accessibility changes Set atk relation andJayaraj Rajappan2002-03-123-1/+143
* Chomp trailing spaces as we read in values from the file.Darin Adler2002-03-012-0/+6
* clear the entries after you click 'Add'.Mark McLoughlin2002-02-282-0/+12
* add GNOME_DESKTOP_ITEM_DOC_PATH.Mark McLoughlin2002-02-284-124/+127
* kill. (translations_select_row): connect this to the "changed" signal onMark McLoughlin2002-02-282-200/+209
* build test-ditem-edit.Mark McLoughlin2002-02-274-211/+236
* emit changed signal when translated name/comment entries change.Arvind S N2002-02-272-0/+11
* add WARN_CFLAGS.Mark McLoughlin2002-02-266-193/+174