index
:
gsoc2013-evolution
archive-integration
archive-integration-review
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
e-util
/
e-util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ugh, we need to make sure the file is opened for writing. or the flags
Chris Toshok
2003-03-15
1
-1
/
+1
*
use access() like camel
Mike Kestner
2003-03-15
1
-5
/
+2
*
Add a "collate" sort callback that uses the new g_collate_compare().
Jeffrey Stedfast
2002-12-06
1
-9
/
+22
*
add lots of marshallers (most, if not all, for etable).
Chris Toshok
2002-11-17
1
-2
/
+2
*
merging the gal-2 branch back to the trunk.
Mike Kestner
2002-11-01
1
-547
/
+19
*
[ Fixes evolution bug #26355 ] use g_utf8_collate here instead of strcmp.
Chris Toshok
2002-10-21
1
-2
/
+3
*
Documented this function as not necessarily stripping shell
Christopher James Lahey
2002-05-02
1
-0
/
+1
*
Changed this to handle large numbers. (e_create_directory): Changed this
Christopher James Lahey
2002-04-30
1
-65
/
+111
*
Added widgets/e-option-menu.lo.
Christopher James Lahey
2002-03-26
1
-0
/
+26
*
Replaced e_marshal_BOOL__STRING with this since the function it was used
Christopher James Lahey
2002-03-13
1
-10
/
+12
*
Added e-table-search.lo.
Christopher James Lahey
2002-03-12
1
-0
/
+21
*
New signal for when the width of the column changes.
Christopher James Lahey
2002-02-13
1
-0
/
+18
*
Yet Another Stupid Marshaller.
Ettore Perazzoli
2002-01-23
1
-0
/
+16
*
Merging changes:
Christopher James Lahey
2001-12-18
1
-5
/
+35
*
Bump up to 0.15.99.5.
Ettore Perazzoli
2001-10-27
1
-1
/
+22
*
Changed the license announcement at the top of these files.
Christopher James Lahey
2001-10-27
1
-13
/
+14
*
Bumped the version number to 0.15.99.1.
Christopher James Lahey
2001-10-19
1
-1
/
+31
*
Based on patches from Fredrik Nilsson <jymdman@home.se>.
Christopher James Lahey
2001-10-12
1
-4
/
+2
*
Use e_strdup_append_strings here instead of g_strdup_printf because
Christopher James Lahey
2001-10-12
1
-0
/
+53
*
New function that parses a string as a double either in the C locale or
Christopher James Lahey
2001-10-06
1
-0
/
+224
*
Bumped the version number to 0.12.99.0.
Christopher James Lahey
2001-09-23
1
-0
/
+63
*
Allocate one byte for the terminating zero as well.
Richard Hult
2001-07-05
1
-1
/
+1
*
Add e_free_string_slist() and e_free_object_slist().
Ettore Perazzoli
2001-06-30
1
-0
/
+21
*
Add a new `e_marshal_INT__POINTER_POINTER_POINTER_POINTER' marshaller
Ettore Perazzoli
2001-06-27
1
-0
/
+25
*
Added util/e-sorter-array.lo and widgets/e-reflow-model.lo. Removed
Christopher James Lahey
2001-05-08
1
-0
/
+21
*
Added e-table/e-cell-spin-button.lo Added e-table/e-cell-float.lo
Mikael Hallendal
2001-04-13
1
-0
/
+57
*
Fixed this function to properly format numbers that have leading zeros in
Rusty Conover
2001-04-03
1
-1
/
+1
*
Handle NULL args semi-gracefully.
Jon Trowbridge
2001-03-31
1
-1
/
+8
*
Fixed the GTK_RETLOC calls for these marshallers.
Christopher James Lahey
2001-03-20
1
-2
/
+2
*
Upped the version number to 0.5.99.4.
Christopher James Lahey
2001-03-20
1
-0
/
+244
*
Fix it so that numbers containing inner zeros will be formatted correctly.
Rusty Conover
2001-02-19
1
-1
/
+7
*
New marshallers
Dan Winship
2001-02-15
1
-0
/
+66
*
Added e_format_number and e_create_directory.
Christopher James Lahey
2001-02-07
1
-0
/
+132
*
Made the parameter type of e_strdup_string a const. Made it not call
Christopher James Lahey
2000-12-19
1
-6
/
+6
*
Fixed a warning by making e_strstrcase return a const gchar.
Christopher James Lahey
2000-12-12
1
-3
/
+3
*
Fixed some warnings.
Christopher James Lahey
2000-12-07
1
-1
/
+1
*
macro that calls e_filename_make_safe
Jeffrey Stedfast
2000-12-05
1
-5
/
+5
*
Bump the version to 0.2.99.4
Jeffrey Stedfast
2000-12-01
1
-3
/
+16
*
Add another marshalling function.
Dan Winship
2000-10-26
1
-0
/
+14
*
Included a missing #include.
Christopher James Lahey
2000-10-11
1
-0
/
+1
*
New function to make a directory and (if needed), its parents
Dan Winship
2000-10-08
1
-0
/
+35
*
The return value should not be const. (Well, unless the input was, but you
Dan Winship
2000-09-12
1
-1
/
+1
*
Added uncompiled e_read_uri function.
Christopher James Lahey
2000-08-09
1
-1
/
+49
*
Added a bunch of e_marshal functions.
Christopher James Lahey
2000-07-25
1
-2
/
+98
*
From addressbook/ChangeLog:
Christopher James Lahey
2000-07-13
1
-0
/
+24
*
Added e_strsplit to work around a bug in g_strsplit.
Christopher James Lahey
2000-07-08
1
-0
/
+54
*
Changed the needed e_marshal functions.
Christopher James Lahey
2000-06-13
1
-9
/
+35
*
Added e-printable.c and e-printable.h.
Christopher James Lahey
2000-06-11
1
-9
/
+55
*
Fixed e_marshal_INT__INT_INT_POINTER.
Christopher James Lahey
2000-06-02
1
-1
/
+1
*
Added e_marshal_INT__INT_INT_POINTER.
Christopher James Lahey
2000-06-02
1
-0
/
+20
*
Duh! -1 != 1. :)
Dan Winship
2000-06-02
1
-1
/
+1
*
Added e_write_file.
Christopher James Lahey
2000-05-23
1
-0
/
+26
*
Utility function to free a GList of strings.
Ettore Perazzoli
2000-05-16
1
-0
/
+11
*
Added e_strdup_strip which returns a copy of the string with the leading
Christopher James Lahey
2000-05-14
1
-0
/
+18
*
Got rid of some warnings.
Christopher James Lahey
2000-05-07
1
-0
/
+52
*
New function to free a list of referenced objects.
Ettore Perazzoli
2000-05-03
1
-1
/
+14
*
Added e_xml_get_integer_prop_by_name.
Christopher James Lahey
2000-02-25
1
-0
/
+41