pavlov%pavlov.net
9b7260746c
adding missing file
2005-08-23 07:37:42 +00:00
pavlov%pavlov.net
6441a5cc3e
removing mTextZoom as its no longer used on trunk
2005-08-23 07:36:22 +00:00
pavlov%pavlov.net
ddc685ab31
fixing typo
2005-08-23 07:00:44 +00:00
pavlov%pavlov.net
88df079f1d
fix cairo-windows to only build the thebes dir and not also the windows one r=vlad
2005-08-23 06:43:28 +00:00
pavlov%pavlov.net
584d08908f
adding missing )
2005-08-23 06:40:10 +00:00
pavlov%pavlov.net
0689d85cf0
moving native theme stuff to widget (bug 305291) and landing the remaining thebes gfx changes (bug 305538). r=vlad sr=roc
2005-08-23 02:11:54 +00:00
vladimir%pobox.com
e29bd89ee5
use platform-specific getter for image top-to-bottom flag instead of #define, r=pavlov
2005-08-20 06:22:52 +00:00
vladimir%pobox.com
8603ea4fbf
cairo landing: land thebes
2005-08-20 05:36:47 +00:00
mkaply%us.ibm.com
71f1adf69d
#290213
...
r=Peter Weilbacher, sr=mkaply (OS/2 only), a=mkaply (OS/2 only)
Patch from Rich Walsh - printer select dialog mismatches descriptions
2005-08-19 15:12:30 +00:00
cbiesinger%web.de
8b9d91216c
288042 make functions virtual so that they can be called from outside of gfx
...
r=zrusin, qt port only
2005-08-18 12:29:27 +00:00
aaronleventhal%moonset.net
49f3d10eb4
Bug 303404. Crash when hitting escape in context menu for a menu item. r=dbaron, sr=neil
2005-08-17 02:03:45 +00:00
roc+%cs.cmu.edu
9894fb79fa
Bug 291636. nsTransform2D can't handle rotations, never could, and never will, so don't bother with them. r+sr=roc, patch by Hans-Andreas Engel
2005-08-16 21:40:26 +00:00
roc+%cs.cmu.edu
d333c8b26a
Bug 290885. constify some nsTransform2D methods. r+sr=roc, patch by Hans-Andreas Engel
2005-08-16 21:38:56 +00:00
smfr%smfr.org
ba07e00376
Fix bug 295737: use Core Graphics to do image tiling, because it's much faster than doing it ourselves. r=jhpedemonte, sr=bryner
2005-08-16 18:07:29 +00:00
mkaply%us.ibm.com
48b83a47c6
OS/2 build break
2005-08-16 16:33:40 +00:00
gavin%gavinsharp.com
74b5cbfdaa
Bug 283356 : nsPSPrinters.cpp compile error: implicit declaration of function `int strcasecmp(...)', patch by Max Feil <mfeil@qnx.com>, r=kherron, sr=tor
2005-08-16 12:16:08 +00:00
rbs%maths.uq.edu.au
f78330ff47
When resolving the glyphs needed to measure a text that doesn't fit, we have to ensure that we remain at a word boundary. We may have to back up past the current font, in which case we have to reselect previous fonts to deal with the part of the string being chopped off, bug 241485, r=jshin, sr=tor
2005-08-16 07:44:10 +00:00
cbiesinger%web.de
d25f538cf6
bug 292998
...
- move textZoom storage to the prescontext from the documentviewer
- copy the textZoom between document viewers for fastback
r=bryner sr=dbaron
2005-08-13 11:54:22 +00:00
timeless%mozdev.org
4fb0f10648
Bug 303432 - nsPrintSettings::GetPrinterName lacks an OOM check
...
patch by b.jacques@planet.nl r=dmose sr=dmose
2005-08-12 23:11:40 +00:00
timeless%mozdev.org
b174094326
Bug 284436 UMR [@ GenerateSingleByte]
...
r=smontagu sr=bz a=brendan
2005-08-09 08:54:15 +00:00
timeless%mozdev.org
6e82867bee
Bug 303091 JS Exception when changing print scale
...
patch by b.jacques@planet.nl r=timeless sr=shaver a=cbeard
2005-08-09 01:35:48 +00:00
dougt%meer.net
0ce7f24dc5
bug 297683. more windows ce love. This patch just shortcuts two functions which are always the same value on wince. r/sr=dveditz a=asa
2005-08-08 20:05:13 +00:00
smfr%smfr.org
12b4e65c31
Fix bug 302958: specify a name for the print job on Mac, getting it from the title passed to the BeginDocument() call. r=jhpedemonte, sr=bryner, a=asa
2005-08-08 19:34:44 +00:00
masayuki%d-toybox.com
da4d7dc5a5
Bug 233540 1.6 crashes at http://meteo.ec.gc.ca/forecast/city_f.html?wjo r=timeless, sr=rbs, a=asa
2005-08-08 15:11:14 +00:00
mark%moxienet.com
2cf7854d43
Bug 301774, abysmally slow typing/caret in Camino, especially with animated images, even worse with 10.4 SDK. Limit QuickDraw buffer flushes so that they occur less frequently than the display refresh rate. Camino/Cocoa widget only, npodb. r=pink sr=smfr
2005-08-03 20:30:46 +00:00
roc+%cs.cmu.edu
27b40a01cb
Bug 302445. Don't hold a strong reference to the device context from nsBlender --- this prevents leaking the device context in some cases where frames leak. r+sr=dbaron,a=bsmedberg
2005-08-02 19:48:39 +00:00
caillon%redhat.com
caac0d7b61
%%BoundingBox takes integer arguments
...
%%HiResBoundingBox takes floating point arguments, but is a DSC extension.
Output both so postscript readers that accept the extension can use it, and those that don't have valid output.
Bug 301631
r=kherron, sr=shaver, a=shaver
2005-07-26 15:54:18 +00:00
blizzard%redhat.com
940baae846
Bug #300491 . Remove references to xft-specific context when using pango for text rendering. This should get pango builds working with gtk 2.7+. r=caillon, sr=roc, a=benjamin
2005-07-26 00:13:51 +00:00
mozilla.mano%sent.com
369847e52b
Bug 301688 - [Mac] Disabled buttons shoud never have a 'default button' look&feel. r=josh, sr=smfr, a=bsmedberg.
2005-07-25 21:39:05 +00:00
roc+%cs.cmu.edu
d8c4a08cba
Fixing build bustage
2005-07-19 22:50:37 +00:00
timeless%mozdev.org
5c3c5c02bf
Bug 297277 potential OOM crash/mlk [@ nsPrintOptions::_CreatePrintSettings]
...
patch by b.jacques@planet.nl r=timeless sr=dmose a=bsmedberg
2005-07-19 21:55:33 +00:00
smfr%smfr.org
3aba5187a5
Fix bug 300721: odd gaps in italicized text if we hit the ATSUI fallback code. Remove bogus use of NS_SUCCEEDED with PRBool return values. r=joshmoz, sr=jhpedemonte, a=bsmedberg
2005-07-19 21:13:18 +00:00
smfr%smfr.org
2cdd62db1e
Fix bug 281455: bits of background image of abs-positioned div draw in the wrong place. Fixed by ensuring that nsRenderingContextMac fixes up the port origin before calling the image tiling code (since the caret draw may have nuked the origin). r=mark, sr=jhpedemonte, a=bsmedberg
2005-07-19 21:09:19 +00:00
timeless%mozdev.org
fc847be281
Bug 284035 OOM crash [@ nsImageGTK::Draw][@ nsImageGTK::DrawComposited][@ nsImageGTK::DrawCompositeTile]
...
patch by b.jacques@planet.nl r=roc sr=roc a=bsmedberg
2005-07-19 21:03:14 +00:00
dougt%meer.net
6fca6a05a9
Implements DataToBitmap. We do not handle the cursor translucency, but it is
...
more then what we do currently. Basically we are moving around ifdef's here.
Fixes GetSysFontInfo. For windows CE we correctly return the System Font.
r=emaijala, sr=dveditz, a=asa, b=297683 WINCE ONLY.
2005-07-18 16:04:45 +00:00
mark%moxienet.com
3177334159
Bug 298677, Mac Carbon scrollbars draw in the wrong location and jump out from under the mouse since CFRunLoopSource (bug 282940). Be more careful about restoring the QD origin. Obsoletes and backs out an earlier partial fix, cleaning up bug 300058, drawing artifacts in scrollbars. r=pinkerton sr=smfr a=bsmedberg
2005-07-14 22:48:34 +00:00
timeless%mozdev.org
fb9d8eeba8
Bug 296448 scaled_image leaks if scaled_image->Init() fails
...
patch by b.jacques@planet.nl r=roc sr=roc a=asa
2005-07-13 18:26:20 +00:00
timeless%mozdev.org
afefd3a29e
Bug 296439 UMR in nsFreeType2::InitLibrary when nsFreeType2::InitFreeType fails
...
patch by b.jacques@planet.nl r=roc sr=roc a=bsmedberg
2005-07-13 18:21:10 +00:00
timeless%mozdev.org
55c9b0f435
Bug 284036 OOM crash [@ nsCairoImage::Init]
...
patch by b.jacques@planet.nl r=roc sr=roc a=asa
2005-07-07 15:41:40 +00:00
timeless%mozdev.org
99083fa7f7
Bug 284037 OOM crash [@ nsCairoBlender::GetAlphas]
...
patch by b.jacques@planet.nl r=roc sr=roc a=asa
2005-07-07 15:40:37 +00:00
joshmoz%gmail.com
dc542d349f
clean up old mac os classic stuff. b=281889 r=smfr sr=bryner a=bsmedberg
2005-07-06 01:23:20 +00:00
timeless%mozdev.org
27cf28fa64
Bug 299112 length value has wrapped in calculation (did you pass G_MAXLONG?)
...
patch by tuukka.tolvanen@gmail.com r=roc sr=roc a=asa
2005-07-03 21:09:32 +00:00
kjh-5727%comcast.net
285a83fba0
Bug 85207 - PS module bloat due to inefficient static font tables. r=tor, sr=rbs, a=bsmedberg.
2005-06-30 22:48:49 +00:00
timeless%mozdev.org
9c33f158c7
Bug 284038 OOM crash [@ EnumFonts]
...
patch by b.jacques@planet.nl r=zack@kde.org a=bsmedberg
2005-06-30 20:48:41 +00:00
joshmoz%gmail.com
725b15d258
fix endian issues in mac font code, try #2 . patch by Mark Mentovai. b=297162 r=josh sr=smfr a=bsmedberg
2005-06-28 21:05:08 +00:00
kjh-5727%comcast.net
4b960452f3
Bug 284077 - XFT build failure on Solaris. Patch by Egon Nijns. r=kherron, sr=roc, a=tor.
2005-06-28 18:29:10 +00:00
bsmedberg%covad.net
3dc760758a
Bug 288143 - Browser goes into infinite loop while processing HTML font attributes, patch by Mats Palmgren <mats.palmgren@bredband.net> r=jst sr=shaver a=me
2005-06-28 17:18:57 +00:00
mconnor%steelgryphon.com
7bc6bed4d0
bug 255947 - missing borders for the progress bar in with native classic widget on windows, patch by Mathieu Pellerin <nirvn.asia@gmail.com>, r+sr=roc, a=shaver
2005-06-28 00:02:27 +00:00
smfr%smfr.org
83dcd87c9a
Back out josh's checkin for bug 297162, because it doesn't build pre-tiger.
2005-06-24 23:20:21 +00:00
joshmoz%gmail.com
131112e64d
Fix non-neutral endian code in mac gfx font code. Patch by Apple Computer, Inc. b=297162 r=josh sr=smfr a=chofmann
2005-06-24 22:35:07 +00:00