summaryrefslogtreecommitdiff
path: root/libgphoto2
Commit message (Expand)AuthorAgeFilesLines
* doxygenifiedMarcus Meissner2007-05-261-4/+7
* more markup for bayer.[ch]Marcus Meissner2007-05-263-11/+50
* should not include itselfMarcus Meissner2007-05-261-1/+1
* marked up for doxygen, added some missing comment docsMarcus Meissner2007-05-261-2/+9
* documentation mark up changed to doxygenMarcus Meissner2007-05-261-170/+223
* added a briefMarcus Meissner2007-05-241-1/+1
* doxygen markupMarcus Meissner2007-05-241-1/+26
* adjusted markup to be more doxygen helpfulMarcus Meissner2007-05-241-30/+51
* some doxygen markupMarcus Meissner2007-05-241-19/+45
* removed/ changed some includes to avoid unnecessary levelsMarcus Meissner2007-05-212-2/+1
* marked up a bitMarcus Meissner2007-05-211-0/+7
* marked up some files for doxygen.Marcus Meissner2007-05-2012-37/+84
* Use longer package string, and new name PACKAGE_VERSIONHans Ulrich Niedermann2007-05-141-2/+2
* Remove make dependency on $(LIBLTDL) ("-lltdl") any more (#1548195)Hans Ulrich Niedermann2007-05-141-3/+2
* * Introduce FOO-uninstalled.pc files for both libgphoto2 and libgphoto2_port.Hans Ulrich Niedermann2007-05-142-18/+1
* give constant number a name: MAX_LIST_STRING_LENGTHHans Ulrich Niedermann2007-05-141-2/+3
* added some return checking to abilities list (CID 61)Marcus Meissner2007-05-111-4/+16
* moved free(buf) a bit up, to avoid resource leaks on Marcus Meissner2007-05-111-1/+1
* use different "r" in macros to avoid confusing readers and coverity.Marcus Meissner2007-05-091-52/+46
* check NULL pointer before using it. CID 101Hubert Figuiere2007-05-081-7/+10
* new bayer algorithm from Theodore et.al.Marcus Meissner2007-03-012-93/+132
* some NULL pointer checksMarcus Meissner2007-02-071-2/+8
* more notes on limits of CameraListHans Ulrich Niedermann2007-02-041-2/+27
* gp_list_unref can never free the list due to bad checking.Marcus Meissner2007-02-041-4/+3
* bugfixes in LRU handling.Marcus Meissner2007-01-211-8/+9
* added missing fclose() ... spotted by valgrindMarcus Meissner2007-01-191-1/+1
* recursive folder deletion fixedMarcus Meissner2007-01-181-2/+4
* implemented a programmatic way to get storage information.Marcus Meissner2007-01-023-0/+53
* missing return GP_OK; added.Marcus Meissner2006-12-291-1/+2
* use size_t as argumets to gp_file_slurpMarcus Meissner2006-12-291-1/+1
* fixed broken build caused by -stdc=99Marcus Meissner2006-12-281-0/+2
* added _BSD_SOURCE and _POSIX_SOURCE to make it build.Marcus Meissner2006-12-281-0/+2
* added gp_file_slurp() (camlib internal)Marcus Meissner2006-12-282-46/+70
* Make it possible to associate CameraFile with UNIX fds.Marcus Meissner2006-12-212-90/+453
* Remove symbol from libgphoto2.sym: gpi_gphoto_port_type_map is in libgphoto2_...Hans Ulrich Niedermann2006-12-181-1/+0
* removed CameraFile based bayer conversion.Marcus Meissner2006-12-162-266/+0
* make data constMarcus Meissner2006-12-161-3/+1
* removed gpi_exif_dump. made lots of not external used functions static.Marcus Meissner2006-12-163-283/+36
* Make sure AM_CPPFLAGS with the local -I directories comes first.Hans Ulrich Niedermann2006-12-071-1/+1
* fixed 3rd argument to strncat() (should be leftover length instead ofMarcus Meissner2006-10-261-8/+8
* context status message for deleting files, as suggested byMarcus Meissner2006-10-191-0/+2
* Move header files one last time to reduce file path lengths in tarball.Hans Ulrich Niedermann2006-10-1413-1588/+2
* fix untrue comment on frontends using the _CameraList internal layoutHans Ulrich Niedermann2006-10-141-2/+2
* comments, cosmeticsHans Ulrich Niedermann2006-10-141-5/+11
* actually list gp_list_find_by_name() in libgphoto2.symHans Ulrich Niedermann2006-10-131-0/+1
* Starting CameraList (gp_list_*) cleanup/fixes:Hans Ulrich Niedermann2006-10-132-39/+116
* * camlibs/canon/canon.c, camlibs/konica/qm150.c,Hubert Figuiere2006-10-071-2/+2
* Remove all OS/2 specific build files.Hans Ulrich Niedermann2006-10-062-45/+0
* Propagate error originating in gp_list_* while loading camlibsHans Ulrich Niedermann2006-10-041-16/+26
* Use _GPHOTO2_INTERNAL_CODE to compile internal code, put GP_DEBUG there.Hans Ulrich Niedermann2006-10-041-2/+0