Wykres commitów

325 Commity (master)

Autor SHA1 Wiadomość Data
Henning Geinitz a3916abf5c Check if the gamma value is not negative and
<255. based on a patch from  Patch from Gerard Klaver
<gerard@gkall.hobby.nl>, bug #300251.
2003-10-05 12:54:10 +00:00
Henning Geinitz 7c21720af4 Make sure that we save only to files with extension pnm (and similar). Patch
from Gerard Klaver <gerard@gkall.hobby.nl>, bug #300239.
2003-09-30 15:37:12 +00:00
Henning Geinitz 7a730d7419 Removed TODO. Everything was added to the bug-tracking system. 2003-09-24 17:47:41 +00:00
Henning Geinitz dc84992a98 Changed links to sane-project.org. Minor updates. 2003-09-24 16:08:33 +00:00
Henning Geinitz a7ebacf58c Support for gimp version 1.3.17 (patch from Julien BLACHE <jb@jblache.org>). 2003-07-28 18:37:01 +00:00
Henning Geinitz 5d667fc5cb Avoid integer overflow when calculating the size of very big images. 2003-07-17 14:10:37 +00:00
Henning Geinitz 3e995a1037 Fix for API-change in gimp 1.3.15 (patch from Julien BLACHE <jb@jblache.org>). 2003-06-25 21:09:28 +00:00
Henning Geinitz 2b079afb15 Added information on dependency on devel packages for sane-backends. Mentioned
supported versions of gtk and gimp explicitely.
2003-05-15 21:31:43 +00:00
Henning Geinitz 3796eee6e8 Added scanadf. 2003-04-26 16:23:15 +00:00
Henning Geinitz 7508b88bb0 Changed version to 1.0.11-cvs. 2003-04-26 16:19:13 +00:00
Henning Geinitz 846398ae85 Add release marker for 1.0.11. 2003-04-20 14:37:23 +00:00
Henning Geinitz d6d00c4299 New version: 1.0.11. 2003-04-20 14:36:38 +00:00
Henning Geinitz 70203f646e Add acinclude.m4 to DISTFILES. 2003-04-20 14:35:42 +00:00
Henning Geinitz 5f8686e82f Added GIMP 1.3 support. Added support for autoheader. Patch from Julien
BLACHE <jb@jblache.org>.
2003-03-23 14:44:31 +00:00
Henning Geinitz 3f6afae910 Updated xcam and xscanimage entries. 2003-03-22 16:52:01 +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 292013c9da Use a scrollbar if the options dialog gets too big. Patch from Julien BLACHE
<jb@jblache.org>.
2003-03-22 16:33:49 +00:00
Henning Geinitz d91a32870f Move gimp menu entries to File/Acquire/xscanimage/*. Patch from Julien BLACHE
<jb@jblache.org>.
2003-02-02 00:32:34 +00:00
Henning Geinitz 5e1ff368cb Tell gimp which resolution we used for the scan. Based on patch from Aurelien
Jarno <lists@aurel32.net>.
2003-02-02 00:21:07 +00:00
Henning Geinitz 181561772f ****** Release of sane-frontends-1.0.10. End of code freeze ***** 2003-02-01 10:54:17 +00:00
Henning Geinitz a2217beff4 Increased version to 1.0.10. 2003-01-31 19:39:07 +00:00
Henning Geinitz 05ec0cad7a Removed PUT_PIXEL problem. 2003-01-31 19:36:47 +00:00
Henning Geinitz 4d52b33e83 Added comment about OS/2 pthread problem. 2003-01-29 09:06:15 +00:00
Henning Geinitz eb1508fc24 ---- CODE FREEZE FOR SANE 1.0.10 ---
-- snapshot 1.0.10-pre3
2003-01-26 15:51:54 +00:00
Henning Geinitz 7d659fe7a3 Used shift values also for 15/16 bit modes. 2003-01-24 15:08:26 +00:00
Henning Geinitz b8cbd336da Fixed the xcam code related to the GdkImage data buffer filling. I've resorted
to the RGB shift values contained in the GdkVisual associated to the image. It
seems to work pretty well now, and should be more portable among different
platforms and X11 visuals. Only 24/32 bit was fixed, 15/16 bit may need more
work.  Patch from Andrea Suatoni <a.suatoni@telefonica.net>.
2003-01-24 14:58:11 +00:00
Henning Geinitz 5e54c087cf Some platforms/compilers don't define u_int8_t so we must do that ourselves. 2003-01-18 22:03:08 +00:00
Henning Geinitz c78240426d Added snapshot marker for 1.0.10-pre2. 2003-01-18 11:51:23 +00:00
Henning Geinitz 46be2934fd Create $(DESTDIR)$(sanedatadir) before installing sane-style.rc. 2003-01-14 20:55:47 +00:00
Henning Geinitz 2c8f08cf65 ---- FEATURE FREEZE FOR SANE 1.0.10 --- 2003-01-12 20:12:43 +00:00
Henning Geinitz 4f4e08640a Minor cleanup + update. 2003-01-12 20:10:29 +00:00
Henning Geinitz 22d3313359 Removed already defined Preferences variable. 2003-01-12 20:09:18 +00:00
Henning Geinitz f75fcf6d17 Install sane-style.rc to $(sanedatadir) where it can be found by the frontends
(from Andrea Suatoni <a.suatoni@telefonica.net>).
2003-01-05 18:45:39 +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
Henning Geinitz 988a002348 Added 16 bit support for stand-alone mode SANE_FRAME_GRAY and SANE_FRAME_RGB
(from Sergey Vlasov <vsu@altlinux.ru>.). Call scan_done if an error occurs
during scan_start. Run sane_cancel even if sane_read wasn't called once.
2002-11-14 16:49:45 +00:00
Henning Geinitz 5b796a36c4 Addded extra version -cvs again. 2002-10-24 17:47:13 +00:00
Henning Geinitz 94c422e7df Added release markers for 1.0.9. 2002-10-24 15:48:54 +00:00
Henning Geinitz a85be52ecb New version: 1.0.9. 2002-10-23 14:07:41 +00:00
Henning Geinitz e6448bd489 Code freeze for SANE 1.0.9 is now active. 2002-10-17 20:44:55 +00:00
Henning Geinitz 1c7c979d15 Added menu problem while scanning. 2002-10-17 18:58:57 +00:00
Henning Geinitz fb3493a81b Added some more xscanimage bugs. 2002-10-17 18:50:15 +00:00
Henning Geinitz 32586c1b7b Disable "Scan" and "Acquire Preview" buttons while scanning, and "Acquire
Preview" while acquiring a preview. Avoids error messages and/or
lockups. Patch from Aurelien Jarno <ml@aurel32.net>.
2002-10-17 18:49:22 +00:00
Henning Geinitz a4bcb6edea Added malloc that got lost in previous commit. 2002-10-15 15:06:47 +00:00
Henning Geinitz 1247dc65b8 Avoid unaligned 1 bit previews. Fixed 1 bit color mode (also three-pass).
Changed 1 bit color modes to most significant bit is first pixel.
2002-09-30 13:48:46 +00:00
Henning Geinitz 6ea3e5ff02 Added feature freeze and snapshot markers. 2002-09-29 21:24:07 +00:00
Matto Marjanovic 981e4270e0 Updated - duh. 2002-09-02 22:32:07 +00:00
Matto Marjanovic 84a3d61f3e Added a couple of GTK mainloop calls so that the UI is updated in
a more timely fashion.  Helps with backends which have potentially
 slow sane_start() and sane_read() commands (e.g. microtek).
2002-09-02 21:53:52 +00:00
Henning Geinitz 2c4687302e Updated to latest versions (from ftp://ftp.gnu.org/pub/gnu/config/).
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-06-07 16:32:37 +00:00
Oliver Rauch edc2031dee Oliver Rauch:
- changed configure/configure.in V_EXTRA to "-cvs"
2002-05-27 20:35:30 +00:00
Oliver Rauch 42a25aea8e Oliver Rauch <Oliver.Rauch@Rauch-Domain.DE>
- added release markers for sane-1.0.8
2002-05-27 19:32:30 +00:00