aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
Commit message (Expand)AuthorAgeFilesLines
* 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