mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +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
74c17b5c36
commit
4be6726ebd
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
|
||||
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>
|
||||
|
||||
* Header/gnustep/gui/NSWindow.h
|
||||
|
|
|
@ -53,7 +53,7 @@ after-install::
|
|||
if [ ! -d $(INSTALL_DIR)/$$dirs ]; then \
|
||||
$(MKDIRS) $(INSTALL_DIR)/$$dirs ; \
|
||||
fi; \
|
||||
cp $$dirs/*ppd $(INSTALL_DIR)/$$dirs/ ; \
|
||||
$(INSTALL_DATA) $$dirs/*ppd $(INSTALL_DIR)/$$dirs/ ; \
|
||||
done; \
|
||||
for file in $(RESOURCE_FILES); do \
|
||||
$(INSTALL_DATA) $$file $(INSTALL_DIR) ; \
|
||||
|
|
Loading…
Reference in a new issue