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

4412 Коммитов

Автор SHA1 Сообщение Дата
tor%cs.brown.edu b1c32b67f4 Bug 314060 - svg text crashing on win32 trunk. r=vlad 2005-10-31 19:33:05 +00:00
darin%meer.net 3eb1e840e9 fixes bug 245418 "menus and contextual menus open on wrong screen when using two/dual/multiple screens/monitors/displays" patch by Brett Wilson (brettw@gmail.com) r=darin,pink sr=roc 2005-10-21 17:59:30 +00:00
kjh-5727%comcast.net bd524b3cee Bug 309988 - Default paper size was being set incorrectly. Patch by Christian Persch, chpe@gnome.org. r=kherron, sr=roc. 2005-10-19 16:37:29 +00:00
jshin%mailaps.org e8aa302140 bug 298496: compile error due to new freetype 2.2 const poisoning : patch by Patrick Welche modified by me to work for both freetype 2.2.x and 2.1.x (r=kherron, sr=dbaron) 2005-10-18 09:18:29 +00:00
sergei_d%fi.tartu.ee 3ffc10b0e3 [BeOS]Bug 312547, rolling back part of previous patch. r=thesuckiestmail, BeOS only, no sr 2005-10-17 16:55:07 +00:00
sergei_d%fi.tartu.ee 3a7a81afd0 [BeOS]Bug 312547. This time reusing tmp tile bitmap. p=sergei_d, r=thesuckiestmail, BeOS-only change 2005-10-15 15:24:16 +00:00
cls%seawood.org c6da21080c Use MOZ_COMPONENT_LIBS to link components against nspr & xpcom. Fixing xlib bustage.
Bug #312424 r=bsmedberg
2005-10-14 17:21:38 +00:00
tor%cs.brown.edu 5773517ca4 Bug 311936 - clip region larger than target surface area causing performance
problem.  r=cworth, a=asa
2005-10-13 18:24:33 +00:00
mark%moxienet.com 8dfc72f60a Bug 311618, Crash [@ QDFlushPortBuffer]. Replumb the flush manager as an XPCOM service so that other components can cancel scheduled flushes when ports are going away. Away goes trouble down the drain. Camino/koko-widget only. r=pink sr=smfr a/1.8=asa 2005-10-13 16:48:15 +00:00
vladimir%pobox.com 065e50cd8a missed gfxFont.h 2005-10-08 05:50:16 +00:00
vladimir%pobox.com 3285bbecbb - Fix nasty memory/resource leak on X (win32 too, just not as noticable)
- First landing of Stuart's fonts work, built on win32 only for now
2005-10-08 05:09:42 +00:00
bzbarsky%mit.edu 60a5a06a40 Fix bug 311511. r+sr=dbaron 2005-10-07 22:16:09 +00:00
timeless%mozdev.org 22ba6ed399 Bug 284038 - OOM crash [@ EnumFonts]
remove realloc
patch by b.jacques@planet.nl r=roc sr=roc
2005-10-06 21:16:15 +00:00
vladimir%pobox.com d928e9b635 get rid of DllMain in cairo; we don't use the mutexes 2005-10-06 17:41:04 +00:00
vladimir%pobox.com 971ca77192 stupid file isn't supposed to be checked in! 2005-10-06 04:50:00 +00:00
vladimir%pobox.com 3223f349d1 various cairo build fixes 2005-10-06 04:32:44 +00:00
vladimir%pobox.com 2f87b8dd7c Merge from org.mozilla.cvs.cairo branch.
- Cairo 1.1.1
- Updated thebes, gfx/src/thebes
- Fixes to plugins with thebes gfx under linux
- Native theme fixes with thebes rendering (NOTE: widget changes only enabled when building with thebes, otherwise all old code)
2005-10-06 04:02:10 +00:00
sergei_d%fi.tartu.ee b298503e55 [BeOS]Bug 310845.Speedup string width calculation. r=thesuckiestemail@yahoo.se, no sr required 2005-10-04 09:12:09 +00:00
sergei_d%fi.tartu.ee 0c007ab396 Bug 310708, implementing char width cache. r=thesuckiestemail@yahoo.se, no sr required 2005-10-02 17:21:08 +00:00
jshin%mailaps.org 0de9565e81 bug 228804 : mathml rendering is worse on MacOS X : add package fontEncoding.properties file : patch by rbs, r/sr=sfraser, a=mscott 2005-10-02 02:12:29 +00:00
sergei_d%fi.tartu.ee e20271911b [BeOS] Bug 310680. Better EnumFonts. r=thesuckiestemail@yahoo.se, no sr required - BeOS only fix 2005-10-01 17:28:13 +00:00
roc+%cs.cmu.edu abe5e9bed8 Bug 141656. Print transparent images to Postscript using level 3 APIs with fallback. r=kherron,sr=tor 2005-09-30 20:42:53 +00:00
sergei_d%fi.tartu.ee fb313072a0 [BeOS]Bug 200589. Two UTF-8 related fixes in gfx, font size rounding bugfix. r=thesuckiestemail@yahoo.se, No sr required, BeOS-only 2005-09-27 19:17:16 +00:00
rbs%maths.uq.edu.au 48f3d70ccd Package fontEncoding.properties to fix a long-standing bustage of MathML on the Mac, r+sr=sfraser, b=228804 2005-09-27 01:44:26 +00:00
sergei_d%fi.tartu.ee c8f0aa615c [BeOS]Bug 310090, nsRenderingContextBeOS - more safe init and style cleanup. r=sergei_d, BeOS-only changes, no sr 2005-09-26 21:30:22 +00:00
kjh-5727%comcast.net f789a699f6 Bug 307404 - Get the paper size from the device context spec instead of rereading the paper size list. Patch by Christian Persch <chpe@gnome.org>. r=kherron, sr=roc. 2005-09-17 17:17:10 +00:00
bzbarsky%mit.edu 51e162b0ff Work around an XFree86 bug in all versions before 4.4.0, not just 4.3.0 or
earlier (eg this would help with 4.3.0.1).  Bug 256328, patch by Elmar Ludwig
<elmar.ludwig@uos.de>, r=tor, sr=roc
2005-09-16 16:07:22 +00:00
timeless%mozdev.org c113ece289 Bug 308573 use if (NS_FAILED(...)) instead of if NS_FAILED(...)
patch by b.jacques@planet.nl r=darin sr=darin
2005-09-15 23:17:17 +00:00
dougt%meer.net fc97ab9262 This is a workaround for the WinCE Native Unicode converter. I couldn't figure out how to use the utf8 codepages on certain devices. So, mapping from UTF-8 -> UCS-2 became a problem. This fix simply uses the existing algorithm in intl/uconv. This change only effect the Windoze CE native uconv. NPODB. Also includes further gfx fixup. r/sr=dveditz b=297683 WinCE only. 2005-09-07 19:21:02 +00:00
tor%cs.brown.edu a30113f5b5 Bug 307308 - pass appropriate pointer to release_dest_image. 2005-09-07 16:05:30 +00:00
tor%cs.brown.edu fd16fc6244 Bug 307308 - Pass scratch space instead of NULL for image_extra to
acquire/release_dest_image.  r=vlad
2005-09-07 15:37:51 +00:00
jshin%mailaps.org 3241dfd2e9 bug 288634 : enable Gfx/Pango to support non-ASCII font names and port some other changes from Gfx/Xft to Gfx/Pango (r=caillon, sr=dbaron) 2005-09-05 06:00:50 +00:00
timeless%mozdev.org dc98183dbd Bug 304646 nsPrintOptions::InitPrintSettingsFromPrefs shouldn't do NS_WARNING when prtName.IsEmpty()
patch by b.jacques@planet.nl r=timeless sr=dmose
2005-09-02 09:28:49 +00:00
timeless%mozdev.org df5dac8906 Bug 306259 Nits in nsPrintOptionsImpl
patch by b.jacques@planet.nl r=timeless sr=dmose
2005-09-02 09:04:21 +00:00
roc+%cs.cmu.edu b3067884a8 Bug 297508. Allow native theme drawing to overflow the frame bounds in a reliable way by setting the frame's overflow area. Use this to work around drawing errors in some GTK2 themes. r=bryner,sr=blizzard 2005-08-31 21:00:52 +00:00
pavlov%pavlov.net 21271b96e8 fixing fallout from bug 305538. patch from doug@sheltonfamily.org. 2005-08-30 23:39:30 +00:00
mark%moxienet.com 1a7c1123f4 Bug 306370, Print orientation and other Mac page setup things aren't remembered. Update prototypes and initialize print settings from prefs. r=mano sr=smfr 2005-08-30 19:15:15 +00:00
neil%parkwaycc.co.uk dd0435e0f3 Make _WIN32_WINN% default to 0x400 c.f. WINVER should fix bug 305187 b=bsmedberg 2005-08-29 14:22:33 +00:00
cbiesinger%web.de bf0e369753 bug 305658 make building thebes with --enable-system-cairo work
patch by Mike Hommey <mh@glandium.org> r+sr=roc
2005-08-25 12:30:45 +00:00
roc+%cs.cmu.edu 9160498d6d Bug 305649. Make thebes build with pango 1.6. r+sr=vlad 2005-08-24 22:12:31 +00:00
wr%rosenauer.org b408b1f4c3 Bug 305715 fix compiler warning about missing sentinels, r+sr=roc 2005-08-24 05:06:26 +00:00
pavlov%pavlov.net 7079836466 fixing typo 2005-08-24 00:39:11 +00:00
pavlov%pavlov.net 5ad9c65603 adding missing file 2005-08-23 07:37:42 +00:00
pavlov%pavlov.net 8366140b30 removing mTextZoom as its no longer used on trunk 2005-08-23 07:36:22 +00:00
pavlov%pavlov.net e318270b02 fixing typo 2005-08-23 07:00:44 +00:00
pavlov%pavlov.net 87393bbf47 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 1217a2d097 adding missing ) 2005-08-23 06:40:10 +00:00
pavlov%pavlov.net 9d85e378b2 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 5441f8cb29 add M_PI definition for VC6 which has a broken math.h 2005-08-20 07:14:34 +00:00
vladimir%pobox.com 05b648212a use platform-specific getter for image top-to-bottom flag instead of #define, r=pavlov 2005-08-20 06:22:52 +00:00