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

1779 Коммитов

Автор SHA1 Сообщение Дата
tajima%eng.sun.com 68a492ed5e no need to link libIDL. 2000-05-17 06:15:15 +00:00
tajima%eng.sun.com ef689697f2 nsAutoString i/f has changed, need to align code accordingly to avoid build
error.
2000-05-17 05:36:42 +00:00
erik%netscape.com de7b626015 adding minimum font size pref so that e.g. East Asian documents adhere to
a min font size, thereby avoiding overlapping lines
2000-05-17 05:15:54 +00:00
ftang%netscape.com 61876a8cb1 partially fix 38318. Register callback to rebuild the mapping Util singleton 2000-05-17 05:00:30 +00:00
zuperdee%penguinpowered.com e30a52d548 Temporary fix for bug 33801. r=shaver 2000-05-17 04:47:49 +00:00
zuperdee%penguinpowered.com dfca1cd6ac Temporary fix for bug 33801. r=shaver 2000-05-17 04:47:00 +00:00
cls%seawood.org 87d19933d5 Oops. Forgot a couple of files for the beos fix in bug #38372. 2000-05-17 04:35:10 +00:00
pavlov%netscape.com 803190ad4b changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
erik%netscape.com 29ae0469f3 bug 6588; adding support for the "User Defined" character encoding and font 2000-05-16 23:48:44 +00:00
dcone%netscape.com ac9bdf635a Added code to check file name for obvious directory syntax.. 2000-05-16 21:55:39 +00:00
dbaron%fas.harvard.edu 6f9df087ce Fix MathML build. r=erik@netscape.com a=leaf@mozilla.org 2000-05-16 19:31:57 +00:00
erik%netscape.com 38643317f7 checking in the previous changes again, this time with 3 more bugs fixed 2000-05-16 03:31:05 +00:00
rbs%maths.uq.edu.au 8a4dc9bd8e [#ifdef MOZ_MATHML: NOT PART OF THE DEFAULT BUILD] Finally enable the Mathematica fonts on Unix. Paul Gartside <gartside@maths.ox.ac.uk> tested and reported that all went well. 2000-05-16 01:45:27 +00:00
erik%netscape.com fe2c719733 backing out the changes since there were problems 2000-05-16 00:12:42 +00:00
pavlov%netscape.com efcc9efa87 make gfx on unix be an xpcom component 2000-05-15 21:58:46 +00:00
erik%netscape.com 7ada90de18 bugs 20959, 27378, 30856, 31013; make font selection more specific by
including the foundry field (and charset fields); try names like "Times
New Roman" first, before aliasing it to "times"
2000-05-15 20:15:55 +00:00
erik%netscape.com 2fe4d75b47 removing unused file 2000-05-15 20:06:02 +00:00
erik%netscape.com 8367d32cef removing unneeded "Unicode" and "Bitstream Cyberbit" aliases (there is no
font called "Unicode" anyway)
2000-05-15 20:05:06 +00:00
dcone%netscape.com 9f951ce59e Fixed ScaleX and ScaleY to handle identity matrix, based on O'Callahan patch. 2000-05-15 14:06:18 +00:00
scc%netscape.com 30e346f29a string fixes 2000-05-14 22:54:04 +00:00
bryner%uiuc.edu 77610c8624 Create the offscreen buffer the size of the complete image, not just the
size that has been loaded so far.  r=pavlov.
2000-05-14 03:16:43 +00:00
bryner%uiuc.edu 63945810dc Fix some signed/unsigned warnings. r=tor@cs.brown.edu. 2000-05-14 01:32:34 +00:00
ftang%netscape.com b04ffa4153 check in xprint changes for tajima@eng.sun.com r=erik@netscape.com
all the changes is now #ifdef USE_XPRINT and won't be build by default.
2000-05-13 13:31:05 +00:00
cls%seawood.org 2dd374c719 Vain attempt to make the xlib toolkit work. Switched nsRenderingContextXlib to use nsRenderingContextImpl. Filled in some missing functions. 2000-05-13 05:38:50 +00:00
waterson%netscape.com f284e62f26 Fix string backsliding. r=scc 2000-05-13 01:11:31 +00:00
mkaply%us.ibm.com eba0a57ff7 # 37239
r= dcone
OS/2 bring up continues - PR_CALLBACK and typo
2000-05-12 22:21:42 +00:00
dcone%netscape.com e1630d1487 Fixed line drawing 2000-05-12 21:05:25 +00:00
pnunn%netscape.com e38c1eeb76 Bug#31228: Patch from : roc+moz@cs.cmu.edu (Robert O'Callahan). Thanks Robert! r:pnunn. 2000-05-12 20:19:02 +00:00
tajima%eng.sun.com 7249ccebbe renamed 3 public header files names exported to 'dist/include' r/a=erik@netscape.com 2000-05-12 20:15:08 +00:00
mkaply%us.ibm.com b21a2a4d57 # 37239
r= mkaply@us.ibm.com
OS/2 bring up continues - OS/2 specific changes
2000-05-12 19:26:34 +00:00
pierre%netscape.com c390bbd41c enabled the NEW_FONT_HEIGHT_APIS for the Mac 2000-05-12 12:04:07 +00:00
pierre%netscape.com efb8fa3a55 Added the NEW_FONT_HEIGHT_APIS for the Mac 2000-05-12 12:03:48 +00:00
alecf%netscape.com c9662034e6 fix xlib bustage 2000-05-12 07:49:06 +00:00
bryner%uiuc.edu 4178e71c6a Sorry, forgot this file. 2000-05-12 07:01:09 +00:00
bryner%uiuc.edu e5c3adbd79 New and improved background tiling code for GTK. We take an offset into
the image as a parameter so we avoid drawing the whole tile if it's not
all needed.  Also, we can avoid setting any clip regions at all this
way, and avoid trips to the X server.  Fixes several background rendering
problems.  Also fix a signedness problem in the compositing code
(r=tor).  r=pavlov.
2000-05-12 06:29:37 +00:00
tajima%eng.sun.com eaace242de build configuration changes for xprint(gfx/src/xprint). r=leaf, a=ftang 2000-05-12 03:31:18 +00:00
tajima%eng.sun.com 11ed143af7 modification for sharing methods with gfx/src/xprint/. r=blizzard, a=ftang 2000-05-12 03:20:55 +00:00
pnunn%netscape.com 213dd45019 bug#37909: add multipart support. pnunn, r:valeski@netscape.com 2000-05-12 01:37:02 +00:00
shanjian%netscape.com ee583fd65b fix bug 35356
r=ftang,erik
2000-05-11 22:08:46 +00:00
rpotts%netscape.com 8262e9040a Added an InterfaceRequestor argument to NS_OpenURI(...). This allows progress notifications to be fired for images... 2000-05-11 21:53:58 +00:00
dcone%netscape.com 83e45c100e Fixed warnings.. using XP types. 2000-05-11 21:09:44 +00:00
dcone%netscape.com 86c09d4004 Added the DrawStdLine call. Not using the GTK matrix member.. using the mTranMatrix
member declared in the nsRenderingContextImpl.h file.
2000-05-11 21:07:09 +00:00
dcone%netscape.com 9eabdd133a Added the DrawStdLine call. The RenderingContext now updates the mTransMatrix pointer member so the RenderingContextImpl can use this matrix. 2000-05-11 21:05:49 +00:00
tajima%eng.sun.com a3a871c80e Mozilla Xprint client module. a=frang@netscape.com 2000-05-11 20:57:31 +00:00
cls%seawood.org 5be082e304 More OS/2 Makefile changes. Bug #34106 Batch 13 2000-05-11 14:15:34 +00:00
ftang%netscape.com 807c9e3364 add xprint and xprint/readme.txt for tajima@eng.sun.com 2000-05-11 13:58:13 +00:00
dcone%netscape.com 25178094e4 Added some rasterization of polygons, moved some point definitions to correct locations. 2000-05-11 03:58:58 +00:00
pavlov%netscape.com 8dfebbe34a see if this fixes the orangeness that has plagued us for the last few weeks ;) 2000-05-10 22:33:24 +00:00
kmcclusk%netscape.com 2155e827d9 Force average character height to be at least 1 twip instead of allowing it to round off to 0 for extremely small fonts on WIN32. b=38188 r=rods@netscape.com 2000-05-10 22:04:40 +00:00
kmcclusk%netscape.com 9fda929320 Added support for searching simulated font weights on WIN32 (patch from VYV03354@nifty.ne.jp). b=18601 r=rods@netscape.com 2000-05-09 21:33:49 +00:00