| Commit message (Expand) | Author | Age | Files | Lines |
* | add a11y description for the entry. | Mengjie Yu | 2005-01-27 | 2 | -1/+8 |
* | add gal-a11y-e-cell-vbox.h and gal-a11y-e-cell-vbox.c | Li Yuan | 2005-01-27 | 1 | -0/+1 |
* | If the plugin isn't enabled, return TRUE so that the suer doesn't get | Jeffrey Stedfast | 2005-01-27 | 3 | -2/+11 |
* | Fixes #46404 | JP Rosevear | 2005-01-22 | 4 | -0/+146 |
* | removed e-url.[ch], which are now in libedataserver. | Rodrigo Moya | 2005-01-18 | 4 | -400/+5 |
* | dont' use '%.*s' for truncating string output. | Not Zed | 2005-01-12 | 2 | -1/+8 |
* | fix parsing of query string | JP Rosevear | 2005-01-10 | 2 | -2/+5 |
* | set the dialog's parent. | Rodrigo Moya | 2005-01-08 | 2 | -0/+7 |
* | use the new ECategoriesDialog in libedataserverui. | Rodrigo Moya | 2005-01-08 | 2 | -10/+9 |
* | Add the GTK_DIALOG_NOSEPARATOR flag, and set appropriate border widths | Rodney Dawes | 2005-01-07 | 2 | -1/+14 |
* | use the base name only, so if a full path is passed to us we still write | JP Rosevear | 2005-01-06 | 2 | -2/+11 |
* | removed most of the API. The rest will be removed as the GAL dependencies | Rodrigo Moya | 2005-01-05 | 3 | -114/+15 |
* | include config.h. | Not Zed | 2004-12-22 | 4 | -4/+34 |
* | Fixes #30992 | JP Rosevear | 2004-12-22 | 2 | -1/+8 |
* | convert to G_DEFINE_TYPE | JP Rosevear | 2004-12-21 | 3 | -37/+33 |
* | kill warning if we can't open the path. | Not Zed | 2004-12-08 | 2 | -1/+6 |
* | set the table spacings to 6 for generated tables. | Not Zed | 2004-12-06 | 2 | -7/+32 |
* | revert the patch from chenthill, this wont work yet. | Not Zed | 2004-12-03 | 2 | -4/+6 |
* | removed, code moved into camel-net-utils.[ch]. | Not Zed | 2004-12-03 | 20 | -5433/+18 |
* | add mnemonic for label. add description for password dialog. | Mengjie Yu | 2004-12-01 | 3 | -1/+10 |
* | get the image directly from the icon factory | JP Rosevear | 2004-11-26 | 7 | -80/+99 |
* | add proto | JP Rosevear | 2004-11-26 | 3 | -2/+26 |
* | Set the row and column spacings as tweleve while creating the table to | Chenthill Palanisamy | 2004-11-25 | 2 | -1/+9 |
* | if the plugin fails to load just disable it, don't unref it (it may be | Not Zed | 2004-11-19 | 2 | -7/+10 |
* | split out module loadng code. (epl_construct): if we're enabled, and | Not Zed | 2004-11-18 | 2 | -20/+53 |
* | added helper api to list all plugins. (ep_construct): load authors into | Not Zed | 2004-11-03 | 3 | -11/+148 |
* | ** See bug #68787 | Not Zed | 2004-11-02 | 2 | -30/+47 |
* | revert the last change. | Not Zed | 2004-10-28 | 2 | -5/+6 |
* | set the default row/col spacings of the table. | Not Zed | 2004-10-28 | 2 | -1/+9 |
* | check for empty trailing sections/pages after we exit the main loop. | Not Zed | 2004-10-20 | 4 | -5/+38 |
* | convert to org.gnome hook names | JP Rosevear | 2004-10-20 | 7 | -24/+29 |
* | Use "%s" as the formatter argument and msg->prompt as a printf-style | Jeffrey Stedfast | 2004-10-14 | 2 | -1/+7 |
* | (untested, it compiles!). | Not Zed | 2004-10-12 | 3 | -0/+38 |
* | new method to create a targetless popup menu. | Not Zed | 2004-10-12 | 3 | -0/+26 |
* | fix typo | JP Rosevear | 2004-10-08 | 2 | -1/+5 |
* | handle wrong root element properly. From David Trowbridge | Not Zed | 2004-10-08 | 2 | -2/+10 |
* | Fix the function pointer types! | Not Zed | 2004-10-07 | 2 | -2/+4 |
* | noop if we're disabled, and do some lifecycle stuff now, call | Not Zed | 2004-10-07 | 3 | -5/+39 |
* | show the toplevel notebook if we had to create one, always. | Not Zed | 2004-10-07 | 5 | -70/+234 |
* | only take one mask parameter, and implement EPopupItem->enable to do what | Not Zed | 2004-10-07 | 3 | -21/+52 |
* | Merged notzed-eplugin-2-branch to head. | Michael Zucci | 2004-09-20 | 16 | -48/+6565 |
* | return cancelled if we're in an offline state. | Not Zed | 2004-08-30 | 3 | -0/+28 |
* | updated from libegg. | Rodrigo Moya | 2004-08-27 | 3 | -62/+206 |
* | Don't call gtk_dialog_set_has_separator on Gtk Message Dialog with GTK+ >= | Frédéric Crozat | 2004-08-25 | 3 | -0/+12 |
* | include gtkdialog.h rather than gnome-dialog.h. | Rodrigo Moya | 2004-08-14 | 2 | -1/+5 |
* | Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0 | Carlos Garnacho Parro | 2004-08-13 | 2 | -11/+52 |
* | ** See bug #61840, and others. | Not Zed | 2004-08-12 | 3 | -214/+560 |
* | We must return TRUE here so that things actually get removed from the list | Rodney Dawes | 2004-08-10 | 2 | -0/+7 |
* | connect to "changed" signal on the GnomeIconTheme object. | Rodrigo Moya | 2004-08-06 | 2 | -2/+20 |
* | Fixes #62030 | Rodrigo Moya | 2004-08-05 | 2 | -4/+13 |
* | find the source with the pilot-sync property (e_pilot_set_sync_source): | JP Rosevear | 2004-08-03 | 6 | -225/+62 |
* | include config.h. See #61395. | Not Zed | 2004-07-22 | 2 | -0/+8 |
* | debugify a few more printfs | Dan Winship | 2004-07-14 | 1 | -3/+3 |
* | un-const the return values, since they need to be freed (d): turn off | Dan Winship | 2004-07-14 | 3 | -10/+16 |
* | [ fixes #60691 ] | Chris Toshok | 2004-07-03 | 4 | -7/+20 |
* | If the icon_name is an abolute path, just load it. | Dan Winship | 2004-06-03 | 2 | -6/+17 |
* | use statvfs if available. Should make it actually work, if not portable. | Not Zed | 2004-06-01 | 2 | -6/+25 |
* | Require e-error-tool | Rodney Dawes | 2004-05-28 | 2 | -1/+5 |
* | add e-error-tool | Dan Winship | 2004-05-27 | 1 | -0/+1 |
* | doh. need to append ".png" to the icon filenames when falling back on looking... | Jeffrey Stedfast | 2004-05-20 | 1 | -2/+2 |
* | Lots of re-working action. We no longer load a pixbuf for each and every | Jeffrey Stedfast | 2004-05-20 | 3 | -98/+186 |
* | We always have GnomeIconTheme nowadays, get rid of the old unused code. | Jeffrey Stedfast | 2004-05-19 | 2 | -55/+29 |
* | New #define aliases for common icon usage cases where it may not be | Jeffrey Stedfast | 2004-05-18 | 1 | -0/+8 |
* | New function to clean up the cached icons. | Jeffrey Stedfast | 2004-05-13 | 1 | -0/+1 |
* | *** empty log message *** | Jeffrey Stedfast | 2004-05-13 | 2 | -9/+27 |
* | Tool to do i18n string extraction for error xml files. | Not Zed | 2004-05-12 | 8 | -584/+343 |
* | Removed. This is covered by gnome_i18n_get_language_list, which is more | Not Zed | 2004-05-05 | 4 | -101/+5 |
* | Make this work for non-stock icons too. | Dan Winship | 2004-04-30 | 2 | -1/+8 |
* | make sure we unlock if we fail to find an icon. | Not Zed | 2004-04-22 | 2 | -0/+6 |
* | Remove the warnings about using E_ICON_SIZE enums. | Jeffrey Stedfast | 2004-04-21 | 1 | -1/+2 |
* | *** empty log message *** | Jeffrey Stedfast | 2004-04-21 | 2 | -2/+4 |
* | Make thread-safe. Fixes a crash I encountered this morning. | Jeffrey Stedfast | 2004-04-21 | 3 | -182/+179 |
* | Add an enum for icon sizes (temporarily has absolute pixel sizes assigned | Jeffrey Stedfast | 2004-04-20 | 2 | -5/+20 |
* | Add e-icon-factory.[ch] Use the icon theme via EIconFactory Move | Michael Terry | 2004-04-19 | 5 | -11/+344 |
* | Don't add an autogen signature if the new signature is the autogen | Jeffrey Stedfast | 2004-04-15 | 2 | -11/+12 |
* | Implemented a similar workaround to the one I did for a gethostbyaddr_r() | Jeffrey Stedfast | 2004-04-14 | 2 | -1/+20 |
* | Really fixes bug #56623 | Jeffrey Stedfast | 2004-04-13 | 3 | -6/+32 |
* | If we fail to set a sig_uid then try to extract the old style signature id | Jeffrey Stedfast | 2004-04-10 | 3 | -1/+21 |
* | If the autogen signature isn't in the list (or isn't the first in the | Jeffrey Stedfast | 2004-04-10 | 2 | -0/+31 |
* | simplified a tad | Jeffrey Stedfast | 2004-04-08 | 1 | -9/+10 |
* | Probably fixes bug #56623 and others? | Jeffrey Stedfast | 2004-04-07 | 2 | -11/+24 |
* | Fixed to not ignore signatures without uids (e.g. signatures that were | Jeffrey Stedfast | 2004-04-06 | 2 | -18/+25 |
* | Always set a format prop so that 1.4 and older 1.5 versions won't strcmp() | Jeffrey Stedfast | 2004-04-02 | 2 | -0/+8 |
* | Reference signatures by their UID rather than by an integer id. Also | Jeffrey Stedfast | 2004-04-02 | 3 | -17/+16 |
* | New class similar to EAccount but for signatures. | Jeffrey Stedfast | 2004-04-01 | 6 | -0/+955 |
* | similar to below. | Not Zed | 2004-03-31 | 3 | -4/+11 |
* | Added options for transport_url and source_url permissions. | Not Zed | 2004-03-18 | 2 | -9/+12 |
* | added interface to find out if various fields or server options are | Not Zed | 2004-03-18 | 3 | -10/+288 |
* | Remove separator from dialogs per HIG. | William Jon McCann | 2004-03-10 | 4 | -0/+12 |
* | Added some debug stuff. | Not Zed | 2004-03-04 | 2 | -2/+8 |
* | ** See Bug #37329. | Not Zed | 2004-03-03 | 2 | -124/+109 |
* | Protect against feeding gdk_pixbuf_new_from_file() a NULL path. Clears up | Jeffrey Stedfast | 2004-02-26 | 2 | -1/+10 |
* | include string.h, fixes 64 bit crash. From David Mosberger. | Not Zed | 2004-02-19 | 2 | -0/+6 |
* | add callto:, h323:, and webcal: schemes. | Chris Toshok | 2004-02-04 | 2 | -1/+9 |
* | use g_file_test instead of stat and pass the type e_folder_map_dir when | JP Rosevear | 2004-01-27 | 2 | -3/+7 |
* | turn off debugging | JP Rosevear | 2004-01-25 | 2 | -1/+5 |
* | use GDir/g_build_filename, and g_file_test. (e_folder_map_local_folders): | Chris Toshok | 2004-01-25 | 2 | -30/+35 |
* | build new sources | JP Rosevear | 2004-01-24 | 4 | -0/+232 |
* | don't build dead files | JP Rosevear | 2004-01-21 | 4 | -323/+6 |
* | New source files for mapping bonobo-conf keys to gconf keys. Moved out of | Jeffrey Stedfast | 2004-01-15 | 5 | -1/+654 |
* | A time-based thread-safe in-memory cache thing. Called em_cache 'cause | Not Zed | 2004-01-14 | 3 | -0/+237 |
* | Fix from Zan Lynx <zlynx@acm.org> to lock the memchunk before freeing the | Not Zed | 2004-01-05 | 2 | -0/+12 |
* | Remove hard coded disable deprecated flags | JP Rosevear | 2003-12-07 | 2 | -1/+4 |
* | Bug Id #51527 "gal widgets produces backspace for Ctrl-space for japanese | Suresh Chandrasekharan | 2003-12-02 | 1 | -0/+4 |
* | remove gtk deprecated flag | JP Rosevear | 2003-11-24 | 2 | -1/+4 |
* | remove db3 library, if you really want it, get it from e-d-s | JP Rosevear | 2003-11-19 | 6 | -500/+6 |
* | don't build the e-source stuff anymore, its in e-d-s now | JP Rosevear | 2003-11-15 | 9 | -2413/+5 |
* | config accessor (calendar_config_set_calendars_selected): ditto | JP Rosevear | 2003-11-15 | 4 | -51/+59 |
* | Fixes 45776 enable the usage of the "alt". | Andrew Wu | 2003-11-14 | 1 | -0/+2 |
* | Removed. No longer used by evolution except via evolution-data-server. | Dan Winship | 2003-11-08 | 13 | -1885/+17 |
* | remove build sources from dist | JP Rosevear | 2003-11-07 | 2 | -0/+7 |
* | make sure the marshal header and source are in the source list | JP Rosevear | 2003-11-07 | 2 | -1/+6 |
* | Various changes to merge in evolution-data-server reliance. | JP Rosevear | 2003-11-07 | 1 | -9/+4 |
* | Don't compress trailing slashes in URI elements. | Hans Petter Jansson | 2003-11-01 | 2 | -3/+20 |
* | add encrypt_key id, and change some of the names around to be more | Not Zed | 2003-10-31 | 3 | -12/+30 |
* | If the system defines AI_ADDRCONFIG, set this flag on the hints.ai_flags | Jeffrey Stedfast | 2003-10-25 | 2 | -2/+13 |
* | add $(DB3_LDADD) | Dan Winship | 2003-10-24 | 2 | -0/+7 |
* | Gone; unused since 1.2 | Dan Winship | 2003-10-22 | 3 | -85/+2 |
* | Gone; nothing in evo uses soup any more. | Dan Winship | 2003-10-22 | 4 | -136/+7 |
* | Merge new-ui-branch into the trunk. | Ettore Perazzoli | 2003-10-22 | 16 | -27/+2646 |
* | (pilot_compile) [! ENABLE_PILOT_CONDUITS]: Add | Ettore Perazzoli | 2003-10-21 | 2 | -1/+6 |
* | IPv6 implementation rewritten to use getnameinfo() which is the proper | Jeffrey Stedfast | 2003-09-27 | 2 | -44/+11 |
* | Make sure that res->ai_canonname is non-NULL and that it doesn't match the | Jeffrey Stedfast | 2003-09-26 | 2 | -1/+38 |
* | Remove libeutil-static.la and libeconduit-static.la | Dan Winship | 2003-08-29 | 3 | -16/+8 |
* | Added for tray icon support. To be removed when libgnomeui sports this | Hans Petter Jansson | 2003-08-29 | 4 | -0/+426 |
* | We need to unlink the full paths in the tmpdirs, not just the base path. | Jeffrey Stedfast | 2003-08-28 | 2 | -6/+13 |
* | Removed illegal '-'s from strptime msgstr, this fixes #43558, Appointment | Suresh Chandrasekharan | 2003-08-21 | 2 | -4/+23 |
* | Fix for 47474 e_filename_make_safe routine not utf8 friendly. | Suresh Chandrasekharan | 2003-08-21 | 1 | -5/+12 |
* | check pthread_create return code properly. (e_mutex_lock): check pthread* | Not Zed | 2003-08-12 | 2 | -12/+24 |
* | add a flag for non-url chars (controls, whitespace, ", and |) | Dan Winship | 2003-08-05 | 2 | -17/+130 |
* | Fix for #46168 some additional locale aliases required for chinese support | Suresh Chandrasekharan | 2003-07-29 | 1 | -0/+4 |
* | Reverted unwanted commit | Rodrigo Moya | 2003-07-24 | 1 | -2/+0 |
* | just preload one level of GConf keys, since preloading all makes the | Rodrigo Moya | 2003-07-24 | 3 | -1/+8 |
* | Use EVO_MARSHAL_RULE | Dan Winship | 2003-07-24 | 2 | -17/+3 |
* | Fix a non-ANSI switch label. | Dan Winship | 2003-07-23 | 4 | -4/+18 |
* | encode the text (e_xml_from_hash): pass xmlDoc to foreach method | JP Rosevear | 2003-07-17 | 2 | -9/+31 |
* | check null after conversions. (e_utf8_strftime_fix_am_pm): ditto. fixes | Mike Kestner | 2003-07-09 | 1 | -8/+38 |
* | New function to return an icon for a MIME type, using GnomeIconTheme if | Dan Winship | 2003-07-03 | 3 | -0/+99 |
* | don't leak an extra copy of the values | Dan Winship | 2003-06-20 | 2 | -0/+6 |
* | Fixed typo in BIG5HKSCS | Suresh Chandrasekharan | 2003-06-20 | 1 | -2/+2 |
* | free word before breaking out of the loop. | Larry Ewing | 2003-06-15 | 2 | -1/+8 |
* | use GCONF_CLIENT_PRELOAD_RECURSIVE when adding watched directories to | Rodrigo Moya | 2003-06-13 | 2 | -1/+6 |
* | Free the fail_states array. | Jeffrey Stedfast | 2003-06-13 | 2 | -0/+5 |
* | Put the ChangeLog.pre-1-4 in the Makefiles. | Ettore Perazzoli | 2003-06-13 | 1 | -1/+4 |
* | Stat the file to make sure it exists before trying to parse it using | Jeffrey Stedfast | 2003-06-11 | 2 | -5/+9 |
* | Roll over ChangeLogs. | Ettore Perazzoli | 2003-06-10 | 2 | -2649/+2649 |
* | use ORBit_small_listen/_unlisten instead of Bonobo_Unknown_ping'ing the | Rodrigo Moya | 2003-06-04 | 3 | -99/+41 |
* | mangle the %'s out too so that libxml2 doesn't convert the encoded hex | Mike Kestner | 2003-06-01 | 1 | -1/+1 |
* | Fixes #43775 | JP Rosevear | 2003-05-31 | 2 | -3/+12 |
* | bump libtool version for api addition new, utf8 in/out | Mike Kestner | 2003-05-29 | 2 | -0/+53 |
* | Removing trailing / in key name passed to gconf_client_notify_add to kill | Dan Winship | 2003-05-17 | 2 | -1/+6 |
* | Use glib macros for pointer/int conversion. | Jeremy Katz | 2003-05-17 | 2 | -2/+9 |
* | use E_I18N_DOMAIN | Radek Doulik | 2003-05-08 | 2 | -5/+4 |
* | Fixes crash in #42212 | Rodrigo Moya | 2003-05-08 | 2 | -0/+9 |
* | remove the assert, if we dont understand the response, assume it's a | Not Zed | 2003-05-05 | 2 | -4/+7 |
* | (e_request_string): Handle GTK_RESPONSE_NONE. | Ettore Perazzoli | 2003-05-01 | 2 | -0/+6 |
* | [ for bug #41211 ] | Chris Toshok | 2003-04-30 | 3 | -4/+48 |
* | Added #include <netinet/in.h> for the sockaddr_in6 typedef for at least | Jeffrey Stedfast | 2003-04-29 | 2 | -0/+6 |
* | fix logic for updating selection after a delete when @move_selection_mode | Chris Toshok | 2003-04-29 | 1 | -2/+2 |
* | Keep our buf ptr aligned to sizeof (char *). Should fix bug #41362. | Jeffrey Stedfast | 2003-04-25 | 2 | -6/+15 |
* | Added appropriate spacing/padding to the rename dialogs. Fixes bugs | Anna Marie Dirks | 2003-04-23 | 2 | -2/+9 |
* | (e_gtk_button_new_with_icon): Remove debugging | Ettore Perazzoli | 2003-04-19 | 2 | -2/+5 |
* | Finished an #if 0'd out port to GObject from an #if 0'd out GtkObject | Jeffrey Stedfast | 2003-04-17 | 3 | -11/+14 |
* | Make sure any old symbol with the same name as the one being added, is | Hans Petter Jansson | 2003-04-16 | 2 | -0/+10 |
* | Utility function to create a button with a stock icon. | Not Zed | 2003-04-15 | 3 | -0/+56 |
* | Change the 'len' argument to 'addrlen' so that when IPv6 is enabled, our | Jeffrey Stedfast | 2003-04-10 | 2 | -5/+11 |
* | (e_passwords_remember_password): Removed debugging | Ettore Perazzoli | 2003-04-06 | 2 | -2/+6 |
* | Don't start emitting ACCOUNT_ADDED signals until we've added all of the | Dan Winship | 2003-04-05 | 2 | -3/+23 |
* | fix abr. (e_name_western_get_suffix_at_str_end): same. | Chris Toshok | 2003-04-05 | 2 | -1/+10 |
* | [ either fixes #39702 or comes damn, damn close. also, fixes EText to not | Chris Toshok | 2003-04-03 | 1 | -0/+1 |
* | Delete all Passwords-* sections. Should make this work. | Not Zed | 2003-04-02 | 2 | -1/+20 |
* | print "" if the value is NULL. (main): add a couple of utf8 test cases | Chris Toshok | 2003-03-31 | 3 | -132/+239 |
* | guard against NULL keys | JP Rosevear | 2003-03-28 | 2 | -0/+7 |
* | (e_dialog_set_transient_for_xid): #ifdef out gtk 2.2 api usage | Dan Winship | 2003-03-26 | 2 | -3/+11 |
* | Move this here from gal. Use e_dialog_set_transient_for so it DTRT for | Dan Winship | 2003-03-25 | 3 | -40/+108 |
* | fix a typo & some missing headers. | Not Zed | 2003-03-25 | 2 | -5/+9 |
* | forgot to cvs add | Michael Zucci | 2003-03-25 | 2 | -0/+577 |
* | forgot to save before committing | Dan Winship | 2003-03-25 | 1 | -3/+3 |
* | Rename, rewrite, make them actually work. | Dan Winship | 2003-03-25 | 3 | -145/+98 |
* | Added e-meta.[ch] to libeutil | Not Zed | 2003-03-24 | 2 | -0/+9 |
* | If the gunichar is 0xfffe, just skip processing it. Maybe this will fix | Jeffrey Stedfast | 2003-03-21 | 2 | -2/+1 |
* | If the gunichar is 0xfffe, just skip processing it. Maybe this will fix | Jeffrey Stedfast | 2003-03-21 | 2 | -18/+25 |
* | argh, make that IS_E_SEXP | Jeffrey Stedfast | 2003-03-20 | 1 | -9/+9 |
* | s/FILTER_IS_SEXP/E_IS_SEXP | Jeffrey Stedfast | 2003-03-20 | 1 | -15/+15 |
* | Fix ESExpClass to never be an empty struct. Also make ESExp optionally a | Jeffrey Stedfast | 2003-03-20 | 4 | -48/+77 |
* | When declaring a line to be part of "extended" because we don't know what | Dan Winship | 2003-03-17 | 2 | -9/+15 |
* | 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 |
* | Updated to use xmlDocDumpFormatMemory() so that we get structured xml | Jeffrey Stedfast | 2003-03-14 | 1 | -1/+1 |
* | Update for a libxml2 change that was making this code g_warn a lot | Dan Winship | 2003-03-13 | 2 | -1/+6 |
* | Alias gb-2312 to gb2312 also (since iconv doesn't have "gb-2312"). I | Jeffrey Stedfast | 2003-03-07 | 1 | -11/+49 |
* | (e_request_string): Make the entry activate the | Ettore Perazzoli | 2003-03-07 | 2 | -0/+6 |
* | Use gnome2 proxy settings | Rodney Dawes | 2003-03-04 | 2 | -8/+12 |
* | s/gnome-xml/libxml/ | Rodney Dawes | 2003-03-03 | 2 | -1/+5 |
* | include gnome-pilot cflags | JP Rosevear | 2003-02-28 | 2 | -1/+5 |
* | New internal function to parse the locale language code. (e_iconv_init): | Jeffrey Stedfast | 2003-02-26 | 2 | -28/+107 |
* | 'uid' should not be const. | Jeffrey Stedfast | 2003-02-24 | 2 | -1/+6 |
* | helper to get the dfault account. (e_account_list_set_default): helper to | Not Zed | 2003-02-24 | 3 | -5/+197 |
* | A result of 0 no longer indicates success; GTK_RESPONSE_OK does. | Hans Petter Jansson | 2003-02-23 | 2 | -1/+6 |
* | fix memleak - free uid. | Chris Toshok | 2003-02-20 | 2 | -0/+6 |
* | Fix for Solaris Bug "31081 Mailer sender/Subject/Date fields blank for | Suresh Chandrasekharan | 2003-02-14 | 1 | -0/+2 |
* | Instead of simply ignoring bad chars, return the sentinal invalid char | Not Zed | 2003-02-11 | 2 | -5/+11 |
* | (libeutil_static_la_DEPENDENCIES): Make | Ettore Perazzoli | 2003-02-11 | 2 | -6/+18 |
* | define in terms of privincludedir. | Dan Winship | 2003-02-06 | 13 | -17/+40 |
* | Port to GtkDialog. Strdup the text returned by GtkEntry after destroying | Ettore Perazzoli | 2003-01-28 | 3 | -24/+43 |
* | ref/sink the pilot settings to clear up that gtk warning. | Chris Toshok | 2003-01-27 | 2 | -1/+10 |
* | g_file_exists -> g_file_test. (e_pilot_map_write): don't use doc->root. | Chris Toshok | 2003-01-26 | 2 | -7/+10 |
* | GObjectify this. | Chris Toshok | 2003-01-26 | 3 | -34/+35 |
* | Enable getting the categories master list from wombat. | Hans Petter Jansson | 2003-01-25 | 2 | -5/+9 |
* | Version using $(BASE_VERSION). (econdincludedir): Likewise. | Ettore Perazzoli | 2003-01-23 | 3 | -6/+16 |
* | Changed signal names to use - instead of _ like the rest of Gtk2. | Jeffrey Stedfast | 2003-01-18 | 4 | -3/+80 |
* | New, sort of from evolution-recurid-branch. | Dan Winship | 2003-01-18 | 4 | -0/+310 |
* | New class, based on MailConfigAccount, for describing an evolution (mail) | Dan Winship | 2003-01-17 | 9 | -4/+990 |
* | Back to the land of the living we shall go. | Jeffrey Stedfast | 2003-01-16 | 2 | -4/+65 |
* | Do not #include <e-bonobo-widget.h>. (e_set_dialog_parent): Remove the | Ettore Perazzoli | 2003-01-15 | 2 | -6/+13 |
* | (eutilinclude_HEADERS): Add e-dialog-utils.h. | Ettore Perazzoli | 2003-01-15 | 2 | -0/+5 |
* | change this to use GtkImage instead of GnomeCanvas. | Chris Toshok | 2003-01-10 | 2 | -29/+16 |
* | Images are now in $(datadir)/evolution/images | Ettore Perazzoli | 2003-01-09 | 2 | -1/+6 |
* | New. | Dan Winship | 2003-01-07 | 4 | -3/+37 |
* | Add this back: Connector needs it, and there's no reason for addressbook | Dan Winship | 2003-01-07 | 4 | -0/+457 |
* | A bunch of fixes to make e-util build with -DG_DISABLE_DEPRECATED and | Jeffrey Stedfast | 2003-01-03 | 8 | -234/+205 |
* | (e_signal_connect_full_while_alive): Get to | Ettore Perazzoli | 2003-01-03 | 2 | -3/+9 |
* | (e_signal_connect_while_alive): New. | Ettore Perazzoli | 2002-12-20 | 3 | -25/+55 |
* | Removed. Back to the fiery depths of hell from whence ye came! | Jeffrey Stedfast | 2002-12-17 | 4 | -450/+7 |
* | new function. | Rodrigo Moya | 2002-12-11 | 3 | -0/+27 |
* | fix parameter list for e_trie_search | Chris Toshok | 2002-12-10 | 1 | -1/+1 |
* | oops, forgot to add the pattern_id arg to e_trie_add | Jeffrey Stedfast | 2002-12-10 | 1 | -1/+1 |
* | EMemChunk, duh | Jeffrey Stedfast | 2002-12-10 | 1 | -2/+2 |
* | s/E_MemChunk/EMemChunk/ | Jeffrey Stedfast | 2002-12-10 | 1 | -2/+2 |
* | New implementation of an Aho-Corasick trie. | Jeffrey Stedfast | 2002-12-10 | 4 | -0/+397 |
* | track changes to api (e_passwords_init is gone, and several functions take | Chris Toshok | 2002-12-10 | 3 | -30/+66 |
* | Allow an e-mutex to be used with standard condition variables. | Not Zed | 2002-12-09 | 3 | -0/+26 |
* | change to a more gconf-like path (with underscores, etc.) (ecmlw_save): | Chris Toshok | 2002-12-07 | 2 | -2/+8 |
* | Add a "collate" sort callback that uses the new g_collate_compare(). | Jeffrey Stedfast | 2002-12-06 | 2 | -9/+24 |
* | If the language is something like "fr_FR", return both "fr_FR" and "fr" in | Dan Winship | 2002-11-27 | 2 | -4/+21 |
* | Added an optional nspr pipe field. (e_msgport_new): Init nspr pipe to | Not Zed | 2002-11-23 | 3 | -14/+128 |
* | fix c&p typo. | Chris Toshok | 2002-11-17 | 4 | -17/+13 |
* | add lots of marshallers (most, if not all, for etable). | Chris Toshok | 2002-11-17 | 6 | -96/+82 |
* | deal with EBitArray/ESorter being a GObject now. | Chris Toshok | 2002-11-15 | 6 | -91/+53 |
* | add more marshallers for e-table. | Chris Toshok | 2002-11-14 | 1 | -0/+4 |
* | (e_config_listener_get_string_with_default): | Ettore Perazzoli | 2002-11-14 | 2 | -5/+11 |
* | add e-password.h (libeutil_la_SOURCES): add e-password.c | Chris Toshok | 2002-11-13 | 4 | -96/+68 |
* | (add_key): g_strdup() the value in the case | Ettore Perazzoli | 2002-11-12 | 2 | -1/+6 |
* | Re-add e-proxy.c to the build. | Jeffrey Stedfast | 2002-11-11 | 2 | -1/+6 |
* | add e-categories-config.h and e-categories-master-list-wombat.h | Chris Toshok | 2002-11-09 | 4 | -85/+66 |
* | fix a comment (e_localtime_with_offset returns the offset in seconds | Dan Winship | 2002-11-08 | 1 | -1/+1 |
* | pass extra pixbuf param | JP Rosevear | 2002-11-08 | 5 | -7/+21 |
* | init err to NULL so if there isn't an error we aren't left with an | Chris Toshok | 2002-11-06 | 2 | -4/+13 |
* | ported to GObject. | Rodrigo Moya | 2002-11-05 | 4 | -50/+55 |
* | new simpler functions, without a default value. | Rodrigo Moya | 2002-11-04 | 3 | -0/+35 |