dcone%netscape.com
312a183d53
fixed the CreateRenderingContext call in nsDeviceContext to get rid of warnings. CR by KMcclusk.
1999-10-12 13:32:34 +00:00
ramiro%netscape.com
3849c0fcb8
Fix for bug 13522. Duplicate nsITimer.h files. Removing the old ones.
...
r=pavlov@netscape.com .
1999-10-11 03:48:21 +00:00
dcone%netscape.com
85be43853c
Took out a pure virtual function CreateRenderingContext() that was declared in the interface
1999-10-07 20:43:03 +00:00
kipp%netscape.com
cdc696924a
Added in a way to shutdown the image manager
1999-10-05 14:48:44 +00:00
kipp%netscape.com
a43ad60044
Remove some compiler warnings
1999-10-05 14:48:01 +00:00
kipp%netscape.com
a024d42d15
Added FlushCache method
1999-09-25 20:04:54 +00:00
pavlov%netscape.com
66e73b18eb
make things use NS_GET_IID macros and DECL_ISUPPORTS1 macro. added a CopyClipRegion method
1999-09-13 03:42:37 +00:00
briano%netscape.com
dc485a3dc0
General cleanup.
1999-09-10 01:48:51 +00:00
ramiro%netscape.com
3e8b0f31f1
Remove timer stuff which long ago moved to another place.
1999-09-09 09:40:40 +00:00
danm%netscape.com
b78875c8f5
adding nsIDeviceContext::GetClientRect. a:dcone.
1999-09-02 05:37:14 +00:00
kipp%netscape.com
c565dcc0a2
Removed obsolete header from export list
1999-09-01 20:56:18 +00:00
kipp%netscape.com
a824a98378
Excised nsIDOMRenderingContext
1999-09-01 01:03:10 +00:00
cyeh%netscape.com
9577b5cefa
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
1999-09-01 00:54:34 +00:00
kmcclusk%netscape.com
c73496735f
added comment that NS_COPYBITS_TO_BACK_BUFFER flag passed to nsRenderingContext::CopyOffscreenBits is obsolete and going away
1999-08-19 22:34:22 +00:00
ramiro%netscape.com
12f5c30340
Adding support for XOR selection. Updated nsIRenderingContext interface
...
to support InvertRect() for the XOR-ing of rectangles. Makes selection
work as expected on windows and unix as opposed to the rectangle hack.
Stubs added for all other platforms.
1999-07-20 07:26:09 +00:00
peterl%netscape.com
73515f0ad4
switch to preprocessor for code generation
1999-07-18 00:07:55 +00:00
peterl%netscape.com
ed8cd49c87
changed api to be string based
...
switch to using preprocessor for color enums
1999-07-18 00:07:20 +00:00
peterl%netscape.com
9ad4e38dde
change color string apis to use nsString
1999-07-18 00:06:12 +00:00
ramiro%netscape.com
ba8ba82cc6
Landing timer move on windows.
1999-07-17 15:52:01 +00:00
ramiro%netscape.com
a09ea8b7ca
Landing timer move on unix.
1999-07-17 14:22:51 +00:00
pnunn%netscape.com
d7505bd04a
added to image mime type list. pnunn. ok'd by chofmann.
1999-07-08 01:33:22 +00:00
warren%netscape.com
f1826b64cd
Removed necko ifdef.
1999-06-28 22:07:07 +00:00
warren%netscape.com
99d39258c9
Removed necko ifdef.
1999-06-28 20:19:48 +00:00
valeski%netscape.com
e16554ea83
NECKO build issue (nsILoadAttrib got loose on us)
1999-06-28 12:20:08 +00:00
warren%netscape.com
fbc735f510
Last of the necko ifdefs. Now we link with necko.
1999-06-28 10:35:57 +00:00
av%netscape.com
076a0e2e7e
Adding a method to retrieve native drawing data
1999-06-26 21:53:07 +00:00
warren%netscape.com
4001aade80
Renamed nsIURLGroup to nsILoadGroup in preparation for necko.
1999-06-25 02:17:37 +00:00
warren%netscape.com
1f76168d21
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
1999-06-23 03:29:44 +00:00
valeski%netscape.com
e23b3c673c
NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061.
1999-06-18 17:34:08 +00:00
bruce%cybersight.com
1e47eb8696
Interface classes really do need to define |GetIID()|. 5 of these files are just being switched over to the macro. The others were all lacking |GetIID()| implementations.
1999-06-14 06:16:08 +00:00
dp%netscape.com
94344009c8
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
warren%netscape.com
d99c6c3ced
Added timer stuff from base.
1999-05-24 09:17:05 +00:00
pinkerton%netscape.com
7638e305fb
added GetIID() method.
1999-04-30 08:59:11 +00:00
syd%netscape.com
dbc46c529c
Get whether rows are organized top to bottom, or bottom to top in images.
1999-03-30 00:56:35 +00:00
michaelp%netscape.com
8e2a688d1c
fixed docs for ContainsRect().
1999-03-23 22:37:20 +00:00
michaelp%netscape.com
423c436a70
added blender method that takes rendering contexts.
...
added LockDrawingSurface() and UnlockDrawingSurface() to rendering
context.
fixed state maintenance errors in rendering context win.
added IsReleaseDCDestructive() to drawingsurfacewin.
1999-03-09 22:07:06 +00:00
warren%netscape.com
4b2d56fbaa
nsRepository -> nsIComponentManager changes.
1999-03-09 09:44:27 +00:00
scc%netscape.com
2ec0a397ea
rename |IID()| --> |GetIID()|
1999-03-03 19:48:57 +00:00
michaelp%netscape.com
99c3ddd186
added nsIDrawingSurface, a windows specific counterpart and a windows
...
implementation. cleaned up windows blending code to the point where we
don't really need platform specific blending implementations at all
anymore. added region area return from nsIRegion::GetRects(). unified all
windows bitmap management code under nsDrawingSurfaceWin.cpp.
1999-02-25 18:53:31 +00:00
kipp%netscape.com
a833c5681f
Added IID static method
1999-02-12 17:13:30 +00:00
michaelp%netscape.com
069d8d1fb1
killed ForEachRect().
1999-02-11 01:53:42 +00:00
michaelp%netscape.com
f92bfd0fa2
added GetRects()/FreeRects() to nsIRegion. add GetDrawingSurface() to
...
nsIRenderingContext.
1999-02-10 02:15:47 +00:00
dcone%netscape.com
c04cbe9bf0
cleanup of nsIImage class. There were routines and methods no longer used or needed.
1999-02-08 16:34:56 +00:00
dcone%netscape.com
0f03d8276c
Added image support to the postscript
1999-02-04 15:17:42 +00:00
michaelp%netscape.com
b4c034f217
removed aWidth from DrawString(). added aFontID to DrawString() and GetWidth().
1999-01-28 05:03:05 +00:00
harishd%netscape.com
457b3e5601
Changing the varible name aElementColor to aBordercolor.
...
The computed colors for all the border style should be based on
the actual 'border-side-color' not the element's color after all.
CSS2 Spec. was wrong.
1999-01-28 00:29:00 +00:00
michaelp%netscape.com
46c7a932ae
apparently this needs to be exported too...
1999-01-25 23:06:55 +00:00
michaelp%netscape.com
c8e0ba6a08
moving headers from src to public. added support for dib sections to windows
...
drawing surface. WIP on making blender work with arbitrary pixel organizations.
1999-01-25 22:16:47 +00:00
ramiro%netscape.com
e2b921bf3c
Add cvsignore entries for makefiles generated bu autoconf.
1998-12-05 09:07:33 +00:00
cyeh%netscape.com
65038e9551
Removing static makefiles as a part of the transition to Autoconf. I have taken great
...
care to only remove makefiles affailiated with building nglayout. I have also verified that
the build at this point in time succesfully builds with autoconf.
If you must recover one of these makefiles, you can use the static tag STATIC_MAKEFILES.
If I removed a makefile that you need, please e-mail cyeh@netscape.com .
1998-11-21 00:34:32 +00:00