aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-log-window.h
Commit message (Collapse)AuthorAgeFilesLines
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-0/+1
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* include telepathy-glib.hGuillaume Desmottes2012-09-171-1/+1
| | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch.
* LogWindow: make it a proper GtkWindow subclassEmilio Pozuelo Monfort2011-07-041-0/+25
| | | | | | And a proper singleton while at it. https://bugzilla.gnome.org/show_bug.cgi?id=653803
* Complete rewrite of the history windowEmilio Pozuelo Monfort2011-06-091-6/+6
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=619866 Conflicts: libempathy-gtk/empathy-log-window.c libempathy-gtk/empathy-log-window.ui
* log-window: port to new tp-glib account APIJonny Lamb2009-10-241-2/+2
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Port libempathy-gtk to EmpathyAccountSjoerd Simons2009-07-011-2/+2
|
* empathy-log-window: fix coding style and update FSF addressGuillaume Desmottes2009-05-181-3/+3
|
* Update copyright year in .h too, it was done in .c only.Xavier Claessens2008-04-151-1/+1
| | | | svn path=/trunk/; revision=946
* Add a program to show chat logsXavier Claessens2008-01-201-4/+4
| | | | svn path=/trunk/; revision=584
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-0/+39
2007-06-22 Xavier Claessens <xclaesse@gmail.com> * libempathy/*.[ch]: * libempathy-gtk/*.[ch]: * src/*.[ch]: Rename all filenames starting with "gossip" by "empathy", change namespace of all gossip_*() functions to empathy_*(). Fixes bug #444490 (Mario Danic, Xavier Claessens). svn path=/trunk/; revision=170