Commit Graph

153565 Commits

Author SHA1 Message Date
rods%netscape.com
09fdf7145c 1) In DocumentViewer: I did rearrange some of the data members for PrintData
and PrintObject and their initialization order
2) In DocumentViewer: Implemented the shrink to fit feature by calc'ing the
ratios in the first reflow and then reflowing a second time to shrink them
3) In nsPageFrame: This is somewhat unrelated to this bug, but I found where
continuing frame content was being parented to the PageFrame instead of the
PageContentFrame.
4) Although at this time I am not using DumpFrames for debugging I may want to
switch back to it while debugging at anytime.
Bug 100967 r=dcone sr=attinasi
2006-02-07 01:13:20 +00:00
rods%netscape.com
66dd25e93a Improves error codes for printing and fixes selection printing by making sure the margins are initialized when no prefs are there
Bugs 86378 & 118637 r=dcone sr=attinasi
2006-02-07 01:13:19 +00:00
dbaron%fas.harvard.edu
8f5a05d91b Clean up QueryInterface implementation. Patch by Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de>. r=dbaron sr=sfraser b=111088 2006-02-07 01:13:18 +00:00
rods%netscape.com
9bf25d0b45 Removed "free memory read" and change strcpy to strdup
and did some general cleanup and changed how the default printer name was being obtained.
118086 r=dcone sr=waterson
2006-02-07 01:13:17 +00:00
rods%netscape.com
0a31e4e0c6 The page setup info was not being set into the dev mode when printing ssilently.
Bug 119959 r=dcone sr=hyatt
2006-02-07 01:13:16 +00:00
rods%netscape.com
8a11c21009 New print dialog doesn't show the right default printer in windows if the printer is a networkprinter
Bug 118409 r=dcone sr=self
2006-02-07 01:13:15 +00:00
rods%netscape.com
3e100f61c9 Wasn't setting the default correctly.
Bug 118409 r=dcone sr=attinasi
2006-02-07 01:13:14 +00:00
rods%netscape.com
c9d022dec6 Better algorithm for getting and setting the dfault printer
Bug 117819 r-dcone sr=attinasi
2006-02-07 01:13:13 +00:00
rods%netscape.com
a9f129becd Switch public interfaces from nsIPrintOptions to nsIPrintSettings
Enabling XP Print Dialog for Windows
Enabling XP Print Progress Dialog
Enabling XP Page Setup Dialog
Fixing nsPrintPreviewContext to use nsIPrintPreviewContext
Bug 113917 r=dcone sr=attinasi
2006-02-07 01:13:12 +00:00
jaggernaut%netscape.com
9f0bb689da Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2006-02-07 01:13:11 +00:00
rods%netscape.com
49beaa8831 Add PrintBGColors, PRINBGImages and Scaling
Bug 108345 r=dcone sr=attinasi
2006-02-07 01:13:10 +00:00
kaie%netscape.com
fbbdf61185 b=84947 New print dialog for Unix and OS/2
r=cls/rods/mkaply/pchen sr=roc+moz
Checking in for Roland.Mainz@informatik.med.uni-giessen.de
2006-02-07 01:13:09 +00:00
rods%netscape.com
3d1f834776 Change the default of FrameSet print from "As Is" to "Each frame Separately"
Bug 112665 sr=attinasi
2006-02-07 01:13:08 +00:00
bzbarsky%mit.edu
0fb13245bb Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
(i.e. where the string is a literal).  Bug 104159, r=jag, sr=alecf
2006-02-07 01:13:07 +00:00
rods%netscape.com
56a3cbc856 pass back the proper errors codes, instead of just a null devspec
Bug 101514 r=karnazr sr=kin
2006-02-07 01:13:06 +00:00
rods%netscape.com
5d2e655a58 Fixed up nsIPrintSettings interface and add a Get/Set method to nsIPrintOptions (only
the setter is implemented at this time) Bug 107399 r=kmcclusk sr=alexf/attinasi
2006-02-07 01:13:05 +00:00
rods%netscape.com
ca6695f416 Backing out checkin, I can't believe you have to edit a mcp to checkin
an IDL file
2006-02-07 01:13:04 +00:00
rods%netscape.com
bf3e23ae8d Fixed up nsIPrintSettings interface and add a Get/Set method to nsIPrintOptions
(only the setter is implemented at this time)
Bug 107399 r=kmcclusk sr=alexf/attinasi
2006-02-07 01:13:03 +00:00
dbaron%fas.harvard.edu
66e0f11792 Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974 2006-02-07 01:13:02 +00:00
sfraser%netscape.com
f9ff94caa4 Fix for bug 36796 - implement page setup on Mac and Mac OS X. r=sdagley, sr=alecf. 2006-02-07 01:13:01 +00:00
jaggernaut%netscape.com
e79c2c4984 Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2006-02-07 01:13:00 +00:00
rods%netscape.com
559bd769d3 Part of previous checkin for Bug 99415, forgot to set this back to &PT 2006-02-07 01:12:59 +00:00
rods%netscape.com
25a045656e Enables the configuration of headers and footers, via 6 string in the nsIPrintOptions
3 for the header and 3 for the footer.
The new codes are &T,&U,&D,&P,&PT (see bug for explanation)
Bug 99415 r=kmcclusk, sr=attinasi a=pdt
2006-02-07 01:12:58 +00:00
sfraser%netscape.com
c23b7cadab Fix bug 50578 -- don't show bogus error dialog when cancelling a print job. r=rods, sr=kin 2006-02-07 01:12:57 +00:00
gerv%gerv.net
7b2f58512e License changes, take 2. Bug 98089. mozilla/gfx/. 2006-02-07 01:12:56 +00:00
dcone%netscape.com
a73dc08768 Added class definitions for the PrintOptions class. r=kmmclusky b=36796 2006-02-07 01:12:55 +00:00
ccarlen%netscape.com
e5d1dfd7f8 Adding new files for bug 154883 - using session printing APIs on OSX. r=pinkerton/sr=sfraser/a=asa 2006-02-07 01:12:54 +00:00
rjesup%wgate.com
e204772686 Backout of commits for bug 97299. This causes assertions, which means we
missed some spots where name was getting set.
2006-02-07 01:12:53 +00:00
rjesup%wgate.com
cce506356b Bug 97299: Store font names in lowercase. r=pavlov, sr=attinasi 2006-02-07 01:12:52 +00:00
kaie%netscape.com
7663aff84a b=24847 r=dcone sr=attinasi
Implement printing of Landscape in Unix.
Contact me at kai.engert@gmx.de
2006-02-07 01:12:51 +00:00
bbaetz%cs.mcgill.ca
52688b6fde bug 76059, fixes A4 printing regression. Patch by atontti@cc.hut.fi.
r=kmcclusk@netscape.com sr=attinasi a=asa
2006-02-07 01:12:50 +00:00
mkaply%us.ibm.com
fa0f56c133 #97907
r=kaie, r=dcone, sr=jst
Checkin for Roland.Mainz@informatik.med.uni-giessen.de - add error codes to printing
2006-02-07 01:12:49 +00:00
kaie%netscape.com
3d5977494d b=93617 r=dcone sr=attinasi a=asa
Fixing print dialog focus problem on Unix
2006-02-07 01:12:48 +00:00
dbaron%fas.harvard.edu
cb47c40527 Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797 2006-02-07 01:12:47 +00:00
alecf%netscape.com
b1065f0916 fix for bug 100310 r=jag, sr=blizzard - remove gfx dependency on string bundles, move into windows-specific module 2006-02-07 01:12:46 +00:00
dcone%netscape.com
8b02c75fe4 b=97461 r=rods sr=attinasi a=chofmann. Look for null device and will exit with error if it is null 2006-02-07 01:12:45 +00:00
timeless%mac.com
31f457dac6 fix Bugzilla Bug 93827 Print module autoselection could be better...
by Roland.Mainz@informatik.med.uni-giessen.de r=dcone sr=blizzard
2006-02-07 01:12:44 +00:00
dcone%netscape.com
b8feae8a3b b=94546 r=peterl sr=attinasi. Fixed the printdialog so it is Modal for windows. 2006-02-07 01:12:43 +00:00
dcone%netscape.com
1adf4c0497 b=88608 A3 support r=dcone sr=attinasi 2006-02-07 01:12:42 +00:00
mkaply%us.ibm.com
a44e7932f3 #78548
r=timeless, sr=blizzard
Revamp of xprint - checkin for gisburn - Roland.Mainz@informatik.med.uni-giessen.de
2006-02-07 01:12:41 +00:00
jaggernaut%netscape.com
f5caa64886 Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2006-02-07 01:12:40 +00:00
rods%netscape.com
7ef6d94b58 We will now be using the native print dialog and extending it with the Frame printing options
The localization is still done, but only on the new controls that are added.
Bug 78319 r=kmcclusk sr=attinasi a=asa
2006-02-07 01:12:39 +00:00
dcone%netscape.com
f2a1c33a04 bug=78319 Checkin for Rods a=Blizzard sr=waterson r=kmcclusk. Improvement for localization of the printer dialog. 2006-02-07 01:12:38 +00:00
rods%netscape.com
7b23973411 Implements Print FrameAsIs and other frame printing options
Bug 7201 r=dcone sr=attinasi
2006-02-07 01:12:37 +00:00
rods%netscape.com
56e56c8cf2 I couldn't find any documentation explaining on this specifically (classic Microsoft)
But it appears if you set nMinPage to 0, and then nFromPage, nTomPage, & nMaxPage to 0xFFFF
the dialog behaves the way you want it to for "All Pages" and "Page Range"
Plus, it appears you need to pre-set the flags to both "PD_ALLPAGES | PD_RETURNDEFAULT"
in order for the dialog to not appear and have the "::PrintDlg(&prntdlg);" call return.
Bug 61075 r=dcone sr=attinasi
2006-02-07 01:12:36 +00:00
waterson%netscape.com
e59fd24e56 Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2006-02-07 01:12:35 +00:00
dcone%netscape.com
8aadd3c6fa Initialized mPrintSilent to false. b=84300 r=peterl sr=attinasi 2006-02-07 01:12:34 +00:00
dcone%netscape.com
5717e87a25 b=75893. r=mcclusk sr=attinasi a=chofmann 2006-02-07 01:12:33 +00:00
dcone%netscape.com
d15c0b1930 Added silent parameter. r=mclusky sr=attinasi 2006-02-07 01:12:32 +00:00
dcone%netscape.com
9626919edb back out change.. 2006-02-07 01:12:31 +00:00