mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 21:58:51 +00:00
* 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 |
||
---|---|---|
.. | ||
General | ||
GuiUser | ||
manual | ||
.cvsignore | ||
announce.texi | ||
GNUmakefile | ||
GNUmakefile.postamble | ||
gopen.1 | ||
Gui.gsdoc | ||
GuiAdditions.gsdoc | ||
install.texi | ||
make_services.1 | ||
news.texi | ||
readme.texi | ||
ReleaseNotes.gsdoc | ||
todo.texi |
@c -*-texinfo-*- @chapter README @ifset TEXT-ONLY @include version.texi @end ifset This is version @value{GNUSTEP-GUI-VERSION} of the GNUstep GUI library (@samp{gnustep-gui}). Here is some introductory info to get you started: @section Initial reading @itemize @bullet @item The file @file{ANNOUNCE} contains a very brief overview of the library. It also tells you where to get the most recent version. @item The file @file{NEWS} has the library's feature history. @item The file @file{INSTALL} gives instructions for installing the library. @end itemize @section How can you help? @itemize @bullet @item Give us feedback! Tell us what you like; tell us what you think could be better. Send bug reports to @email{bug-gnustep@@gnu.org}. @end itemize