Data::Structure::Util - Change nature of data within a structure Data::Structure::Util is a toolbox to manipulate the data inside a data structure. It can process an entire tree and perform the operation requested on each appropriate element. For example: It can transform all strings within a data structure to utf8 or transform any utf8 string back to the default encoding. It can remove the blessing on any reference. It can collect all the objects or detect if there is a circular reference. It is written in C for decent speed. l='vcs-git' href='https://phantom.tfcis.org/~lantw44/git/gsoc2013-evolution' title='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated Slovenian translationAndraz Tori2001-05-181-1033/+1033
* no more ContactFind command.Chris Toshok2001-05-182-47/+5
* add <commands> for the toolbar/menu items we set the sensitivity on.Chris Toshok2001-05-182-7/+27
* add our selection_change signal. (e_minicard_view_widget_realize): connectChris Toshok2001-05-188-8/+300
* mark Outbox messages as read.Dan Winship2001-05-182-1/+10
* New convenience function for all signature verification functions to useJeffrey Stedfast2001-05-182-63/+63
* Draft messages should be marked read.Dan Winship2001-05-182-1/+6
* add new icons from jimmacDan Winship2001-05-182-0/+11
* missed oneDan Winship2001-05-181-0/+1
* Install Jakub's new iconsDan Winship2001-05-182-0/+9
* Change the code to pop-up the folder context menu to use the stuffEttore Perazzoli2001-05-173-42/+17
* Reformat a bit and add the folder context menu definition.Ettore Perazzoli2001-05-172-149/+173
* mail config druid iconsJakub Steiner2001-05-178-0/+10
* Removed editor-page.[ch]Duncan Mak2001-05-171-0/+5
* The service can be NULL here too, thanks to Wayne Davis for pointing thisJeffrey Stedfast2001-05-172-1/+3
* *** empty log message ***Duncan Mak2001-05-171-2/+0
* Split the event and task editors into different objects for the separateFederico Mena Quintero2001-05-1721-638/+5239
* add E_TEXT_TO_HTML_ESCAPE_8BIT to the flagsDan Winship2001-05-172-1/+6
* add E_TEXT_TO_HTML_ESCAPE_8BIT to turn non-US-ASCII characters into "?"s.Dan Winship2001-05-173-1/+13
* Added S/MIME sign/encrypt code. (init): Initalize smime_sign/encrypt.Jeffrey Stedfast2001-05-173-19/+254
* Functions to determine if a folderbrowser is one of the drafts, sent, orDan Winship2001-05-178-150/+140
* Removed (this now exists in camel/camel-smime.c).Jeffrey Stedfast2001-05-173-100/+162
* We don't need to be passed the certdb path anymore.Jeffrey Stedfast2001-05-173-4/+8
* Added S/MIME menu items.Jeffrey Stedfast2001-05-172-3/+18
* Build the GnomeCard importerIain Holmes2001-05-174-27/+197
* Remove importers/evolution-gnomecard-importer.cJP Rosevear2001-05-172-1/+4
* Fixed Grammar, edited a few answers, did the vfolder thing.Aaron Weber2001-05-172-44/+60
* Deal with full-header mode in addition to source modeDan Winship2001-05-173-36/+100
* New function to return an array of all headers.Dan Winship2001-05-174-2/+108
* UpdateKenneth Christiansen2001-05-171-1863/+2463
* Remove camel/camel-pkcs7-context.cJP Rosevear2001-05-172-1/+4
* forgot to mention color change for calendarJakub Steiner2001-05-171-0/+1
* fixes #2862Jakub Steiner2001-05-176-0/+7
* Modify ChangeLog to say that the icons are by Tuomas.Ettore Perazzoli2001-05-161-2/+2
* New icons for offline/online status.Ettore Perazzoli2001-05-164-0/+9
* Updated Norwegian translation.Kjartan Maraas2001-05-162-429/+604
* Fixes to make it make dist and make distcheck. Kind of kludgy but theyJP Rosevear2001-05-162-16/+20
* initialize the model and adapter. (button_press): set on the model.Chris Toshok2001-05-163-5/+28
* e-minicard-view-model.c -> e-addressbook-reflow-adapter.cChris Toshok2001-05-162-1/+6
* Fixed up the lifetime of the drag_data_get signal a bit.Christopher James Lahey2001-05-162-23/+10
* MinicardViewModel -> ReflowAdapter name change. (get_card_list): same.Chris Toshok2001-05-1616-1131/+1372
* Make the "Submit Bug Report" menu item fire up a browser withEttore Perazzoli2001-05-162-1/+27
* Add an "Evolution FAQ" entry to the Help menu, and update the existingEttore Perazzoli2001-05-164-5/+19
* Get the User guide and the Evolution FAQ to be installed into separateEttore Perazzoli2001-05-164-12/+50
* Update the file name in the top comment.Ettore Perazzoli2001-05-161-1/+1
* Some demeeksifying indentation changes.Ettore Perazzoli2001-05-161-25/+16
* Evolution users worldwide, rejoice! We have a FAQ. (Yes, it stillEttore Perazzoli2001-05-164-12/+1524
* Don't close or free (it wasn't allocated) the certdb.Jeffrey Stedfast2001-05-162-13/+11
* here's some good lovin' from the oven...Jeffrey Stedfast2001-05-161-0/+2
* yea...Jeffrey Stedfast2001-05-162-0/+6
* I've said it before and I'll say it again... man am I a dumb schmuckJeffrey Stedfast2001-05-162-0/+1072
* yes, I am a dumbassJeffrey Stedfast2001-05-162-0/+1582
* oops, I guess this file does belong hereJeffrey Stedfast2001-05-162-0/+602
* Create CAMEL_CFLAGS and CAMEL_LIBS so that we don't have to link in allJeffrey Stedfast2001-05-162-0/+11
* updated .cvsignoreJeffrey Stedfast2001-05-164-0/+6
* Removed some evolution-*-decl.txt files since these are autogenerated byJeffrey Stedfast2001-05-1612-2/+58
* Don't use EXTRA_GNOME_*, use the new CAMEL_* variables so we don't link inJeffrey Stedfast2001-05-163-4/+7
* Load http images if the user has force-loaded images too.Dan Winship2001-05-1610-46/+113
* Create a "Message Display" submenu in View, move source/fullDan Winship2001-05-162-6/+28
* Added t the test suite - tests the S/MIME pkcs7 functions.Jeffrey Stedfast2001-05-163-2/+186
* Updated Hungarian translation (andras)Szabolcs Ban2001-05-161-15/+14
* Update for changes in evolution-mail.xml (many commands were renamed toDan Winship2001-05-162-85/+73
* Clean this up A LOT. In addition to cosmetic changes, now every commandDan Winship2001-05-162-313/+324
* Updated Hungarian translation (andras)Szabolcs Ban2001-05-162-2109/+2566
* Put frame around dialog vbox, put mail subject in that frame's label.Jon Trowbridge2001-05-153-52/+74
* add the importers.Chris Toshok2001-05-152-0/+10
* Updated Slovak translationStano Visnovsky2001-05-152-1545/+2058
* Fix a small error not decreasing the data_count here.Christopher James Lahey2001-05-152-1/+7
* added file for ScrollkeeperKevin Breit2001-05-153-0/+32
* set the dialog's window_icon to jimmac's new find_message.xpm.Duncan Mak2001-05-152-1/+9
* Updated Norwegian translation.Kjartan Maraas2001-05-153-1145/+1557
* Lots of fixes to get this to compile.Jeffrey Stedfast2001-05-152-4/+2
* bah, just mod the pgp-context macro for camel_pgp_verify so that we don't hav...Jeffrey Stedfast2001-05-152-2/+2
* Lots of fixes to get this to almost compile. Still struggling with theJeffrey Stedfast2001-05-159-39/+95
* add in the new find_message.xpmDuncan Mak2001-05-152-0/+5
* Fix up the Importers. Remove spewage, and update for latest stylesIain Holmes2001-05-154-64/+166
* Fix the importer linklineIain Holmes2001-05-152-0/+6
* Remove this... it's not used any more.Dan Winship2001-05-156-308/+5
* Add camel-smime-context.[c,h] and camel-smime.[c,h] to the build.Jeffrey Stedfast2001-05-156-14/+568
* Replicate the semantics of the libunicode utf8 functions by returning NULLJon Trowbridge2001-05-157-10/+36
* Validate utf8 to avoid lock-ups. (_get_position): Validate utf8 to avoidJon Trowbridge2001-05-151-6/+8
* Subclass CamelSession since we can no longer specify the passwd callbackJeffrey Stedfast2001-05-1512-89/+727
* set the subfolder's parent to NULL so the subfolder list doesn't changejacob berkman2001-05-152-1/+10
* Remove Help->About.Jeffrey Stedfast2001-05-152-2/+4
* Redo forwarding stuff so there's "Forward", "ForwardAttached",Dan Winship2001-05-152-16/+25
* Split "Other" page into three pages, Display, Composer, and PGP. Add HTMLDan Winship2001-05-1514-138/+371
* Try to deal with bad utf8. (_get_position): Try to deal with bad utf8.Jon Trowbridge2001-05-151-6/+6
* Find (in?) messageJakub Steiner2001-05-142-0/+134
* Use secondary searches here, so that we control the interference betweenJon Trowbridge2001-05-145-73/+222
* add prototype for addressbook_expand_uri.Chris Toshok2001-05-146-20/+102
* Get rid of this - we don't need it.Jeffrey Stedfast2001-05-144-7/+8
* Updates the subject on refresh and sets subject to "Untitled Message" ifDuncan Mak2001-05-143-26/+63
* er, OptionSetJeffrey Stedfast2001-05-131-1/+1
* s/SSL_Enable/SSL_SetOptionJeffrey Stedfast2001-05-131-1/+1
* my computer crashed while commiting this first time.Gediminas Paulauskas2001-05-128-6/+41
* load pixmaps for MessageCopy and MessageForwardAttached. Thanks WayneGediminas Paulauskas2001-05-121-2/+2
* spew the data passed to us. (destination_folder_handle_motion): theChris Toshok2001-05-122-1/+11
* implement the CORBA side of dragging.Chris Toshok2001-05-122-6/+94
* correct bug causing the Ok button to never be enabled.Chris Toshok2001-05-122-2/+9
* add RemoveFolder menu item and verb. (folder_context_menu_remove_cb): newChris Toshok2001-05-124-8/+51
* add this define for the xml path to use when adding menu items to theChris Toshok2001-05-123-5/+26
* example.Chris Toshok2001-05-122-3/+7
* Ask for a folder to import into.Iain Holmes2001-05-127-20/+75
* use e_card_list_get_vcard to build up the data to send.Chris Toshok2001-05-129-52/+169
* callback to use GNOME-VFS to load http data. (on_url_requested): HandleDan Winship2001-05-126-157/+303
* Decode Content-Location, either correctly or Netscape-generated-brokenly.Dan Winship2001-05-125-0/+64
* Don't check the initial auth response until we get into the while-loopJeffrey Stedfast2001-05-122-9/+20
* If the name is set and the full_name or file_as haven't been yet, setChristopher James Lahey2001-05-122-0/+23
* Make a key press stop the tooltip timeout.Christopher James Lahey2001-05-122-1/+5
* add protoJP Rosevear2001-05-126-4/+39
* Set a title on the window "Reconfigure %s" where %s is the folder name.Jeffrey Stedfast2001-05-124-46/+88
* component_new refs the object itself, so unref ours when we finish with itJP Rosevear2001-05-123-6/+11
* sanitize LD_ADDS and CFLAGS so the libtool lines are shorter (fixesMartha Burke2001-05-122-3/+6
* Reordered the includes here. (string_to_dbt): The sleepycat libdbChristopher James Lahey2001-05-124-1/+20
* only check schema support if we've connected.Chris Toshok2001-05-122-4/+10
* Don't allow multiple copies of this to be run at a time.Jeffrey Stedfast2001-05-123-23/+87
* Remove a snippet of debugging code I left in by mistake.Jon Trowbridge2001-05-122-8/+5
* Make this return CamelStream * (like the other stream new functions)Dan Winship2001-05-123-5/+10
* If the cursor_uid is NULL, then we can't forward anything so just return.Jeffrey Stedfast2001-05-122-0/+12
* Lots of people seem to have "broken" local storage hierarchies. So ignoreDan Winship2001-05-122-2/+10
* don't leak the ECard or ECardSimple.Chris Toshok2001-05-113-18/+31
* the only problematic area - pass NULL for now in as the BonoboUIContainer.Chris Toshok2001-05-1110-34/+116
* I'm an idiot.Jon Trowbridge2001-05-111-1/+0
* Use the ESearchingTokenizer to highlight search matches for folder-levelJon Trowbridge2001-05-119-9/+1082
* No, we don't want to include bonobo-running-context.h... justJon Trowbridge2001-05-112-1/+6
* plug leak (icaltime_as_timet): use altered functionsJP Roseveaer2001-05-112-58/+64
* call SSL_Enable after the SSL_ImportFD and before PR_Connect. Otherwise,Chris Toshok2001-05-112-1/+8
* Fix some compiler warnings by including the correct bonobo headers and byJeffrey Stedfast2001-05-113-23/+51
* If we are creating a message with only a single part (ie no attachmentsJeffrey Stedfast2001-05-112-5/+22
* Don't abort if the Service is NULL, this is perfectly valid for cipherJeffrey Stedfast2001-05-112-1/+5
* Make the time section workIain Holmes2001-05-112-2/+12
* Don't let the spinner be set to 0Iain Holmes2001-05-112-1/+6
* Fix a crash when Update Now is clicked.Iain Holmes2001-05-112-1/+15
* Don't advance to the next undeleted message after "Delete"...Dan Winship2001-05-114-14/+37
* add the nspr includes to the list of includes used to test for NSSChris Toshok2001-05-102-4/+15
* Pass appropriate parameters to CF_CLASS and add comment explaining why myPeter Williams2001-05-102-1/+9
* Updated Swedish translation.Christian Rose2001-05-102-468/+562
* Use a better method of elm detectionIain Holmes2001-05-102-50/+120
* New file, started by Ettore, finished by me, to implement theDan Winship2001-05-109-4/+453
* Set the disconnected status. (camel_disco_store_can_work_offline): ReturnDan Winship2001-05-1010-10/+308
* remove something jeff didn't mean to commitDan Winship2001-05-101-1/+1
* Don't wrap content-id with brackets here as it is now done internally inJeffrey Stedfast2001-05-102-5/+8
* switch on the correct widget and mapJP Rosevear2001-05-102-1/+17
* Wrap the content-id with <>'s.Jeffrey Stedfast2001-05-103-3/+17
* Show the date for dates in the future.Christopher James Lahey2001-05-103-34/+52
* Added .cvsignore.Christopher James Lahey2001-05-102-0/+23
* Include bonobo-context.h.Christopher James Lahey2001-05-104-24/+54
* Made this function static. Removed the unused variable placeholder.Christopher James Lahey2001-05-102-3/+10
* Made a const char * here.Christopher James Lahey2001-05-102-1/+7
* Kill the RDF Summary as well.Iain Holmes2001-05-102-0/+7
* OpenSSL LDFLAGS also needs to include -lcryptJeffrey Stedfast2001-05-102-2/+8
* Remove get_physical_path and load_folders, and replace the calls to themDan Winship2001-05-102-178/+34
* Rename "port" to "type" here too.Dan Winship2001-05-102-1/+6
* Remove the nonexistant filesIain Holmes2001-05-091-4/+1
* Moved all references for the Mail.h and Bonobo stuff into the .c fileIain Holmes2001-05-093-18/+18
* Importer changesIain Holmes2001-05-0937-1553/+3193
* Walk a hierarchy using the "/subfolders/" convention and call a callbackDan Winship2001-05-093-2/+106
* free the alarm component if it doesn't have a parent, rather than if itJP Rosevear2001-05-093-5/+15
* unref the property bag when we finish with itJP Rosevear2001-05-094-2/+6
* Convert the Subject header to HTML and also make sure that the Subject,Jeffrey Stedfast2001-05-092-8/+22
* Free the UIDs if the user decides to not go through with editing all theJeffrey Stedfast2001-05-092-5/+40
* Updated russian translation.Valek Frob2001-05-082-1290/+1497
* Updated Finnish translation.jjranta2001-05-082-423/+481
* Bumped check for gal to 0.7.99.3.Christopher James Lahey2001-05-082-1/+5
* Removed e-card-pairs.h since we're not using it.Christopher James Lahey2001-05-0821-656/+1379
* Added util/e-sorter-array.lo and widgets/e-reflow-model.lo. RemovedChristopher James Lahey2001-05-088-421/+1564
* Deleted Gediminas patch.Not Zed2001-05-081-0/+4
* Reverted Gediminas patch.Not Zed2001-05-081-0/+4
* Removed EVOLUTION_VERSION from the rest of makefiles. use VERSION instead. SoGediminas Paulauskas2001-05-086-8/+9
* Fix for #2253 (search names not translated), mail-search i18n fixes.Gediminas Paulauskas2001-05-0811-23/+88
* Request an update if just our line widths needed recalculation. This fixesFederico Mena Quintero2001-05-082-1/+3
* flesh out the function more. It should work now, but there's no way toChris Toshok2001-05-082-4/+79
* Convert to bonobo xobjectJP Rosevear2001-05-085-495/+224
* Fix a free of non-malloc'ed memory introduced by my last change.Dan Winship2001-05-082-2/+5
* ShushJP Rosevear2001-05-089-15/+31
* Use a different error message in the ldap support/no ldap support/fileChris Toshok2001-05-082-22/+43
* Added command entry for 'ToggleOffline'.Jon Trowbridge2001-05-084-2/+14
* undef HAVE_SSL and HAVE_OPENSSLJeffrey Stedfast2001-05-083-2/+77
* Add support for using OpenSSL.Jeffrey Stedfast2001-05-087-30/+109
* s/HAVE_NSS/HAVE_SSL for the SSL checkbox stuff.Jeffrey Stedfast2001-05-082-2/+7
* (Fix bug #53111: Portability fixes for HP's ANSI compiler.)Jason Leach2001-05-083-6/+12
* Connect to key_press_event on the GtkHTML widget. (etree_key): Only handleDan Winship2001-05-083-34/+63
* use define from widgets/misc/e-filter-bar.h instead of own enumeration andGediminas Paulauskas2001-05-088-71/+73
* write what was converted to console, this function does not work always.Gediminas Paulauskas2001-05-082-5/+11
* updted Azeri filePablo Saratxaga2001-05-071-286/+257
* I am sure at least with this:Gediminas Paulauskas2001-05-072-3/+17
* Fix another build problem. (Um, anyone else could have done this...)Dan Winship2001-05-062-1/+5
* upped required gtkhtml version to 0.9.3, even that is not enough for idlGediminas Paulauskas2001-05-063-8/+17
* Evolution has got so many strings............. how many? 1895Gediminas Paulauskas2001-05-052-2425/+3247
* no need of -DEVOLUTION_VERSIONGediminas Paulauskas2001-05-057-6/+24
* Updated Spanish translation.Hector Garcia2001-05-052-1127/+1302
* un-#if 0 this. (xfer_folder): add skeleton code to validate xfer request.Chris Toshok2001-05-052-12/+86
* take a physical_uri and pass it to the callback.Chris Toshok2001-05-055-4/+31
* Rename `WorkOffline' to `ToggleOffline' as needed by the new offlineEttore Perazzoli2001-05-052-1/+5
* Use type instead of portNumber.Dan Winship2001-05-053-5/+16
* Remove a line of code that caused the offline confirmation dialog toEttore Perazzoli2001-05-052-3/+7
* Undo a broken leak fix.Ettore Perazzoli2001-05-052-2/+5
* correct type where same pixmap mask was unreffed twiceJP Rosevear2001-05-052-1/+7
* init change_id to NULLJP Rosevear2001-05-042-1/+7
* Plug more leaks.Ettore Perazzoli2001-05-044-2/+24
* unref the calcomponent when we're done with itJP Rosevear2001-05-043-8/+22
* Plug a leak in the folder creation dialog (a string was beingEttore Perazzoli2001-05-042-1/+6
* Plug a leak (the return value from `oaf_query()' must be freed!).Ettore Perazzoli2001-05-042-0/+7
* Fix up refcounting on current_folder.Dan Winship2001-05-044-4/+14
* Change `e_shell_get_icon_path()' to only look up the Evolution imageEttore Perazzoli2001-05-042-8/+10
* Change the mode for the GtkCList in the active connection dialog to beEttore Perazzoli2001-05-042-1/+6
* Complete the shell side for supporting off-line operations, gettingEttore Perazzoli2001-05-044-21/+120
* Initial implementation for the "warning, some connections are stillEttore Perazzoli2001-05-048-22/+537
* #include <camel/camel-file-utils.h>Dan Winship2001-05-045-8/+25
* new abstract class for disconnectable remote storesDan Winship2001-05-0414-536/+1174
* signature editing fixesRadek Doulik2001-05-044-21/+77
* Rename `WorkOffLine' into `WorkOffline'.Ettore Perazzoli2001-05-032-1/+5
* Updated German translationMatthias Warkus2001-05-032-1122/+1279
* Make the `EShellOfflineHandler' object non-floating in the constructEttore Perazzoli2001-05-032-0/+7
* Add interfaces to the shell to handle off-line operation, as well as aEttore Perazzoli2001-05-0310-1/+955
* new file.Chris Toshok2001-05-034-0/+581
* I commited patches to mail and calendar summary which relied on this, but forgotGediminas Paulauskas2001-05-03