summaryrefslogtreecommitdiff
path: root/libcheese
AgeCommit message (Expand)AuthorFilesLines
2015-07-10camera: avoid confusing error messageHEADmasterWim Taymans1-1/+1
2015-04-28Silence a gtk-doc undeclared symbol warningDavid King1-2/+4
2015-04-13Use G_DECLARE_FINAL_TYPE where possibleDavid King14-236/+63
2015-02-16Avoid warnings from -Wswitch-enumDavid King2-22/+10
2015-02-16Avoid a preprocessor warningDavid King1-0/+2
2015-02-16Fix const cast warningsDavid King1-2/+7
2015-02-16Fix signedness comparison errorDavid King1-1/+1
2015-02-16Fix shadowed variableDavid King1-3/+3
2015-02-16Remove old-style function definitionsDavid King2-2/+2
2015-01-07um-crop-area: Fix deprecated API usageRui Matos1-1/+2
2015-01-07um-crop-area: Enforce a minimum sizeRui Matos1-0/+13
2015-01-07um-crop-area: Fix background rendering around the pictureRui Matos1-35/+27
2014-11-25Refactor crop area scaling codeOndrej Holy1-5/+7
2014-11-10Limit default size for avatar croppingOndrej Holy1-2/+5
2014-10-14Use get_instance_private() instead of priv pointerDavid King20-202/+269
2014-10-14Drop some trailing semicolons after macrosDavid King3-3/+3
2014-10-14Use new-style private struct in CheeseCameraDeviceDavid King1-10/+7
2014-10-14Use _get_instance_private() consistently in cameraDavid King1-5/+3
2014-10-13Refactor setup_camera() in CheeseWidgetDavid King1-48/+50
2014-10-10Avoid using G_GNUC_CONST on _get_type()David King11-12/+12
2014-08-18Use config.h instead of cheese-config.hDavid King8-8/+8
2014-07-20Track flash opacity explicitlyBenjamin Herr1-4/+24
2014-07-20Use a better fallback image locationDavid King1-33/+42
2014-04-24Use avatar chooser headerbar only when requestedIain Lane1-1/+17
2014-03-26Fix untranslated strings in libcheeseYosef Or Boczko5-5/+5
2014-03-26Use suggested-action style for Select buttonDavid King1-0/+6
2014-03-26Remove the border from the chooser action areaDavid King1-2/+0
2014-03-26Use headerbar in the avatar chooser dialogYosef Or Boczko1-2/+2
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