summaryrefslogtreecommitdiff
path: root/libcheese/cheese-widget.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-27Handle NULL state errors in CheeseAvatarChooserDavid King1-2/+29
2013-04-20Use clutter_actor_set_background_colorDavid King1-1/+1
2013-04-20Use clutter_actor_add_childDavid King1-1/+1
2012-06-27libcheese: Use Totem's aspect frameBastien Nocera1-4/+3
2012-01-21Add init functions to libcheese and libcheese-gtkDavid King1-3/+2
2012-01-10Use g_clear_object() to clear GObject pointersDavid King1-10/+2
2012-01-10Mark property strings with G_PARAM_STATIC_STRINGSDavid King1-1/+2
2011-11-13Use private GObject pointer in Widget and ChooserDavid King1-68/+20
2011-11-10Use better API to notify and install propertiesAdrian Zgorzałek1-10/+14
2011-10-29Add basic documentation for remaining public APIDavid King1-7/+7
2011-10-29Fix several compiler warningsDavid King1-0/+2
2011-10-29Add more classes to gtk-doc documentationDavid King1-11/+18
2011-10-27Overhaul the libcheese documentationDavid King1-0/+10
2011-10-23Convert libcheese to build non-recursivelyDavid King1-1/+1
2011-10-06Do not call _init() functions inside CheeseWidgetDavid King1-4/+3
2011-03-25lib: Don't crop the video previewBastien Nocera1-3/+13
2011-03-18lib: Don't forget to call gtk_clutter_init()Bastien Nocera1-0/+4
2011-03-17lib: Make cheese-widget work againBastien Nocera1-22/+1
2011-03-07Replaced deprecated symbolsPatricia Santana Cruz1-12/+9
2011-03-07cheese-widget: Port to GTK+ 3.xBastien Nocera1-15/+10
2011-01-20cheese-widget: Fix return type for get_settingsLuciana Fujii Pontello1-1/+1
2011-01-06Photo and video resolution can be set separately. Fixes bug #582268Laura Lucas Alday1-3/+3
2010-11-15port cheese to gsettingsdaniel g. siegel1-19/+16
2010-10-17widget: Using ClutterTexture instead of DrawingAreaLuciana Fujii Pontello1-2/+11
2010-08-09reindent libcheese codedaniel g. siegel1-3/+4
2010-04-22Use accessor functions instead direct access. Final patchJavier Jardón1-3/+5
2010-03-24widget: use dialog-error iconMatthias Clasen1-2/+2
2010-02-23widget: restore saved balance settings at startupFilippo Argiolas1-1/+6
2010-02-21widget: turn the widget into a basic state machineFilippo Argiolas1-58/+60
2010-02-21widget: propagate error message from cheese-cameraFilippo Argiolas1-11/+10
2010-02-21widget: show notebook pages before appending themFilippo Argiolas1-0/+2
2010-02-01Emit ready signal right before playingFilippo Argiolas1-1/+1
2010-02-01Port CheeseWindow to use CheeseWidget from libcheese-gtkFilippo Argiolas1-0/+24
2010-01-12Add API docs through gtk-doc for libcheese-gtkBastien Nocera1-0/+23
2009-12-23re-indent source code to match our styledaniel g. siegel1-71/+85
2009-12-03Fix warning on signal emissionBastien Nocera1-1/+1
2009-12-02Add "ready" and "error" signals, export CheeseCamera objectBastien Nocera1-28/+55
2009-12-02Video invert the colours for the spinner pageBastien Nocera1-4/+36
2009-12-02Make the expose handler shareableBastien Nocera1-7/+10
2009-12-02Implement error page in CheeseWidgetBastien Nocera1-15/+103
2009-12-01Fix run-time warningBastien Nocera1-1/+1
2009-12-01First pass at webcam widget for use in other applicationsBastien Nocera1-0/+280