summaryrefslogtreecommitdiff
path: root/libcheese
AgeCommit message (Expand)AuthorFilesLines
2014-01-30Replace deprecated gtk_window_*_opacity()David King1-5/+5
2014-01-08Update FSF AddressDominique Leuenberger3-4/+1
2013-11-17Use new G_DEFINE_TYPE_WITH_PRIVATE macroDavid King12-249/+215
2013-11-17Remove obsolete enum type filesDavid King2-66/+0
2013-11-15Add a finalize method to CheeseEffectDavid King1-0/+17
2013-11-15Fix memory leak in cheese_camera_set_tags()David King1-0/+1
2013-11-14Fix leaks in cheese_camera_set_video_recording()David King1-0/+4
2013-11-14Fix leak of GtkSizeGroup in CheeseAvatarWidgetDavid King1-4/+5
2013-11-14Chain up to finalize in UmCropAreaDavid King1-0/+2
2013-11-08Avoid using GtkStock, as it is deprecatedDavid King1-2/+2
2013-11-06Fix memory leak in cheese_camera_device_get_caps()David King1-0/+3
2013-11-06Fix memory leak when creating a new CheeseCameraDavid King1-6/+3
2013-11-06Fix some memory leaks in cheese_fileutil_init()David King1-6/+13
2013-11-06Make static string array constDavid King1-2/+4
2013-11-06Simplify looping over GStrvDavid King1-11/+6
2013-11-06Make cheese_camera_device_monitor_set_up_device staticDavid King1-3/+1
2013-10-30libcheese: Export cheese_avatar_widget_newJasper St. Pierre1-0/+1
2013-10-28Add CheeseAvatarWidgetBastien Nocera4-218/+459
2013-10-28Set a reasonable default size for avatar croppingBastien Nocera1-2/+6
2013-10-28Add margins to CheeseAvatarChooserBastien Nocera1-0/+1
2013-10-28Rename the CheeseAvatarChooser buttonsBastien Nocera1-2/+10
2013-10-28Style the CheeseAvatarChooser button barBastien Nocera1-22/+16
2013-10-28Set a nice default size on CheeseWidgetBastien Nocera2-3/+1
2013-10-28Avoid warnings with no pixbuf in UmCropAreaBastien Nocera1-0/+3
2013-10-28Use a layout manager instead of constraintsBastien Nocera1-3/+1
2013-10-28Update TotemAspectFrame from totemBastien Nocera2-44/+163
2013-10-28Remove gdk_threads* callsBastien Nocera2-10/+0
2013-09-16Fix video recording with GStreamer >= 1.1.4Hans de Goede1-3/+11
2013-09-02Fix memory leak when freeing video formatsHans de Goede1-3/+2
2013-09-02Improve cheese_camera_device_get_best_format()Hans de Goede1-7/+27
2013-09-02Limit caps to the maximum framerateHans de Goede1-13/+37
2013-09-02Add cheese_camera_device_find_full_format() helperHans de Goede1-11/+35
2013-09-02Keep track of highest available camera frameratesHans de Goede1-20/+155
2013-06-30Mark cheese_[gtk_]init() arguments as allow-noneDavid King2-4/+4
2013-06-30um-crop-area.c: Relicense to GPLv2+Matthias Clasen1-1/+1
2013-06-27Handle NULL state errors in CheeseAvatarChooserDavid King1-2/+29
2013-06-26Show an error message if the camera state is NULLDavid King1-2/+5
2013-06-24Fix being paused when effect valves are closedHans de Goede1-1/+2
2013-06-24Set all valves open on playHans de Goede1-0/+8
2013-06-24Avoid setting the same effect againHans de Goede1-1/+17
2013-06-17Add documentation for CheeseCamera signalsDavid King1-0/+2
2013-06-16Make the flash background whiteHans de Goede1-19/+5
2013-06-16Downscale image for effects-preview pipelineHans de Goede1-8/+35
2013-06-16Do not block the main valve while recordingHans de Goede1-1/+2
2013-06-16Only add videoconvert elements where necessaryHans de Goede1-1/+4
2013-06-16Drop unused preview_caps variableHans de Goede1-2/+0
2013-06-16Simplify returned GstCapsHans de Goede1-0/+1
2013-06-16Fix cheese_camera_device_get_best_format memleakHans de Goede1-3/+4
2013-06-16Fix cheese_camera_device_filter_caps warningHans de Goede1-1/+1
2013-06-16Remove unused GstCameraBinFlags enumHans de Goede1-12/+0