summaryrefslogtreecommitdiff
path: root/libgphoto2
Commit message (Expand)AuthorAgeFilesLines
* typoMarcus Meissner2013-05-051-1/+1
* fixed two memory leaks reported by dcbMarcus Meissner2013-05-011-1/+4
* cleaned up AM_CPPFLAGS and CPPFLAGS usage patterns.Marcus Meissner2013-03-101-0/+2
* add _BSD_SOURCE for strdup and snprintf where neededMarcus Meissner2013-02-193-0/+6
* moved doc commentMarcus Meissner2012-08-011-7/+7
* use qsort() instead of bubble sort for gp_list_sortMarcus Meissner2012-05-111-26/+10
* export gp_port_abilities_list_load_dirMarcus Meissner2012-03-182-1/+2
* mark folder non-dirty before list, so a gp_file_append does not recurseMarcus Meissner2012-03-181-1/+3
* fixed conflict between folder index read and folder file append from camerali...Marcus Meissner2012-03-111-18/+47
* use seperate value names in the macros to avoid shadowing local varsMarcus Meissner2011-02-251-7/+8
* double int ret removedMarcus Meissner2011-02-251-1/+0
* added avhd video supportMarcus Meissner2010-09-191-0/+2
* add usb: filter as safetyMarcus Meissner2010-08-141-2/+2
* use preset port during init to help autodetectMarcus Meissner2010-08-131-6/+26
* Fixed uses of va_copy to call va_free, and to compile even when va_copyDan Fandrich2010-07-141-49/+77
* better debuggingMarcus Meissner2010-06-301-3/+3
* removed a error lineMarcus Meissner2010-05-301-2/+0
* Add ax203 camlib for ax203 based picture framesHans de Goede2010-03-291-0/+1
* Implemented a gp_camera_file_read partial read function.Marcus Meissner2010-03-263-151/+120
* reorder lines to not free the info entry before usageMarcus Meissner2010-03-211-1/+1
* added usbdiskdirect stuff, new error codeMarcus Meissner2010-03-132-2/+4
* use strings to pass out strings to frontendsMarcus Meissner2010-03-061-54/+177
* match GP_MIME_RAW -> .rawMarcus Meissner2010-02-061-0/+1
* wrong umlautMarcus Meissner2010-01-191-1/+1
* add suffix if there is noneMarcus Meissner2010-01-031-2/+2
* added gp_widget_set_readonly / get_readonlyMarcus Meissner2009-12-132-1/+45
* init local variablesMarcus Meissner2009-11-281-2/+2
* do not query EXIF data for non-jpg files.Marcus Meissner2009-10-111-0/+6
* fixed 1 ftrucnateMarcus Meissner2009-10-111-1/+2
* check for fgets return valueMarcus Meissner2009-10-111-2/+4
* More portability fixes.Dan Fandrich2009-08-011-1/+1
* Fixed a bunch of C89 and SUS portability issues.Dan Fandrich2009-07-303-7/+4
* removed dynamic limits in widget code.Marcus Meissner2009-07-241-17/+34
* revert, wrong placeMarcus Meissner2009-07-111-1/+1
* 200 widgets (needs to be dynamic actually)Marcus Meissner2009-07-111-1/+1
* rmdir needs to ensure the owning folder is cleanMarcus Meissner2009-07-111-4/+21
* upload metadata of course gets "file exists"... ignore thatMarcus Meissner2009-07-051-1/+5
* bump the number of subwidgetsMarcus Meissner2009-06-291-1/+1
* handle cr2Marcus Meissner2009-04-141-0/+2
* first implementation of CameraFile programmaticMarcus Meissner2009-04-132-0/+120
* fixed a canon --capture-image-and-download problemMarcus Meissner2009-04-131-6/+33
* add a new trigger capture function (just triggers capture, no results)Marcus Meissner2009-04-102-0/+29
* handle easy case by just returning strdup(basename)Marcus Meissner2009-02-281-4/+8
* append at the of the files list in gp_filesystem_appendMarcus Meissner2009-02-201-14/+12
* append new files at the end of the chain, so that gp_filesystem_numberMarcus Meissner2009-02-201-16/+12
* fixed moreMarcus Meissner2009-02-181-1/+4
* redid basename converterMarcus Meissner2009-02-181-10/+13
* Batch commit from weekend work:Marcus Meissner2009-02-164-77/+170
* fixed documentationMarcus Meissner2009-01-301-2/+2
* * removed CameraFileInfoFile.name, adjusted usersMarcus Meissner2009-01-252-52/+20