aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-window-fullscreen.h
Commit message (Collapse)AuthorAgeFilesLines
* Add an EmpathyCallWindowFullscreen classEmilio Pozuelo Monfort2011-06-081-0/+77
|
* EmpathyCallWindowFullscreen -> EmpathyStreamedMediaFullscreenEmilio Pozuelo Monfort2011-02-031-77/+0
|
* EmpathyCallWindow -> EmpathyStreamedMediaWindowEmilio Pozuelo Monfort2011-02-031-2/+2
|
* empathy-call-window-fullscreen: fix coding styleGuillaume Desmottes2009-05-181-3/+3
|
* Fixed some coding style.jtellier2009-05-131-6/+10
| | | | | | | | - empathy-call-window-fullscreen.c and .h now has no line > 80 caracters. - The return type and the signature in the declaration of empathy_call_window_fullscreen_new and of empathy_call_window_new are on the same line. - Removed a trailing space and a tab (which was replaced by spaces).
* Fixed coding style by removing trailing spaces and not using a mix ofjtellier2009-05-121-14/+5
| | | | | | tabs and spaces. Removed some responsabilities from EmpathyCallWindowFullscreen. It now only manages the "Leave Fullscreen" popup and button.
* Video playback fullscreen modejtellier2009-05-081-0/+82
See http://bugzilla.gnome.org/show_bug.cgi?id=580771