troy%netscape.com
70d278f3ef
Turned back on optimized images
1998-07-16 18:32:17 +00:00
kmcclusk%netscape.com
e8bcfe5f85
Changed CopyOffScreenBits to copy from 0,0 instead of using the aBounds (x,y)
1998-07-16 17:40:47 +00:00
troy%netscape.com
8fb601c4a9
Changed background color to be a const
1998-07-16 04:51:12 +00:00
troy%netscape.com
4b5024c9a1
Fixed some build bustage I introduced
1998-07-16 03:09:33 +00:00
troy%netscape.com
2c3fd8a09b
Changed image group GetImage() member function so the background color
...
is a pointer and not a color by value. This allows it to be NULL if the
caller wants a transparency mask to be created
1998-07-16 02:32:08 +00:00
rpotts%netscape.com
14a8c49f35
Added nsIURL argument to the nsIStreamListener interface
1998-07-15 22:38:01 +00:00
troy
039fc5e345
Unused
1998-07-15 18:58:44 +00:00
spider
334fb4e5c0
Fix for multitude of print statements that SHM is not available when
...
displaying on Hummingbird PC X Display Server
1998-07-15 17:03:53 +00:00
spider
484b2fe44d
Fix for crash on servers not supporting MIT-SHM
1998-07-15 02:29:10 +00:00
spider
d1eee24460
query the server for the pixmap format rather than trying to guess ourselves
1998-07-15 01:29:20 +00:00
spider
a91248da1f
MIT-SHM implementation for offscreen drawables
1998-07-15 01:08:35 +00:00
spider
96c854471a
Removing incorrectly added Mac specific files from Motif directory
1998-07-14 22:35:56 +00:00
spider
f35b99eb88
Fix for not unloading fonts no longer needed
1998-07-14 20:32:33 +00:00
scullin
33ff9893e2
Turn on image caching.
1998-07-14 18:43:47 +00:00
spider
36df57eb8d
Performance Optimization: Cache the XFontInfo struct so don't need
...
to call XQueryFont on every GetWidth.
1998-07-14 17:41:06 +00:00
dcone
6271b85bb8
fixed back to async
1998-07-10 13:25:36 +00:00
dcone
dcae2d1451
16 bit speed testing code
1998-07-10 12:53:15 +00:00
kmcclusk
bf01993fae
Added fields mXstring and mXstringSize
1998-07-10 00:49:04 +00:00
kmcclusk
87666f18d6
Modified GetWidth to give correct values under Linux
1998-07-10 00:20:38 +00:00
dcone
a445815c86
16 bit blending is now operational
1998-07-09 14:08:36 +00:00
vidur
16ce55911a
Added back asynchronous image loading
1998-07-08 23:45:10 +00:00
dcone
97b246ee0e
Intermediate 16 bit blending
1998-07-08 14:31:31 +00:00
thom
254c1d8574
First Checked In.
1998-07-07 21:26:45 +00:00
thom
57b035a983
First Checked In.
1998-07-07 21:07:54 +00:00
kipp
30f6bf49ba
Removed some compiler warnings
1998-07-03 23:16:43 +00:00
thom
d0581f7b04
Mac linux fix.
1998-07-01 23:31:42 +00:00
rpotts
e4157d9a39
Fixed up IID for nsIStreamListener interface
1998-07-01 11:09:49 +00:00
atotic
90b32ba9d8
Fixed mac warnings
1998-06-27 02:47:44 +00:00
vidur
3072463595
Fail if the FirstWrite for the image returns an error
1998-06-26 22:08:03 +00:00
dcone
9b6e982736
Blending now uses the Upper left to place the source image
1998-06-26 14:06:34 +00:00
michaelp
5d2f9c52d5
removed flushgc in setfont.
1998-06-25 22:20:30 +00:00
spider
0b1808db40
Perf improvement...
1998-06-25 21:42:39 +00:00
spider
5130a749f8
fixed.
1998-06-25 18:43:50 +00:00
michaelp
cb9dae679f
killed commented hackyfontname junk. removed malloc()/free(), etc. from unichar
...
text measurement.
1998-06-25 18:27:26 +00:00
dcone
9d836d461b
added the offset for blending, and a routine to save off bits
1998-06-25 15:07:31 +00:00
spider
e471b6c3bb
a little cleanup for unix.
1998-06-25 05:54:12 +00:00
spider
36f9a56297
once again runs under linux.
1998-06-25 05:37:54 +00:00
spider
467c71a218
fixed build errors.
1998-06-25 04:59:17 +00:00
michaelp
e183f05efb
added init() method to prescontext.
...
creator of prescontext is responsible for initializing pres context.
devicecontext is now init()ed with a nsNativeWidget.
removed hacky X Display stuff from device context and font metrics.
removed hacky code from windows font metrics.
changed nsNativeWindow to be nsNativeWidget.
added more code for compositor back-to-front pass.
improved text performance on X.
changed nsHTMLTagContent.cpp so that it will build with MSVC 4.1.
1998-06-25 04:24:45 +00:00
kmcclusk
d72b329738
Fixed PRInt16 cast
1998-06-24 23:58:59 +00:00
kmcclusk
fdb915d14e
fix 16bit visuals
1998-06-24 22:51:16 +00:00
vidur
f3e2e64df2
Changed over to asynchronous image loading
1998-06-23 18:49:06 +00:00
rpotts
0443e6dcf3
Keep a global reference to the Image Manager to prevent it from being deleted.
1998-06-23 18:38:33 +00:00
rpotts
d7980165d3
Do not crash if the Font cache has not been initialized yet...
1998-06-23 18:37:49 +00:00
spider
f49d60a5e4
Fix nasty crash dereferncing mContext
1998-06-22 21:33:12 +00:00
dcone
e83ef40580
took out printf's and cleaned up code
1998-06-22 17:06:13 +00:00
dcone
d1a2f1280f
fixed some bugs, intermediate checkin
1998-06-22 14:41:23 +00:00
kmcclusk
cea81403d9
Fix for GIF animation color table bug. Don't create a new color table when converting to a new image format
1998-06-22 01:57:13 +00:00
kmcclusk
1dae7d274b
Changes to nsImageUnix.cpp to support GIF animation. Works but color table is still wrong.
1998-06-22 01:37:17 +00:00
kmcclusk
9e7acc0f56
Fixed places which were deleting the mImageBits which was causing viewer to crash. Also fixes some of the GIF animation problems.
1998-06-21 23:55:08 +00:00