summaryrefslogtreecommitdiff
path: root/camlibs/canon
Commit message (Expand)AuthorAgeFilesLines
* added some apparent missijng include unistd.h to make it build for mingw/llvm...Marcus Meissner2023-02-142-0/+2
* handle time_t as long (Coverity)Marcus Meissner2023-02-011-2/+2
* use unsigned long for time_t usage (Coverity)Marcus Meissner2023-02-011-1/+1
* Fix SHUTTER_SPEED_1_6_SEC (#877)Daniel2022-12-051-1/+1
* camlib build var cleanupHans Ulrich Niedermann2022-09-011-16/+34
* Consistent spelling for initializeHans Ulrich Niedermann2022-05-151-1/+1
* Factor out i18n stuff into separate i18n.h filesHans Ulrich Niedermann2021-10-255-81/+10
* Avoid accidental include file name collisionsHans Ulrich Niedermann2021-10-111-1/+1
* utf-8: Convert ISO-8859 text to UTF-8Hans Ulrich Niedermann2021-10-093-11/+11
* Use consistently named non-reserved CPP macros for header filesHans Ulrich Niedermann2021-10-056-18/+19
* Fix parameters being marked unused when they are being usedHans Ulrich Niedermann2021-10-031-1/+1
* harden the directory compare function against overreadsMarcus Meissner2021-09-191-3/+7
* pass lenght of datablobs into the directory compare function to avoid overreadsMarcus Meissner2021-09-193-12/+17
* Remove remnants of OS/2 supportHans Ulrich Niedermann2021-09-082-7/+0
* Mark properties without setters as readonlyIngvar Stepanyan2021-07-141-0/+4
* Fix grammar and spelling in comments and textHans Ulrich Niedermann2021-03-313-3/+3
* added PowerShot exposure compensation valuesSven Killig2020-11-012-21/+22
* remove a useless strncpy call, size is assured beforeMarcus Meissner2020-08-311-1/+1
* Remove trailing whitespace from all *.h and *.c files.Siim Meerits2020-07-2710-277/+277
* Fix typos throughout the codebaseSijawusz Pur Rahnama2020-05-254-11/+11
* Fix minor typosYuri Chornoivan2020-05-252-4/+4
* camlibs: Move camlib specific SUBDIRS addtions to subdir Makefile-filesHans Ulrich Niedermann2020-01-221-0/+2
* BSD_SOURCE -> DEFAULT_SPURCEMarcus Meissner2018-06-201-1/+1
* import typo fixes (in debug messages) from DebianMarcus Meissner2017-08-291-2/+2
* small warning fixes. use calloc instead of mnalloc/memsetMarcus Meissner2017-04-232-5/+4
* camlibs: canon_int_get_zoom - work with shorter response from S45Eliot Blennerhassett2017-01-041-2/+3
* Adjust the semantics of gp_widget_changed to not clear the changed state.Marcus Meissner2016-11-201-0/+18
* Help editors treat as Makefiles all our Makefile-files filesHans Ulrich Niedermann2016-10-281-0/+2
* the driver is non-experimental also for USBMarcus Meissner2016-04-131-8/+1
* compare translated strings in set_config (we translate them during get_config)Marcus Meissner2016-04-101-5/+5
* keep the final post-capture directory state for later wait-eventsMarcus Meissner2016-02-111-1/+6
* fixed some memory leaks on error (Coverity)Marcus Meissner2016-02-061-3/+15
* remove probably unistd.h include , or protected by ifdef forMarcus Meissner2016-01-035-5/+0
* let the canon driver support the IXUS 30Marcus Meissner2015-11-011-0/+3
* chanve type of crc to allow -1 (Coverity)Marcus Meissner2015-06-071-1/+1
* remove some dead code from error handling (Coverity)Marcus Meissner2015-06-071-4/+3
* initialize the wait_for_event state during capture,Marcus Meissner2015-03-221-0/+7
* replaced some exit(1) by error returnsMarcus Meissner2015-02-053-8/+8
* removed useless NULL check (Coccinelle)Marcus Meissner2014-09-211-3/+1
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-09-093-33/+18
* do not query/set Zoom on EOS / Rebel DSLRsMarcus Meissner2014-08-231-25/+28
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-221-2/+2
* removed copyright umlauts and replaced other umlautsMarcus Meissner2014-06-274-5/+5
* From: "Daniel P. Berrange" <berrange@redhat.com>Marcus Meissner2014-04-113-81/+1
* ioctl.h also not neededMarcus Meissner2014-02-221-1/+0
* termios does not seem to be requriedMarcus Meissner2014-02-221-1/+0
* termios.h is only used in serial driverMarcus Meissner2014-02-222-2/+0
* undef NOERROR, is defined in winerror.h Marcus Meissner2014-02-221-0/+1
* fixed indentationMarcus Meissner2014-01-101-2/+2
* removed an unused string translationMarcus Meissner2014-01-061-1/+0