Commit Graph

2745 Commits

Author SHA1 Message Date
shanjian%netscape.com
f616beb0ae #97343 annot display middot(Unicode 00B7)in the UI under W95/W98
r=ftang, sr=attinasi
2001-10-26 20:14:58 +00:00
alecf%netscape.com
6ae8a9bee0 Convert users of nsCRT::ToUpper(PRUnichar) to ToUpper(PRUnichar) for bug 100214, r=jag, sr=scc 2001-10-26 17:18:35 +00:00
alecf%netscape.com
6ad6ade94b Added files: mozilla/intl/unicharutil/util/nsUnicharUtils.cpp 2001-10-26 06:19:51 +00:00
rbs%maths.uq.edu.au
9059fd1bdd Add look-ahead in the case of the substitute fallback font to handle several adjacent missing characters at once rather than one by one. b=104153 r=shanjian sr=attinasi 2001-10-26 04:54:15 +00:00
alecf%netscape.com
8b0ceb8c3c final makefile.win changes for bug 100214, just adding some REQUIRES to be used soon 2001-10-26 03:18:09 +00:00
jaggernaut%netscape.com
6af1ab8051 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-25 09:16:56 +00:00
dbaron%fas.harvard.edu
02f3a2d769 Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974 2001-10-25 03:21:53 +00:00
mkaply%us.ibm.com
4f7d35eb51 #106000
r=pedemont, a=blizzard
Wrong coordinates for stretching 24bit images
2001-10-24 14:46:26 +00:00
shanjian%netscape.com
756823dba4 #97176 startup perf- remove the need of loading of fontEncoding.properties files at startup time to speed up
This is part of patch for 97176, it was mistakenly removed when I checked in for 102706.
r=rbs, sr=waterson
2001-10-24 00:21:48 +00:00
roc+%cs.cmu.edu
3b44b1647d Bug 73382. Add important documentation comment. r=kmcclusk,rs=attinasi 2001-10-23 01:37:29 +00:00
shanjian%netscape.com
fda190543a #102706 change nsFontMetricsWin.cpp to use nsCompressedCharMap
r=rbs sr=attinasi

Most of the charmap were replaced by compressed charmap, only very few
left for direct operation. Some optimization also get in as problem
found when testing this patch.
2001-10-22 23:20:24 +00:00
dougt%netscape.com
0a62d4e8d5 99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com 2001-10-22 22:01:27 +00:00
alecf%netscape.com
c8469b7ac5 bug 100214 - add libunicharutil_s to all unix projects that require it, r=cls 2001-10-22 20:44:02 +00:00
seawood%netscape.com
ccf920d8ed Create common base (nsDeviceContextX) for nsDeviceContextXlib & nsDeviceContextXp to partially remove xprint dependency upon xlib. Also fixes static builds.
Thanks to Roland.Mainz@informatik.med.uni-giessen.de for the patch.
Bug #103371 r=cls sr=waterson
2001-10-20 08:51:57 +00:00
pierre%netscape.com
1ceb68a0e7 105576 "Unicode fallback characters don't zoom". Apply zoom before calling ATSUIFallbackDrawChar(). r=ftang/sr=sfraser 2001-10-19 21:23:37 +00:00
dougt%netscape.com
d18d7e2b17 nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2001-10-19 20:52:59 +00:00
rbs%maths.uq.edu.au
75d651439e re-instate null check for crasher bug 102900, r=rods, sr=attinasi 2001-10-19 07:30:08 +00:00
pavlov%netscape.com
80f4c45fa3 first of many patches to come for bug 104999 r=timeless sr=hyatt 2001-10-18 09:43:22 +00:00
seawood%netscape.com
63fc23a6fb Fixing typo 2001-10-18 06:23:36 +00:00
dbaron%fas.harvard.edu
571ec03371 Fix shutdown leaks of static regions. r=jag sr=blizzard b=103006 2001-10-18 03:24:09 +00:00
dinglis%qnx.com
1d7085a130 Not part of build
update of Photon port
2001-10-17 14:13:47 +00:00
rbs%maths.uq.edu.au
456165252a More bullet-proofing of glyph resolution. b=103777 r=shanjian sr=attinasi 2001-10-17 06:06:09 +00:00
seawood%netscape.com
453220b93d Remove use of additional dirs in VPATH as it causes problems in srcdir builds and the previous workarounds do not always work due to a bug in gcc's -MD.
Bug #105005 r=jag
2001-10-17 06:00:18 +00:00
ftang%netscape.com
d8c39a53c5 fix bug 97176. delay loading of fontEncoding.properties untill we need it. Build in some common pair
r=rbs sr=waterson
2001-10-16 22:29:29 +00:00
seawood%netscape.com
8e45b78c13 For directories that use additional VPATHs, change OBJ_SUFFIX instead of duplicating build rules. Turn off compiler dependencies when changing OBJ_SUFFIX because at least gcc < 3.0 has problems generating the correct dependencies when the basename of the srcfile does not match the basename of the object file.
Bug #105005
2001-10-16 09:31:58 +00:00
dbaron%fas.harvard.edu
87bbc37030 Fix bustage. 2001-10-16 08:19:57 +00:00
bryner%netscape.com
ece0244428 Re-adding comments that were in nsIDrawingSurfaceGTK.h. 2001-10-16 07:58:38 +00:00
bryner%netscape.com
aa953f4f2b Removing unused/obsolete rhapsody directories. r=pavlov. Not part of the build. 2001-10-16 07:52:56 +00:00
bryner%netscape.com
0ef211df3f Getting rid of unused nsIDrawingSurfaceGTK interface. r=pavlov, rs=ben. 2001-10-16 07:42:54 +00:00
seawood%netscape.com
82cd057ad7 Removing unused xp_file.h includes.
Bug #38061 r=bryner
2001-10-16 06:08:11 +00:00
seawood%netscape.com
76bbe640b0 Replace XP_File usage with standard FILE * routines.
Bug #38061 r=bryner
2001-10-16 05:55:57 +00:00
dbaron%fas.harvard.edu
ed869c764e Replace uses of overloaded |fputs| and most uses of |ns[C]String::ToCString|. b=104763 r=jag rs=scc 2001-10-16 03:53:44 +00:00
simon%softel.co.il
d5b8374959 Bring the comments on nsRenderingContextWin::SetRightToLeftText in line with the code. Bug 104791, r/rs=pavlov 2001-10-15 10:24:06 +00:00
bstell%netscape.com
c31b9474c4 A short explaination of what the gfs/src/x11shared dir is intended for.
Not part of the build.
2001-10-15 05:31:29 +00:00
jaggernaut%netscape.com
a355418983 Remove dead nsCString::ToNewString() code usage. r=dbaron, rs=scc. 2001-10-14 05:03:26 +00:00
jaggernaut%netscape.com
b9f4fd8c36 Remove dead nsString::GetBuffer() code usage. r=dbaron, rs=scc. 2001-10-14 04:57:59 +00:00
seawood%netscape.com
566cf2aa54 Removing motif port from the tree.
Bug #89330 r=bryner sr=pavlov
2001-10-13 02:59:09 +00:00
sfraser%netscape.com
e634ffaadd Fix for bug 36796 - implement page setup on Mac and Mac OS X. r=sdagley, sr=alecf. Adding nsPrintOptionsX.cpp 2001-10-12 23:48:51 +00:00
sfraser%netscape.com
2e5532dfa7 Fix for bug 36796 - implement page setup on Mac and Mac OS X. r=sdagley, sr=alecf. 2001-10-12 23:48:34 +00:00
cls%seawood.org
7cf2052dc9 Remove Motif port from build. Pull using MOTIF_LAST_RITES tag to resurrect (but why would you want to do a silly thing like that?)
Bug #89330 r=bryner sr=pavlov
2001-10-12 20:21:31 +00:00
rbs%maths.uq.edu.au
b32ed94ba9 Make glyph resolution more robust - bug 103777. r=shanjian, sr=attinasi 2001-10-12 05:14:33 +00:00
seawood%netscape.com
ba96cd123a Export imgScaler.h always to avoid bustage when building only alternative toolkits. 2001-10-12 04:33:13 +00:00
dbaron%fas.harvard.edu
a22072c008 Bug 69873: remove nsAutoCString. r=jag rs=scc 2001-10-12 02:57:59 +00:00
roc+%cs.cmu.edu
6cc249a641 Bug 57223. Fix up misalignment/endianness problem. r=dbaron,sr=waterson 2001-10-12 00:29:33 +00:00
sfraser%netscape.com
9a79a8ff90 Fix bug 50578 -- don't show bogus error dialog when cancelling a print job. r=rods, sr=kin 2001-10-11 19:10:26 +00:00
sfraser%netscape.com
28d0da88df Fix bug 101947 -- return NS_ERROR_ABORT when the user cancels the print dialog. r=sdagley, sr=floppymoose 2001-10-10 02:23:34 +00:00
ftang%netscape.com
45c260237a fix bug 95554. r=bstell, sr=sfraser. implement the nsFontEnumeratorMac::HaveFontFor 2001-10-10 00:47:54 +00:00
beard%netscape.com
196c6da98e [not part of build] An assortment of glue functions for calling Core Graphics (Quartz) on Mac OS X. 2001-10-09 19:27:35 +00:00
jaggernaut%netscape.com
d3941a351c Bug 102461: Workaround for bug 93771 causes hang in Xprint module, patch by gisburn, r=jag, sr=jst 2001-10-08 22:23:08 +00:00
kmcclusk%netscape.com
fb44a17136 Pass back an error when allocating offscreen fails on GTK. bug=70424 r=pavlov@netscape.com, sr=attinasi@netscape.com 2001-10-08 20:17:26 +00:00
jaggernaut%netscape.com
c39b98b2a4 Clean up REQUIRES lines. 2001-10-07 10:35:41 +00:00
mkaply%us.ibm.com
fbf9dc20b1 No bug
r=pedemont, sr=blizzard
OS/2 only - bitmap fonts don't display at all if DPI is neither 96 nor 120
2001-10-07 03:48:05 +00:00
mkaply%us.ibm.com
367815c2ea No bug
r=pedemont, sr=blizzard, a=asa
OS/2 only - use case insensitive font name compares
2001-10-05 03:46:59 +00:00
bstell%netscape.com
cb42c4bda6 backout bug 94327 until after the 0.9.4 branch, a=blizzard 2001-10-05 00:47:41 +00:00
bstell%netscape.com
0753626962 backout bug 94327 untill after 0.9.4 branch, a=blizzard 2001-10-05 00:45:59 +00:00
rbs%maths.uq.edu.au
55988c75cc [not part of the build] Follow-up to bug 99010 - Hook GetTextDimensions() in QT and Photon from where platform gurus can take on - bug 96609 2001-10-03 05:03:58 +00:00
bstell%netscape.com
1eb9604025 bug 94327,
r=katakai@japan.sun.com, r=Roland.Mainz@informatik.med.uni-giessen.de,
r=bstell@netscape.com (xlib code), sr=sr=kin@netscape.com
group fonts with the same name but different foundries together
so the best size can be choosen.
2001-10-03 03:38:43 +00:00
blizzard%redhat.com
81f2bc6e6e Fix bug #74870. "Cookie dialog invisible with moz on second screen of Xinerama". Patch from Chris P. Ross <cross@distal.com>. sr=blizzard, r=jwbaker@acm.org 2001-10-03 01:38:12 +00:00
seawood%netscape.com
da0a6bef67 Implement minimal text rendering to go with bug 99010. r=rbs@maths.uq.edu.au 2001-10-02 21:32:20 +00:00
blizzard%redhat.com
7bf4cc284a Bug #96213. Don't query Xinerama if Xinerama is not active. Patch from Frederic Crozat <fcrozat@mandrakesoft.com>. r=blizzard, sr=shaver 2001-10-02 04:58:32 +00:00
dbaron%fas.harvard.edu
9a4acbab7a Bug 45797: replace remaining uses of deprecated macros NS_IMPL_QUERY_INTERFACE and friends with NS_IMPL_QUERY_INTERFACE1 and friends and remove the deprecated macros. r=jag sr=alecf 2001-10-02 03:18:08 +00:00
rbs%maths.uq.edu.au
bfa3b34b37 fix possible leak that should have been fixed earlier 2001-10-02 03:12:02 +00:00
dbaron%fas.harvard.edu
30b6e6587c Remove duplication of code between implementations of nsILookAndFeel and nsIDeviceContext by removing system color and metric implementations from nsIDeviceContext implementations and changing nsIDeviceContext::GetSystemAttribute to nsIDeviceContext::GetSystemFont. b=96971 r=bryner sr=waterson 2001-10-02 03:10:56 +00:00
rbs%maths.uq.edu.au
91ce95633f add transliterator to GfxWin, b=33498. r=shanjian, sr=waterson 2001-10-02 02:57:34 +00:00
rbs%maths.uq.edu.au
e606215eb0 Fix inverted logic that caused printing bug 102243. r=rods, sr=kin 2001-10-01 21:01:38 +00:00
mkaply%us.ibm.com
fa7e7b3724 #101134
r=mkaply, sr=blizzard
OS/2 only - code from Pedemont - fix text justification on OS/2
2001-10-01 18:56:00 +00:00
pavlov%netscape.com
4d223104e1 adding uuid r=me,biesi sr=waterson bug 77354 2001-09-29 14:05:14 +00:00
jaggernaut%netscape.com
ca6197295f 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 2001-09-29 08:28:41 +00:00
dbaron%fas.harvard.edu
b4a9dd3726 Fix HP bustage -- can't static_cast to an incomplete class. 2001-09-29 06:12:57 +00:00
dbaron%fas.harvard.edu
866f3de341 Oops. Backing that out. 2001-09-29 05:10:22 +00:00
dbaron%fas.harvard.edu
9478b4f62f Previous comment should refer to bug 102208. 2001-09-29 05:09:37 +00:00
dbaron%fas.harvard.edu
5086c7b98f Fix blocker bug 100208 by handling the possibility that a GdkFont wraps an XFontSet rather than an XFontStruct. Handle the XFontSet by using the size and weight from the first font and all the family names. r=jag 2001-09-29 05:06:00 +00:00
mkaply%us.ibm.com
ff9bb7596c No bug - OS/2 only - yellow on tiling should have been debug only 2001-09-28 23:10:27 +00:00
mkaply%us.ibm.com
940ca8c806 No bug - get OS/2 fonts back to where they were before the font landing 2001-09-28 23:08:43 +00:00
mkaply%us.ibm.com
53ec61888f Attempt to make OS/2 fonts work again 2001-09-28 02:43:02 +00:00
mkaply%us.ibm.com
e77136c5a6 OS/2 REQUIRES bustage 2001-09-28 02:42:47 +00:00
dbaron%fas.harvard.edu
68286cd85c Implement CSS2 (and CSS3 / extension) system fonts on GTK port. b=33313 r=bryner sr=blizzard, waterson 2001-09-27 23:44:40 +00:00
rods%netscape.com
14a29b2651 Part of previous checkin for Bug 99415, forgot to set this back to &PT 2001-09-27 22:21:38 +00:00
rbs%maths.uq.edu.au
1401dffc2e Placeholders to just let the build go green again 2001-09-27 21:57:27 +00:00
mkaply%us.ibm.com
df7a69ae26 Just get the functions in there so OS/2 builds again 2001-09-27 21:18:41 +00:00
rbs%maths.uq.edu.au
0aa6fd147d fix build bustage 2001-09-27 20:04:05 +00:00
rbs%maths.uq.edu.au
6555606288 fix build bustage 2001-09-27 19:32:40 +00:00
rbs%maths.uq.edu.au
5b02d7ca8a bug 99010 - font changes. r=attinasi@netscape.com, sr=waterson@netscape.com 2001-09-27 18:34:30 +00:00
rbs%maths.uq.edu.au
60cde18887 bug 99010 - font changes. r=roland.mainz@informatik.med.uni-giessen.de, sr=waterson@netscape.com 2001-09-27 18:32:58 +00:00
rbs%maths.uq.edu.au
933fd3edcb bug 99010 - font changes. r=pierre@netscape.com, sr=waterson@netscape.com 2001-09-27 18:32:31 +00:00
rbs%maths.uq.edu.au
85dae6b9b4 bug 99010 - font changes. r=katakai@japan.sun.com, sr=waterson@netscape.com 2001-09-27 18:31:59 +00:00
rbs%maths.uq.edu.au
b397b570d6 bug 99010 - font changes. r=bstell@netscape.com, sr=waterson@netscape.com 2001-09-27 18:31:35 +00:00
rbs%maths.uq.edu.au
ade8e8688f bug 99010 - font changes. r=shanjian@netscape.com,kmcclusk@netscape.com, sr=waterson@netscape.com 2001-09-27 18:29:59 +00:00
rbs%maths.uq.edu.au
74bc287551 bug 99010 - font changes. r=shanjian@netscape.com, sr=waterson@netscape.com 2001-09-27 18:29:17 +00:00
tor%cs.brown.edu
8b042de390 Bug 98252 - assume 8-bit alpha channels are really 0- or 1-bit until
proven otherwise.  r=rjesup,pavlov, sr=attinasi
2001-09-27 01:16:59 +00:00
rods%netscape.com
f90b35f264 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
2001-09-26 14:01:26 +00:00
rods%netscape.com
4350e45c02 pass back the proper errors codes, instead of just a null devspec
Bug 101514 r=karnazr sr=kin
2001-09-26 14:00:30 +00:00
gerv%gerv.net
04bc2069f5 License changes, take 2. Bug 98089. mozilla/gfx/. 2001-09-26 00:16:04 +00:00
bstell%netscape.com
45afd4a21e bug 101370, r=adamlock, rs=alecf
fix bustage from checkin (bug 95518); make SearchNode and
SetUpFontCharSetInfo interact as before
2001-09-25 21:12:18 +00:00
jaggernaut%netscape.com
d02a77c434 Clean up REQUIRES, r=cls 2001-09-25 02:56:54 +00:00
sfraser%netscape.com
7a14bb70f6 Fix for bug 100700 -- save and restor the GDevice along with the drawing port to fix blank window problems with Carbon, and with ATM installed. r=pierre, sr=scc 2001-09-25 00:27:24 +00:00
pinkerton%netscape.com
5f9ccbe33b use OS routine to sub out the menubar and dock on OSX/Carbon. r=sdagley/sr=sfraser/a=chofmann. bug# 83570. 2001-09-24 22:28:04 +00:00
rjesup%wgate.com
74a56c0ca5 Backout of commits for bug 97299. This causes assertions, which means we
missed some spots where name was getting set.
2001-09-24 15:26:39 +00:00
rjesup%wgate.com
7b11edbf60 Bustage fix attempt #2. NS_GFX was there before, but gcc didn't care. I
didn't add it back in when I went back to a struct.  (Bug 97299)
2001-09-24 09:07:53 +00:00
rjesup%wgate.com
969b89354f Bustage fix for bug 97299 checking: Win32 compiler doesn't like class and
struct mixed.  Reverted nsFont to struct.
2001-09-24 08:14:17 +00:00
rjesup%wgate.com
a230194a5b Bug 97299: Store font names in lowercase. r=pavlov, sr=attinasi 2001-09-24 07:35:04 +00:00
cls%seawood.org
fc70efa0a1 Use non-standard OBJ_SUFFIX so that we can safely use VPATH to grab files from other srcdirs and allow people to build in the srctree.
Bug #100851 r=jag
2001-09-22 00:21:59 +00:00
mkaply%us.ibm.com
a80c7ca184 #97907
r=kaie, r=dcone, sr=jst
Checkin for Roland.Mainz@informatik.med.uni-giessen.de - add error codes to printing
2001-09-21 13:52:39 +00:00
jst%netscape.com
88efd5ac86 Checking in Roland.Mainz@informatik.med.uni-giessen.de's fix for bug 87285, MathML broken in Xlib-toolkit and Xprint. r=rbs@maths.uq.edu.au, sr=kin@netscape.com 2001-09-20 05:13:26 +00:00
bstell%netscape.com
06006e4109 ports bustage fix for bug 95518 2001-09-19 06:03:47 +00:00
cls%seawood.org
50038ae51a Compilers handle local declarations of 'int i' inside a for-loop differently so just declare it once at the top of the function. 2001-09-19 04:23:48 +00:00
cls%seawood.org
eddfd879fc Update REQUIRES list with added depedency upon uconv introduced by checkin for bug 95518. Fixing myotonic bustage 2001-09-19 04:22:21 +00:00
bstell%netscape.com
879d1c6b94 bug 95518, r=yokoyama@netscape.com,r=Roland.Mainz@informatik.med.uni-giessen.de,
sr=brendan@mozilla.org,

Compress font char maps by folding the empty spaces on top of each other.
2001-09-19 03:01:54 +00:00
bstell%netscape.com
f53f35ce1d bug 95518, r=yokoyama@netscape.com,r=Roland.Mainz@informatik.med.uni-giessen.de,
sr=brendan@mozilla.org,

Compress font char maps by folding the empty spaces on top of each other.
2001-09-19 02:52:30 +00:00
alecf%netscape.com
0d9020937e fix for bug 100310 r=jag, sr=blizzard - remove gfx dependency on string bundles, move into windows-specific module 2001-09-18 22:02:30 +00:00
jaggernaut%netscape.com
77271b03ed One module per line for REQUIRES. r=/sr=alecf 2001-09-18 21:52:15 +00:00
jaggernaut%netscape.com
dc40187223 Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf 2001-09-18 13:41:47 +00:00
sfraser%netscape.com
6943dfea79 Fix bug 86694 -- image tiling slow on Mac. Implement repeated scaling into a temporary GWorld before final blit. sr=scc, r=pavlov. 2001-09-18 01:39:04 +00:00
alecf%netscape.com
62424ee7b2 Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!) 2001-09-17 19:06:35 +00:00
bryner%netscape.com
40a7b0eaf6 Bug 98041 - xlib port of image tiling assertion fixes. Checking in for Roland.Mainz@informatik.med.uni-giessen.de. r=timeless, sr=jst. 2001-09-15 21:20:24 +00:00
mkaply%us.ibm.com
832f9199c1 #55103
r=mkaply, sr=blizzard
Code from Javier. Hack up the font code real good to account for OS/2 weirdness.
We now size things correctly.
2001-09-14 21:09:54 +00:00
jaggernaut%netscape.com
25856c9451 Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls 2001-09-14 05:37:29 +00:00
timeless%mac.com
dcef7e8328 Bug 90380 Get rid of |#ifdef _IMPL_NS_XPRINT|
patch by Roland.Mainz@informatik.med.uni-giessen.de
r=jesup,jag,dcran sr=blizzard
2001-09-13 13:29:58 +00:00
rjesup%wgate.com
070b2fe9da Bug 92576. nsVoidArray->nsAutoVoidArray. sr=jst, r=waterson, r=pavlov, r=kin, r=kmcclusk 2001-09-12 14:59:11 +00:00
jaggernaut%netscape.com
30ace44624 Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls. 2001-09-12 12:48:23 +00:00
mkaply%us.ibm.com
fe4b5bc9fe #96050
Removing unnecessary files from xprint for Roland.Mainz@informatik.med.uni-giessen.de
2001-09-12 02:35:51 +00:00
mkaply%us.ibm.com
b5a07aa4fe #76856
Night of the Living Dead CVS files - rekilling files that got changes made after they were killed
2001-09-11 03:22:16 +00:00
alecf%netscape.com
298c713fa2 add REQUIRES support to layou, content, gfx, gfx2, widget and modules/libpr0n b=98371 r=cls 2001-09-10 20:46:52 +00:00
jaggernaut%netscape.com
b26394e3be Bug 73353: clean up REQUIRES. r=cls 2001-09-09 13:36:07 +00:00
rjesup%wgate.com
937298da2f Bug 93999: 1-liner fix to unhork xlib (fix to typo by imot). r/sr=blake
via IRC
2001-09-07 21:32:54 +00:00
rjesup%wgate.com
9974a282dc Bug 93999: Minor bustage fix for HPUX (doesn't allow delete [] of void *);
dbaron looked it over and agrees.
2001-09-07 00:57:52 +00:00
rjesup%wgate.com
58d0356b53 bug 93999: reduce number of image creations in gtk/xlib. Patch by imot
(Tomi.Leppikangas@oulu.fi).  r=pavlov, sr=brendan, r=bbaetz on c++ issues,
 jst said "check it in" on c++ issues.
2001-09-06 23:00:49 +00:00
shanjian%netscape.com
c2c48c3d09 #97516 crash in nsRenderingContextWin::GetWidth() in certain situation
r=rbs, sr=waterson
2001-09-06 20:21:59 +00:00
rjesup%wgate.com
fc09016d0f bug 97480: missing virtual in destructor in nsFontCache. r=bstell, sr=kin 2001-09-06 19:27:38 +00:00
bstell%netscape.com
f4453db167 bug 97533, patch by dbaron@fas.harvard.edu, r=bstell, sr=blizzard
check return status from getIntPref
2001-09-06 14:22:08 +00:00
mkaply%us.ibm.com
a157996113 No bug
r=mkaply, sr=blizzard
OS/2 only - Got these reversed - on OS/2, NEWFRAME is used at the end of a page, not the beginning
2001-09-06 04:01:45 +00:00
mkaply%us.ibm.com
09c1005756 No bug
r=mkaply, sr=blizzard
OS/2 only - code from javier - more font improvements - better scaling and text zoom for bitmap fonts
2001-09-06 04:00:07 +00:00
valeski%netscape.com
93959d48cc r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway. 2001-09-05 21:28:38 +00:00
kaie%netscape.com
b7d7284551 Trying to fix BeOS bustage 2001-09-05 17:35:47 +00:00
kaie%netscape.com
d52ef98bc5 b=24847 r=dcone sr=attinasi
Implement printing of Landscape in Unix.
Contact me at kai.engert@gmx.de
2001-09-05 14:30:16 +00:00
bryner%netscape.com
23272e1972 Bug 85388 - Xprint prints transparent images with black background. Patch from Roland.Mainz@informatik.med.uni-giessen.de, r=jesup@wgate.com, sr=kin. 2001-09-05 07:29:26 +00:00
dbaron%fas.harvard.edu
cdcbdf64e2 Make the "browser.display.screen_resolution" pref work again. b=69205 r=bryner sr=waterson 2001-09-05 03:15:55 +00:00
cls%seawood.org
93f5675e94 Updating REQUIRES 2001-09-04 23:30:27 +00:00
cls%seawood.org
c7c6ddd63c Update REQUIRES 2001-09-04 23:24:04 +00:00
pavlov%netscape.com
2a9f77a324 fixing the annoying GDK-CRITICAL asserts on linux. bug 95160. r=bryner sr=hyatt a=asa 2001-09-03 08:21:37 +00:00
cls%seawood.org
a2e92028c9 Add xprint ldflags to linking of gfx_xlib.
Thanks to Roland.Mainz@informatik.med.uni-giessen.de (Roland Mainz) for the patch.
Bug #97264 r=cls a=blizzard
2001-09-01 17:29:05 +00:00
dcone%netscape.com
c6428ad877 b=97461 r=rods sr=attinasi a=chofmann. Look for null device and will exit with error if it is null 2001-08-31 20:15:34 +00:00
mkaply%us.ibm.com
127076b934 #64594
r=mkaply, sr=blizzard, a=asa for drivers
OS/2 only - do the right thing when cancel is pressed in print dialog
2001-08-31 03:12:16 +00:00
mkaply%us.ibm.com
a092f888a3 No bug
r=mkaply, sr=blizzard, a=asa for drivers
OS/2 only - don't use bitmap fonts on printers
2001-08-31 03:10:26 +00:00
mkaply%us.ibm.com
73056e6adc #58637
r=mkaply, sr=blizzard, a=asa for drivers
OS/2 only - The best UTF-8/Unicode support we can do
2001-08-31 03:08:10 +00:00
mkaply%us.ibm.com
9e11d1a8f1 #62175
r=mkaply, sr=blizzard, a=asa for drivers
OS/2 only - Code from Javier - more font rewrite - better parsing of names
2001-08-31 03:06:33 +00:00
mkaply%us.ibm.com
7e32fb8c0d #97490
r=mkaply, sr=blizzard, a=asa for drivers
OS/2 only - Code from Javier - don't hardcode pixels to twips,
and don't draw 0 height or width rectangles
2001-08-30 03:22:24 +00:00
pierre%netscape.com
1f791b08d6 Bug 39117 "[zoom]View Enlarge/Reduce Text Size doesn't work on mac". Calculate zoom in nsFontMetricsMac::GetNativeTextStyle() and remove disabling of menus in viewZoomOverlay. r=rbs, sr=sfraser, a=dbaron 2001-08-29 07:52:02 +00:00
stephend%netscape.com
e631793b96 Bug 94301. X-lib-port uses other fonts than GTK+-port. Patch by Roland.Mainz@informatik.med.uni-giessen.de (gisburn on irc) r=dbaron sr=tor a=asa on behalf of drivers 2001-08-28 23:12:50 +00:00
mkaply%us.ibm.com
96b7a35493 #97368
r=pedemont sr=blizzard a=asa for drivers
OS/2 only - make printer code more friendly - like honoring return codes for instance
2001-08-28 22:08:39 +00:00