Commit graph

163 commits

Author SHA1 Message Date
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
fedor
8e68942f7e 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
fedor
45f08e2768 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
CaS
3af4efa124 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
fedor
f70d520320 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
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
97c4ec53d8 Update doc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17405 72102866-910b-0410-8b05-ffd578937521
2003-07-31 14:33:20 +00:00
fedor
d03738a30a Version 0.8.8
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17320 72102866-910b-0410-8b05-ffd578937521
2003-07-24 03:23:32 +00:00
CaS
9210e7dacc Remove bogus file
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17301 72102866-910b-0410-8b05-ffd578937521
2003-07-22 16:41:46 +00:00
CaS
b8bc4ab8c3 Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17299 72102866-910b-0410-8b05-ffd578937521
2003-07-22 16:29:06 +00:00
CaS
952105f96a Fix accidentally deleted line
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17297 72102866-910b-0410-8b05-ffd578937521
2003-07-22 15:55:58 +00:00
CaS
dae70e8813 Documentation tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17296 72102866-910b-0410-8b05-ffd578937521
2003-07-22 15:50:11 +00:00
fedor
4ed1eb9c9c Updates
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17283 72102866-910b-0410-8b05-ffd578937521
2003-07-22 02:52:26 +00:00
fedor
93957411d8 Updated
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17241 72102866-910b-0410-8b05-ffd578937521
2003-07-17 03:24:27 +00:00
fedor
a3b6f9b27f Move backend defaults to back/Documentation/Back/DefaultsSummary.gsdoc.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17159 72102866-910b-0410-8b05-ffd578937521
2003-07-06 04:01:43 +00:00
fedor
fbd79b0473 Version 0.8.7
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16968 72102866-910b-0410-8b05-ffd578937521
2003-06-20 15:17:30 +00:00