summaryrefslogtreecommitdiff
path: root/libgphoto2
Commit message (Expand)AuthorAgeFilesLines
* added some apparent missijng include unistd.h to make it build for mingw/llvm...Marcus Meissner2023-02-141-0/+1
* Wrap unsafe libltdl calls with locking (#848)Marcus Meissner2022-11-052-6/+33
* Complete what adding gp_init_localedir() startedHans Ulrich Niedermann2022-05-191-12/+37
* Check bindtextdomain return valueJim Easterbrook2022-05-191-1/+7
* Change function name to gp_init_localedirJim Easterbrook2022-05-192-4/+4
* Add function to initialise locale directoryJim Easterbrook2022-05-192-1/+22
* fix doc copy-and-paste error for gp_message_codeset()Hans Ulrich Niedermann2022-05-151-3/+1
* Add TODO comment about possibly using gettext's gettext.hHans Ulrich Niedermann2021-12-091-0/+6
* Consistent checks for asm .symver and version-scriptHans Ulrich Niedermann2021-11-071-41/+75
* Factor out i18n stuff into separate i18n.h filesHans Ulrich Niedermann2021-10-256-70/+39
* filesys: Add gp_filesystem_set_info_dirtyDavid Rosca2021-10-222-0/+32
* Avoid accidental include file name collisionsHans Ulrich Niedermann2021-10-116-6/+8
* Use a single definition of BayerTile enumHans Ulrich Niedermann2021-10-073-17/+49
* Use consistently named non-reserved CPP macros for header filesHans Ulrich Niedermann2021-10-054-12/+13
* fix broken check of CPP macro definition after #elifHans Ulrich Niedermann2021-10-031-2/+2
* Fixed build in mingwJaroslav Škarvada2021-08-071-1/+1
* Add file extension for Sony ARW filesIngvar Stepanyan2021-07-141-0/+1
* gp_camera_exit: Return result of camera exit function if possibleDaniel Schulte2021-03-161-2/+3
* Remove stdint.h shim (#625)Zeranoe2021-02-221-2/+0
* Add _DARWIN_C_SOURCE to most files that use string.h (#615)Rafał Hirsz2021-01-293-0/+3
* mime type update for CR3Jiri Machalek2020-10-131-0/+1
* Fix libgphoto2 compilation warnings.Siim Meerits2020-08-032-7/+7
* Remove trailing whitespace from all *.h and *.c files.Siim Meerits2020-07-2719-287/+287
* Fix typos throughout the codebaseSijawusz Pur Rahnama2020-05-254-8/+8
* New set based camlib definition and --with-camlibs handlingHans Ulrich Niedermann2020-02-171-8/+37
* added a check on the boundaries of the homo_h processing (ASAN)Marcus Meissner2020-01-251-2/+4
* free also the files in the root folder on gp_filesystem_resetMarcus Meissner2019-10-121-0/+4
* add some logging, avoid w and h < 2 to avoid division by 0 (AFL)Marcus Meissner2019-06-171-0/+4
* fixed including Win32 shlobj.h header when compiling using Visual StudioMichael Fink2019-01-121-0/+3
* BSD_SOURCE -> DEFAULT_SOURCEMarcus Meissner2018-06-174-4/+4
* added note on ownership of the "data" pointer after gp_file_get_data_and_sizeMarcus Meissner2018-06-031-2/+6
* fixed autodetect returnMarcus Meissner2018-04-301-1/+1
* More fixes for support 64bit getpartialobject for Android in read_file_funcFlorent Viard2017-08-282-2/+4
* added a note that gp_file_new_from_fd takes over ownership of the file descri...Marcus Meissner2017-08-101-0/+2
* remove use of builtin exif stuff, use libexif directlyMarcus Meissner2017-04-082-790/+33
* harden delete_recurse against non-existing folders (AFL)Marcus Meissner2017-03-041-1/+2
* Adjust the semantics of gp_widget_changed to not clear the changed state.Marcus Meissner2016-11-201-7/+3
* store the settings on windows in CSIDL_PROFILE/.gphoto and notpeterbud2016-11-201-5/+15
* Use proper format string %hhX for unsigned charHans Ulrich Niedermann2016-10-291-1/+1
* use 100 increments instead of 50Marcus Meissner2016-09-171-2/+2
* increase ability list in 50 entry blocks to make this fasterMarcus Meissner2016-09-061-3/+8
* adjust the value description in gp_setting_setMarcus Meissner2016-07-071-2/+2
* clarify wait_for_event documentation a bitMarcus Meissner2016-04-251-5/+9
* added GP_MIME_NEFMarcus Meissner2016-03-061-0/+1
* gp_file_get_name_by_type - support / in filenamesMarcus Meissner2016-03-061-8/+26
* emulate the single setter and list config functions viaMarcus Meissner2016-02-191-21/+231
* add new apisMarcus Meissner2016-02-192-0/+101
* remove useless time.h sys/time.h fcntl.h inclusionMarcus Meissner2016-01-041-3/+0
* remove probably unistd.h include , or protected by ifdef forMarcus Meissner2016-01-033-3/+0
* From: Axel Waggershauser <awagger@web.de>Marcus Meissner2015-03-271-3/+3