/* XPM */ static char * 16_reply_xpm[] = { "16 16 27 1", " c None", ". c #010101", "+ c #2F2F2F", "@ c #A7A4A0", "# c #FCFCFC", "$ c #64625F", "% c #FFFFFF", "& c #5D5B57", "* c #868580", "= c #E5E2DB", "- c #FBFBF8", "; c #716E6B", "> c #000000", ", c #FBFAF7", "' c #A5A29D", ") c #990000", "! c #EFEFEF", "~ c #CCCCCC", "{ c #797873", "] c #7D7A77", "^ c #F7F5F1", "/ c #090808", "( c #D7D4CE", "_ c #D8D5CF", ": c #7F0000", "< c #181818", "[ c #090909", " ", " ", " ", " .+......... ", " .@#########$. ", " .%&%%%%%%%*=. ", " .%-;%>>>>>>>>> ", " .%--;>%%%%%%%> ", " .%-,'>%))))!~> ", " .%,{->%)))!!~> ", " .%]-^>%))))!~> ", " ./(__>%)!)):~> ", " ....>%!!!::~> ", " >%~~~~~~< ", " >>[>>>>>> ", " "}; ' title='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
Commit message (Expand)AuthorAgeFilesLines
* Removed. Back to the fiery depths of hell from whence ye came!Jeffrey Stedfast2002-12-174-450/+7
* new function.Rodrigo Moya2002-12-113-0/+27
* fix parameter list for e_trie_searchChris Toshok2002-12-101-1/+1
* oops, forgot to add the pattern_id arg to e_trie_addJeffrey Stedfast2002-12-101-1/+1
* EMemChunk, duhJeffrey Stedfast2002-12-101-2/+2
* s/E_MemChunk/EMemChunk/Jeffrey Stedfast2002-12-101-2/+2
* New implementation of an Aho-Corasick trie.Jeffrey Stedfast2002-12-104-0/+397
* track changes to api (e_passwords_init is gone, and several functions takeChris Toshok2002-12-103-30/+66
* Allow an e-mutex to be used with standard condition variables.Not Zed2002-12-093-0/+26
* change to a more gconf-like path (with underscores, etc.) (ecmlw_save):Chris Toshok2002-12-072-2/+8
* Add a "collate" sort callback that uses the new g_collate_compare().Jeffrey Stedfast2002-12-062-9/+24
* If the language is something like "fr_FR", return both "fr_FR" and "fr" inDan Winship2002-11-272-4/+21
* Added an optional nspr pipe field. (e_msgport_new): Init nspr pipe toNot Zed2002-11-233-14/+128
* fix c&p typo.Chris Toshok2002-11-174-17/+13
* add lots of marshallers (most, if not all, for etable).Chris Toshok2002-11-176-96/+82
* deal with EBitArray/ESorter being a GObject now.Chris Toshok2002-11-156-91/+53
* add more marshallers for e-table.Chris Toshok2002-11-141-0/+4
* (e_config_listener_get_string_with_default):Ettore Perazzoli2002-11-142-5/+11
* add e-password.h (libeutil_la_SOURCES): add e-password.cChris Toshok2002-11-134-96/+68
* (add_key): g_strdup() the value in the caseEttore Perazzoli2002-11-122-1/+6
* Re-add e-proxy.c to the build.Jeffrey Stedfast2002-11-112-1/+6
* add e-categories-config.h and e-categories-master-list-wombat.hChris Toshok2002-11-094-85/+66
* fix a comment (e_localtime_with_offset returns the offset in secondsDan Winship2002-11-081-1/+1
* pass extra pixbuf paramJP Rosevear2002-11-085-7/+21
* init err to NULL so if there isn't an error we aren't left with anChris Toshok2002-11-062-4/+13
* ported to GObject.Rodrigo Moya2002-11-054-50/+55
* new simpler functions, without a default value.Rodrigo Moya2002-11-043-0/+35
* Removed unused variable. (e_config_listener_get_long_with_default):Ettore Perazzoli2002-11-043-4/+11
* add marshal building stuff, add e-util-marshal.c to SOURCES, and addChris Toshok2002-11-0310-124/+167
* First big sync of my GNOME 2 porting work (incomplete, and stillEttore Perazzoli2002-11-0214-35/+54
* ported to GConf and GObject.Rodrigo Moya2002-11-024-184/+175
* compilation fixes for GNOME 2 porting.Rodrigo Moya2002-11-023-7/+10
* (E_MAKE_X_TYPE): Update for libbonobo 2.0.Ettore Perazzoli2002-11-021-20/+25
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-0112-1087/+145
* Fixes #32764Rodrigo Moya2002-10-252-27/+50
* Cast chars to unsigned char before passing to ctype macros since they areDan Winship2002-10-252-17/+24
* [ Fixes evolution bug #26355 ] use g_utf8_collate here instead of strcmp.Chris Toshok2002-10-211-2/+3
* new helper function, g_strdown with forced C locale (e_iconv_init): useRadek Doulik2002-09-271-4/+21
* added a comment about the fix for #30918.Rodrigo Moya2002-09-262-0/+7
* gtk_object_ref the component listener before emitting the "component_died"Rodrigo Moya2002-09-232-0/+10
* Fix some non-ANSI switch statementsDan Winship2002-09-233-0/+9
* Make locale_charset a char *, not const char *. Kills a warning in theDan Winship2002-09-202-2/+3
* apply patch for 27447 from Matt Avery for a bug in the solaris iconvMike Kestner2002-09-181-2/+3
* [ Fixes #27546 ] add "di" to e_name_western_complex_last_table.Chris Toshok2002-09-122-1/+8
* update the local copy (if we've got one) so that we don't return values ifRodrigo Moya2002-09-052-0/+34
* New. Like mktime(3), but assumes the input time is UTC.Dan Winship2002-09-053-5/+68
* Don't call g_list_foreach with the free func if the free func is NULL.Dan Winship2002-08-302-1/+7
* Convert file: urls too. Fixes bug #29557.Jeffrey Stedfast2002-08-292-1/+5
* New convenience function to initialise the proxy settings for soup to use.Jeffrey Stedfast2002-08-295-0/+142
* new functions. (property_change_cb, add_key): added support for FLOATRodrigo Moya2002-08-273-2/+110
* If gdk_window_foreign_new returned NULL, we're probably screwed, but tryPeter Williams2002-08-272-0/+15
* call g_strdup in the correct place, or we'll return the internal copy.Rodrigo Moya2002-08-272-2/+7
* only set the key if the value is different from what we've already readRodrigo Moya2002-08-262-0/+18
* added "key_changed" signal to class. (property_change_cb): emitRodrigo Moya2002-08-233-34/+156
* Remove an e_path directory, and its parent "subfolders" dir if it's nowDan Winship2002-08-233-0/+54
* Add bug fix number.JP Rosevear2002-08-221-0/+2
* if the year was two digits, add the current centuryJP Rosevear2002-08-222-1/+25
* new class for config database access and monitoring.Rodrigo Moya2002-08-204-0/+375
* new class for controlling a component, to detect when it dies.Rodrigo Moya2002-08-164-0/+284
* Do slightly better error handling for close() and loop until it closesJeffrey Stedfast2002-08-081-3/+4
* Changed to handle saving to a temp file first, this allows us to remove aJeffrey Stedfast2002-08-071-3/+26
* Bumped version to 0.19.99.18Jeffrey Stedfast2002-08-072-1/+312
* Remove the logic that assumes "Rupert> " is a citation, since it misfiresDan Winship2002-08-052-28/+22
* Don't use "isprint(c)" to mean "c >= 32 && c < 128" since it doesn't inDan Winship2002-08-012-13/+24
* If the user has enabled IPv6 support, use getaddrinfo to resolve hostnamesJeffrey Stedfast2002-07-312-9/+183
* Return the actual count, rather than always 0!Not Zed2002-07-252-1/+6
* Install libversit.a so that people compiling against the addressbook canPeter Williams2002-07-182