aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-geometry.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up #include directives in source filesEmanuele Aina2013-04-021-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=697076
* CallWindow: save the window geometry without the sidebarEmilio Pozuelo Monfort2011-07-121-0/+7
| | | | | | | | Since we don't show the sidebar when creating new call windows, we should not take the sidebar into account when saving the window geometry. https://bugzilla.gnome.org/show_bug.cgi?id=634809
* geometry: add suport for binding a window more than onceGuillaume Desmottes2010-09-291-1/+2
|
* geometry: no need to export _load and _saveGuillaume Desmottes2010-09-291-6/+0
|
* geometry: port to TP coding styleGuillaume Desmottes2009-11-161-4/+3
| | | | Most of the file has been rewrite anyway.
* Correctly store/restore maximized state of windows.Xavier Claessens2009-11-161-10/+11
|
* empathy-geometry: update FSF addressGuillaume Desmottes2009-05-181-2/+2
|
* Update copyright year in .h too, it was done in .c only.Xavier Claessens2008-04-151-1/+1
| | | | svn path=/trunk/; revision=946
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-0/+45
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