rmottola
d171787b3e
libpng-config: get I_opts and not the whole cflags, which break debug builds
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@35090 72102866-910b-0410-8b05-ffd578937521
2012-04-18 22:37:54 +00:00
ericwa
daab3df5c2
* Source/GNUmakefile: Remove GSGhostscriptImageRep from the build
...
* Source/NSImageRep.m: Remove GSGhostscriptImageRep
* configure.ac: Disable ImageMagic by default
* configure: Regenerate
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34671 72102866-910b-0410-8b05-ffd578937521
2012-01-30 21:06:08 +00:00
rmottola
17c671c1e0
chance PNG check from SEARCH to CHECK
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33628 72102866-910b-0410-8b05-ffd578937521
2011-07-25 11:22:44 +00:00
ericwa
496fa5077e
* configure.ac:
...
* configure: Fix the ICU test so the library search path and
flags are added to GRAPHIC_LFLAGS; this fixes the build on
Windows
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33568 72102866-910b-0410-8b05-ffd578937521
2011-07-15 22:58:28 +00:00
ericwa
85c8422ca8
Add a new character picker panel. It's accessible
...
via a button in the font panel.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33470 72102866-910b-0410-8b05-ffd578937521
2011-07-06 18:39:49 +00:00
ericwa
a589652352
* Headers/Additions/GNUstepGUI/GSImageMagickImageRep.h:
...
* Source/GNUmakefile:
* Source/NSImageRep.m:
* Source/GSImageMagickImageRep.m:
* configure.ac: New ImageMagick-based NSBitmapImageRep subclass
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33399 72102866-910b-0410-8b05-ffd578937521
2011-06-29 03:35:25 +00:00
ericwa
14f90f3070
gui: Copy the -Wdeclaration-after-statement test from base. Also adds -Wall.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32879 72102866-910b-0410-8b05-ffd578937521
2011-04-17 21:38:38 +00:00
rmottola
5825ad0e53
Use libpng-config to determine the correct includes and libraries
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32015 72102866-910b-0410-8b05-ffd578937521
2011-02-08 16:15:22 +00:00
wlux
23553a5404
Improve implementation of NSWorkspace methods querying volume and file
...
system information.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31795 72102866-910b-0410-8b05-ffd578937521
2010-12-29 13:03:20 +00:00
fedor
f95229cbbc
* configure, configure.ac, Headers/Additions/GNUstepGUI/config.h.in,
...
Source/NSSliderCell.m: Check for atan2f function (not present on
old Solaris systems for instance).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30254 72102866-910b-0410-8b05-ffd578937521
2010-04-28 18:14:43 +00:00
stefanbidi
1dd2fa0377
Moved sound bundles to Tools/
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28518 72102866-910b-0410-8b05-ffd578937521
2009-08-23 15:35:58 +00:00
gcasa
2dee4c9e9b
Added --disable-sound option
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28514 72102866-910b-0410-8b05-ffd578937521
2009-08-23 07:53:50 +00:00
gcasa
cad883ffec
Added autoconf changes for recent NSSound modifications by Stefan.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28513 72102866-910b-0410-8b05-ffd578937521
2009-08-23 07:46:51 +00:00
gcasa
ef7248efba
* config.make.in: Change to include BUILD_SPEECH in output
...
* configure: Regenerated
* configure.ac: Check for flite library and flite.h header.
* Tools/GNUmakefile: Add ${BUILD_SPEECH} to subproject list.
* Tools/say/GNUmakefile
* Tools/say/say.m: Say utility
* Tools/speech/FliteSpeechEngine.m:
* Tools/speech/GNUmakefile
* Tools/speech/GSSpeechEngine.[hm]
* Tools/speech/GSSpeechServer.[hm]
* Tools/speech/GSSpeechSynthesizer.[hm]: Speech synthesis engine
implementation using flite.
* Tools/speech/main.m: main for the server application.
Speech code by David Chisnall <theraven@sucs.org>
Changes to makefiles and config by Gregory Casamento.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28430 72102866-910b-0410-8b05-ffd578937521
2009-08-02 00:33:19 +00:00
fedor
7fb3890977
Look for location of png.h
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27894 72102866-910b-0410-8b05-ffd578937521
2009-02-16 23:23:41 +00:00
gcasa
4101e432aa
* configure: Regenerated file
...
* configure.ac: Added check for libicns. (http://icns.sourceforge.net/ )
* Headers/Additions/GNUstepGUI/config.h.in
* Source/GNUmakefile: Added new files
* Source/NSBitmapImageRep+ICNS.h: Header for ICNS category
* Source/NSBitmapImageRep+ICNS.m: Implementation if ICNS reading
logic.
* Source/NSBitmapImageRep.m: Add support for the ICNS file
format so that GNUstep can read Mac OS X icon files. Uses
the libicns library available from sourceforge.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26805 72102866-910b-0410-8b05-ffd578937521
2008-08-12 04:58:04 +00:00
fedor
4384ca6057
Don't try to run make_services if we are cross-compiling.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25755 72102866-910b-0410-8b05-ffd578937521
2007-12-17 21:30:19 +00:00
nicola
8442abc52a
Use gnustep-config to remove need for setting GNUSTEP_MAKEFILES
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24721 72102866-910b-0410-8b05-ffd578937521
2007-02-28 07:16:05 +00:00
nicola
4069084b55
Updated for filesystem structure changes
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24584 72102866-910b-0410-8b05-ffd578937521
2007-02-15 00:55:51 +00:00
nicola
0991e17473
Updated configure for filesystem changes
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24579 72102866-910b-0410-8b05-ffd578937521
2007-02-15 00:03:10 +00:00
nicola
96730bf47b
Use GNUSTEP_IS_FLATTENED and work around a compiler bug
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23723 72102866-910b-0410-8b05-ffd578937521
2006-10-02 16:30:52 +00:00
fedor
9f1f9544a0
Add arg to disable-aspell
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22801 72102866-910b-0410-8b05-ffd578937521
2006-04-19 21:53:28 +00:00
CaS
ba7b2c49c1
Update check before configuring to insist on the makefiles package being
...
present and set up.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21894 72102866-910b-0410-8b05-ffd578937521
2005-10-28 11:11:58 +00:00
fedor
27e8abeb3d
* configure.ac: Check for libgib if libungif is not found. Fixes Bug #14454 .
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21710 72102866-910b-0410-8b05-ffd578937521
2005-09-10 02:58:58 +00:00
fedor
f4a9362dd9
Check for v19 of portaudio
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21648 72102866-910b-0410-8b05-ffd578937521
2005-08-17 16:17:04 +00:00
CaS
6098555502
Attempt to improve portability of determining mounted devices.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21289 72102866-910b-0410-8b05-ffd578937521
2005-06-06 19:40:48 +00:00
fedor
e9e18ade1b
* configure.ac: More complete check for portaudio
...
* Tools/gsnd/gsnd.m: Fix portaudio include
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21167 72102866-910b-0410-8b05-ffd578937521
2005-04-29 03:37:03 +00:00
fedor
c0748edc9b
* configure.ac: Check for lib portaudio
...
* Tools/gsnd/GNUmakefile: Use lib portaudo.
* Tools/gsnd/portaudio: Remove portaudio files.
* Documentation/install.texi: Updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21160 72102866-910b-0410-8b05-ffd578937521
2005-04-25 16:37:18 +00:00
fedor
14d484f4a7
* configure.ac: Check for libgif
...
* Source/NSBitmapImageRep+GIF.m: Support libgif
* Source/NSBitmapImageRem.m: Idem. (Fixes Bug #12362 ).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20936 72102866-910b-0410-8b05-ffd578937521
2005-03-21 16:12:02 +00:00
nico
5476dcb234
Fixed typo when libjpeg is not found
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20881 72102866-910b-0410-8b05-ffd578937521
2005-03-10 04:16:40 +00:00
fedor
45d5c1ef80
* configure.ac: Disable gsnd on darwin
...
* Tools/GNUmakefile.preamble (GSspell_TOOL_LIBS): Add lib depends.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20841 72102866-910b-0410-8b05-ffd578937521
2005-03-03 21:29:24 +00:00
cehardin
40087b4477
GSPrinting changes
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19839 72102866-910b-0410-8b05-ffd578937521
2004-08-08 01:08:55 +00:00
gcasa
0d03c14729
New implementation of spell checker.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19431 72102866-910b-0410-8b05-ffd578937521
2004-06-01 05:51:06 +00:00
fedor
4f6c61328f
Don't add CPPFLAGS to ADDITIONAL_INCLUDES
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18706 72102866-910b-0410-8b05-ffd578937521
2004-02-28 15:38:21 +00:00
alexm
562aebbc32
If the libungif check fails, check again with the X libraries.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18569 72102866-910b-0410-8b05-ffd578937521
2004-02-09 02:12:47 +00:00
alexm
15d198201b
Add GIF loader.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18339 72102866-910b-0410-8b05-ffd578937521
2004-01-08 18:43:49 +00:00
alexm
df2806e261
Add new image loaders.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18332 72102866-910b-0410-8b05-ffd578937521
2004-01-08 00:21:00 +00:00
fedor
d41fb2c476
Simplity graphics libs lookup
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17848 72102866-910b-0410-8b05-ffd578937521
2003-10-13 21:18:24 +00:00
fedor
c1680da3a8
Use -Wl for netbsd linker options.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17776 72102866-910b-0410-8b05-ffd578937521
2003-10-03 21:36:36 +00:00
ayers
9732999fd8
Header reorganization - Please refer to ChangeLog
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17408 72102866-910b-0410-8b05-ffd578937521
2003-07-31 23:52:10 +00:00
fedor
704d63b24e
Fix setting ADDITIONAL_INCLUDE_...
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17332 72102866-910b-0410-8b05-ffd578937521
2003-07-24 15:15:48 +00:00
fedor
1f6fb8457a
Add openbsd flags like freebsd
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17157 72102866-910b-0410-8b05-ffd578937521
2003-07-06 03:19:12 +00:00
alexm
8372e2af96
Don't add GNUSTEP_HDIR/GNUSTEP_LDIR to ADDITIONAL_INCLUDE_DIRS/ADDITIONAL_LIB_DIRS.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16928 72102866-910b-0410-8b05-ffd578937521
2003-06-15 12:59:02 +00:00
fedor
616029ef8c
Fix up INCLUDE flags
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16915 72102866-910b-0410-8b05-ffd578937521
2003-06-13 03:46:21 +00:00
fedor
ac8269a377
Updates for filesystem change.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16566 72102866-910b-0410-8b05-ffd578937521
2003-04-28 02:33:10 +00:00
mirko
e69e44322d
* configure.ac: fixed header/ldflags for freebsd.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14844 72102866-910b-0410-8b05-ffd578937521
2002-10-25 17:33:36 +00:00
fedor
80075ebc40
Switch to disable gsnd.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14424 72102866-910b-0410-8b05-ffd578937521
2002-09-10 03:03:39 +00:00
fedor
711140f4fc
Add OpenBSD header/ldflags
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14286 72102866-910b-0410-8b05-ffd578937521
2002-08-16 03:12:17 +00:00
fedor
1cd734ed96
Check for recent version of audiofile
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14223 72102866-910b-0410-8b05-ffd578937521
2002-08-01 18:58:32 +00:00
fedor
aec00d4297
NSSound implementation
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14216 72102866-910b-0410-8b05-ffd578937521
2002-07-30 21:19:05 +00:00