Adam Fedor
0fbc190b29
Version 0.10.1
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21728 72102866-910b-0410-8b05-ffd578937521
2005-09-20 03:00:11 +00:00
Adam Fedor
a72a36790e
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
Adam Fedor
a4f08e6915
Version 0.10.0
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21514 72102866-910b-0410-8b05-ffd578937521
2005-07-22 15:49:45 +00:00
Adam Fedor
239d1b5296
Fix some documentation errors
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21494 72102866-910b-0410-8b05-ffd578937521
2005-07-17 14:07:07 +00:00
Adam Fedor
4900027b36
Update
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21408 72102866-910b-0410-8b05-ffd578937521
2005-07-05 02:07:17 +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
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
39bc6b4f68
* Headers/AppKit/NSDataLinkManager.h, Source/NSDataLinkManager.m:
...
Re-add the changes from 2005-03-05.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21029 72102866-910b-0410-8b05-ffd578937521
2005-04-01 15:39:05 +00:00
Adam Fedor
f3f0b8b94d
* Version 0.9.5
...
* Headers/AppKit/NSDataLinkManager.h, Source/NSDataLinkManager.m:
Partially revert 2005-03-05 patch for this release.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21010 72102866-910b-0410-8b05-ffd578937521
2005-03-30 23:55:32 +00:00
Matt Rice
d714152e8f
2004-11-10 Matt Rice <ratmice@yahoo.com>
...
* Headers/Additions/GNUstepGUI/GSDisplayServer.h (-iconSize): New method declaration.
(-iconTileImage): Ditto.
* Source/GSDisplayServer.m (-resolutionForScreen:): Fix Typo in Docs.
(-boundsForScreen:): Ditto.
(-windowBounds:): Ditto.
(-iconSize): Implement new method.
(-iconTileImage): Ditto.
* Source/NSApplication.m (NSAppIconView): Remove
useWindowmakerIconBackground variable.
(scaledIconSizeForSize): New function.
([NSAppIconView +initialize]): Dont set a default image here. Remove
usage of GSUseWindowmakerIconBackground default. Use backend tile and
scale it to the backend icon size.
([NSAppIconView -drawRect:]): Remove usage of
useWindowmakerIconBackground. Draw cells with the backend icon size.
([NSAppIconView -setImage:]): Set the image to a scaled copy.
setNeedsDisplay instead of drawing directly.
([NSApplication -_appIconInit]): Use backend icon size.
* Source/NSWindow.m: Remove useWindowmakerIconBackground variable.
(scaledIconSizeForSize): New function.
([NSMiniWindowView +initialize]): Remove usage of
GSUseWindowmakerIconBackground default. Use backend tile image and scale it to the backend icon size.
([NSMiniWindowView -drawRect:]): Remove usage of
useWindowmakerIconBackground. Draw cells with the backend iconSize.
([NSMiniWindowView -setImage:]): Set the image to a scaled copy.
setNeedsDisplay instead of drawing directly.
([NSMiniWindowView -setTitle:]): setNeedsDisplay instead of drawing
directly.
([NSWindow -miniaturize:]): Use backend icon size.
* Documentation/GuiUser/DefaultsSummary.gsdoc: Remove docs for
GSUseWindowmakerIconBackground.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20336 72102866-910b-0410-8b05-ffd578937521
2004-11-10 17:12:57 +00:00
Adrian Robert
0a4ac31dac
describe the new 'GSModifiersAreKeys' default under KeyboardSetup
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20299 72102866-910b-0410-8b05-ffd578937521
2004-11-05 04:37:29 +00:00
Adam Fedor
2d88c43c22
* Documentation/ReleaseNotes.gsdoc: Format fixes.
...
* Source/DocMakefile (before-clean, after-clean): Move obj out of the
way so it isn't removed when cleaning docs.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20182 72102866-910b-0410-8b05-ffd578937521
2004-10-01 14:57:39 +00:00
Adam Fedor
0e900c12f3
Remove obsolete files
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20134 72102866-910b-0410-8b05-ffd578937521
2004-09-25 02:52:22 +00:00
Adam Fedor
b58f4fd5e1
* Documentation/GNUmakefile.postamble: Clean up files properly
...
* Source/DocMakefile: Fix up for moved files
* Documentation/Gui/Gui.gsdoc,
Documentation/GuiAdditions/GuiAdditions.gsdoc: Move up one level.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20133 72102866-910b-0410-8b05-ffd578937521
2004-09-25 02:51:05 +00:00
Adam Fedor
41f8cfab6b
Version 0.9.4
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20117 72102866-910b-0410-8b05-ffd578937521
2004-09-24 02:51:12 +00:00
Adrian Robert
10ee79adae
dropped stray apostrophe that was throwing off the docbuild
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20067 72102866-910b-0410-8b05-ffd578937521
2004-09-15 01:28:17 +00:00
Adrian Robert
6293a03c4e
updated to reflect move of some material from here to new start on GUI programming manual
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20061 72102866-910b-0410-8b05-ffd578937521
2004-09-14 02:21:34 +00:00
Adam Fedor
4916645a42
* Source/GNUmakefile: Specify INTERFACE_VERSION explicitly.
...
* Documentation/ReleaseNotes.gsdoc, Documentation/news.texi: Update
for new release.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20019 72102866-910b-0410-8b05-ffd578937521
2004-09-07 14:26:52 +00:00
Adrian Robert
cbb09d9450
clarify NSGlobalDomain usage; explain that NSShowNonLocalizedStrings is more of a developer option (better to document here than not at all)
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19815 72102866-910b-0410-8b05-ffd578937521
2004-08-02 18:06:39 +00:00
Adrian Robert
537befd54e
fix to remove an extra level of directory hierarchy introduced during installation of GuiUser
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19803 72102866-910b-0410-8b05-ffd578937521
2004-07-30 15:07:26 +00:00
Adrian Robert
f9f9751079
removed unused/commented code
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19802 72102866-910b-0410-8b05-ffd578937521
2004-07-30 15:05:47 +00:00
Adrian Robert
936156f51f
added a bit of explanation of how to set defaults, since this doesn't really appear anywhere else besides the defaults man page; also, added NSShowNonLocalizedStrings default doc
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19792 72102866-910b-0410-8b05-ffd578937521
2004-07-29 15:17:44 +00:00
Alexander Malmberg
002efa32ed
Add GSUseWindowmakerIconBackground default.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19771 72102866-910b-0410-8b05-ffd578937521
2004-07-22 23:57:46 +00:00
Adam Fedor
783f69bbd6
Doc updates and minor fixes.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19736 72102866-910b-0410-8b05-ffd578937521
2004-07-15 03:28:25 +00:00
Adrian Robert
ecffa91637
updated to reflect existence of new manual
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19601 72102866-910b-0410-8b05-ffd578937521
2004-06-22 23:20:26 +00:00
Adrian Robert
9b207620c2
fixed typos
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19600 72102866-910b-0410-8b05-ffd578937521
2004-06-22 23:19:56 +00:00
Adrian Robert
33d5d9c1c0
moved to manual/BasicClasses.texi
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19599 72102866-910b-0410-8b05-ffd578937521
2004-06-22 23:19:22 +00:00
Adrian Robert
ec193a7d5c
moved to manual/Introduction.texi
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19598 72102866-910b-0410-8b05-ffd578937521
2004-06-22 23:18:59 +00:00
Adrian Robert
8d99f9db2a
new manual modeled after one in Base but without Objective-C discussion
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19597 72102866-910b-0410-8b05-ffd578937521
2004-06-22 23:18:14 +00:00
Adrian Robert
6baab9b111
remove stray backslash
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19596 72102866-910b-0410-8b05-ffd578937521
2004-06-22 23:17:46 +00:00
Adrian Robert
650a4dc567
updated to build/install manual and be a bit more parallel to counterpart makefile in Base
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19595 72102866-910b-0410-8b05-ffd578937521
2004-06-22 23:17:14 +00:00
Adam Fedor
e64a03de2f
Readd
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19505 72102866-910b-0410-8b05-ffd578937521
2004-06-12 04:06:13 +00:00
Adam Fedor
f371c836f5
Version 0.9.3
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19499 72102866-910b-0410-8b05-ffd578937521
2004-06-11 18:58:40 +00:00
Kazunobu Kuriyama
4c7826a2be
Added Korean stuff
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19065 72102866-910b-0410-8b05-ffd578937521
2004-04-09 14:41:09 +00:00
Adam Fedor
f169d28edb
Doc fixups
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18796 72102866-910b-0410-8b05-ffd578937521
2004-03-08 04:26:28 +00:00
Adam Fedor
8eab21d32e
Update wording
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18723 72102866-910b-0410-8b05-ffd578937521
2004-03-01 02:49:56 +00:00
Adam Fedor
97583dfd9c
Version 0.9.2
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18717 72102866-910b-0410-8b05-ffd578937521
2004-02-29 05:13:16 +00:00
Adam Fedor
e447a55ea3
Keyboard info
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18592 72102866-910b-0410-8b05-ffd578937521
2004-02-13 03:58:06 +00:00
Adam Fedor
1de7b7edf8
Move documentation. Fix _inactive count bug
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18282 72102866-910b-0410-8b05-ffd578937521
2003-12-29 17:28:52 +00:00
Adam Fedor
2ec56b240c
Version 0.9.1
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18128 72102866-910b-0410-8b05-ffd578937521
2003-11-24 03:06:45 +00:00
Adam Fedor
df87412ec1
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
Alexander Malmberg
0f22416b33
Correct some spelling errors. Patch from Christopher Culver.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17789 72102866-910b-0410-8b05-ffd578937521
2003-10-07 13:26:43 +00:00
Adam Fedor
d7524f54ae
Version 0.9.0
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17751 72102866-910b-0410-8b05-ffd578937521
2003-09-30 03:32:23 +00:00
Fred Kiefer
aa667be71a
Documented the new user default value GSUseFreedesktopThumbnails.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17593 72102866-910b-0410-8b05-ffd578937521
2003-09-01 16:59:41 +00:00
Adam Fedor
525c3100b8
Version 0.8.9
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17553 72102866-910b-0410-8b05-ffd578937521
2003-08-27 02:35:09 +00:00
Adam Fedor
7546a60acd
Man file
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17473 72102866-910b-0410-8b05-ffd578937521
2003-08-13 03:50:42 +00:00
Richard Frith-Macdonald
e9b1c632bd
Minor cleanup.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17451 72102866-910b-0410-8b05-ffd578937521
2003-08-07 10:01:42 +00:00
Adam Fedor
8b09ec55a8
Update documentation install
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17415 72102866-910b-0410-8b05-ffd578937521
2003-08-02 03:41:10 +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