Wykres commitów

16 Commity (master)

Autor SHA1 Wiadomość Data
Ralph Little 009b99cb02 xscanimage: don't set curves that are hidden and uncreated. 2021-08-24 20:20:33 -07: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
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 98f467fd31 xcam.c
-added TXT button for option text line adding to image
 with name, date and time info.
 font_6x11.h  file and add_text routine taken from the (GPLed)
 webcam.c file, part of xawtv, (c) 1998-2002 Gerd Knorr.
 add_text was modified for this program (xcam_add_text).

-added RGB/BGR button option to switch the colors if needed.

-solved segment fault when no usb scanner/vidcam devices
 is attached to system ( bug report from Henning Meier-Geinitz)

-patch update for recording feature (SANE bugreport 300224)
 added SAVE Frame button, output filename box.
 With Save Frame button image can be saved as
 .pnm .pgm .pbm or .ppm file

-added info row with x, y, image-size, fps count, fps, fps_ava

-added -V and -h option (version and help

-added option -B -buffersize so instead of default input buffer of
32*1024 a buffer of 1024*1024 can be chosen, so for vidcams for example
640x480, usb 2.0, 30fps less time is needed to fill input buffer.

fond_6x11.h file added

Also some small updates to (for debug output):
xscanimage.c
preview.c
gtkglue.c
2005-04-11 20:09:04 +00:00
Henning Geinitz 2dfb50d908 Don't try to print non-readable options. Don't try to write non-writable options
(bug #300621). Don't print warnings for options without constraints.
2004-10-03 19:16:57 +00:00
Henning Geinitz 51e4a48d36 Used "us" for microsecond as the UTF8 text didn't work with GTK 1.2. See bug
#300621.
2004-04-12 13:04:24 +00:00
Gerard Klaver 3b1166e02f See bugreport 300621, patch from Mattias Ellert.
Solves xcam and xscanimage bug: warning Invalid UTF8 string passed to pango_layout_set_text() when using SANE_UNIT_MICROSECOND used by for example
testbackend (Read delay)
2004-04-09 17:14:50 +00:00
Gerard Klaver dc41a0c10f patch for bug/wishlist 300450, add display option one or two column. 2004-04-05 19:16:53 +00:00
Henning Geinitz 215717250a Added checks for the return values of SANE API functions. 2003-12-15 22:15:14 +00:00
Henning Geinitz 3db20ca424 Added acinclude.m4 to create aclocal.m4 automatically. Added GTK2
support. Check for GTK2 only if the gimp plugin is disabled. If GTK2 is not
available, we'll fallback to a lower version if available. Patch from Julien
BLACHE <jb@jblache.org>.  Check that setting resolution option in preview
succeeded.  Otherwise we may use the main resolution setting accidently.
2003-03-22 16:45:11 +00:00
Henning Geinitz 6e352478f6 Use a scrollbar if the options dialog gets too big. Make output filname
dialog modal. Add check marks for unit menu.  All patches from Julien BLACHE
<jblache@debian.org>.
2002-12-30 14:32:32 +00:00
Oliver Rauch e3ddda1684 2001-06-12 Oliver Rauch <Oliver.Rauch@Rauch-Domain.DE>
* changed "#ifdef OS2" to "#ifdef HAVE_OS2_H" in gtkglue.c
2001-06-12 18:37:01 +00:00
Oliver Rauch a93f46aebb 2001-06-09 Oliver Rauch <Oliver.Rauch@Rauch-Domain.DE>
* src/gtkglue.c: gsg_make_path(): colons ":" in dev_name
          are replaced by "+_" for OS2
2001-06-09 07:41:36 +00:00
Henning Geinitz 5c0a1b1a68 Used #include "../include/..." for internal headers.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2001-05-28 21:39:54 +00:00
Oliver Rauch 1c07f937d7 *** empty log message *** 2000-11-10 06:47:25 +00:00