rods%netscape.com
|
cdc13df2f5
|
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
|
f8baeda2dd
|
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
|
92d4fbf218
|
converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp
|
2002-01-12 03:18:55 +00:00 |
|
dbaron%fas.harvard.edu
|
e7e310a9bd
|
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
|
fa6686c2d6
|
Fix bustage.
|
2002-01-11 19:24:51 +00:00 |
|
rods%netscape.com
|
b304b3f01e
|
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
|
978de2b139
|
Fixing build problem
Bug 119147 r=dcone sr=attinasi
|
2002-01-11 11:48:28 +00:00 |
|
rods%netscape.com
|
126e97c993
|
Wasn't setting the default correctly.
Bug 118409 r=dcone sr=attinasi
|
2002-01-10 23:22:14 +00:00 |
|
shanjian%netscape.com
|
7df3a4d014
|
#118606 support opentype format 12 CMAP table
r=rbs, sr=attinasi
|
2002-01-10 22:06:58 +00:00 |
|
shanjian%netscape.com
|
4073d94c89
|
#106476 A more readable approach in resolving fonts
r=rbs, sr=attinasi
|
2002-01-10 21:26:07 +00:00 |
|
lordpixel%mac.com
|
2b4ba3c39a
|
Fix for bug 66814. r=pink, sr=smfr
|
2002-01-10 03:11:02 +00:00 |
|
timeless%mac.com
|
e047e5956d
|
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
|
ed26a5d45e
|
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
|
1ceb7234a7
|
Compact code, b=118617, r=shanjian, sr=waterson
|
2002-01-10 01:05:38 +00:00 |
|
bstell%ix.netcom.com
|
14b6fe9068
|
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
|
25f078f225
|
#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
|
614dc253ca
|
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
|
11514c49a2
|
b=98252, r=kmcclusk, sr=attinasi. Added support for fast alpha tiling.
|
2002-01-09 15:02:00 +00:00 |
|
hyatt%netscape.com
|
fea61336ed
|
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
|
7f647c74bf
|
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
|
780648f6b2
|
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
|
e24bac9ed1
|
fix bug 117098. Now we treat Mac as non bidi platform sr=sfraser
|
2002-01-08 00:45:23 +00:00 |
|
ftang%netscape.com
|
8d0240a708
|
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
|
9d09b333bd
|
Fix for 115767, dropdown list support for WinXP, r=hixie, sr=blake
|
2002-01-08 00:43:20 +00:00 |
|
rods%netscape.com
|
c13593de3c
|
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
|
b6241de43e
|
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
|
6ef5940320
|
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
|
017c2bee2b
|
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
|
994a3ddb6a
|
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
|
e1db4e7f60
|
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
|
6158613784
|
bug 116136 - fix aasb with 10646 fonts
r=ftang, sr=shaver
|
2002-01-06 02:28:02 +00:00 |
|
hyatt%netscape.com
|
179f32fe3c
|
Fix for 115759, support for textfields in WinXP, r=hixie, sr=jst
|
2002-01-06 01:43:17 +00:00 |
|
hyatt%netscape.com
|
03e7fc057f
|
Fixing 115750, support for tabpanels and tabs in WinXP, r=bryner, sr=blake
|
2002-01-06 00:22:24 +00:00 |
|
hyatt%netscape.com
|
a9a8f30db3
|
Fix for 115750, WinXP tab support. r=bryner, sr=blake
|
2002-01-05 23:44:39 +00:00 |
|
hyatt%netscape.com
|
c155598327
|
Fix for 115753, windows xp tooltip support, r=bryner, sr=sspitzer
|
2002-01-05 00:33:40 +00:00 |
|
hyatt%netscape.com
|
d749d59e46
|
Fix for 115748, r=bryner, sr=sspitzer
|
2002-01-05 00:15:48 +00:00 |
|
rods%netscape.com
|
0f08309d52
|
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
|
61df0dc23c
|
115757 - null check for win2k, r=bryner, sr=hyatt
|
2002-01-04 01:04:13 +00:00 |
|
hyatt%netscape.com
|
e3f61bf44f
|
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
|
f96e9b2489
|
#108280
r=mkaply, sr=blizzard
OS/2 only - more fallout from 99010
|
2002-01-03 22:42:10 +00:00 |
|
mkaply%us.ibm.com
|
c6b8ebb38b
|
#117919
r=rods,mkaply sr=blizzard
OS/2 only - implement AvailablePrinters
|
2002-01-03 22:08:04 +00:00 |
|
timeless%mac.com
|
32c70a88b5
|
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
|
c5b9e57b1b
|
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
|
f8239a2146
|
#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
|
67e57d8447
|
Stupid syntax error
|
2002-01-02 23:06:26 +00:00 |
|
mkaply%us.ibm.com
|
7fe24a6543
|
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
|
1d1deb68d1
|
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
|
11a49ae318
|
Fixing beos bustage caused by checkin for bug 113917
|
2002-01-02 05:47:24 +00:00 |
|
seawood%netscape.com
|
eea7fa29d0
|
Cleaning up win32 gmakefiles from xp print dialog changes (bug 113917)
|
2002-01-02 05:34:00 +00:00 |
|
timeless%mac.com
|
27f57ebbc8
|
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 |
|