Commit graph

178 commits

Author SHA1 Message Date
fedor
0906950564 Versino 0.10.3
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22662 72102866-910b-0410-8b05-ffd578937521
2006-03-14 15:30:58 +00:00
rfm
25f09a1907 improve user experience with printing and defaults setup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22537 72102866-910b-0410-8b05-ffd578937521
2006-02-22 10:23:13 +00:00
fedor
5faf09e254 Version 0.10.2
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22201 72102866-910b-0410-8b05-ffd578937521
2005-12-22 17:42:35 +00:00
CaS
f600708458 Document new user default.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22139 72102866-910b-0410-8b05-ffd578937521
2005-12-04 20:20:01 +00:00
fedor
1e311e3413 Updates
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21926 72102866-910b-0410-8b05-ffd578937521
2005-10-30 21:29:14 +00:00
fedor
1b41f97a5c 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
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
fedor
9f152a1fa2 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
fedor
4a7f43f88d 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
fedor
8ea2d9f549 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
fedor
eaa6b090b0 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
fedor
db3c52eab8 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
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
d7dd1701f2 * 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
fedor
960ae57b10 * 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
ratmice
bb3c8c0500 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
arobert
700d4441e0 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
fedor
22651dac0c * 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
fedor
09cbfacc1c 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
fedor
a96a138d86 * 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
fedor
030ceb1136 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
arobert
c3c75a63ce 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
arobert
3420f41b50 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
fedor
7070b0bbcb * 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
arobert
f92157dcd0 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
arobert
4cf06e17b3 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
arobert
b0f562d222 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
arobert
f89e698da6 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
alexm
fc236ac493 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
fedor
fcef661dd3 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
arobert
a1c60d3ec6 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
arobert
a14d1128d1 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
arobert
527c405246 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
arobert
68cd4c8194 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
arobert
a10949a7cf 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
arobert
f641887686 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
arobert
1b0528b7d7 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
fedor
751b4b4586 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
fedor
f2f0fb7fbd 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
Kazu
cc4e70ea8e 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
fedor
d1a82e2d95 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
fedor
928a22227b 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
fedor
523d36e21a 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
fedor
9aa075416c 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
uid65706
8f758ada3f 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
fedor
5f868869f0 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
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
alexm
bfe19b4839 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
fedor
b33abd2f8d 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
FredKiefer
a85453cb12 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