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

4127 Коммитов

Автор SHA1 Сообщение Дата
pedemont%us.ibm.com 8125fb9d71 Bug 162332 - Use ATSUGetUnjustifiedBounds instead of ATSUMeasureText. r=mano, sr=peterv. 2005-02-08 00:06:46 +00:00
mkaply%us.ibm.com c32bb9fa72 #280137
r=pedemonte, sr=mkaply (OS/2 specific)
Patch from Peter Weilbacher - don't statically link to PMWINX since it is a poorly behaved DLL
load the needed functions dynamically from REGISTRY.DLL
2005-02-07 14:54:47 +00:00
bryner%brianryner.com 1733c3ad7c Additional REQUIRES cleanup for mailnews, mac, and suite directories (bug 73353). r+sr=dbaron. 2005-02-04 21:10:45 +00:00
neil%parkwaycc.co.uk 2fb6eb1696 Bug 277485 :first-letter crashes freetype2 p=jon@rekai.net r=blizzard sr=rbs 2005-02-04 17:53:11 +00:00
bryner%brianryner.com f5257db823 Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron. 2005-02-03 23:01:54 +00:00
gerv%gerv.net f5cf6f08bf Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 15:28:15 +00:00
timeless%mozdev.org c446e7d85f Bug 200657 BeOS Locking needs to be rewritten in GFX
patch by sergei_d@fi.tartu.ee r=thesuckiestemail
2005-01-31 18:46:45 +00:00
smfr%smfr.org c142b43619 Fix bug 279510: remove all the pre-Carbon code and TARGET_CARBON #idfefs from gfx. Patch by Ludovic Hirlimann <qa-mozilla@hirlimann.net>, r=pink, sr=me 2005-01-28 18:00:58 +00:00
cbiesinger%web.de 32fd7394ff Bug 276692 move image->GdkPixbuf conversion code to nsImageGTK
r=bryner sr=roc
2005-01-24 18:10:06 +00:00
roc+%cs.cmu.edu 2a34aa6a5d Bug 95227. Allow serif/sansserif defaults to be set per-language. Patch by Masayuki Nakano, r=dbaron,amadare,danm,smontagu,rbs,neil sr=roc 2005-01-23 23:58:32 +00:00
kjh-5727%comcast.net 80e441d0fa Fixing bustage. 2005-01-22 17:14:08 +00:00
kjh-5727%comcast.net a95bb249eb Fixing bustage. 2005-01-22 16:27:47 +00:00
kjh-5727%comcast.net 8ca7be0027 Make nsIFontMetrics::GetFont() non-virtual. Bug 230605, r=bryner, sr=bzbarsky. 2005-01-22 16:00:07 +00:00
rbs%maths.uq.edu.au 932c49832b crash on Win95/98/ME text measurement/drawing functions when given a string of length greater than 8KB, b=255120, r=jshin, sr=bryner 2005-01-19 07:11:06 +00:00
jshin%mailaps.org 3e973d6204 fix xft build bustage 2005-01-18 19:36:46 +00:00
jshin%mailaps.org 2abc352241 bug 229394 : add 'font.name-list' support to Xft build (r=bryner, sr=rbs) 2005-01-18 18:24:15 +00:00
joshmoz%gmail.com a609fed381 remove unused variable noticed by Sarah Maddy. b=278334 sr=bz 2005-01-14 05:54:25 +00:00
bzbarsky%mit.edu 1f30c3397a Remove old nav4rounding pref. Patch by Daniel Kraft <d@daniel-kraft.net>,
r=dbaron, sr=jst
2005-01-12 04:07:22 +00:00
jshin%mailaps.org 7c8a4531ca bug 223653 : support localized (native) font names in Xft, r=blizzard, sr=rbs, a=asa 2005-01-11 03:42:41 +00:00
pete%mozdevgroup.com 02ce3a42a9 b=277121
r=jan
sr=bzbarsky
Remove stary printf on non DEBUG builds
--pete
2005-01-06 00:37:34 +00:00
dbaron%dbaron.org a496f6c7b8 Call and check the result of GetXftFont (thus ensuring XftFontOpenPattern succeeds) before returning a font from FindFont, to fix crashes in the common (due to bugs in old versions of fc-cache) case of fonts that fontconfig thinks are available but are actually not. b=180309 r+sr=bryner 2005-01-05 04:04:23 +00:00
bzbarsky%mit.edu e425259e0d Make people that want empty strings use EmptyC?String(). Bug 232691, patch by
Daniel Kraft <d@daniel-kraft.net>, r=jst, sr=bzbarsky
2005-01-04 19:31:31 +00:00
smontagu%smontagu.org d92a7c6eb8 Support surrogate characters in ResolveBackwards(). Bug 120114, r+sr=rbs. 2005-01-03 10:16:42 +00:00
timeless%mozdev.org 472839f01d Bug 276361 Major BView leak in nsDrawingSurfaceBeOS
patch by simontaylor2@gawab.com r=sergei_d
2005-01-02 03:02:31 +00:00
jshin%mailaps.org a354e86780 bug 275080 : cannot print (javascript : window) with a printer with non-Latin1 characters in its name : patch by masayuki (r=jshin, sr=bzbarsky) 2004-12-24 17:36:51 +00:00
ginn.chen%sun.com 417f1c93d7 Bug 270079 Mozilla can not print the URL in the header and footer.
patch maker:leon.sha@sun.com r=roc sr=roc
2004-12-20 03:41:08 +00:00
dbaron%dbaron.org b29fe5517c Fix memory leak. b=266986 r+sr=bryner 2004-12-17 20:36:28 +00:00
bryner%brianryner.com 1d75c0432a removing old versions of nsNameValuePairDB (now in x11shared) 2004-12-15 22:31:07 +00:00
bryner%brianryner.com e706e82948 Fixing hang/crash on gruff. nsNameValuePairDB is only used by nsFT2FontCatalog, so move it into x11shared and link it into libgfx_gtk.so instead of depending on it being exported from libgkgfx.so. r=darin. 2004-12-15 22:28:13 +00:00
bryner%brianryner.com 884453541b Add support for using gcc's visibility pragma to treat all function and method declarations as "hidden" unless declared otherwise. Create wrappers for system headers that cause them to be treated as default-visibility declarations. This gives a substantial code size and performance win on compilers that support it, and should show up on the gruff tinderbox. Bug 273336, r=darin sr=dbaron. 2004-12-15 05:52:44 +00:00
zack%kde.org e18b068eed removing more useless debugging code. also adding code for checking pixmaps. 2004-12-12 03:50:21 +00:00
zack%kde.org 6eea4693a1 remove useless now debugging output. fixes 274181 2004-12-12 03:41:37 +00:00
darin%meer.net e43b03d320 fix libxul XP_UNIX bustage 2004-12-10 01:30:04 +00:00
bsmedberg%covad.net 7ccf6e4965 Bug 273876 - libxul step 2 (everything through widget, except spidermonkey) r=darin; again, this should not affect non-xulrunner trees. 2004-12-09 19:28:35 +00:00
dbaron%dbaron.org 1bb228eed5 Bug 272151: reorganize files within layout, r+sr=roc 2004-12-08 19:41:48 +00:00
ere%atp.fi 9ca4e07c8c Fix for bug 271931: Crash with "Integer divide by zero" exception in nsBlender
rs=neil
2004-12-06 13:53:35 +00:00
zack%kde.org c6de7d2f9a style fix and removing useless header 2004-12-02 22:46:10 +00:00
zack%kde.org c3133ff540 Swap it instead of assigning it (reduces copying) 2004-12-02 22:45:11 +00:00
gerv%gerv.net b92568bebe Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-12-01 22:27:03 +00:00
dbaron%dbaron.org 10efb45442 Use preprocessor instead of separate files for platform-specific parts of forms.css. b=272151 r+sr=bryner 2004-11-30 06:04:04 +00:00
darin%meer.net ae5692eef4 fixes bug 270110 "Add versions of nsDependentString and friends to the Gecko SDK" r=bsmedberg 2004-11-30 00:57:24 +00:00
ere%atp.fi 901f46a9db Xlib bustage fix attempt. 2004-11-27 08:48:39 +00:00
ere%atp.fi 27ae41bf9d GTK bustage fix attempt. 2004-11-27 08:45:22 +00:00
ere%atp.fi 45881dafd2 Optimization patch for bug 228399 (background-color is mishandled when -moz-opacity is less than 1.0)
r+sr=roc
2004-11-27 08:22:22 +00:00
bryner%brianryner.com 1435145ce6 Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin. 2004-11-24 22:48:45 +00:00
mkaply%us.ibm.com 64bbf69160 #199763
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Peter Weilbacher - Add printer description to print dialog
2004-11-22 18:25:46 +00:00
mkaply%us.ibm.com a9230e37f8 #268321
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Peter Weilbacher - OS/2 gfx cleanup
2004-11-22 18:21:53 +00:00
mkaply%us.ibm.com 9e83a6e944 #267862
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Javier Pedemonte - fix some subtle font issues
2004-11-22 18:14:59 +00:00
mkaply%us.ibm.com 48ec53f0c2 #257230
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Peter Weilbacher - remove a release build printf
2004-11-22 17:40:45 +00:00
roc+%cs.cmu.edu 479b99d4bf Bug 265084. Progress towards floating point nscoord: make image interfaces and libpr0n use PRInt32 instead of nscoord. r+sr=tor 2004-11-15 04:34:51 +00:00