pierre%netscape.com
|
7f89a44049
|
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
|
da7e1268bd
|
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
|
e6d81a7b61
|
re-instate null check for crasher bug 102900, r=rods, sr=attinasi
|
2001-10-19 07:30:08 +00:00 |
pavlov%netscape.com
|
5cd2a46ec3
|
first of many patches to come for bug 104999 r=timeless sr=hyatt
|
2001-10-18 09:43:22 +00:00 |
seawood%netscape.com
|
a10c5ed60c
|
Fixing typo
|
2001-10-18 06:23:36 +00:00 |
dbaron%fas.harvard.edu
|
ac33f3f653
|
Fix shutdown leaks of static regions. r=jag sr=blizzard b=103006
|
2001-10-18 03:24:09 +00:00 |
dinglis%qnx.com
|
b3fdf48ec6
|
Not part of build
update of Photon port
|
2001-10-17 14:13:47 +00:00 |
rbs%maths.uq.edu.au
|
d37f1099a6
|
More bullet-proofing of glyph resolution. b=103777 r=shanjian sr=attinasi
|
2001-10-17 06:06:09 +00:00 |
seawood%netscape.com
|
43cd399d14
|
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
|
8eede06bb0
|
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
|
95f3489c69
|
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
|
53c2592f15
|
Fix bustage.
|
2001-10-16 08:19:57 +00:00 |
bryner%netscape.com
|
af617c034e
|
Re-adding comments that were in nsIDrawingSurfaceGTK.h.
|
2001-10-16 07:58:38 +00:00 |
bryner%netscape.com
|
1ddac99589
|
Removing unused/obsolete rhapsody directories. r=pavlov. Not part of the build.
|
2001-10-16 07:52:56 +00:00 |
bryner%netscape.com
|
5c8818882d
|
Getting rid of unused nsIDrawingSurfaceGTK interface. r=pavlov, rs=ben.
|
2001-10-16 07:42:54 +00:00 |
seawood%netscape.com
|
8e5c56be1e
|
Removing unused xp_file.h includes.
Bug #38061 r=bryner
|
2001-10-16 06:08:11 +00:00 |
seawood%netscape.com
|
5368fffc84
|
Replace XP_File usage with standard FILE * routines.
Bug #38061 r=bryner
|
2001-10-16 05:55:57 +00:00 |
dbaron%fas.harvard.edu
|
34fc404be7
|
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
|
d11eac45cc
|
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
|
507d3d0cf5
|
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
|
bbfcbe5903
|
Remove dead nsCString::ToNewString() code usage. r=dbaron, rs=scc.
|
2001-10-14 05:03:26 +00:00 |
jaggernaut%netscape.com
|
e316f90678
|
Remove dead nsString::GetBuffer() code usage. r=dbaron, rs=scc.
|
2001-10-14 04:57:59 +00:00 |
seawood%netscape.com
|
6e81c34e68
|
Removing motif port from the tree.
Bug #89330 r=bryner sr=pavlov
|
2001-10-13 02:59:09 +00:00 |
sfraser%netscape.com
|
7365c45349
|
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
|
1dc9295f24
|
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
|
185ba967bf
|
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
|
012cd38c75
|
Make glyph resolution more robust - bug 103777. r=shanjian, sr=attinasi
|
2001-10-12 05:14:33 +00:00 |
seawood%netscape.com
|
a5172dd3da
|
Export imgScaler.h always to avoid bustage when building only alternative toolkits.
|
2001-10-12 04:33:13 +00:00 |
dbaron%fas.harvard.edu
|
2dcf82b72b
|
Bug 69873: remove nsAutoCString. r=jag rs=scc
|
2001-10-12 02:57:59 +00:00 |
roc+%cs.cmu.edu
|
a6b0ae02d2
|
Bug 57223. Fix up misalignment/endianness problem. r=dbaron,sr=waterson
|
2001-10-12 00:29:33 +00:00 |
sfraser%netscape.com
|
24bf7c0ff4
|
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
|
c695f71261
|
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
|
df32229e56
|
fix bug 95554. r=bstell, sr=sfraser. implement the nsFontEnumeratorMac::HaveFontFor
|
2001-10-10 00:47:54 +00:00 |
beard%netscape.com
|
adf2a25a81
|
[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
|
98ae04c465
|
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
|
329d6f1866
|
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
|
25694acfa3
|
Clean up REQUIRES lines.
|
2001-10-07 10:35:41 +00:00 |
mkaply%us.ibm.com
|
54cb68635f
|
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
|
2b97c8d05c
|
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
|
ac01948d88
|
backout bug 94327 until after the 0.9.4 branch, a=blizzard
|
2001-10-05 00:47:41 +00:00 |
bstell%netscape.com
|
8b28b3bc94
|
backout bug 94327 untill after 0.9.4 branch, a=blizzard
|
2001-10-05 00:45:59 +00:00 |
rbs%maths.uq.edu.au
|
0701a60928
|
[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
|
a845f5ef53
|
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
|
a2d838423f
|
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
|
b77cb5068b
|
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
|
91d72d7897
|
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
|
0cc7ea34da
|
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
|
44251578ee
|
fix possible leak that should have been fixed earlier
|
2001-10-02 03:12:02 +00:00 |
dbaron%fas.harvard.edu
|
4021e7798d
|
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
|
1b8e0a3b1f
|
add transliterator to GfxWin, b=33498. r=shanjian, sr=waterson
|
2001-10-02 02:57:34 +00:00 |