aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-theme-boxes.c
Commit message (Collapse)AuthorAgeFilesLines
* empathy-theme-boxes.c: fix shadow declarationsGuillaume Desmottes2009-10-221-3/+3
|
* Fix after reviewGabriel Millaire2009-10-011-4/+4
| | | | | | | - Early return if no selection - Now uses a for-loop with gtk_text_iter_equal - Renamed flag_return to ignore_newlines, same meaning - Improvement to string_append
* Fix copy clipboard to show smileys and to show name and time when using ↵Gabriel Millaire2009-10-011-0/+11
| | | | | | themes other than Classic Adds an association string to hbox for name and time in themes, adds an association string to pixbuf smiley
* empathy-theme-boxes: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
|
* Introduce empathy_contact_equal, adapt themesPatryk Zawadzki2009-06-161-1/+1
| | | | | Fixed adium and boxes theme engines to check if contacts refer to the same id instead of comparing pointers. This fixes bug #585885.
* empathy-theme-boxes: fix coding style and update FSF addressGuillaume Desmottes2009-05-181-4/+4
|
* Do not use empathy_contact_equal anymore, pointer comparaison is guaranteed ↵Xavier Claessens2009-04-221-2/+2
| | | | to be enough.
* Correctly get foreground-gdk colorXavier Claessens2009-03-181-3/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2711
* Completely rework the theming system to make easy implementing themes based ↵Xavier Claessens2008-12-161-615/+134
| | | | | | on other classes like webkit. svn path=/trunk/; revision=1993
* Move chat_view_get_avatar_pixbuf_with_cache to EmpathyThemeBoxes where it ↵Xavier Claessens2008-12-161-1/+95
| | | | | | makes more sense. svn path=/trunk/; revision=1982
* Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens2008-12-121-1/+1
| | | | svn path=/trunk/; revision=1967
* Keep a priv pointer in the object struct instead of using ↵Xavier Claessens2008-05-061-9/+8
| | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-4/+3
| | | | svn path=/trunk/; revision=1066
* Escape text in strings using Pango markup. Fixes bug #528529 (Frederic Peters).Xavier Claessens2008-04-171-1/+1
| | | | svn path=/trunk/; revision=959
* Remove EmpathyChatViewBlock and empaty_chat_view_set_last_contactXavier Claessens2008-03-141-37/+4
| | | | svn path=/trunk/; revision=791
* Move modules that make no sense to be used in other applicaton from ↵Xavier Claessens2008-03-141-1/+0
| | | | | | libempathy-gtk/ to src/ svn path=/trunk/; revision=789
* Simplify !(a==b) to a!=bXavier Claessens2008-03-111-1/+1
| | | | svn path=/trunk/; revision=756
* Make sure we don't expect contact id and handle to be directly ready. Add ↵Xavier Claessens2008-03-111-1/+1
| | | | | | some _run_until_ready. svn path=/trunk/; revision=755
* Create avatar pixbuf only if the theme shows avatarsXavier Claessens2008-02-161-7/+8
| | | | svn path=/trunk/; revision=639
* Rename BlockType to EMPATHY_CHAT_VIEW_BLOCK to respect namespaceXavier Claessens2008-01-161-8/+8
| | | | svn path=/trunk/; revision=563
* Revert "merge git work"Xavier Claessens2007-12-291-266/+66
| | | | | | This reverts commit 0cfd80847f0d66967f56c7d6b3eb46793f725859. svn path=/trunk/; revision=519
* merge git workXavier Claessens2007-12-291-66/+266
| | | | svn path=/trunk/; revision=518
* Simplify chat theme systemXavier Claessens2007-12-291-266/+66
| | | | svn path=/trunk/; revision=507
* New chat theme engine imported from Gossip (Daniel Gryniewicz, Xavier ↵Xavier Claessens2007-12-211-0/+1036
Claessens). svn path=/trunk/; revision=494