summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor effects page next/previous logicDavid King2013-12-121-5/+14
* Show top bar when moving mouse in fullscreen modeRashi Aswani2013-11-171-0/+25
* Use new G_DEFINE_TYPE_WITH_PRIVATE macroDavid King2013-11-173-106/+111
* Fix memory leak in cheese_thumb_view_remove_item()David King2013-11-151-29/+42
* Fix memory leak in cheese_thumb_view_monitor_cb()David King2013-11-151-0/+2
* Remove obsolete CheeseCameraEffect from VAPIDavid King2013-11-151-16/+0
* Fix cheese_camera_get_video_formats() in VAPIDavid King2013-11-153-3/+3
* CheeseCamera VAPI fixesDavid King2013-11-151-3/+3
* Mark CheeseVideoFormat as a boxed type in the VAPIDavid King2013-11-152-3/+3
* Mark CheeseFileutil strings as ownedDavid King2013-11-151-1/+1
* Fixed deprecated warning in on_countdown_toggleRashi Aswani2013-11-121-11/+0
* Move PNG and SVG images into GResourceDavid King2013-11-122-11/+13
* Move application menu into GtkBuilder resourceDavid King2013-11-121-17/+3
* Make CheeseMainWindow a template widgetDavid King2013-11-121-75/+58
* Make CheesePreferencesDialog a template widgetDavid King2013-11-121-132/+85
* Move ClutterScript JSON into GResourceDavid King2013-11-111-2/+2
* Use GResource for CSS snippetDavid King2013-11-111-10/+12
* Refactor GtkScale code in CheesePreferencesDavid King2013-11-111-58/+19
* Fixed unused-but-set warning in EogThumbNavRashi Aswani2013-11-111-4/+0
* Make all buttons have GTK_RELIEF_NORMALDavid King2013-11-091-24/+0
* Change header bar when choosing effectsRashi Aswani2013-11-091-8/+29
* Remove unused CheeseWindow.set_mode ()David King2013-11-091-10/+0
* Change titlebar to use GtkHeaderBarRashi Aswani2013-11-091-0/+10
* Remove unused countdown_actionDavid King2013-11-081-4/+0
* Convert some GtkGrid widgets to GtkBoxDavid King2013-11-081-23/+24
* Remove mode and shoot actions from the app menuDavid King2013-11-081-18/+3
* Avoid using GtkStock, as it is deprecatedDavid King2013-11-081-5/+5
* Change stock icons to symbolic iconsRashi Aswani2013-11-081-7/+0
* Use symbolic icons for photo and video buttonRashi Aswani2013-11-071-2/+2
* Fix cheese_thumb_view_append_item() memory leaksDavid King2013-11-061-1/+12
* Close the preferences if the action is disabledDavid King2013-09-172-0/+23
* Disable the preferences action while shootingDavid King2013-09-161-0/+4
* Skip loading effects with missing pluginsDavid King2013-09-091-3/+12
* Do not override errors in camera_state_change_nullHans de Goede2013-09-021-1/+4
* Refactor thumbnail context menu event handlingDavid King2013-07-111-33/+42
* Use GAction for thumbnail popup menu actionsDavid King2013-07-111-54/+64
* Move gettext initialization to main()David King2013-07-072-5/+4
* Make actions insensitive when no webcam is presentDavid King2013-07-071-9/+9
* Add touch event handler for selecting effectsDavid King2013-07-011-8/+7
* Move action sensitivity handling to ApplicationDavid King2013-06-302-73/+31
* Remove unnecessary instance_pos attributeDavid King2013-06-301-2/+0
* Do not show thumbnails in fullscreenHans de Goede2013-06-301-6/+12
* Remove unused move_all_to_trash actionDavid King2013-06-301-51/+1
* Remove wide-mode and fullscreen GSettings keysDavid King2013-06-302-71/+6
* Mark cheese_[gtk_]init() arguments as allow-noneDavid King2013-06-301-2/+2
* Refactor command-line argument handlingDavid King2013-06-302-55/+79
* Refactor Application startupDavid King2013-06-302-129/+148
* Split main() and Application into separate filesDavid King2013-06-302-532/+553
* Show an error message if the camera state is NULLDavid King2013-06-262-3/+13
* Add CheeseWindow.show_error() methodHans de Goede2013-06-261-36/+56