gecko-dev/gfx/idl
rods%netscape.com c42fa2528c 1) Removes most all the unneeded data from nsPrintOptions service. All data should be in the PrintSettings.
2) Removed unneeded methods from PrintOptions
3) PrintOption can now read and write (most) all the data in a PrintSettings object. The items not saved are those used during the printing process and it wouldn't make any sense to save them.
4) Adds a prefs for turning on and off the automatic saving of PrintSettings. If this is turned on it is almost the same as using the global PS.
5) On Linux it turns on the saving of PS prefs and turns on the global PS. Meaning it will always use a single Global PS object.
6) The PrintSettings can be initialized from a generic non-printer specific set of prefs. Then if a printer name is available in the PS then it tries
to initialize itself from the printer specific prefs. This enables to define "back stop" prefs for picking up first. Then the printer specific prefs can override those settings. For example, we may define in prefs that the default paper size 8.5x11, then if if the "save PS prefs" is turned on, for a given printer it might save 8.5x16 as the size.
7) A "flags" arg has been added so you can indicate which prefs you want read or written.
Bug 128142 r=dcone sr=attinasi a=shaver
2002-03-16 13:08:45 +00:00
..
.cvsignore
geniid.pl
gfx2types.idl merging from IMGLIB2_20010126_BRANCH 2001-02-20 22:41:47 +00:00
gfxIFormats.idl adding uuid r=me,biesi sr=waterson bug 77354 2001-09-29 14:05:14 +00:00
gfxIImageFrame.idl Fixing bustage on Sun WS6 update 2, it apparently doesn't like the forward declaration of gfxIImageFrame just before it's defined. r=seawood, sr=jst. 2002-02-08 22:59:53 +00:00
gfxtypes.idl make getRect pass out an nsrect& 2001-03-14 01:14:23 +00:00
Makefile.in Fixed up nsIPrintSettings interface and add a Get/Set method to nsIPrintOptions (only 2001-11-03 14:45:46 +00:00
makefile.win Fixed up nsIPrintSettings interface and add a Get/Set method to nsIPrintOptions (only 2001-11-03 14:45:46 +00:00
MANIFEST_IDL Fixed up nsIPrintSettings interface and add a Get/Set method to nsIPrintOptions (only 2001-11-03 14:45:46 +00:00
nsIFontEnumerator.idl Bug fix 91250: 2001-08-14 02:32:10 +00:00
nsIFontList.idl License changes, take 2. Bug 98089. mozilla/gfx/. 2001-09-26 00:16:04 +00:00
nsIGraphics.idl License changes, take 2. Bug 98089. mozilla/gfx/. 2001-09-26 00:16:04 +00:00
nsIPrintOptions.idl 1) Removes most all the unneeded data from nsPrintOptions service. All data should be in the PrintSettings. 2002-03-16 13:08:45 +00:00
nsIPrintSettings.idl 1) Removes most all the unneeded data from nsPrintOptions service. All data should be in the PrintSettings. 2002-03-16 13:08:45 +00:00
nsIScreen.idl Moving Screen API away from individual attributes for performance reasons (stage 1). Fixes bugs on win32 with xul popups where taskbar is not at bottom of screen. 2000-04-21 06:55:13 +00:00
nsIScreenManager.idl adding numberOfScreens to interface. minor cleanup. 2000-03-18 00:56:34 +00:00
nsIScriptableRegion.idl give access to internal region as noscript. make methods lowercase. bug# 80196. r=pchen/sr=smfr 2001-05-12 20:54:57 +00:00