aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-util.c
Commit message (Expand)AuthorAgeFilesLines
* Documented this function as not necessarily stripping shellChristopher James Lahey2002-05-021-0/+1
* Changed this to handle large numbers. (e_create_directory): Changed thisChristopher James Lahey2002-04-301-65/+111
* Added widgets/e-option-menu.lo.Christopher James Lahey2002-03-261-0/+26
* Replaced e_marshal_BOOL__STRING with this since the function it was usedChristopher James Lahey2002-03-131-10/+12
* Added e-table-search.lo.Christopher James Lahey2002-03-121-0/+21
* New signal for when the width of the column changes.Christopher James Lahey2002-02-131-0/+18
* Yet Another Stupid Marshaller.Ettore Perazzoli2002-01-231-0/+16
* Merging changes:Christopher James Lahey2001-12-181-5/+35
* Bump up to 0.15.99.5.Ettore Perazzoli2001-10-271-1/+22
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-13/+14
* Bumped the version number to 0.15.99.1.Christopher James Lahey2001-10-191-1/+31
* Based on patches from Fredrik Nilsson <jymdman@home.se>.Christopher James Lahey2001-10-121-4/+2
* Use e_strdup_append_strings here instead of g_strdup_printf becauseChristopher James Lahey2001-10-121-0/+53
* New function that parses a string as a double either in the C locale orChristopher James Lahey2001-10-061-0/+224
* Bumped the version number to 0.12.99.0.Christopher James Lahey2001-09-231-0/+63
* Allocate one byte for the terminating zero as well.Richard Hult2001-07-051-1/+1
* Add e_free_string_slist() and e_free_object_slist().Ettore Perazzoli2001-06-301-0/+21
* Add a new `e_marshal_INT__POINTER_POINTER_POINTER_POINTER' marshallerEttore Perazzoli2001-06-271-0/+25
* Added util/e-sorter-array.lo and widgets/e-reflow-model.lo. RemovedChristopher James Lahey2001-05-081-0/+21
* Added e-table/e-cell-spin-button.lo Added e-table/e-cell-float.loMikael Hallendal2001-04-131-0/+57
* Fixed this function to properly format numbers that have leading zeros inRusty Conover2001-04-031-1/+1
* Handle NULL args semi-gracefully.Jon Trowbridge2001-03-311-1/+8
* Fixed the GTK_RETLOC calls for these marshallers.Christopher James Lahey2001-03-201-2/+2
* Upped the version number to 0.5.99.4.Christopher James Lahey2001-03-201-0/+244
* Fix it so that numbers containing inner zeros will be formatted correctly.Rusty Conover2001-02-191-1/+7
* New marshallersDan Winship2001-02-151-0/+66
* Added e_format_number and e_create_directory.Christopher James Lahey2001-02-071-0/+132
* Made the parameter type of e_strdup_string a const. Made it not callChristopher James Lahey2000-12-191-6/+6
* Fixed a warning by making e_strstrcase return a const gchar.Christopher James Lahey2000-12-121-3/+3
* Fixed some warnings.Christopher James Lahey2000-12-071-1/+1
* macro that calls e_filename_make_safeJeffrey Stedfast2000-12-051-5/+5
* Bump the version to 0.2.99.4Jeffrey Stedfast2000-12-011-3/+16
* Add another marshalling function.Dan Winship2000-10-261-0/+14
* Included a missing #include.Christopher James Lahey2000-10-111-0/+1
* New function to make a directory and (if needed), its parentsDan Winship2000-10-081-0/+35
* The return value should not be const. (Well, unless the input was, but youDan Winship2000-09-121-1/+1
* Added uncompiled e_read_uri function.Christopher James Lahey2000-08-091-1/+49
* Added a bunch of e_marshal functions.Christopher James Lahey2000-07-251-2/+98
* From addressbook/ChangeLog:Christopher James Lahey2000-07-131-0/+24
* Added e_strsplit to work around a bug in g_strsplit.Christopher James Lahey2000-07-081-0/+54
* Changed the needed e_marshal functions.Christopher James Lahey2000-06-131-9/+35
* Added e-printable.c and e-printable.h.Christopher James Lahey2000-06-111-9/+55
* Fixed e_marshal_INT__INT_INT_POINTER.Christopher James Lahey2000-06-021-1/+1
* Added e_marshal_INT__INT_INT_POINTER.Christopher James Lahey2000-06-021-0/+20
* Duh! -1 != 1. :)Dan Winship2000-06-021-1/+1
* Added e_write_file.Christopher James Lahey2000-05-231-0/+26
* Utility function to free a GList of strings.Ettore Perazzoli2000-05-161-0/+11
* Added e_strdup_strip which returns a copy of the string with the leadingChristopher James Lahey2000-05-141-0/+18
* Got rid of some warnings.Christopher James Lahey2000-05-071-0/+52
* New function to free a list of referenced objects.Ettore Perazzoli2000-05-031-1/+14
* Added e_xml_get_integer_prop_by_name.Christopher James Lahey2000-02-251-0/+41