aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
Commit message (Expand)AuthorAgeFilesLines
* Fix an off-by-one in the "is this for real?" check so that "http:// "Dan Winship2001-03-072-1/+6
* new files to contain functions to parse and format dates and times forDamon Chaplin2001-03-054-0/+334
* New function to turn foo/bar into foo/subfolders/bar. The inverse functionDan Winship2001-03-024-0/+155
* Make it handle a NULL string as an empty string.Not Zed2001-03-022-1/+9
* Added e-sorter.lo and e-selection-model.lo.Christopher James Lahey2001-02-282-0/+201
* Turned off some of the debug.Not Zed2001-02-232-2/+3
* Wait a lot lot longer for threads to finish.Not Zed2001-02-232-2/+7
* implement.Michael Meeks2001-02-211-0/+23
* Changed the version number to 0.5.99.1.Christopher James Lahey2001-02-202-2/+2
* Fix it so that numbers containing inner zeros will be formatted correctly.Rusty Conover2001-02-191-1/+7
* From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>Christopher James Lahey2001-02-172-0/+14
* New marshallersDan Winship2001-02-152-8/+88
* Don't handle C-Enter.Christopher James Lahey2001-02-091-4/+4
* Changed to allocate raw blocks for the data, and keep track of them withNot Zed2001-02-082-44/+29
* Added a comment.Christopher James Lahey2001-02-071-0/+1
* Added e_format_number and e_create_directory.Christopher James Lahey2001-02-072-55/+189
* Rearranged the includes here a bit.Christopher James Lahey2001-02-051-2/+2
* Added declarations for all the functions declared in gnome-i18n.h.Christopher James Lahey2001-02-051-0/+15
* Revert last patchMiguel de Icaza2001-02-051-2/+8
* Turn on joining of cancelled threads. (e_msgport_wait): Put a cleanupNot Zed2001-01-312-1/+18
* If we have waiting threads, then dont start a new one for the NEW case.Not Zed2001-01-292-8/+98
* Don't #define __GNOME_I18N_H__ if it's already defined.Chyla Zbigniew2001-01-283-110/+259
* Add chunk allocators.Not Zed2001-01-253-58/+82
* Removed some redundant debug printfs. (e_sexp_term_eval): Dont allocateNot Zed2001-01-243-57/+64
* Setup error return and return error on parse error. (parse_list): Fail ifNot Zed2001-01-233-14/+104
* New function, can't use strlen on the md5 hash because it might have nullJP Rosevear2001-01-234-1/+63
* Added function e_xml_get_bool_prop_by_name_with_default.Christopher James Lahey2001-01-212-0/+23
* New function, name describes it well. (gtk_radio_button_select_nth): NewJason Leach2001-01-193-0/+65
* Ximianified.Federico Mena Quintero2001-01-173-2/+8
* This fixes translations of library messages compared to applicationMiguel de Icaza2001-01-172-0/+40
* Dup the string passed in, not the temporary string. d'oh.JP Roseveaer2001-01-152-1/+6
* remove old config messageJP Rosevear2001-01-151-1/+1
* #define E_THREAD_NONE as ((pthread_t)~0) and use that instead of ~0Dan Winship2001-01-062-10/+18
* Added functions for encoding utf8 safely into libxml brokennessLauris Kaplinski2001-01-031-0/+1
* Some debug commented out, static list intialiser.Michael Zucci2001-01-032-6/+9
* Merge from camel-mt-branch.Not Zed2000-12-246-66/+938
* Added e_xml_get_double_prop_by_name_with_default.Christopher James Lahey2000-12-232-2/+25
* Check for null strings (e_pilot_utf8_from_pchar): dittoJP Rosevear2000-12-212-0/+11
* Convert cal component strings to pilot character setJP Rosevear2000-12-204-3/+104
* Made the parameter type of e_strdup_string a const. Made it not callChristopher James Lahey2000-12-192-66/+61
* make sure we actually make enough space for "&nbsp;".Larry Ewing2000-12-132-1/+6
* Fixed a warning by making e_strstrcase return a const gchar.Christopher James Lahey2000-12-122-60/+64
* Work to get a Gtk-Doc infrastructure in place for Gal.Miguel de Icaza2000-12-091-19/+12
* Updated documentation comment.Federico Mena Quintero2000-12-092-1/+8
* Increased the version number to 0.3. Increased the so number.Christopher James Lahey2000-12-071-1/+0
* Fixed some warnings.Christopher James Lahey2000-12-071-1/+1
* New `e-corba-utils.c' module, for now just containing a function toEttore Perazzoli2000-12-054-0/+77
* macro that calls e_filename_make_safeJeffrey Stedfast2000-12-052-8/+9
* Bump the version to 0.2.99.4Jeffrey Stedfast2000-12-012-5/+20
* Fix typename of args (for all funcs). (e_strv_set_ref): Assert the indexNot Zed2000-11-303-21/+37
* Plug a memleak, need to free results from term_eval(). (term_eval_gt):Not Zed2000-11-293-0/+28
* New function, set a reference to a string that is then owned/free'd by theNot Zed2000-11-223-18/+64
* If we dont get a big enough chunk in the first node, give up. Otherwise weNot Zed2000-11-212-9/+17
* New function to strdup into a mempool.Not Zed2000-11-213-0/+12
* New function to allocate a zero'd out chunk.Not Zed2000-11-213-0/+16
* New routines for fast memory management and compact string array storage.Not Zed2000-11-214-0/+902
* oops thats func not *funcJP Rosevear2000-11-103-4/+9
* Build e-dbhash.[hc]JP Rosevear2000-11-084-0/+249
* #include <string.h> to quench warning. #include <stdlib.h> for sameKjartan Maraas2000-10-313-0/+7
* build md5-utils72000-10-284-1/+426
* Return null if no pnode was found.72000-10-272-2/+10
* Added an "allow_newlines" argument.Christopher James Lahey2000-10-274-20/+62
* Get archive field while parsing (map_write_foreach): Write out archiveJP Rosevear2000-10-272-26/+78
* unsigned chars.Michael Meeks2000-10-273-3/+13
* Add another marshalling function.Dan Winship2000-10-262-0/+19
* Deal properly with URLs at the end of the buffer. (The old code wouldDan Winship2000-10-262-0/+8
* Lookup a pid by uid. (e_pilot_map_lookup_uid): Lookup a uid by pid. NowJP Rosevear2000-10-253-2/+35
* Remove unused GNOMELOCALEDIR setting.Dan Winship2000-10-242-1/+5
* Use new libeconduit calls and abstractionJP Rosevear2000-10-243-34/+100
* Pilot map functions grabbed from existing conduitsJP Rosevear2000-10-244-1/+209
* Made the number keys on the number pad work in ETexts and ECellTexts.Christopher James Lahey2000-10-191-1/+108
* If unicode_get_utf8 returns -1, assume it was actually undeclaredDan Winship2000-10-192-58/+18
* *** empty log message ***Jesse Pavel2000-10-182-25/+6
* g_strconcat needs a NULL.Iain Holmes2000-10-122-2/+7
* Included a missing #include.Christopher James Lahey2000-10-113-22/+84
* New function to make a directory and (if needed), its parentsDan Winship2000-10-082-1/+38
* Added $(EXTRA_GNOME_CFLAGS).Christopher James Lahey2000-09-272-0/+5
* add ename as a SUBDIRJeffrey Stedfast2000-09-262-1/+7
* Added a ton of new prefixes and suffixes.Nat Friedman2000-09-261-10/+30
* Fixed operation of the keypad keys in EText and ECellText.Christopher James Lahey2000-09-221-6/+23
* Made e_list a bit more reentrant. If a iterator gets its data pulled outChristopher James Lahey2000-09-214-8/+31
* Moved files, fixed header files and paths - FedericoFederico Mena Quintero2000-09-204-2/+4
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-1828-4689/+27
* Merging in additional type functions (e_xml_get_string_prop_by_name):JP Rosevear2000-09-182-7/+80
* Remove ifdefed 0 prototypesMiguel de Icaza2000-09-181-7/+4
* redo Chris's previous change to match the surrounding code styleDan Winship2000-09-141-2/+2
* Fixed an uninitialized variable.Christopher James Lahey2000-09-142-1/+5
* Use underscores for untranslated characters fro Gtk+Lauris Kaplinski2000-09-132-52/+48
* Change this a bit so that if you pass it a bold font, it puts that inDan Winship2000-09-132-24/+82
* Thou shalt leave space for the trailing \0.Dan Winship2000-09-122-1/+4
* The return value should not be const. (Well, unless the input was, but youDan Winship2000-09-125-6/+11
* Fixed some warnings.Christopher James Lahey2000-09-121-3/+5
* *** empty log message ***Jesse Pavel2000-09-121-9/+85
* Removed a bunch of redundant code. Made it so that when you set an addressChristopher James Lahey2000-09-112-8/+12
* Added e_utf8_gtk_editable_get_text and e_utf8_gtk_editable_set_text.Christopher James Lahey2000-09-113-10/+41
* EFont should now use real bold typeface, if availableLauris Kaplinski2000-09-112-18/+125
* Implemented a new `e_gtk_signal_connect_full_while_alive()' utilityEttore Perazzoli2000-09-114-9/+163
* Fixed a bug regarding the extraction of the region.Jesse Pavel2000-09-111-3/+21
* Some UTF-8 fixes and experimental 16-bit unicode font supportLauris Kaplinski2000-09-092-59/+155
* *** empty log message ***Jesse Pavel2000-09-092-0/+393
* remove consts from the EPopupMenu structure: the caller may want to modifyDan Winship2000-09-092-4/+10
* Bunch of unicode related changesLauris Kaplinski2000-09-085-18/+77
* Remove incorrect optimization. Events are read-only!Federico Mena Quintero2000-09-072-12/+13
* New font translation code for utf-8, but commented out at momentLauris Kaplinski2000-09-054-36/+177
* A bit more e_utf8 wrappers here and thereLauris Kaplinski2000-09-023-4/+59
* Email should now display correctly in GtkHTMLLauris Kaplinski2000-09-014-13/+975
* #define gnome_font_lookup_default for gnome-print 0.20Lauris Kaplinski2000-08-312-1/+3
* Made it compilable both with gnome-print 0.20 and 0.21+Lauris Kaplinski2000-08-312-0/+11
* make e-util depend on libunicodeDan Winship2000-08-303-1/+12
* More UTF-8 handlingLauris Kaplinski2000-08-253-0/+24
* Unicode in addressbook basically works, including simple searchingLauris Kaplinski2000-08-245-3/+65
* Constify.Federico Mena Quintero2000-08-243-2/+6
* Added missing e-unicode.h and e-unicode.cLauris Kaplinski2000-08-232-0/+186
* UTF-8 in contact editor + some fixes for dealing with illegal stringsLauris Kaplinski2000-08-232-0/+14
* Handle iso-8859-1 keys nicely in e-text and e-table. Other encodings toLauris Kaplinski2000-08-232-1/+10
* Changed UTF-8 handling syntax from char based to byte basedLauris Kaplinski2000-08-223-39/+54
* Little teeny bug fix in e_text_to_html tab expansion.Peter Williams2000-08-222-1/+6
* many fixes to make it compile with strange prefixes...Mathieu Lacage2000-08-211-0/+1
* added use of UNICODE_CFLAGS... thanks ian...Arik Devens2000-08-201-1/+2
* Moved e-text to UTF-8Lauris Kaplinski2000-08-202-0/+6
* First step moving to UTF-8 stringsLauris Kaplinski2000-08-204-1/+189
* Infrastructure for date-based queriesPeter Williams2000-08-152-1/+6
* Fix a crash with tab expansion in e_text_to_htmlPeter Williams2000-08-112-0/+8
* Remove. The shell tells the components where the evolution homedir is now.Dan Winship2000-08-114-115/+5
* If converting both spaces and newlines, then convert tabs too. The joys ofDan Winship2000-08-112-3/+33
* Fix the bug where it truncates the last itemChristopher James Lahey2000-08-092-1/+5
* Added some military prefixes.Nat Friedman2000-08-091-1/+2
* Ooops.Christopher James Lahey2000-08-092-6/+11
* Added uncompiled e_read_uri function.Christopher James Lahey2000-08-095-2/+108
* Added a hide_mask argument to the two popup menu functions.Christopher James Lahey2000-08-093-23/+45
* Added e_container_change_tab_order.Christopher James Lahey2000-08-083-1/+88
* Fix silly error of not chaining destructor for canvas.Matthew Loper2000-07-282-1/+8
* A few fixes to the ECanvas selection item a miniature cleanup of the event ha...Matthew Loper2000-07-272-8/+31
* Typo fixPeter Williams2000-07-262-3/+7
* build static versions of some util libraries for the conduit to link withSeth Alves2000-07-263-0/+14
* Added a bunch of e_marshal functions.Christopher James Lahey2000-07-255-8/+248
* From addressbook/ChangeLog:Christopher James Lahey2000-07-135-0/+58
* Removed some debugging printfs.Christopher James Lahey2000-07-123-3/+12
* Warning cleanup: `#if 0' an unused function and add a missing publicEttore Perazzoli2000-07-113-3/+16
* Fix warnings.Dan Winship2000-07-112-3/+8
* Added e_list_duplicate.Christopher James Lahey2000-07-093-0/+23
* Added e_strsplit to work around a bug in g_strsplit.Christopher James Lahey2000-07-085-0/+121
* Added last and insert functions.Christopher James Lahey2000-07-084-33/+111
* Added docstrings. This file did not have them at all. EEEEEEK!Federico Mena Quintero2000-07-072-0/+179
* Kill debugging messageDan Winship2000-07-062-3/+4
* New list class with iterators.Christopher James Lahey2000-07-049-0/+707
* Added an extra @allowed_types parameter to the shell's folderEttore Perazzoli2000-07-022-0/+8
* Add simple deadkey support.Jody Goldberg2000-06-303-30/+85
* add ")" to the set of characters to back up over at the end of a potentialDan Winship2000-06-292-1/+6
* Fix typo.Ettore Perazzoli2000-06-272-1/+6
* Fix compilation with builddir != srcdir.Ettore Perazzoli2000-06-272-0/+6
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-274-0/+418
* Added a variable to keep track of the cursor. Set the cursor whenChristopher James Lahey2000-06-213-10/+35
* Grab the focus when setting the cursor.Christopher James Lahey2000-06-212-0/+16
* Built a system for doing selections and/or a cursor in canvas.Christopher James Lahey2000-06-213-3/+164
* Changed the needed e_marshal functions.Christopher James Lahey2000-06-137-31/+147
* Added e-printable.c and e-printable.h.Christopher James Lahey2000-06-118-22/+374
* Fixed e_marshal_INT__INT_INT_POINTER.Christopher James Lahey2000-06-023-2/+6
* Added e_marshal_INT__INT_INT_POINTER.Christopher James Lahey2000-06-025-0/+54
* Duh! -1 != 1. :)Dan Winship2000-06-023-2/+6
* g_return_val_if_fail to prevent a crash.Christopher James Lahey2000-06-022-0/+6
* Utility function to build a bool as part of an expression string.Not Zed2000-05-313-0/+52
* Added e_canvas_item_show_area which makes sure that a particular area of aChristopher James Lahey2000-05-313-0/+38
* Flush - FedericoFederico Mena Quintero2000-05-302-88/+43
* Moved over from event-editor-utils.c. (e_dialog_editable_get): Likewise.Federico Mena Quintero2000-05-283-13/+274
* Removed.Christopher James Lahey2000-05-253-272/+4
* Added widgets/e-paned/Makefile.Christopher James Lahey2000-05-251-2/+0
* Commit for if my laptop dies - FedericoFederico Mena Quintero2000-05-242-5/+219
* Added e_write_file.Christopher James Lahey2000-05-235-0/+58
* New files with utilities for hooking up widgets in Glade-generatedFederico Mena Quintero2000-05-204-22/+362
* Added e_container_foreach_leaf.Christopher James Lahey2000-05-193-1/+34
* Add imagesdir support.Christopher James Lahey2000-05-194-0/+59
* xmlGetProp appears to return malloced memory. Thus we must free it.Christopher James Lahey2000-05-163-8/+19
* Fixed some memory leaks.Christopher James Lahey2000-05-161-0/+2
* Utility function to free a GList of strings.Ettore Perazzoli2000-05-165-10/+40
* Added e_strdup_strip which returns a copy of the string with the leadingChristopher James Lahey2000-05-145-0/+45
* Destroy the g_scanner when cleaning up. (e_sexp_finalise): Free symbolNotZed2000-05-122-0/+17
* Removed dist-hook section.Christopher James Lahey2000-05-101-0/+2
* Remove reflow idle when being destroyed.Christopher James Lahey2000-05-092-0/+15
* comment function, and fix an ABR.Chris Toshok2000-05-081-3/+6
* comment function, and fix an ABR.Chris Toshok2000-05-081-6/+13
* Got rid of some warnings.Christopher James Lahey2000-05-076-2/+115
* New function to free a list of referenced objects.Ettore Perazzoli2000-05-035-6/+46
* set and reset the GTK_HAS_FOCUS flag. We now get focus_out eventsDamon Chaplin2000-05-032-0/+10
* Free the parse tree if we have one. (e_sexp_parse): If we already have aNotZed2000-05-032-0/+26
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-032-1/+6
* Constified XML utility functions.Ettore Perazzoli2000-05-025-16/+22
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-281-4/+4
* Moved here from the mailer, since it's of general use, and the composerDan Winship2000-04-284-0/+287
* Added addressbook/ename/Makefile.Christopher James Lahey2000-04-284-4/+10
* Oops, forgot this.Nat Friedman2000-04-271-0/+856
* add e-popup-menu.[ch]Miguel de Icaza2000-04-262-0/+115
* move #include <locale.h> above the others because it was gettingSeth Alves2000-04-262-2/+4
* New file. Implements easy to use popup menus.Miguel de Icaza2000-04-262-5/+11
* Made the tooltip show up in the correct place and configuration when usingChristopher James Lahey2000-04-242-4/+23
* + * widgets/Makefile.am: Added e-paned directory.Matthew Loper2000-04-244-1/+283
* Added e_xml_get_child_by_name_by_lang.Christopher James Lahey2000-04-195-0/+71
* Add realize. (e_canvas_realize): Set the back pixmap to NULL to reduceAnders Carlsson2000-04-162-4/+19
* Added a note field.Christopher James Lahey2000-04-151-0/+4
* Fixing a warning.Christopher James Lahey2000-04-152-2/+2
* Add g_return_if_fails.Christopher James Lahey2000-04-153-4/+38
* Fix the embarassing cursor bug.Miguel de Icaza2000-04-122-0/+10
* Added proper keyboard focus handling.Christopher James Lahey2000-04-112-1/+17
* + (mkdir_if_necessary): New function.Matthew Loper2000-04-072-26/+72
* + * shell/main.c (evolution_boot): Make sure our data directory isMatthew Loper2000-04-072-2/+13
* Committing this thing I wrote last year to parse names. It's cute.Nat Friedman2000-04-066-0/+339
* minor style clean + kill duff file in POTFILES.Michael Meeks2000-03-281-5/+7
* ChangeLog shuffling.Miguel de Icaza2000-03-272-35/+105
* Formatting cleanup.NotZed2000-03-243-7/+7
* fix an obvious bug pointed out by gccDan Winship2000-03-231-1/+2
* Rearranged SUBDIRS for dependencies.Christopher James Lahey2000-03-122-18/+27
* Designed a new system for doing hierarchical displays in the canvas. AddsChristopher James Lahey2000-03-112-1/+125
* Fixed e_xml_set_integer_prop_by_name.Christopher James Lahey2000-03-062-6/+6
* Added e_xml_set_integer_prop_by_name.Christopher James Lahey2000-03-054-0/+18
* scout intaBertrand Guiheneuf2000-02-291-1/+4
* Added. moved from filter-sexp.[ch]NotZed2000-02-293-3/+1208
* Added e_xml_get_integer_prop_by_name.Christopher James Lahey2000-02-259-0/+111
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-248-3/+158
* ~/evolution should be mode 700, not 600Dan Winship2000-02-241-2/+2
* Add new filesArturo Espinosa2000-02-162-0/+62
* Add the unicode libraries as well.Miguel de Icaza2000-02-163-4/+12
* Add new Makefiles to Makefile list.Christopher James Lahey2000-02-091-1/+5
* Handle the grab and ungrab command instead of doing focus by hand. ThisChristopher James Lahey2000-01-282-0/+9
* Use e_canvas_item_grab_focus so that it will work with old versions ofChristopher James Lahey2000-01-272-0/+73
* cvs shutupMathieu Lacage2000-01-261-0/+3
* Handle shift-tab properly now.Christopher James Lahey2000-01-262-0/+299
* Changed some line spacing.Chris Lahey2000-01-211-1/+1
* Added selection and clipboard support. Added up and down arrow keys. FixedChris Lahey2000-01-142-1/+28
* e_canvas_item_move_absolute is just a helper function not supplied by theChris Lahey2000-01-142-0/+60
* Blocked the tab key from getting inserted into the buffer since theChris Lahey2000-01-121-4/+3
* Removed some code which got in the way of testing properly.Chris Lahey2000-01-115-0/+703
* More missing filesArturo Espinosa2000-01-072-0/+70
* More framework work -miguelArturo Espinosa2000-01-071-0/+2
* Compilation touchups -miguelArturo Espinosa2000-01-061-0/+2
* Lots of reorganization to get the Evolution shell to begin its life. ItArturo Espinosa2000-01-061-0/+7
* Compute height using the ecell methods here. (eti_get_height): new methodMiguel de Icaza1999-11-271-1/+1
* Add anotherArturo Espinosa1999-11-182-0/+48
* missing filesArturo Espinosa1999-11-182-0/+161