Граф коммитов

3880 Коммитов

Автор SHA1 Сообщение Дата
cbiesinger%web.de d2b227b764 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 0070e36d91 #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 b29af615c1 Fix gtk system fonts (bug 236579). r+sr=dbaron, a=chofmann. 2004-04-06 02:14:07 +00:00
dbaron%dbaron.org 522e03f8d1 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 2f10dedac7 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 56e60f4733 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 1dd96b17a6 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 b87610921e 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 bcb946a472 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 cae23bc18f 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 7e299f9410 [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 f9383ccb8e 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 87d7572bd1 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 07ab3f8c16 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 c36336ee9d Bug 234984. Clean up nsRect/nsSize a bit. r+sr=dbaron 2004-03-10 01:59:16 +00:00
pkw%us.ibm.com c1509e7360 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 ef6ec3cb69 Bug 236403 Clean up nsFontMetricsOS2 array usage (r=mkaply, sr=blizzard) 2004-03-08 23:33:25 +00:00
kjh-5727%comcast.net 22251091b7 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 351b06b683 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 2cf88c0cec 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 91c3eb4cb6 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 050843a6e0 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 5a0028c3b3 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 5d45d6f6f4 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 ccf0a1bd3c 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 04ce5b7f2f Bug 131867 - Don't call setlocale() while printing. r=biesi, sr=tor 2004-02-29 18:49:29 +00:00
darin%meer.net 1d2d419885 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 d6b0d386ee deCOMtaminate nsIPresContext::GetEventStateManager. Bug 229371, r+sr=roc. 2004-02-27 17:17:37 +00:00
pedemont%us.ibm.com 0cea64c260 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 e00dcccade 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 452a8eb743 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 d91750e557 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 12d90a3740 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 985cc47697 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 a61d8166ab bustage fix 2004-02-21 00:38:30 +00:00
tor%cs.brown.edu 28e93714a3 bustage fix 2004-02-21 00:11:49 +00:00
tor%cs.brown.edu cff711a77c 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 72e6d3bcf0 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 d06fff3092 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 5647f75629 Bug 234954 - remove unused nsIDeviceContext::ConvertPixel. r=pavlov sr=bryner 2004-02-20 17:29:53 +00:00
roc+%cs.cmu.edu 43557c3a3d 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 e4f437d0e6 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 f8267bc946 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 b4155c6050 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 8c818ed6c3 landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt 2004-02-19 02:44:03 +00:00
tor%cs.brown.edu aa034608e5 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 fceea8e77d 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 1f036900c1 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 b26298f7c2 Inline TwipsToPixels and PixelsToTwips on nsIPresContext. Bug 229371, r+sr=dbaron. 2004-02-11 04:57:07 +00:00
alex.fritze%crocodile-clips.com 3422584848 Removing '#ifdef MOZ_SVG' conditionals, because xpidl doesn't allow
them. The code which exposes 4 additional methods of the freetype2 api
to mozilla (glyphTransform, getKerning, glyphCopy, glyphToBitmap) is
now compiled into default builds as well. The #ifdefs have been left
in the code to identify those sections only required for SVG support.
2004-02-07 15:22:30 +00:00