Commit graph

242 commits

Author SHA1 Message Date
David Chisnall
4850a9feac Fix all current compiler warnings on FreeBSD/x86-64.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36038 72102866-910b-0410-8b05-ffd578937521
2013-01-30 09:48:54 +00:00
Richard Frith-MacDonald
58fa0b0126 be ready for coming osx compatibility fix in base
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@35389 72102866-910b-0410-8b05-ffd578937521
2012-08-10 08:33:03 +00:00
Wolfgang Lux
70d2869adc Force aspell to return suggested words with UTF-8 encoding.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@35174 72102866-910b-0410-8b05-ffd578937521
2012-06-02 22:07:09 +00:00
Richard Frith-MacDonald
b18a55a842 filter service fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34752 72102866-910b-0410-8b05-ffd578937521
2012-02-14 18:31:28 +00:00
David Chisnall
0760bfa96f Move the +defaultSpeechServer method into a category interface, to silence a clang warning.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33718 72102866-910b-0410-8b05-ffd578937521
2011-08-11 10:57:02 +00:00
David Chisnall
b4e3915c33 Turn release messages sent to autorelease pools into drain messages. No
functionality change in non-GC mode, in GC mode it invokes a quick GC pass to
try to delete the short-lived objects.

Also deleted some [pool release] lines just before exit() or return-from-main
statements.  These cause objects to be swapped in and destructors to be run to
no benefit (the OS will reclaim this memory without requiring stuff to be
swapped in when the process exits).



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33146 72102866-910b-0410-8b05-ffd578937521
2011-05-27 12:42:37 +00:00
Fred Kiefer
1964b0d902 Clean up the code and the GNUmakefile of the say tool.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33091 72102866-910b-0410-8b05-ffd578937521
2011-05-23 11:29:52 +00:00
Fred Kiefer
782af1ee89 Fix memory leaks found by static analyser.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32529 72102866-910b-0410-8b05-ffd578937521
2011-03-10 23:03:01 +00:00
Fred Kiefer
906201acf6 Remove dead assignments found by static code analysis.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32022 72102866-910b-0410-8b05-ffd578937521
2011-02-09 22:20:00 +00:00
Richard Frith-MacDonald
8feeb60a36 Add warning if file does not exist.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29862 72102866-910b-0410-8b05-ffd578937521
2010-03-07 08:10:58 +00:00
Wolfgang Lux
694c273aee The GSspell server now automatically vends its supported languages
besides AmericanEnglish by means of a small bundle in the user's
Services directory.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29783 72102866-910b-0410-8b05-ffd578937521
2010-02-26 20:56:27 +00:00
Wolfgang Lux
12366bf3db Check misspelled words reported by aspell against the user dictionaries
so that the current document's ignored words are not returned back to
the spell checker.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29703 72102866-910b-0410-8b05-ffd578937521
2010-02-22 20:34:45 +00:00
Fred Kiefer
c05581a005 Fix up teh includes to compile again after latest changes to base. Still
plenty of warnings and the result isn't working at least on 64 bit
machines :-(


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29685 72102866-910b-0410-8b05-ffd578937521
2010-02-20 10:40:44 +00:00
Wolfgang Lux
692f101ea3 Extend GSspell server to support multiple languages if aspell has
dictionaries for those languages installed.

Note: At present, users or an administrator must manually update the
Info.plist file of GSspell.service to really be able to use languages
besides American English. Hints for a better solution welcome.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29683 72102866-910b-0410-8b05-ffd578937521
2010-02-20 01:27:44 +00:00
Wolfgang Lux
4f02b08fb2 Fix up the range of a misspelled word when the checked string contains
non-ASCII characters.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29643 72102866-910b-0410-8b05-ffd578937521
2010-02-15 12:49:52 +00:00
Nicola Pero
fba094c591 Minor tidy-ups of makefiles - removed some obsolete code and fixed a few typos
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29557 72102866-910b-0410-8b05-ffd578937521
2010-02-11 18:21:07 +00:00
David Chisnall
9f6848cace Fixed the name of GSOSSSoundSink
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28524 72102866-910b-0410-8b05-ffd578937521
2009-08-23 21:35:56 +00:00
David Chisnall
3fb844f810 Added OSS sound sink. Not connected to the build.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28520 72102866-910b-0410-8b05-ffd578937521
2009-08-23 16:17:33 +00:00
Gregory John Casamento
151a751f23 * Tools/sound/GNUmakefile: Fix circular dependency issue.
Added _INCLUDE_DIRS and _LIB_DIRS for each entry so that
	it can build when GNUstep is not installed.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28519 72102866-910b-0410-8b05-ffd578937521
2009-08-23 15:51:58 +00:00
Stefan Bidigaray
695963974f 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
Stefan Bidigaray
54e2773b7f NSSound reimplementation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28511 72102866-910b-0410-8b05-ffd578937521
2009-08-23 03:37:03 +00:00
Gregory John Casamento
0abc65f726 Makefile corrections eliminating circular build dependencies.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28460 72102866-910b-0410-8b05-ffd578937521
2009-08-15 21:28:10 +00:00
David Chisnall
f36a988c07 Fixed some undeclared selectors flagged by clang.
GNUstep-gui now builds correctly with clang!



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28459 72102866-910b-0410-8b05-ffd578937521
2009-08-15 21:04:08 +00:00
Gregory John Casamento
0e43459d49 * 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
Richard Frith-MacDonald
d115384ecc Extend tool to open URLs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28104 72102866-910b-0410-8b05-ffd578937521
2009-03-20 09:35:42 +00:00
Richard Frith-MacDonald
53271d8bd3 Fix error in parsing url schem information from plist file
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27856 72102866-910b-0410-8b05-ffd578937521
2009-02-13 13:46:15 +00:00
Richard Frith-MacDonald
ec51f7feaf first attempt at implementing -openURL: for NSWorkspace
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27846 72102866-910b-0410-8b05-ffd578937521
2009-02-11 13:13:19 +00:00
Wolfgang Lux
75f908ff62 Initialize language configuration variable used by the aspell checker.
This prevents a crash of the spelling server during its initialization.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27818 72102866-910b-0410-8b05-ffd578937521
2009-02-08 21:32:25 +00:00
Nicola Pero
041abd2cdd Removed GNUSTEP_CORE_SOFTWARE=YES from makefiles and instead set PACKAGE_NAME=gnustep-gui
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27347 72102866-910b-0410-8b05-ffd578937521
2008-12-19 13:00:47 +00:00
Nicola Pero
8326c8fb5e Set GNUSTEP_CORE_SOFTWARE to YES so that gnustep-gui is installed by default in SYSTEM if gnustep-make has been configured with --disable-packages
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27334 72102866-910b-0410-8b05-ffd578937521
2008-12-18 18:45:01 +00:00
Richard Frith-MacDonald
f255ae36f0 ignore files beginiing with .
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27230 72102866-910b-0410-8b05-ffd578937521
2008-12-06 18:35:01 +00:00
Richard Frith-MacDonald
a06a8ceb9e Fix bug #24990
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27194 72102866-910b-0410-8b05-ffd578937521
2008-12-02 23:06:49 +00:00
Richard Frith-MacDonald
74aae24e15 Fix bug #24672
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27193 72102866-910b-0410-8b05-ffd578937521
2008-12-02 22:54:38 +00:00
Gregory John Casamento
b79669d5f1 Added support for CF keys.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26807 72102866-910b-0410-8b05-ffd578937521
2008-08-13 05:17:19 +00:00
Adam Fedor
7afdd32ac1 Revert library license version to 2 until applications can be converted
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26619 72102866-910b-0410-8b05-ffd578937521
2008-06-10 04:01:49 +00:00
Richard Frith-MacDonald
65c4621a1b avoid spurious warnings when two paths point to the same apps
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26196 72102866-910b-0410-8b05-ffd578937521
2008-03-05 09:31:10 +00:00
Richard Frith-MacDonald
8d3b2f926e improve comments and make man page documentation correction.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25758 72102866-910b-0410-8b05-ffd578937521
2007-12-19 11:20:47 +00:00
Adam Fedor
4279b4aa75 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
Richard Frith-MacDonald
3673110c74 fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25697 72102866-910b-0410-8b05-ffd578937521
2007-12-07 11:57:41 +00:00
Richard Frith-MacDonald
03a4a96a40 Update includes ... closer MacOS-X compatibility.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25635 72102866-910b-0410-8b05-ffd578937521
2007-11-29 20:28:03 +00:00
Fred Kiefer
193e31e678 Change all files to use GPL 3 and LGPL 3.
Prepare for next release.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25536 72102866-910b-0410-8b05-ffd578937521
2007-10-29 21:16:17 +00:00
Nicola Pero
fb51fe62fe Updated to use GNUSTEP_INSTALLATION_DOMAIN instead of GNUSTEP_INSTALLATION_DIR; DESTDIR instead of INSTALL_ROOT_DIR; and fixed some makefile installation bugs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24094 72102866-910b-0410-8b05-ffd578937521
2006-11-15 16:59:32 +00:00
Matt Rice
1a7c5c309c * Tools/gopen.m
*  Source/NSView.m
        *  Source/GSPDFPrintOperation.m
        *  Source/NSHelpManager.m
        *  Source/GSHelpManagerPanel.m: Add missing includes.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24006 72102866-910b-0410-8b05-ffd578937521
2006-10-31 13:38:00 +00:00
Richard Frith-MacDonald
4225c9f33c Minor white space fixups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23889 72102866-910b-0410-8b05-ffd578937521
2006-10-16 09:05:46 +00:00
Richard Frith-MacDonald
65b175b904 Tweaks to avoid new compiler warnings with gcc-4.1 and some 64bit issues.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23126 72102866-910b-0410-8b05-ffd578937521
2006-07-04 21:31:49 +00:00
Gregory John Casamento
9a5abba61f Streamline gopen code.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22771 72102866-910b-0410-8b05-ffd578937521
2006-04-09 16:28:35 +00:00
Adam Fedor
e771f07307 * Tools/gcloseall.m: Include NSProcessInfo.h. Fixes bug #16212
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22751 72102866-910b-0410-8b05-ffd578937521
2006-04-07 03:24:57 +00:00
Gregory John Casamento
44a52e50e8 Correction for -a.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22724 72102866-910b-0410-8b05-ffd578937521
2006-03-29 01:22:04 +00:00
Richard Frith-Macdonald
8586e3f3b9 Fix possible problem iterating array of apps
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22376 72102866-910b-0410-8b05-ffd578937521
2006-01-27 18:13:46 +00:00
Richard Frith-Macdonald
b4882e2268 Test closing all apps
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22375 72102866-910b-0410-8b05-ffd578937521
2006-01-27 17:46:46 +00:00
Richard Frith-Macdonald
f5a5a81346 Attempt to get list of directories correct using standard base library functions
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21853 72102866-910b-0410-8b05-ffd578937521
2005-10-22 07:53:11 +00:00
Richard Frith-Macdonald
bc81c42dab Changes to allow clean app termination even when multiple copies of the
same app are running.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21788 72102866-910b-0410-8b05-ffd578937521
2005-10-09 06:39:08 +00:00
Eric Sersale
79dfd20f80 updated to use portaudio v19.
on startup creates a daemon using NSTask.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21640 72102866-910b-0410-8b05-ffd578937521
2005-08-16 17:36:44 +00:00
Adam Fedor
52469c268e Add/fix copyright/licenses.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21393 72102866-910b-0410-8b05-ffd578937521
2005-07-01 20:54:03 +00:00
Adam Fedor
303dd1baf9 Update FSF Address.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21259 72102866-910b-0410-8b05-ffd578937521
2005-05-26 02:52:46 +00:00
Adam Fedor
9df5199aa1 * 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
Adam Fedor
ad5f9128c7 * 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
Adam Fedor
0f37b71ea6 Remove extra endifs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20938 72102866-910b-0410-8b05-ffd578937521
2005-03-21 16:25:28 +00:00
Adam Fedor
023bc4afcd * Tools/gsnd/portaudio/pa_unix_oss/pa_unix_oss.c: Fix for FreeBSD
FTBFS (Fixes Bug #12316). Strip DOS LFs.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20937 72102866-910b-0410-8b05-ffd578937521
2005-03-21 16:22:11 +00:00
Adam Fedor
288beea76f * 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
Adam Fedor
19e45d5c7b * Source/NSPrintInfo.m ([NSPrintInfo -paperSize]): Avoid returning
a nil object return value into a struct.
* Printing/GSLPR/GNUmakefile.preamble: Add
Source/$(GNUSTEP_TARGET_DIR) includes
* Tools/GNUmakefile.preamble: Likewise.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19970 72102866-910b-0410-8b05-ffd578937521
2004-09-02 03:27:54 +00:00
Gregory John Casamento
78d87d1353 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
Adam Fedor
7583dde374 Rename variables, indent lines
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19333 72102866-910b-0410-8b05-ffd578937521
2004-05-15 03:48:43 +00:00
Alexander Malmberg
d3140f2622 (main): Remove NSTask-based app launching code; always use NSWorkspace to lanuch applications.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18596 72102866-910b-0410-8b05-ffd578937521
2004-02-14 21:58:45 +00:00
Gregory John Casamento
7a2107824b Cleanup of memory management in loadNib code. Minor formatting changes in gopen and GSspell.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18264 72102866-910b-0410-8b05-ffd578937521
2003-12-23 18:45:18 +00:00
Alexander Malmberg
266578092f Move example.service and md5Digest.app to usr-apps/examples/gui/ExampleService/.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18099 72102866-910b-0410-8b05-ffd578937521
2003-11-19 16:10:10 +00:00
Richard Frith-Macdonald
12ea75e949 Fix for opening files with relative paths.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17964 72102866-910b-0410-8b05-ffd578937521
2003-10-24 09:29:43 +00:00
Adam Fedor
76a002f6df Add quiet option
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17812 72102866-910b-0410-8b05-ffd578937521
2003-10-10 03:55:11 +00:00
Adam Fedor
bbeec6b247 Better error checking and documentation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17638 72102866-910b-0410-8b05-ffd578937521
2003-09-08 02:07:53 +00:00
Adam Fedor
82abe19ca0 Don't mess with file descriptors on MinGW.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17609 72102866-910b-0410-8b05-ffd578937521
2003-09-03 03:25:56 +00:00
Adam Fedor
ac36615df6 Reopen stderr
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17567 72102866-910b-0410-8b05-ffd578937521
2003-08-29 14:59:45 +00:00
Adam Fedor
9e1dc5b085 Set daemon flag when forking.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17560 72102866-910b-0410-8b05-ffd578937521
2003-08-28 02:40:03 +00:00
Adam Fedor
a1bfcac8e8 Close file descriptors
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17514 72102866-910b-0410-8b05-ffd578937521
2003-08-23 03:24:25 +00:00
David Ayers
b18f1c4ac4 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
Fred Kiefer
377254c2f1 The option -a no longer starts the provided applciation
directly, but uses this application to open the specified files.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17364 72102866-910b-0410-8b05-ffd578937521
2003-07-26 15:23:00 +00:00
Adam Fedor
72d45dd40e * GNUmakefile: Build Documentation if doc=yes (yes by default).
* Tools/gsnd/GNUmakefile.postamble: Linke in pthreads if not
already linked in (non-mingw targets only).
* Tools/gsnd/portaudio/pa_unix_oss/pa_unix_oss.c: On OpenBSD
include soundcard.h.

* Panels/English.proj: Replace GSPageLayout.gorm and
GSPrintPanel.gorm with updated GOrm dirs. Make Options button
non-continuous.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17261 72102866-910b-0410-8b05-ffd578937521
2003-07-20 02:08:22 +00:00
Richard Frith-Macdonald
e12ac6ef5d Various tidyups and services improvements.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17210 72102866-910b-0410-8b05-ffd578937521
2003-07-14 12:27:42 +00:00
Richard Frith-Macdonald
6a39184087 Lots of tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17076 72102866-910b-0410-8b05-ffd578937521
2003-06-30 16:17:45 +00:00
Richard Frith-Macdonald
b1c07282e1 Tweaks and debugging
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17063 72102866-910b-0410-8b05-ffd578937521
2003-06-28 17:37:03 +00:00
Richard Frith-Macdonald
b37819f8c7 dd a little explanation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17060 72102866-910b-0410-8b05-ffd578937521
2003-06-28 06:57:02 +00:00
Richard Frith-Macdonald
17d4b32bba More filter stuff added
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17058 72102866-910b-0410-8b05-ffd578937521
2003-06-28 06:46:14 +00:00
Richard Frith-Macdonald
baeae6ea50 Add md5 filter
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17054 72102866-910b-0410-8b05-ffd578937521
2003-06-27 20:07:27 +00:00
Alexander Malmberg
4d9c7aeedd (addExtensionsForApplication): Correctly handle NSExtensions dictionary.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16772 72102866-910b-0410-8b05-ffd578937521
2003-05-22 16:11:59 +00:00
Alexander Malmberg
e0b048af5a (scanDynamic): Skip anything with a .service extension.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16759 72102866-910b-0410-8b05-ffd578937521
2003-05-20 20:53:04 +00:00
Richard Frith-Macdonald
30941d3bd5 Tidied teermination.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16710 72102866-910b-0410-8b05-ffd578937521
2003-05-13 07:06:29 +00:00
Richard Frith-Macdonald
a5bfb0ec52 Tidied termination a little
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16703 72102866-910b-0410-8b05-ffd578937521
2003-05-12 19:58:20 +00:00
Adam Fedor
4277f13318 Fix Services dir
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16568 72102866-910b-0410-8b05-ffd578937521
2003-04-28 02:47:09 +00:00
Adam Fedor
0de7e778fe 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
Richard Frith-Macdonald
6514922219 Minor fix ... ignore illegal extension
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16547 72102866-910b-0410-8b05-ffd578937521
2003-04-26 07:25:18 +00:00
Adam Fedor
23049dde9e Merge from 0.8.5 branch
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16250 72102866-910b-0410-8b05-ffd578937521
2003-03-24 18:15:56 +00:00
Adam Fedor
85d90ce9d3 Rename gsnd to gnustep_sndd
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15599 72102866-910b-0410-8b05-ffd578937521
2003-01-15 03:17:45 +00:00
Adam Fedor
2a7aa0a29b Include NSProcessInfo.h
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15092 72102866-910b-0410-8b05-ffd578937521
2002-11-25 03:30:26 +00:00
Adam Fedor
3f083e4415 flip and audio fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14623 72102866-910b-0410-8b05-ffd578937521
2002-10-02 03:34:54 +00:00
Adam Fedor
bdd9747e9b Get browser from defaults
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14338 72102866-910b-0410-8b05-ffd578937521
2002-08-27 03:16:54 +00:00
Adam Fedor
22b5e4c517 Sound install fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14217 72102866-910b-0410-8b05-ffd578937521
2002-07-31 14:13:17 +00:00
Adam Fedor
b874ffa8f7 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
Adam Fedor
72f3efecea Initial revision
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14212 72102866-910b-0410-8b05-ffd578937521
2002-07-30 17:01:47 +00:00
Gregory John Casamento
d617658a43 Corrected some minor issues.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14172 72102866-910b-0410-8b05-ffd578937521
2002-07-18 04:42:37 +00:00
Adam Fedor
6d269aec7d New mouselocation methods
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13530 72102866-910b-0410-8b05-ffd578937521
2002-04-23 20:50:24 +00:00
Richard Frith-Macdonald
61ab92f40f Fix for NSHost argument specifying local host.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13512 72102866-910b-0410-8b05-ffd578937521
2002-04-19 05:54:35 +00:00