aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-html-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-24/+27
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-8/+19
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+4
* Coding style cleanups.Matthew Barnes2011-05-091-8/+8
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-11/+22
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-1/+1
* Update API documentation.Matthew Barnes2010-02-101-0/+2
* Coding style and whitespace cleanup.Matthew Barnes2010-01-051-1/+4
* Developer documentation improvements.Matthew Barnes2009-09-231-13/+14
* Fix excessive whitespace.Matthew Barnes2009-07-131-1/+0
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-53/+53
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
* Fix compiler warnings in e-util.Matthew Barnes2009-05-261-1/+1
* License changes. Changed license from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-09-041-13/+15
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Clean up compiler warnings in e-util directory (#438467).Matthew Barnes2007-06-031-20/+20
* identify "sip:" URL's. Fixes bug #396543.Andre Klapper2007-01-271-0/+1
* Use g_ascii_strncasecmp() instead of strncasecmp(). We are comparing toTor Lillqvist2005-09-281-11/+11
* add callto:, h323:, and webcal: schemes.Chris Toshok2004-02-041-1/+4
* Removed. No longer used by evolution except via evolution-data-server.Dan Winship2003-11-081-0/+10
* add a flag for non-url chars (controls, whitespace, ", and |)Dan Winship2003-08-051-17/+120
* Add this back: Connector needs it, and there's no reason for addressbookDan Winship2003-01-071-0/+408
* Removed. Back to the fiery depths of hell from whence ye came!Jeffrey Stedfast2002-12-171-408/+0
* First big sync of my GNOME 2 porting work (incomplete, and stillEttore Perazzoli2002-11-021-1/+0
* Convert file: urls too. Fixes bug #29557.Jeffrey Stedfast2002-08-291-1/+2
* Remove the logic that assumes "Rupert> " is a citation, since it misfiresDan Winship2002-08-051-28/+16
* Don't use "isprint(c)" to mean "c >= 32 && c < 128" since it doesn't inDan Winship2002-08-011-13/+15
* Fix for if the buffer ends with an email address (and no newline).Dan Winship2002-02-231-0/+2
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Change " " to "&nbsp;" at start of line.Dan Winship2001-10-231-1/+2
* Pass a CORBA_Environment to bonobo_config_get_string so it doesn't g_warnDan Winship2001-10-231-8/+7
* Fix some broken calls to check_size that could result in memory corruptionDan Winship2001-09-091-3/+3
* Add E_TEXT_TO_HTML_CITE, to prepend "> " to each line.Dan Winship2001-09-071-1/+7
* Added is_addr_char_no_pipes macro, which specifically does not considerJon Trowbridge2001-07-121-2/+3
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* add E_TEXT_TO_HTML_ESCAPE_8BIT to turn non-US-ASCII characters into "?"s.Dan Winship2001-05-171-1/+6
* Replicate the semantics of the libunicode utf8 functions by returning NULLJon Trowbridge2001-05-151-2/+2
* Don't use g_utf8_next_char on text that isn't valid UTF8, since it won'tDan Winship2001-05-021-3/+5
* Make this smarter. Now e_text_to_html_full calls it when it sees a '@',Dan Winship2001-04-301-62/+52
* If the buffer is too small, making it twice as big does not guarantee itDan Winship2001-04-251-16/+16
* Removed attempts to use Radek's evil <DATA> hacks, which were just causingJon Trowbridge2001-04-241-7/+9
* ">From" is not a citation unless the previous or following line is aDan Winship2001-04-191-7/+37
* Add support for converting e-mail addresses to links. (is_email_address):Jon Trowbridge2001-03-311-0/+81
* Remove #include <glib.h> Shuffle some headers. Remove #includeKjartan Maraas2001-03-301-1/+2
* new function, extracted from e_text_to_html, added color parameterRadek Doulik2001-03-211-2/+49
* Fix a bit: [mailto:foo] shouldn't grab the ']'Dan Winship2001-03-151-1/+1
* Fix an off-by-one in the "is this for real?" check so that "http:// "Dan Winship2001-03-071-1/+1
* make sure we actually make enough space for "&nbsp;".Larry Ewing2000-12-131-1/+1
* Deal properly with URLs at the end of the buffer. (The old code wouldDan Winship2000-10-261-0/+2
* If unicode_get_utf8 returns -1, assume it was actually undeclaredDan Winship2000-10-191-54/+8
* Email should now display correctly in GtkHTMLLauris Kaplinski2000-09-011-13/+35
* Little teeny bug fix in e_text_to_html tab expansion.Peter Williams2000-08-221-1/+1
* Fix a crash with tab expansion in e_text_to_htmlPeter Williams2000-08-111-0/+2
* If converting both spaces and newlines, then convert tabs too. The joys ofDan Winship2000-08-111-3/+28
* Fix warnings.Dan Winship2000-07-111-3/+4
* add ")" to the set of characters to back up over at the end of a potentialDan Winship2000-06-291-1/+1
* Got rid of some warnings.Christopher James Lahey2000-05-071-2/+1
* Moved here from the mailer, since it's of general use, and the composerDan Winship2000-04-281-0/+247