aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-window-fullscreen.c
Commit message (Collapse)AuthorAgeFilesLines
* builder: move empathy_builder_* from Empathy to tp-account-widgetsMarco Barisione2013-08-201-1/+3
| | | | | | | This commit also changes the licence of the moved code from GPL to LGPL. See GOSSIP-RELICENSING.txt for details. https://bugzilla.gnome.org/show_bug.cgi?id=699492
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-1/+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-2/+2
| | | | | | | 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-2/+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
* Add an EmpathyCallWindowFullscreen classEmilio Pozuelo Monfort2011-06-081-0/+309
|
* EmpathyCallWindowFullscreen -> EmpathyStreamedMediaFullscreenEmilio Pozuelo Monfort2011-02-031-309/+0
|
* EmpathyCallWindow -> EmpathyStreamedMediaWindowEmilio Pozuelo Monfort2011-02-031-2/+2
|
* empathy_call_window_fullscreen_set_cursor_visible: clean up functionGuillaume Desmottes2010-09-271-5/+5
|
* empathy_call_window_fullscreen_set_cursor_visible: early return if video ↵Guillaume Desmottes2010-09-271-1/+4
| | | | widget is NULL
* call-window-fullscreen: NULLify the video widget when it's destroyedGuillaume Desmottes2010-09-271-0/+12
|
* Use accessor functions instead direct access (Fixes #586476)Jonny Lamb2009-07-101-3/+3
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Fixed some coding style.jtellier2009-05-131-16/+34
| | | | | | | | - 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-117/+63
| | | | | | 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/+330
See http://bugzilla.gnome.org/show_bug.cgi?id=580771