dcone%netscape.com
2f712d777f
Moving the curve drawing into the nsRenderingContextImpl class.
2000-04-28 20:46:40 +00:00
pavlov%netscape.com
4c25817549
patch from puetzk@iastate.edu to fix but 20496.
2000-04-28 20:14:05 +00:00
pavlov%netscape.com
6458ce2a4e
additional fixes for bug #37352 . reduce region creation/mallocing
2000-04-28 20:08:16 +00:00
mccabe%netscape.com
e9209489d7
change several IDL parameters to be unsigned, to work better with length_is, size_is. Preperatory to requiring unsigned in xpidl, fixing 13413
2000-04-28 10:51:52 +00:00
pavlov%netscape.com
31727ebe44
fix runtime bustage
2000-04-27 23:28:35 +00:00
pavlov%netscape.com
f027a4c3c8
update to new string apis
2000-04-27 21:36:05 +00:00
pavlov%netscape.com
32867b404b
update string apis
2000-04-27 21:28:02 +00:00
scc%netscape.com
4867a6591c
making string conversions explicit
2000-04-27 20:22:27 +00:00
alecf%netscape.com
71d8248603
fix xlib bustage
2000-04-27 14:21:59 +00:00
pavlov%netscape.com
9a649a9539
fix for excessive mallocing of regions bug #37352
2000-04-27 07:58:15 +00:00
alecf%netscape.com
f9ff9aeaf4
fix xlib bustage
2000-04-27 03:55:06 +00:00
cls%seawood.org
e672bbef89
Removed DrawTile() stub implementation for BeOS. Thanks to justin@68k.org for the patch.
2000-04-27 01:16:19 +00:00
pavlov%netscape.com
aa0201129b
fix getting screen depth that pink screwed up the other day
2000-04-26 23:49:35 +00:00
erik%netscape.com
7d711b423d
bug 27164; added new font height APIs, currently only on Unix; will be
...
added to other platforms later
2000-04-26 21:53:26 +00:00
erik%netscape.com
361380efdc
bug 27164; added new font height APIs for PostScript module
2000-04-26 21:52:05 +00:00
erik%netscape.com
ee255c18ad
bug 27164; added new font height APIs for Unix (GTK) version
2000-04-26 21:51:11 +00:00
pnunn%netscape.com
03bcf07499
bug#29643: check in for valeski. r: pnunn.
2000-04-26 21:22:15 +00:00
cls%seawood.org
e2d8ae556f
Made BeOS use the nsRenderingContextImpl class as the gtk builds do.
2000-04-26 03:43:45 +00:00
mjudge%netscape.com
2cfb602409
making string conversions explicit. scc
2000-04-26 01:13:55 +00:00
dcone%netscape.com
75c317aca7
Added the nsRenderingContextImpl for interface
2000-04-25 14:37:40 +00:00
dcone%netscape.com
2d436119b0
Added a DrawPath method to nsRenderingContext, currenly does nothing.
2000-04-25 13:51:46 +00:00
jband%netscape.com
2c9241904e
fix leak of nsIPref Service
2000-04-25 05:07:02 +00:00
sspitzer%netscape.com
68aa436cf0
fix spelling mistake. wrap printf with #ifdef DEBUG
2000-04-25 04:37:52 +00:00
pavlov%netscape.com
00117fed6e
change hit count to show hit percent
2000-04-25 02:50:55 +00:00
pavlov%netscape.com
e8ea88b69a
remove unused functions
2000-04-25 01:58:51 +00:00
pavlov%netscape.com
7204673fc7
add ReportStats() to the gc cache destructor
2000-04-25 01:49:34 +00:00
shaver%mozilla.org
deecf1d9e7
replace GC cache with LRU linked-list thing. r=pavlov
2000-04-25 01:09:32 +00:00
dcone%netscape.com
262b63dad4
Round the stikewidth properly.. instead of truncation.
2000-04-24 14:32:58 +00:00
dcone%netscape.com
06fccd4174
Adjusted the subscript height for the font.
2000-04-24 13:34:07 +00:00
cls%seawood.org
8754202470
General cleanup of the shared library rules.
...
Quick fix for bug #36844 .
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk. Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
pavlov%netscape.com
5caa5b9b96
remove unused variables and store the clipregion in an nsCOMPtr
2000-04-21 23:28:23 +00:00
pavlov%netscape.com
5448d0d8b6
remove unused member variable
2000-04-21 23:06:45 +00:00
pinkerton%netscape.com
488edb0187
fix for sunWpro compiler. forgot a return in my haste. thanks to tor@cs.brown.edu for pointing this out.
2000-04-21 21:26:42 +00:00
cls%seawood.org
9c2b684fc7
BeOS only build fixes
2000-04-21 15:03:32 +00:00
dcone%netscape.com
8f2c23675b
Took out a call for drawTile.. so the implementation will be used (parent classes method)
2000-04-21 13:40:19 +00:00
alecf%netscape.com
93e3b2054f
fix xlib bustage in a lame way
2000-04-21 08:36:44 +00:00
pavlov%netscape.com
9745b31350
turn off DrawTile until I can fix it on unix so dcone can check in his code.
2000-04-21 07:00:36 +00:00
pinkerton%netscape.com
b067edf867
Moving Screen API away from individual attributes for performance reasons (stage 1). Fixes bugs on win32 with xul popups where taskbar is not at bottom of screen.
2000-04-21 06:55:13 +00:00
yueheng.xu%intel.com
6f65d74f71
fixed #35910 (PostScript error when printing CJK pages but a CJK font dictionary/Unicodedict is not defined.). The fix included a Masaki Tatakai's suggestion to define a NoglyphUnicodedict dictionary and switch at run time. So the default behavior will be: all unicode with non-zero high byte will be printed as "han". With a post processing filter to define a /Unicodedict and its font procedures, above default behavior will be overwritten. This change also fixed 34367, #27311 , #18132 , so we have italics, bold, etc. style support now. We might also fixed #36264 which is likely a dup of #35910 , though #35910 only happens for non ASCIIcontent and #36264 happens for an ASCII content
2000-04-21 01:07:56 +00:00
dcone%netscape.com
1b3b25e6f6
Updated 256 color mode for tiling
2000-04-20 23:33:46 +00:00
beard%netscape.com
3f1ed5ff9c
Compatibility with Universal Headers 3.3 or later. a=leaf
2000-04-19 22:13:51 +00:00
dcone%netscape.com
36976a0d00
Updated the Tiling code.
2000-04-18 13:39:26 +00:00
scc%netscape.com
d967b5fb5c
making string conversions explicit
2000-04-17 09:57:13 +00:00
cls%seawood.org
56e9ddefaa
Changed BeOS linker flags so that it will resolve all symbols when linking shared libs. Added -lbe to OS_LIBS for BeOS. This should get rid of the "missing symbol" error at runtime.
2000-04-17 03:47:33 +00:00
tor%cs.brown.edu
d5fd6b2ed8
Composite work: special case the common framebuffer formats
...
(32bpp, 24bpp, 16bpp) and general cleanup. r=pavlov
2000-04-15 19:58:09 +00:00
ftang%netscape.com
86dc9b35f1
improve superscript/subscript/fraction in the transliteration fallback
add latin fallback for U+1Exx
2000-04-14 22:32:03 +00:00
tor%cs.brown.edu
e3d6da3d4b
Compositing work: fix 16bpp color shift and remove unneeded logic. r=blizzard
2000-04-14 14:50:55 +00:00
ftang%netscape.com
1804c318d0
add fallback code for precomposed hangul
2000-04-14 03:50:57 +00:00
tor%cs.brown.edu
fbebf1c92e
Alpha compositing work: fix 16bpp and be more flexible about the
...
ximage read from the server. Remove old debugging printf. r=pavlov
2000-04-14 03:36:05 +00:00
erik%netscape.com
737b559744
bug 35108; we weren't drawing the geometric shapes from the Japanese
...
JIS X 0208 fonts on Unix; fixed now
2000-04-13 21:13:04 +00:00