Ralph Little
5c148771d2
Merge branch '41-configure-script-should-exit-with-a-non-zero-code-if-a-problem-occurs' into 'master'
...
Resolve "configure script should exit with a non-zero code if a problem occurs"
Closes #41
See merge request sane-project/frontends!15
2024-10-23 05:07:08 +00:00
Ralph Little
5e48e697b7
configure.in: removed eror message for missing sane-backends.
...
We now use PKG_CHECK_MODULES to detect sane-backends which will fail if not found.
2024-10-22 22:05:06 -07:00
Ralph Little
17c9114eb1
Merge branch 'gtk3' into 'master'
...
Gtk3
Closes #13
See merge request sane-project/frontends!6
2024-10-22 20:56:30 +00:00
ThierryFR
0b8907221d
Gtk3
2024-10-22 20:56:29 +00:00
Ralph Little
2e93f931df
Merge branch 'scanadf_h_d_sigsegv' into 'master'
...
src/scanadf.c: Fix segfault when `scanadf -h -d <device>`
See merge request sane-project/frontends!12
2024-10-19 16:08:45 +00:00
Zdenek Dohnal
4fa58ef662
src/scanadf.c: Fix segfault when `scanadf -h -d <device>`
...
scanadf segfaults when printing help for a specific device, because
device handle is closed before `scanadf_exit()`, but not set to NULL.
Fixes Fedora bugzilla 2225209
2023-07-26 10:22:31 +02:00
Ralph Little
a7fec47bec
Merge branch 'macos10.15-compile-fixes' into 'master'
...
Compile fixes for macOS 10.15 and later
See merge request sane-project/frontends!8
2023-02-12 02:03:23 +00:00
Ralph Little
e25307a8a7
Update .gitlab-ci.yml file
2023-02-12 01:56:48 +00:00
Michael Klein
c33752c719
sanei: replace non-portable isfdtype() with fstat()
2023-02-11 16:27:26 +01:00
Ralph Little
013a47c03b
Merge branch 'remove_lib' into 'master'
...
lib: Remove bundled implementation of glibc funcs
See merge request sane-project/frontends!11
2023-02-11 02:12:23 +00:00
Zdenek Dohnal
6d9554dbf0
lib: Remove bundled implementation of glibc funcs
...
The functions implemented in the files are common at present, so IMHO we
can start using the system ones.
This prevents licensing issues (frontends has to mention the file's
license in case it is bundled in) and security issues (in case of
security issue the fix has to be applied to all bundled files as well).
2023-02-09 15:56:03 +01:00
Ralph Little
0d7bff9d8f
Merge branch 'c99' into 'master'
...
C99 compatibility fixes
See merge request sane-project/frontends!9
2023-01-20 05:27:45 +00:00
Florian Weimer
d0e542df76
configure: Add missing <sys/socket.h> updates
...
Commit 7ebdf2cd62
("scanadf: fixes for
various compilation warnings") missed these updates.
2023-01-17 16:27:10 +01:00
Florian Weimer
25e9a5e13e
configure: Include <stdlib.h> for system, exit
...
Otherwise the conf.sanetest check will always fail with compilers
that do not support implicit function declarations.
2023-01-17 16:23:26 +01:00
Ralph Little
b2b5f1ca61
Merge branch 'scanadf-L-sigsegv' into 'master'
...
src/scanadf.c: Use scanadf_exit() when listing devices
See merge request sane-project/frontends!7
2022-10-12 16:28:27 +00:00
Zdenek Dohnal
22d951a407
src/scanadf.c: Use scanadf_exit() when listing devices
...
It prevents segfault in genesys backend when exiting - the backend wants
to use a function which is already freed.
2022-10-12 12:27:31 +02:00
Ralph Little
4c234b1512
Merge branch '25-xscanimage-crashes-with-test-backend' into 'master'
...
Resolve "xscanimage crashes with test backend"
Closes #25
See merge request sane-project/frontends!4
2021-08-25 03:39:33 +00:00
Ralph Little
02478dc10b
scanadf: added missing call to sane_exit()
...
Failure to call sane_exit() which causes issues in genesys backend
termination.
2021-08-24 20:30:25 -07:00
Ralph Little
009b99cb02
xscanimage: don't set curves that are hidden and uncreated.
2021-08-24 20:20:33 -07:00
Ralph Little
0d96bd19fb
Merge branch '22-scanadf-l-crashes' into 'master'
...
Resolve "scanadf -L crashes"
Closes #22
See merge request sane-project/frontends!2
2021-04-06 16:29:01 +00:00
Ralph Little
7ebdf2cd62
scanadf: fixes for various compilation warnings
2021-04-06 09:27:09 -07:00
Olaf Meeuwissen
572980c815
Merge branch 'scanadf_segv' into 'master'
...
scanadf.c: implement dedicated exit function to prevent SIGSEGV
Closes #19
See merge request sane-project/frontends!1
2020-09-27 09:42:13 +00:00
Zdenek Dohnal
6eefbc70f5
scanadf.c: implement dedicated exit function to prevent SIGSEGV
2020-08-20 13:23:08 +02:00
Olaf Meeuwissen
a6615c06cc
Update references to the SANE Standard documentation
...
Also fixes up minor typos in include/sane/sanei.h.
2020-03-07 17:18:52 +09:00
Olaf Meeuwissen
c270790e01
Revert "Bump CI image version from Debian 8 to Debian 9 (stretch)"
...
This reverts commit 41c62621d6
to get
the pipeline green again. It looks like the broken pipeline caused
the website pipeline to fail on downloading the frontends artifact.
Not sure why it hasn't failed earlier.
2019-08-07 20:48:57 +09:00
Olaf Meeuwissen
41c62621d6
Bump CI image version from Debian 8 to Debian 9 (stretch)
2019-07-22 19:43:29 +09:00
Olaf Meeuwissen
c3e739702f
Remove accidently committed patch
2018-05-13 20:12:27 +09:00
Olaf Meeuwissen
2275d0cf08
Update mailing lists addresses to new location
2018-04-18 21:31:48 +09:00
Olaf Meeuwissen
f803c74554
Fix typo in URL
2018-04-18 21:06:55 +09:00
Olaf Meeuwissen
687c0c19ea
Update mail archive links to point to new location
2018-04-18 21:06:31 +09:00
Olaf Meeuwissen
54821724ef
Point to new GitLab.com repository location
2018-02-09 08:15:59 +09:00
Olaf Meeuwissen
c1b77855e4
CI: Split sed command to trigger a "dirty" state
...
There is no point in requesting a --dirty'd description when all you
have is a clean checkout.
2017-07-06 20:44:32 +09:00
Olaf Meeuwissen
a5672d9bd9
Fix type :-(
2017-07-04 22:08:40 +09:00
Olaf Meeuwissen
d045349101
CI: fix single command line wrapping
...
The .gitlab-ci.yml files are *not* Makefiles ;-)
2017-07-04 19:53:13 +09:00
Olaf Meeuwissen
e650072b46
Add CI support to build tarball snapshots
2017-07-03 20:46:10 +09:00
Olaf Meeuwissen
5e2b3662a9
Document ChangeLog policy change
2015-12-20 22:17:27 +09:00
Nils Philippsen
29a0cf06c4
update Changelog
2014-06-05 15:50:46 +02:00
Tom Callaway
237215cf04
update lib/snprintf.c to newer version from LPRng
...
The old version is licensed under the Artistic License 1.0 which isn't
compatible with the GPL and arguably non-free.
Signed-off-by: Nils Philippsen <nils@redhat.com>
* fix trailing whitespace
2014-06-05 15:49:24 +02:00
Nils Philippsen
7e079e3771
describe correct option names in xcam man page
2013-07-08 16:28:30 +02:00
Jakub Wilk
cf9b7b61ce
Fix typo in scanadf manpage (scipt -> script)
2011-03-12 11:23:59 +01:00
m. allan noah
1928f945ee
ifdef some code to compile with current sane-backends
2010-05-24 15:29:51 -04:00
Julien BLACHE
745efdeabb
Fix word list handling when the current value is not in the list
2009-11-14 10:55:02 +01:00
Stéphane Voltz
c554cfce37
fixed handling of SANE_CAP_ALWAYS_SETTABLE existence in gsg_set_sensitivity()
...
- when SANE_CAP_ALWAYS_SETTABLE doesn't exit, let gsg_set_sensitivity()
call gtk_widget_set_sensitive()
2009-06-24 21:38:04 +02:00
Julien BLACHE
aed8faa20e
Add basic .gitignore files
2009-05-04 14:46:32 +02:00
Stéphane Voltz
9d6c0a1c08
- added printing of estimated scan time remaining in progress
...
popup, based on a patch by
Jonas Berlin <xkr47@outerspace.dyndns.org>
2008-09-23 19:37:56 +00:00
Julien BLACHE
fe7c5b707c
Get option descriptor for option 0 before getting the value for option 0.
2008-08-05 09:04:51 +00:00
Peter Kirchgessner
25db05c0d3
Fix description of scanadf regarding sane-hp
2008-07-02 22:39:38 +00:00
Peter Kirchgessner
a271046762
Fix description for options necessary by sane-hp-backend.
2008-07-02 22:33:58 +00:00
Stéphane Voltz
5e96223e49
- switched to SANE 1.1
...
- handling of SANE_STATUS_WARMING_UP after sane_start() calls
- xscanimage's progress dialog improvement
2008-06-06 04:29:44 +00:00
Gerard Klaver
b011ab97f7
For Gray mode added time stamp option, remove compiler warning
2008-04-30 10:13:58 +00:00