summaryrefslogtreecommitdiff
path: root/libcheese/cheese-flash.c
Commit message (Expand)AuthorAgeFilesLines
* Use G_DECLARE_FINAL_TYPE where possibleDavid King2015-04-131-2/+2
* Fix shadowed variableDavid King2015-02-161-3/+3
* Use get_instance_private() instead of priv pointerDavid King2014-10-141-31/+22
* Track flash opacity explicitlyBenjamin Herr2014-07-201-4/+24
* Replace deprecated gtk_window_*_opacity()David King2014-01-301-5/+5
* Use new G_DEFINE_TYPE_WITH_PRIVATE macroDavid King2013-11-171-7/+3
* Make the flash background whiteHans de Goede2013-06-161-19/+5
* Use G_SOURCE_REMOVE and _CONTINUEDavid King2012-05-161-4/+4
* Use GDK provided work area code, bug 670996Javier Jardón2012-05-161-138/+5
* Move variable declarations before code in C sourceDavid King2012-03-191-1/+2
* Use g_clear_object() to clear GObject pointersDavid King2012-01-101-5/+1
* Mark property strings with G_PARAM_STATIC_STRINGSDavid King2012-01-101-1/+2
* Check for correct types in public APIDavid King2011-12-111-1/+5
* Use better API to notify and install propertiesAdrian Zgorzałek2011-11-101-7/+11
* Make CheeseFlash a GtkWindow rather than a GObjectDavid King2011-11-061-25/+69
* Improve documentation to pass gtk-doc testsDavid King2011-10-301-0/+2
* Add private pointers to libcheese GObject structsDavid King2011-10-291-8/+8
* Add basic documentation for remaining public APIDavid King2011-10-291-2/+2
* Add more classes to gtk-doc documentationDavid King2011-10-291-4/+29
* lib: Make the flash not hide the gnome-shell panelBastien Nocera2011-03-251-1/+121
* Replaced expose_event in callback with draw_eventPatricia Santana Cruz2011-03-071-9/+2
* Replaced deprecated symbolsPatricia Santana Cruz2011-03-071-7/+7
* cheese-flash: Port to GTK+ 3.xBastien Nocera2011-03-071-4/+3
* re-indent source code to match our styledaniel g. siegel2009-12-231-22/+24
* Make the flash window a popupBastien Nocera2009-12-031-6/+66
* Fix CheeseFlash when disposed multiple timesBastien Nocera2009-12-031-1/+4
* First pass at webcam widget for use in other applicationsBastien Nocera2009-12-011-0/+190