Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an EmpathyCallWindowFullscreen class | Emilio Pozuelo Monfort | 2011-06-08 | 1 | -0/+309 |
| | |||||
* | EmpathyCallWindowFullscreen -> EmpathyStreamedMediaFullscreen | Emilio Pozuelo Monfort | 2011-02-03 | 1 | -309/+0 |
| | |||||
* | EmpathyCallWindow -> EmpathyStreamedMediaWindow | Emilio Pozuelo Monfort | 2011-02-03 | 1 | -2/+2 |
| | |||||
* | empathy_call_window_fullscreen_set_cursor_visible: clean up function | Guillaume Desmottes | 2010-09-27 | 1 | -5/+5 |
| | |||||
* | empathy_call_window_fullscreen_set_cursor_visible: early return if video ↵ | Guillaume Desmottes | 2010-09-27 | 1 | -1/+4 |
| | | | | widget is NULL | ||||
* | call-window-fullscreen: NULLify the video widget when it's destroyed | Guillaume Desmottes | 2010-09-27 | 1 | -0/+12 |
| | |||||
* | Use accessor functions instead direct access (Fixes #586476) | Jonny Lamb | 2009-07-10 | 1 | -3/+3 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Fixed some coding style. | jtellier | 2009-05-13 | 1 | -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 of | jtellier | 2009-05-12 | 1 | -117/+63 |
| | | | | | | tabs and spaces. Removed some responsabilities from EmpathyCallWindowFullscreen. It now only manages the "Leave Fullscreen" popup and button. | ||||
* | Video playback fullscreen mode | jtellier | 2009-05-08 | 1 | -0/+330 |
See http://bugzilla.gnome.org/show_bug.cgi?id=580771 |