Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gtk_check_version() is returning a string error or NULL, not a boolean | Xavier Claessens | 2010-03-10 | 1 | -1/+1 |
| | | | | This actually invert the logic | ||||
* | Disable empathy_add_link_markup() if linked to an old GTK version | Xavier Claessens | 2010-03-10 | 1 | -0/+8 |
| | | | | Using links in labels could make a freeze, see GNOME #612066 | ||||
* | empathy_add_link_markup() is not NULL-safe | Xavier Claessens | 2010-03-05 | 1 | -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 Claessens | 2010-03-04 | 1 | -1/+1 |
| | | | | parser list static | ||||
* | New function empathy_add_link_markup() to be used with gtk_label_set_markup() | Xavier Claessens | 2010-03-03 | 1 | -0/+16 |
| | |||||
* | Make empathy_string_replace_link and empathy_string_replace_escaped public | Xavier Claessens | 2010-03-03 | 1 | -0/+39 |
| | | | | The code is moved from empathy-theme-adium.c | ||||
* | Move empathy_uri_regex_dup_singleton to be private inside ↵ | Xavier Claessens | 2010-03-03 | 1 | -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 file | Xavier Claessens | 2010-03-03 | 1 | -0/+131 |