aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-geometry.c
Commit message (Collapse)AuthorAgeFilesLines
* tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename itMarco Barisione2013-08-201-2/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-2/+2
| | | | | | | | | | | | 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
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-2/+2
| | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Use double quotes for all internal headersEmanuele Aina2013-04-011-1/+1
| | | | | | | This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* 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
* CallWindow: save the window geometry without the sidebarEmilio Pozuelo Monfort2011-07-121-16/+31
| | | | | | | | 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-32/+73
|
* geometry: no need to export _load and _saveGuillaume Desmottes2010-09-291-2/+2
|
* empathy_geometry_save: fix string leakGuillaume Desmottes2010-07-021-0/+1
|
* 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