seawood%netscape.com
9edcc5094a
Fixing win32 gmake bustage.
2002-02-12 06:24:00 +00:00
shanjian%netscape.com
ab29096262
#120348 crash in macro CCMAP_HAS_CHAR_EXT
...
rewrite CCMAP_HAS_CHAR_EXT macro
r=ftang, sr=attinasi
2002-02-12 05:01:42 +00:00
shanjian%netscape.com
5adcad4348
Reverse my last checkin because the comment is not there. (cvs ci does not
...
allow me abort, while I copy-n-paste, it accidentally copied a carriage return.)
2002-02-12 04:59:15 +00:00
shanjian%netscape.com
b1ecc45245
*** empty log message ***
2002-02-12 04:54:24 +00:00
shanjian%netscape.com
dbeb907ac9
#116030 provide a way to identify langGroup/rang for a unicode char
...
Add some checking code to figure out the range of a unicode char, and use this
piece of information to guide preference font searching.
r=rbs, sr=brendan
2002-02-12 04:51:41 +00:00
bryner%netscape.com
42e134c60a
Fix the focused state for textfields. Not part of the build.
2002-02-12 04:21:16 +00:00
sfraser%netscape.com
c8c5cd5fb9
Part of fix for bug 122012 -- add a StOriginSetter utility class. Also fix some trivial comment and spacing issues. r=pinkerton, sr=beard
2002-02-12 01:25:43 +00:00
bryner%netscape.com
ad68814ac4
adding new theme constant, NS_THEME_DROPDOWN_TEXTFIELD. bug 124560, r=bzbarsky/pinkerton, sr=hyatt.
2002-02-12 00:44:36 +00:00
arougthopher%lizardland.net
1caaa87135
Fix for Bug#124519
...
Transapent infromation was not being displayed properly, due to the fact that it was being removed by the Optimise() function. This was ok, until Optimise was actually being called, which it is now, becuase of the checkin for bug 104999.
r=mozilla@switkin.com
2002-02-10 03:03:51 +00:00
mkaply%us.ibm.com
d3305ddec3
Try to get Os/2 building again with mathml
2002-02-09 16:03:46 +00:00
seawood%netscape.com
cb4a2da210
Add stub implementations MathML's GetBoundingMetrics() so that builds work again.
...
Thanks to Paul Ashford <arougthopher@lizardland.net> for the patch.
Bug #124543 r=mozilla@switkin.com
Fixing tinderbox bustage
2002-02-09 09:46:54 +00:00
bryner%netscape.com
8abfc25a17
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
bryner%netscape.com
bee2035040
- Hooked up toolbar background painting
...
- Return the correct border sizes for most widgets
- Code/style cleanup
Not part of the build.
2002-02-08 07:33:57 +00:00
nisheeth%netscape.com
6e21bd323f
Fix bug 124069. r=pavlov@netscape.com, sr=tor@acm.org. Removed scaling and 8 bit alpha blending code from DrawToImage().
2002-02-08 06:32:56 +00:00
arougthopher%lizardland.net
1bc8997b84
Fix for Bug#122121 - BeOS gfx implementation extremely slow
...
This fix does the folllowing:
- creating and destroying BBitmaps every time you blit
- copying platform independent bits into BBitmaps every time you blit
- using B_OP_ALPHA even when no alpha channel is present
- excessive locking when drawing (currently twice around every primitive)
- excessive calls to Sync() resulting in a huge slowdown (particularly when tiling)
- unneeded drawing of BBitmap data in DrawToImage()
- Added DrawNoLock() method used by DrawTile() calls, to prevent locking and
synchronizing with the server on each iteration
- Fixed several warnings
- Massive code cleanup and commenting
- Rewrote CreateImage() completely since only the 24 -> 32 bit case matters.
Removed non-working cruft related to B_CMAP8 BBitmaps, and optimized code to
work better on systems without write-combining.
- Removed unused member variables
- Reordered member variables for better packing and initialized them in order
- Removed code in DrawToImage() which was updating the BBitmap unnecessarily
- Implemented memory saving feature in Optimize() for when its starts getting
used again
r=arougthopher@lizardland.net
r=mozilla@switkin.com
2002-02-08 03:33:09 +00:00
dbragg%netscape.com
c224428e90
Moving platform-specific files to platform-specific jar files. Fixes bug 94242. r=tao, sr=alecf
2002-02-07 22:54:31 +00:00
dcone%netscape.com
cf3ce49d17
b=118889 r=rods sr=sfraser Fixed app. so printSettings dialogs will work
2002-02-07 05:32:59 +00:00
sfraser%netscape.com
d03674c5ea
Fix #include file case, so that Mac builds on UFS volumes work. r=gracie
2002-02-07 00:01:43 +00:00
pinkerton%netscape.com
35c70c6841
ifdef-fu for mach-o. rs=hyatt
2002-02-06 15:42:06 +00:00
rods%netscape.com
2e18b8bb1c
This fixes remembering the last printer that was used and it also
...
enables you to to set the printer name and print silently (instead of silent
always having to use the default printer)
Bug 123335 sr=hyatt r=dcone
2002-02-06 13:02:42 +00:00
rods%netscape.com
dd289fdc4b
Fix minor issue with scanf
...
Bug 123335 sr=hyatt r=dcone
2002-02-06 13:01:37 +00:00
cathleen%netscape.com
bf3e08eb5f
eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan
2002-02-05 01:41:13 +00:00
mkaply%us.ibm.com
dd9e1492fe
#108280
...
r=mkaply, sr=blizzard
Make OS/2 use display facenames on DBCS fonts.
2002-02-04 14:44:36 +00:00
bryner%netscape.com
50a2155258
Don't try to build native theme support on gtk2 (API changes). r=cls.
2002-02-04 09:03:53 +00:00
blizzard%redhat.com
6307370817
Bug #92033 . Land changes to get gfx/ building with gtk2. Lots of ifdef code here. r=cls,bryner sr=alecf
2002-02-03 03:47:18 +00:00
lordpixel%mac.com
17ae2f2e7b
Final trunk fix for bug# 119118.
r=netdemon, sr=smfr.
r=sleestack (sherif) for checkin while tree closed
2002-02-02 04:44:14 +00:00
rods%netscape.com
2998f79a6f
Added GlobalPrintSettings
...
Bug 120622 r=dcone sr=waterson
2002-02-01 15:48:21 +00:00
alecf%netscape.com
634e2f6f0c
one more part of fix for bug 107575, including the much coveted whitespace
...
remove aIgnoreCase parameter from all nsString and nsCString consumers
sr=jag, r=shaver
2002-02-01 01:53:09 +00:00
rods%netscape.com
c1322db4c8
This was suppose to go in as part of
...
Bug 122530 r=dcone sr=hyatt
2002-02-01 01:42:37 +00:00
darin%netscape.com
a7b8afcb82
fix mach-o bustage
2002-02-01 00:48:32 +00:00
pinkerton%netscape.com
6dfc8399b1
tooltips themed. r=sdagley/sr=ben. bug#115754
2002-01-31 19:45:20 +00:00
rods%netscape.com
9a412f826e
This does the following:
...
1) Removes the EnumeratePrinterExtended from nsIPrintOptions and all impls of it
2) Sets the Windows platform to once again use the native print dialog
3) The nsDeviceContextSpecWin will detect at runtime whether to use the standard PRINTDLG or the new PRINTDLGEX (supported by XP and WIN2k), this new code is only compiled in when the ifdef MOZ_REQUIRE_CURRENT_SDK is defined.
4) It adds an extra Property Sheet to the new dialog for Frameset Printing options
5) Now creates a DEVMODE before the diaog is created, this is used for setting different options in the print dialog before it comes up.
122530 r=dcone sr=hyatt
2002-01-31 14:30:22 +00:00
pavlov%netscape.com
ea6da43d6c
fixing bug 104999 on windows. r=dcone sr=waterson
2002-01-30 22:17:55 +00:00
pinkerton%netscape.com
7559da36bd
fix case where some pushbuttons were too narrow. r=sdagley/sr=sfraser. bug# 120896
2002-01-30 22:01:44 +00:00
sfraser%netscape.com
d285f8f560
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
timeless%mac.com
42b7fd94de
Bug 120211 Hook-up a dialog which warns users of the broken Xfree86 Xprt
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless sr=jag
2002-01-30 03:15:27 +00:00
cathleen%netscape.com
370959ffe2
eliminate nsCRT::zero() to use memset to zero instead, bug 118135, r=dp sr=waterson
2002-01-30 02:55:57 +00:00
pinkerton%netscape.com
5c704d79f2
twisties, upside down tabs, and tree implementation on mac. Also adding constants for window, menu, and dialog backgrounds XP. bug 115747, r=sdagley/sr=hyatt,sfraser.
2002-01-29 21:10:57 +00:00
timeless%mac.com
3c9001fdb0
Bug 95986 remove references to nsImageManager
...
removing obsolete tests
removal for cbiesinger@web.de r=pavlov sr=tor
2002-01-29 15:15:37 +00:00
timeless%mac.com
cdb05eb90a
Bug 95986 remove references to nsImageManager
...
patch by cbiesinger@web.de r=pavlov sr=tor
2002-01-29 15:01:33 +00:00
bryner%netscape.com
03c6995809
Style and code cleanup. No functional changes. Not part of the build.
2002-01-29 03:06:44 +00:00
timeless%mac.com
3b048c0b95
Bug 120967 Scale images with specific scaling factors
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless sr=sfraser
2002-01-29 03:06:19 +00:00
timeless%mac.com
86e11d2cb8
Bug 121066 Images are dithered in Grayscale mode
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless sr=sfraser
2002-01-29 03:05:19 +00:00
timeless%mac.com
c68ef8c76d
Bug 120221 Make |NS_ERROR_GFX_PRINTER_INVALID_ATTRIBUTE| more specific
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=rods sr=sfraser
2002-01-29 03:03:56 +00:00
bryner%netscape.com
6a299696af
Removing scrollbar tracks from the list of widgets that don't need to be invalidated due to a state change. This fixes the scrollbar "stuck-in-hover" problem. Not part of the build.
2002-01-28 23:44:16 +00:00
bryner%netscape.com
0f23690859
Cleaning up checkbox/radio button code, now that I understand how it's supposed to work. Hooked up checkbox/radio containers. Fixed active/hover state problems with buttons. Not part of the build.
2002-01-28 10:38:01 +00:00
bryner%netscape.com
ae75fe61cc
turning off focus border for checkboxes. it's causing problems. not part of the build.
2002-01-28 07:17:39 +00:00
bryner%netscape.com
a785e1023d
Hooking up textfields and dropdown buttons. Not part of the build.
2002-01-28 06:32:08 +00:00
pinkerton%netscape.com
acd3ea06e5
changes for cocoa product to build and run and coexist in the tree with carbon. r=cls/sr=hyatt, bug# 111230
2002-01-25 22:01:41 +00:00
rods%netscape.com
868a74e26b
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
2002-01-25 02:40:19 +00:00
mkaply%us.ibm.com
60b676ca4d
#116705
...
r=pedemont, sr=blizzard
OS/2 only - use FM_INVERT for drawing inverted rect
2002-01-25 00:02:40 +00:00
hyatt%netscape.com
64517b14e5
More objc fixes to remove id as parameter. r=danm, sr=brendan
2002-01-24 23:14:20 +00:00
bzbarsky%mit.edu
007a14ce1e
Correct case of some includes so we build on UFS. Bug 108300, patch by
...
leaf@mozilla.org , r=beard, sr=darin
2002-01-24 18:49:11 +00:00
pinkerton%netscape.com
30c642c36e
allow --enable-default-toolkit=cocoa in makefiles and default toolkit can now be overridden on platform that don't use X11. r=cls/sr=hyatt. bug#121496
2002-01-24 15:11:18 +00:00
lordpixel%mac.com
821a177253
Fix bustage. bug # is 119118
2002-01-24 04:33:01 +00:00
lordpixel%mac.com
3a4e1a0b29
Fix for bug 119118 Issue with calculating rowBytes. r=sdagley, sr=smfr
2002-01-24 03:48:54 +00:00
bstell%ix.netcom.com
28004f05df
bug 119042, crash when dividing 0 by 1
...
r=bstell@ix.netcom.com , sr/a=brendan@mozilla.org ,
2002-01-23 15:07:15 +00:00
bryner%netscape.com
0cc4e8b30d
Fixing selected state for radio buttons. Not part of the build.
2002-01-23 06:00:03 +00:00
sfraser%netscape.com
ad46777a6d
Fix for bug 120228. The rendering context made for the caret was interferring with the origin and clipping of the drawing port. To fix this, we have to reset these before reach drawing call. r=pinkerton, sr=kin, a=asa
2002-01-23 00:44:39 +00:00
pinkerton%netscape.com
e2bc16894c
ensure that mPixelsToTwips is always integral. r=dbaron/sr=sfraser/a=asa. bug#120779
2002-01-22 22:26:22 +00:00
bryner%netscape.com
731275c961
Hooking up radio buttons, clean up debugging printf's. Not part of the build.
2002-01-21 21:51:57 +00:00
shanjian%netscape.com
cee3d83a76
#120047 crash while loading http://www.lupa.cz/anketa.phtml [@ ReadCMAPTableFormat4]
...
r=rbs, sr=attinasi, a=dbaron
Another patch missed in previous patch.
2002-01-18 21:07:02 +00:00
bryner%netscape.com
1a1db3e353
Some minor changes for scrollbar buttons that use transparency. Not part of the build.
2002-01-18 10:10:51 +00:00
bryner%netscape.com
cf1979e3a5
Backing out my fix for bug 104544, it is causing artifacts to appear around the edges of images in the chrome. a=dbaron.
2002-01-18 02:05:50 +00:00
pinkerton%netscape.com
5ddd42b71b
add tab support and fix up drawing problems with port not being set. r=sdagley/sr=sfraser/a=asa. bug# 120171
2002-01-17 23:08:25 +00:00
bryner%netscape.com
54c6f6da65
Fixing up horizontal scrollbars. Not part of the build.
2002-01-17 06:48:13 +00:00
bryner%netscape.com
55ed089d3a
Make sure the button widget is created before painting scrollbar arrows. Not part of the build.
2002-01-17 06:34:30 +00:00
shanjian%netscape.com
fe6079611a
#120047 crash while loading http://www.lupa.cz/anketa.phtml [@ ReadCMAPTableFormat4]
...
r=rbs, sr=waterson, a=dbaron
2002-01-17 00:03:03 +00:00
shanjian%netscape.com
18d34111dd
#119659 Can't see hebrew with latest build
...
r=smontagu, sr=attinasi, a=dbaron
2002-01-16 23:50:56 +00:00
shanjian%netscape.com
869f425ffd
#120343 Several languages on Unicode pages rendering with unwanted squares
...
r=smontagu, sr=waterson
2002-01-16 21:32:18 +00:00
seawood%netscape.com
fa5df5e54c
Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
...
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
bryner%netscape.com
7cf83b660f
Bug 104544 (unpainted horizontal lines in images when scrolling). If we get twip coordinates from layout that aren't on pixel boundaries, round the rect out to make sure we paint everything that we need to. r=pavlov, sr=jag/brendan.
2002-01-16 04:56:42 +00:00
rods%netscape.com
dc54a86242
Fixes round off error for scaling and fixes to var names
...
Bug 120072 r=dcone sr=attinasi
2002-01-16 03:16:01 +00:00
bstell%ix.netcom.com
4305b20a78
bug 112490 - add "always use anti alias scaled bitmap font (AASB)"
...
r=Roland.Mainz@informatik.med.uni-giessen.de , sr=blizzard@mozilla.org
2002-01-16 00:42:08 +00:00
shanjian%netscape.com
a29625f963
#118000 support unicode plane 1 characters
...
r=ftang, sr=attinasi
nsCompressCharMap was modified to take ucs4 directly.
nsFontMetricsWin was modified to handle surrogate pair.
2002-01-16 00:15:58 +00:00
pinkerton%netscape.com
c753910f61
Pull in layout/content/locale for nsITheme work and fix bustage. r=dbaron.
2002-01-15 23:30:20 +00:00
timeless%mac.com
1633c022c7
Bug 112635 [Xlib] XXlibRgb revamp ..
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timecop@network.email.ne.jp rs=attinasi
2002-01-15 23:30:16 +00:00
mkaply%us.ibm.com
c9a0722dcc
#119526
...
r=mkaply, sr=blizzard
OS/2 only - code from dainis to fix some PS initialization problems
2002-01-15 23:14:09 +00:00
pinkerton%netscape.com
2af10832c5
fixes bustage. had to wrap some things in TARGET_CARBON.
2002-01-15 18:08:09 +00:00
briane%qnx.com
0d4c316548
PHOTON ONLY, not part of build
...
Fixes for rep image drawing, printing changes (PR=112048)
2002-01-15 16:55:22 +00:00
pinkerton%netscape.com
06b931e821
add nsNativeThemeMac for mach-o build.
2002-01-15 16:26:16 +00:00
pinkerton%netscape.com
9cce550598
tweak scrollbars and fix non-carbon bustage. i'll get back to this later.
2002-01-15 16:25:38 +00:00
pinkerton%netscape.com
a799df64b7
nsITheme impl on mac. r=sfraser/sr=hyatt. bugs 115731, 115733, 115735, 115737, 115740, 115749, 115760, 115763
2002-01-15 14:59:21 +00:00
rods%netscape.com
31556c1fed
The page setup info was not being set into the dev mode when printing ssilently.
...
Bug 119959 r=dcone sr=hyatt
2002-01-15 01:06:32 +00:00
sfraser%netscape.com
263fc8336b
Fix port/GDevice management issues in Mac code, fixes bugs 113480, 103234, 105946, and 104781. Changes ensure that the current graphics device is set correctly when SetPort is used to change the current graphics port (to window or GWorld). r=pinkerton, rs=brendan
2002-01-14 23:26:49 +00:00
rbs%maths.uq.edu.au
e2a55978d0
Fix bug 117637 - eliminate memory allocations in all consumers of GetFontData(), r=shanjian, sr=attinasi
2002-01-14 19:54:23 +00:00
bryner%netscape.com
59bfd3e7a3
Hook up toolbarbuttons and grippers. Tweak borders and minimum sizes on scrollbars. Not part of the build.
2002-01-14 10:37:43 +00:00
bryner%netscape.com
fe3e849d35
Bug 119837 - add a parameter to nsITheme::GetMinimumWidgetSize to specify if CSS is allowed to override the min size. r=bzbarsky, sr=hyatt.
2002-01-14 05:40:37 +00:00
bryner%netscape.com
b6df8d038b
Hooking up scrollbar tracks and thumbs. Not part of the build.
2002-01-13 06:53:53 +00:00
bryner%netscape.com
fc030b3f78
GTK theme renderer changes:
...
- Keep "widget prototypes" around instead of raw GtkStyles. This way, the style retains valid GC's.
- Pass widget instances to gtk_paint_* to satisfy themes that expect this to be non-null.
- Add support for scrollbar buttons.
- Code refactoring and cleanup.
Not part of the build.
2002-01-13 03:04:24 +00:00
timeless%mac.com
41cd912b3e
Bug 119398 DeviceContextImpl does not correctly check for error
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless sr=sfraser
2002-01-13 00:17:37 +00:00
rods%netscape.com
68e2a5beb1
This enables platforms to set a pref as to whether they allow print from print preview.
...
Bug 118623 r=roland sr=attinasi
2002-01-12 12:58:46 +00:00
rods%netscape.com
3787a18a29
New print dialog doesn't show the right default printer in windows if the printer is a networkprinter
...
Bug 118409 r=dcone sr=self
2002-01-12 12:45:49 +00:00
bryner%netscape.com
c79a0a8b2d
Initial checkin of gtk native theme renderer. Contains support for buttons and checkboxes. Not part of the build, to enable set NATIVE_THEME_SUPPORT=1.
2002-01-12 04:56:37 +00:00
cathleen%netscape.com
c2d19ad82a
converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp
2002-01-12 03:18:55 +00:00
dbaron%fas.harvard.edu
151ec366c2
Clean up QueryInterface implementation. Patch by Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de>. r=dbaron sr=sfraser b=111088
2002-01-12 03:14:03 +00:00
dbaron%fas.harvard.edu
e8d0381108
Fix bustage.
2002-01-11 19:24:51 +00:00
rods%netscape.com
92367f8431
reflow was using the wrong DC to rendering context for PP
...
BUg 117745 r=dcone sr=attinasi
2002-01-11 11:56:10 +00:00
rods%netscape.com
8b8ea59cc8
Wasn't setting the default correctly.
...
Bug 118409 r=dcone sr=attinasi
2002-01-10 23:22:14 +00:00
shanjian%netscape.com
57f0373d07
#118606 support opentype format 12 CMAP table
...
r=rbs, sr=attinasi
2002-01-10 22:06:58 +00:00
shanjian%netscape.com
39bcf179d6
#106476 A more readable approach in resolving fonts
...
r=rbs, sr=attinasi
2002-01-10 21:26:07 +00:00
lordpixel%mac.com
f23e5dc487
Fix for bug 66814. r=pink, sr=smfr
2002-01-10 03:11:02 +00:00
timeless%mac.com
4f36a2b5d6
Bug 116158 Enhance the workaround for bug 88554
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless, r=rods, sr=dveditz
2002-01-10 02:51:26 +00:00
timeless%mac.com
be0f861649
Bug 84380 Need a component that generates thai presentation forms
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=cls, r=pradhat, sr=attinasi
2002-01-10 02:32:43 +00:00
rbs%maths.uq.edu.au
3761ed754e
Compact code, b=118617, r=shanjian, sr=waterson
2002-01-10 01:05:38 +00:00
bstell%ix.netcom.com
7baafbeb9b
bug 116150 add NextNonEmptyCCMapPage and SetChars(PRUint16* aCCMap)
...
for FreeType2 font code
r=shanjian, sr=brendan
2002-01-10 00:01:38 +00:00
mkaply%us.ibm.com
3370c4c71a
#118932
...
r=mkaply, sr=blizzard
OS/2 only - use the name of the queue for the printer dialog
2002-01-09 21:31:45 +00:00
bzbarsky%mit.edu
e93309f629
Replace DEBUG_PRINTF with NS_WARNING/NS_ASSERTION. Bug 117440, patch by
...
Morten Nilsen <Morten@Nilsen.com>, r=timeless, sr=brendan
2002-01-09 18:49:43 +00:00
dcone%netscape.com
303d368fed
b=98252, r=kmcclusk, sr=attinasi. Added support for fast alpha tiling.
2002-01-09 15:02:00 +00:00
hyatt%netscape.com
c4a5008a0d
Fix for hover/active feedback on radio/checkbox/menulist in WinXP theme. r=hewitt, sr=ben
2002-01-09 01:26:16 +00:00
rods%netscape.com
00844c5ebf
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
2002-01-08 01:15:25 +00:00
ftang%netscape.com
ebade7db91
fix bug 117098. sr=sfraser add arabic isolated fallback . in ATSUI fallback, fallback bold/italic form to non bold/italic for arabic font. do not go through QD fallback for Arabic/Hebrew by turn off the converter. remove fake bidi code.
2002-01-08 00:47:02 +00:00
ftang%netscape.com
3a8df3643c
fix bug 117098. Now we treat Mac as non bidi platform sr=sfraser
2002-01-08 00:45:23 +00:00
ftang%netscape.com
aa470e2cbd
fix bug 117098. sr=sfraser let mac os 9 code also compiled on non Carbon
2002-01-08 00:44:47 +00:00
hyatt%netscape.com
976fbdfaa5
Fix for 115767, dropdown list support for WinXP, r=hixie, sr=blake
2002-01-08 00:43:20 +00:00
rods%netscape.com
97b05bb232
support for printing of non-latin1 chars
...
Bug 100328 r=dcone sr=brenden
2002-01-07 13:26:27 +00:00
bstell%ix.netcom.com
2235ae9962
bug 112516 move shared gtk files to x11shared
...
Makefile.in changes r=cls
the files were moved but not otherwise changed
2002-01-06 20:11:51 +00:00
dbaron%fas.harvard.edu
2feca83869
Remove duplicate initialization of nsDeviceContext reference count by derived class constructor (which is dangerous since it could be incremented during the base class constructor). Various other cleanup, mostly in xlib port. b=111088 r=rbs sr=jag
2002-01-06 18:37:27 +00:00
bstell%ix.netcom.com
dd56ad0377
bug 112516 move shared gtk files to x11shared
...
Makefile.in changes r=cls
the files were moved but not otherwise changed
2002-01-06 07:15:43 +00:00
bstell%ix.netcom.com
9e058dba3f
bug 112516 move shared files from gfx/src/gtk to gfx/src/x11shared
...
these were copied
2002-01-06 07:00:46 +00:00
bstell%ix.netcom.com
22eff14ac5
bug 118033, remove useless assertion
...
checkin for Roland.Mainz@informatik.med.uni-giessen.de
r=bstell@ix.netcom.com , sr=blizzard
2002-01-06 02:36:19 +00:00
bstell%ix.netcom.com
cce3d8c864
bug 116136 - fix aasb with 10646 fonts
...
r=ftang, sr=shaver
2002-01-06 02:28:02 +00:00
hyatt%netscape.com
a87576bb28
Fix for 115759, support for textfields in WinXP, r=hixie, sr=jst
2002-01-06 01:43:17 +00:00
hyatt%netscape.com
602406dd66
Fixing 115750, support for tabpanels and tabs in WinXP, r=bryner, sr=blake
2002-01-06 00:22:24 +00:00
hyatt%netscape.com
d7bc9b0652
Fix for 115750, WinXP tab support. r=bryner, sr=blake
2002-01-05 23:44:39 +00:00
hyatt%netscape.com
d481b61bd0
Fix for 115753, windows xp tooltip support, r=bryner, sr=sspitzer
2002-01-05 00:33:40 +00:00
hyatt%netscape.com
93abe6b742
Fix for 115748, r=bryner, sr=sspitzer
2002-01-05 00:15:48 +00:00
rods%netscape.com
2a1c672584
Better algorithm for getting and setting the dfault printer
...
Bug 117819 r-dcone sr=attinasi
2002-01-04 14:46:26 +00:00
hewitt%netscape.com
f16d619b26
115757 - null check for win2k, r=bryner, sr=hyatt
2002-01-04 01:04:13 +00:00
hyatt%netscape.com
d4326b49d1
Checking in 115757, enabling of Windows XP Theme Support under Classic skin.,r=bryner,sr=hewitt
2002-01-04 00:28:01 +00:00
mkaply%us.ibm.com
8b78500f51
#108280
...
r=mkaply, sr=blizzard
OS/2 only - more fallout from 99010
2002-01-03 22:42:10 +00:00
mkaply%us.ibm.com
7a8495a794
#117919
...
r=rods,mkaply sr=blizzard
OS/2 only - implement AvailablePrinters
2002-01-03 22:08:04 +00:00
timeless%mac.com
1ffb202182
Bug 116439 - Xprint module prints sometimes underlined text wrong
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless sr=jag
2002-01-03 02:16:44 +00:00
timeless%mac.com
545e6b8214
Bug 104075 - need X font banning
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=bstell@ix.netcom.com sr=jag
2002-01-03 02:13:34 +00:00
mkaply%us.ibm.com
1b6f195ef1
#111114
...
r=pedemont, sr=blizzard
OS/2 only - bad if condition on whether to SlowTile
2002-01-02 23:24:25 +00:00
mkaply%us.ibm.com
cf56f0838b
Stupid syntax error
2002-01-02 23:06:26 +00:00
mkaply%us.ibm.com
14ab31c1ac
No bug
...
r=pedemont, sr=blizzard
OS/2 only - make 0 system resolution mean "system setting" and don't use user specified DPI for bitmap fonts
2002-01-02 22:19:51 +00:00
pinkerton%netscape.com
0ed8328ac3
Fix mach-o build bustage. Don't include non-carbon things unless we're
...
actually building for carbon.
2002-01-02 16:23:14 +00:00
seawood%netscape.com
4240452f77
Fixing beos bustage caused by checkin for bug 113917
2002-01-02 05:47:24 +00:00
seawood%netscape.com
26054e8541
Cleaning up win32 gmakefiles from xp print dialog changes (bug 113917)
2002-01-02 05:34:00 +00:00
timeless%mac.com
137cc3b3d5
Bug 117654 [Xlib] Minor issue in nsFontXlibNormal::GetWidth()
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless
2002-01-02 00:19:14 +00:00
dcone%netscape.com
2198c6ca22
*** empty log message ***
2002-01-01 15:34:03 +00:00
dcone%netscape.com
472932310b
Add nsPrintSettingsImpl to the project. Needed for the Rods checkin. See that checkin for approval.
2002-01-01 15:15:47 +00:00
rods%netscape.com
7ff08d39b0
To fix breakage
2002-01-01 14:22:55 +00:00
rods%netscape.com
f0fa2b824e
to fix breakage
2002-01-01 14:10:19 +00:00
rods%netscape.com
cd85f43f88
additional files and patches from arougthopher@lizardland.net to get BEOS to work
...
(because of checkin for 113917)
2002-01-01 13:11:46 +00:00
rods%netscape.com
1fde5f13f3
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
2002-01-01 12:58:53 +00:00
arougthopher%lizardland.net
3878ab3366
Fix for Bug#10090
...
BViews were being drawn one pixel too small, do to the fact that Bview.Bounds() returns one pixel smaller than the actually widht/height. (Also happens from BView.Frame()) Added a +1 to a couple of places to adjust for this.
Argouthopher at lizardland.net
r=cls (seawood@netscape.com )
2001-12-29 21:21:00 +00:00
rbs%maths.uq.edu.au
ba98eecc50
Follow-up to bug 115392, r=shanjian sr=brendan. Clean the left-over and outdated comments noted in passing
2001-12-27 00:24:48 +00:00
ftang%netscape.com
444b0f0021
fix bug 115374. add one not-well-documented flag for LOGFONT
...
to fix display problem on Chinese and Korean window 95/98/NT
r=shanjian sr=brendan
2001-12-26 21:10:44 +00:00