summaryrefslogtreecommitdiff
path: root/e-util/e-html-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #729084 - Use tel: URI instead of callto: for phone numbersMilan Crha2014-04-301-1/+14
* Bug #685323 - Provide SIP field for contactsMilan Crha2014-04-291-6/+34
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-10/+9
* Coding style and whitespace cleanup.Matthew Barnes2012-08-191-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-081-8/+8
* Coding style and whitespace cleanup.Matthew Barnes2011-03-051-11/+22
* Coding style and whitespace cleanups.Matthew Barnes2010-09-111-1/+1
* Update API documentation.Matthew Barnes2010-02-091-0/+2
* Coding style and whitespace cleanup.Matthew Barnes2010-01-041-1/+4
* Developer documentation improvements.Matthew Barnes2009-09-221-13/+14
* Fix excessive whitespace.Matthew Barnes2009-07-121-1/+0
* Prefer GLib basic types over C types.Matthew Barnes2009-05-281-53/+53
* Remove trailing whitespace, again.Matthew Barnes2009-05-281-1/+1
* Fix compiler warnings in e-util.Matthew Barnes2009-05-251-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-201-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-031-1/+4
* Removed. No longer used by evolution except via evolution-data-server.Dan Winship2003-11-071-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-061-0/+408
* Removed. Back to the fiery depths of hell from whence ye came!Jeffrey Stedfast2002-12-161-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-281-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-07-311-13/+15
* Fix for if the buffer ends with an email address (and no newline).Dan Winship2002-02-221-0/+2
* Fixing the license text.Ettore Perazzoli2001-10-271-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-221-8/+7
* Fix some broken calls to check_size that could result in memory corruptionDan Winship2001-09-081-3/+3
* Add E_TEXT_TO_HTML_CITE, to prepend "> " to each line.Dan Winship2001-09-061-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-161-1/+6
* Replicate the semantics of the libunicode utf8 functions by returning NULLJon Trowbridge2001-05-141-2/+2
* Don't use g_utf8_next_char on text that isn't valid UTF8, since it won'tDan Winship2001-05-011-3/+5
* Make this smarter. Now e_text_to_html_full calls it when it sees a '@',Dan Winship2001-04-291-62/+52
* If the buffer is too small, making it twice as big does not guarantee itDan Winship2001-04-241-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-301-0/+81
* Remove #include <glib.h> Shuffle some headers. Remove #includeKjartan Maraas2001-03-291-1/+2