aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-string-parser.c
Commit message (Collapse)AuthorAgeFilesLines
* string-parser: properly handle if g_regex_new() failsGuillaume Desmottes2011-02-101-1/+13
|
* Escape URL itself along with the title (#616339)Vitaly Minko2010-11-021-7/+11
|
* String parser is changed in order not to break URLs at apostrophes.Vitaly Minko2010-11-011-6/+6
|
* empathy_string_replace_escaped: use gsize instead of gssizeGuillaume Desmottes2010-06-091-1/+1
| | | | Avoid signed/unsigned comparaison in the for loop.
* empathy_string_replace_escaped: remove '\r' (#620903)Guillaume Desmottes2010-06-081-1/+15
|
* Remove check for GTK version now that we depend on 2.20Xavier Claessens2010-04-191-8/+0
| | | | Fixes bug #612185
* gtk_check_version() is returning a string error or NULL, not a booleanXavier Claessens2010-03-101-1/+1
| | | | This actually invert the logic
* Disable empathy_add_link_markup() if linked to an old GTK versionXavier Claessens2010-03-101-0/+8
| | | | Using links in labels could make a freeze, see GNOME #612066
* empathy_add_link_markup() is not NULL-safeXavier Claessens2010-03-051-0/+2
| | | | | Add a g_return_val_if_fail() to avoid crash, and avoid calling that func with NULL text.
* Add a comment explaining what does empathy_add_link_markup, and don't make ↵Xavier Claessens2010-03-041-1/+1
| | | | parser list static
* New function empathy_add_link_markup() to be used with gtk_label_set_markup()Xavier Claessens2010-03-031-0/+16
|
* Make empathy_string_replace_link and empathy_string_replace_escaped publicXavier Claessens2010-03-031-0/+39
| | | | The code is moved from empathy-theme-adium.c
* Move empathy_uri_regex_dup_singleton to be private inside ↵Xavier Claessens2010-03-031-1/+24
| | | | | | empathy-string-parser.c Now that our code is correctly factored, that regex can be made private
* Move empathy_string_parser API to its own fileXavier Claessens2010-03-031-0/+131