aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-about-dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* Set the license type instead of the license text.Emilio Pozuelo Monfort2014-02-031-28/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=637316
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-2/+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
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-3/+0
| | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-281-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696718
* about: Polish the code to generate the license stringSjoerd Simons2011-12-071-8/+10
|
* Update Collabora copyright in About WindowCosimo Alfarano2011-09-141-1/+1
|
* about-dialog: add my emailGuillaume Desmottes2010-11-091-1/+1
|
* about-dialog: gtk_about_dialog_set_url_hook has been removedGuillaume Desmottes2010-10-041-14/+0
|
* Change names of variables that shadow libc symbolsDanielle Madeley2010-05-211-2/+2
|
* Adding myself to contributorsDanielle Madeley2010-02-021-1/+2
|
* add K.Vishnoo Charan Reddy as an artist contributorGuillaume Desmottes2009-12-141-0/+1
|
* [Goal] Clean up GLib and GTK+ includes in empathy (Fixes #585669)Luis Menina2009-06-141-2/+1
| | | | | | Allows to compile with G_DISABLE_SINGLE_INCLUDES, GDK_PIXBUF_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES. This prepares for the GNOME 3.0 transition.
* Add myself to the contributorsCosimo Cecchi2009-06-011-0/+1
|
* empathy-about-dialog: update the FSF addressGuillaume Desmottes2009-05-181-2/+2
|
* empathy-about-dialog: remove trailing spacesGuillaume Desmottes2009-05-151-1/+1
|
* Port EmpathySpellDialog to new APIXavier Claessens2009-04-161-1/+0
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2853
* Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi).Xavier Claessens2008-12-021-1/+1
| | | | svn path=/trunk/; revision=1942
* Add Marco Barisione to CONTRIBUTORSXavier Claessens2008-08-091-0/+1
| | | | svn path=/trunk/; revision=1316
* Update credits for the about dialog.Xavier Claessens2008-08-091-7/+26
| | | | svn path=/trunk/; revision=1315
* Fix includesXavier Claessens2008-03-191-1/+2
| | | | svn path=/trunk/; revision=817
* Move modules that make no sense to be used in other applicaton from ↵Xavier Claessens2008-03-141-0/+113
libempathy-gtk/ to src/ svn path=/trunk/; revision=789