amardare%qnx.com
e16647549c
Changes for qnx ( photon ) platform only. They should not affect runtime/building other platforms.
...
Bug:217943
Patch from jkinraid@clear.net.nz to fix draw international text with special character spacing
( justified text ).
2004-04-15 14:40:47 +00:00
cbiesinger%web.de
57a0646583
fix FreeType 2.1.8 compilation error, bug 240498
...
patch by Peter Kov���� <peter.kovar@pobox.sk>, r+sr=blizzard
2004-04-14 17:22:52 +00:00
mkaply%us.ibm.com
051a7b9098
#212684
...
r=pedemont, sr=blizzard (platform specific), a=mkaply
OS/2 only - Don't attempt to draw hellip with the default font if you are not 1252
2004-04-09 02:41:24 +00:00
bryner%brianryner.com
b2e17eb6d5
Fix gtk system fonts (bug 236579). r+sr=dbaron, a=chofmann.
2004-04-06 02:14:07 +00:00
dbaron%dbaron.org
54c2d344f8
Limit text measurement and drawing to 512 characters at a time, since text measurement can't deal with anything wider than 32768 pixels. b=237085 r=bryner sr=blizzard a=chofmann
2004-04-05 19:18:43 +00:00
amardare%qnx.com
029818b0d0
Changes for the qnx( photon ) platform. They should not affect runtime/building other platforms.
...
Fixed a small problem with nsRenderingContextPh::DrawLine, DrawStdLine.
2004-03-22 21:49:30 +00:00
amardare%qnx.com
e7e16b6f87
Change for the qnx ( photon ) platform only. It should not affect runtime/building other platforms.
...
Fixed a random crash due to incorrect setting of ZOOM_SHMEM flag.
2004-03-18 23:53:54 +00:00
dbaron%dbaron.org
2c963d6acc
Simplify code to avoid optimization bug. b=233497 r=ajschult sr=roc a=blizzard
2004-03-16 01:07:13 +00:00
kjh-5727%comcast.net
cabd62878a
Bug 236801 - Stretched and clipped images could yield invalid postscript.
...
r=tor, sr=roc, a=choffman.
2004-03-15 23:35:20 +00:00
amardare%qnx.com
43b9b1aa49
Changes for qnx( photon ) platform only. It should not affect runtime/building other platforms.
...
Changes required to fix printing under 630.
2004-03-15 23:31:19 +00:00
bzbarsky%mit.edu
e1af17ce5c
Fix IsWidgetStyled to properly handle backgrounds on <select>. Bug 224974 and
...
bug 181490, patch by Isaac Hwak Han (isaachh@mailc.net ), r=bryner, sr=bzbarsky,
a=chofmann
2004-03-14 05:19:45 +00:00
sergei_d%fi.tartu.ee
72094132af
[BeOS] bug 230267 The caret is stuck or hidden... r=sergei_d@fi.tartu.ee a=dbaron, no sr required (port code)
2004-03-13 19:27:03 +00:00
tor%cs.brown.edu
994e4c20f7
Bug 205893 - use DIBSection instead of DIBitmap. Patch by sring@gmx.net,
...
r=ere, sr=tor, a=chofmann
2004-03-12 17:11:54 +00:00
kjh-5727%comcast.net
6c9a77c6c2
Bug 175879 - Build process adjustments.
...
r=cls, no sr needed (makefile only), a=dbaron
2004-03-11 22:05:32 +00:00
timeless%mozdev.org
701b748023
Bug 182324 [ps] mozilla generates level 3 postscript that will not print on a level 1 printer
...
patch by ajschult@mindspring.com r=kherron sr=tor
2004-03-10 04:39:06 +00:00
roc+%cs.cmu.edu
260cbe3924
Bug 234984. Clean up nsRect/nsSize a bit. r+sr=dbaron
2004-03-10 01:59:16 +00:00
pkw%us.ibm.com
7228baf9bc
Bug 210629 - Add encoder/decoder for (x-)IBM-1046 used for Arabic on AIX.
...
r=jshin@mailaps.org , sr=roc@ocallahan.org
2004-03-09 14:14:55 +00:00
pedemont%us.ibm.com
92e13337aa
Bug 236403 Clean up nsFontMetricsOS2 array usage (r=mkaply, sr=blizzard)
2004-03-08 23:33:25 +00:00
kjh-5727%comcast.net
17802f01e7
Bug 175879. Display ISO paper sizes in mm & remove extraneous 1/4-inch
...
margin from printouts. r=tor, sr=roc
2004-03-06 21:49:44 +00:00
bryner%brianryner.com
64209ceda0
Don't highlight toplevel menus on hover for gtk. Bug 233242, r=pch, sr=roc.
2004-03-06 21:27:33 +00:00
chanial%noos.fr
d1b8707e78
Bug 236484: check for the attributes "focused" and "_moz-menuactive" in WidgetStateChanged. r+sr=bz
2004-03-05 06:32:18 +00:00
chanial%noos.fr
8b16e11d1f
Bug 118296: implement NS_THEME_MENUBAR, NS_THEME_TOOLBAR, NS_THEME_MENUPOPUP and NS_THEME_MENUITEM (GTK2)
...
r=bryner, sr=roc
2004-03-04 04:55:31 +00:00
sicking%bigfoot.com
28169f7a8a
Bug 232706: Make nsAttrValue able to directly store all needed datatypes without using nsHTMLValue. Move parsing of various types from nsHTMLValue to nsAttrValue. Rename StringToAttribute to ParseAttribute and make it return a PRBool, as well as make a couple of minor fixes in the ParseAttribute code.
...
r=caillon sr=jst
2004-03-04 02:06:28 +00:00
sfraser%netscape.com
43fb01fc56
Fix bug 113406: make Mac image code able to deal with wide images. r=ccarlen, sr=bryner.
2004-03-02 04:01:13 +00:00
chanial%noos.fr
77e7eada75
correct comment typo in bug 235913 + make it fit 80 columns. r=Roland Mainz
2004-03-01 01:21:34 +00:00
chanial%noos.fr
cdfa7d1d63
Bug 235913: Random crashes while printing on Solaris, patch by Roland Mainz, r=biesi, sr=bz
2004-02-29 23:04:37 +00:00
kjh-5727%comcast.net
8074caf229
Bug 131867 - Don't call setlocale() while printing. r=biesi, sr=tor
2004-02-29 18:49:29 +00:00
darin%meer.net
c380c59f65
landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin
2004-02-28 22:34:07 +00:00
bryner%brianryner.com
ed98c9a308
deCOMtaminate nsIPresContext::GetEventStateManager. Bug 229371, r+sr=roc.
2004-02-27 17:17:37 +00:00
pedemont%us.ibm.com
2ee3043f21
Bug 235089 - Fonts from prefs being ignored due to bad cast. r=sfraser, sr=dbaron
2004-02-26 22:09:55 +00:00
tor%cs.brown.edu
53278dee04
Bug 235064 - background images have poor visual quality on 8bpp win32.
...
r=ere, sr=roc
2004-02-25 20:19:41 +00:00
dbaron%dbaron.org
5fe4f3907f
Pass sizes to Xft in pixels rather than points so font sizes don't break when our DPI pref is adjusted. b=197037 r=bryner sr=blizzard
2004-02-23 21:38:52 +00:00
chanial%noos.fr
84b69de140
Bug 119735: NS_THEME_WINDOW and NS_THEME_DIALOG implementations (GTK2)
...
r=bryner, sr=roc
2004-02-22 17:42:26 +00:00
dbaron%dbaron.org
9de5129044
Attempt to fix IRIX bustage (which may even be correct on the assumption that it's correct to pull in C++ standard headers somehow). The compiler is complaining about ambiguous overload resolution for std::abs.
2004-02-22 07:06:55 +00:00
roc+%cs.cmu.edu
8e85f2ae12
Bug 180931. If we move a frame temporarily during reflow, we'd better invalidate the whole overflow area because invalidates may have been issued at the temporary position.
2004-02-22 03:31:30 +00:00
tor%cs.brown.edu
e456d4fb7a
bustage fix
2004-02-21 00:38:30 +00:00
tor%cs.brown.edu
baf2dec925
bustage fix
2004-02-21 00:11:49 +00:00
tor%cs.brown.edu
099ad1985e
Bug 168614 - postscript not honoring TMP, TMPDIR, TEMP.
...
Patch by kjh-5727@comcast.net , r=cbiesinger, sr=dbaron
2004-02-20 22:58:28 +00:00
amardare%qnx.com
e491dccb81
Changes for the qnx platform only. These changes should not affect runtime/building
...
other platforms.
A log of changes:
- Switch to the new photon 630 api ( PgDraw...Cx, PgSet...Cx ).
- images with alpha maps are fully supported now, no matter the size.
- the very old problem in email composition or other text fields when the cursor is
displayed way ahead of the correct position is fixed now
- when selecting the text using the cursor, the text used to move left and right as you
select - that should be fixed now ( except a known case (align:justify) )
- the links underlining is done correctly now ( the underline was beyond the boundaries of the link ).
2004-02-20 22:36:47 +00:00
bryner%brianryner.com
55c69981f6
Add an interim workaround for xft font match priority problems to fix the problem where changing the serif generic font in preferences changes the UI font as well. This adds an extra bit to the nsFont struct for system fonts that we can use as an indicator to not add a generic fallback. Bug 228518, r=blizzard, sr=dbaron.
2004-02-20 19:36:53 +00:00
tor%cs.brown.edu
54fad8e447
Bug 234954 - remove unused nsIDeviceContext::ConvertPixel. r=pavlov sr=bryner
2004-02-20 17:29:53 +00:00
roc+%cs.cmu.edu
bc4732d3b9
Bug 229897. Fix build warning on brad. r+sr=roc, patch by Serge Gautherie
2004-02-20 04:38:34 +00:00
tor%cs.brown.edu
1b99ebfbae
Bug 234752 - Print code returns NS_OK in cases where it should return
...
an error. Patch by roland.mainz@nrubsig.org , r+sr=roc.
2004-02-19 21:58:40 +00:00
jshin%mailaps.org
e352eaed3f
bug 234908 : fix the crash in Xft builds introduced by bug 231995. temporary work-around (patch by darin)
2004-02-19 19:47:25 +00:00
jshin%mailaps.org
cf9d6a4895
bug 233485 : add 'size' parameter to nsAutoBuffer (patch for customers) : r=ccarlen, sr=rbs)
2004-02-19 11:00:29 +00:00
darin%meer.net
8d65e087ae
landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt
2004-02-19 02:44:03 +00:00
tor%cs.brown.edu
f0c294395a
Bug 233212 - don't set colormap on 1-bit stretch.
...
r=blizzard sr=byrner a=dveditz
2004-02-18 20:58:51 +00:00
pinkerton%aol.net
3023bece63
text fields shouldn't default to transparent as we use -moz-field for the bg
...
(r/sr=bryner, bug 203438)
2004-02-18 03:45:55 +00:00
tor%cs.brown.edu
479f841bd6
Bug 233212 - private colormaps not working with gtk2 or xft builds.
...
r=blizzard sr=bryner a=chofmann
2004-02-12 16:52:22 +00:00
bryner%brianryner.com
92499cbd13
Inline TwipsToPixels and PixelsToTwips on nsIPresContext. Bug 229371, r+sr=dbaron.
2004-02-11 04:57:07 +00:00