aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-geometry.c
Commit message (Collapse)AuthorAgeFilesLines
* Do not use deprecated GTK symbolsXavier Claessens2010-04-191-1/+1
|
* Clarify macro namesXavier Claessens2009-11-241-15/+21
|
* Create EMPATHY_RECT_IS_ON_SCREEN macro instead of duplicating its code.Xavier Claessens2009-11-241-3/+2
|
* Restore position of window if it gets remapped.Xavier Claessens2009-11-241-14/+51
|
* Make sure to not save offscreen positioning. It happens with compiz.Xavier Claessens2009-11-241-0/+6
|
* geometry: port to TP coding styleGuillaume Desmottes2009-11-161-148/+153
| | | | Most of the file has been rewrite anyway.
* Correctly store/restore maximized state of windows.Xavier Claessens2009-11-161-105/+162
|
* Put configuration data in XDG_CONFIG_DIRS (GNOME bug 494007)Frédéric Péters2009-07-211-1/+1
|
* Escape window names before saving them in geometry.iniNicolò Chieffo2009-07-171-4/+14
| | | | Fixes #586967
* empathy-geometry: update FSF addressGuillaume Desmottes2009-05-181-2/+2
|
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-11/+7
| | | | svn path=/trunk/; revision=1066
* Update collabora copyright to 2008Xavier Claessens2008-03-031-1/+1
| | | | svn path=/trunk/; revision=688
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-0/+186
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