mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 18:41:18 +00:00
Printer fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11024 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5079237988
commit
36d47c5846
2 changed files with 19 additions and 1 deletions
18
ChangeLog
18
ChangeLog
|
@ -5,6 +5,24 @@ Wed Sep 26 23:04:57 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||||
part of the path when saving it into the filename (patch by
|
part of the path when saving it into the filename (patch by
|
||||||
Ludovic Marcotte <ludovic@Sophos.ca>).
|
Ludovic Marcotte <ludovic@Sophos.ca>).
|
||||||
|
|
||||||
|
2001-09-25 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
|
* Source/NSView.m: Add viewIsPrinting "class" variable.
|
||||||
|
(-lockFocusInRect:): Add special code when printing
|
||||||
|
(-unlockFocusNeedsFlush:): Likewise.
|
||||||
|
(-dataWithEPSInsideRect:): Set/reset viewIsPrinting.
|
||||||
|
|
||||||
|
2001-09-16 Georg Fleischmann
|
||||||
|
|
||||||
|
* Source/NSPrintOperation.m
|
||||||
|
[NSPrintOperation -destroyContext:]: remove context from the context
|
||||||
|
list. Otherwise we will never get dealloced.
|
||||||
|
[NSPrintOperation -_print:]: use displayRectIgnoringOpacity to avoid
|
||||||
|
drawing of our ancestors.
|
||||||
|
[GSEPSPrintOperation -createContext:]: create a context.
|
||||||
|
[GSEPSPrintOperation -deliverResult:]: add contents of written file
|
||||||
|
to data object.
|
||||||
|
|
||||||
2001-09-24 Fred Kiefer <FredKiefer@gmx.de>
|
2001-09-24 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Header/gnustep/gui/NSWindow.h
|
* Header/gnustep/gui/NSWindow.h
|
||||||
|
|
|
@ -53,7 +53,7 @@ after-install::
|
||||||
if [ ! -d $(INSTALL_DIR)/$$dirs ]; then \
|
if [ ! -d $(INSTALL_DIR)/$$dirs ]; then \
|
||||||
$(MKDIRS) $(INSTALL_DIR)/$$dirs ; \
|
$(MKDIRS) $(INSTALL_DIR)/$$dirs ; \
|
||||||
fi; \
|
fi; \
|
||||||
cp $$dirs/*ppd $(INSTALL_DIR)/$$dirs/ ; \
|
$(INSTALL_DATA) $$dirs/*ppd $(INSTALL_DIR)/$$dirs/ ; \
|
||||||
done; \
|
done; \
|
||||||
for file in $(RESOURCE_FILES); do \
|
for file in $(RESOURCE_FILES); do \
|
||||||
$(INSTALL_DATA) $$file $(INSTALL_DIR) ; \
|
$(INSTALL_DATA) $$file $(INSTALL_DIR) ; \
|
||||||
|
|
Loading…
Reference in a new issue