dcone%netscape.com
|
f12f16d7ca
|
fixed resoluton problem for printing.
|
1998-12-16 18:02:38 +00:00 |
|
warren%netscape.com
|
0580a8e5c4
|
Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener.
|
1998-12-16 05:40:20 +00:00 |
|
sfraser%netscape.com
|
e9e844fade
|
Make sure the port is initialized before being used.
|
1998-12-16 01:59:31 +00:00 |
|
michaelp%netscape.com
|
361c8080ab
|
we now call GetNearestColor() in 16bpp when creating brushes and pens.
|
1998-12-15 23:13:59 +00:00 |
|
dcone%netscape.com
|
031b91086c
|
fixed the scaling bug
|
1998-12-15 22:22:40 +00:00 |
|
dcone%netscape.com
|
b8ac234783
|
fixed some scaling issues for the mac, more to come
|
1998-12-15 16:56:53 +00:00 |
|
michaelp%netscape.com
|
56739d78ed
|
added ability to create a drawing surface from an HDC under windows.
|
1998-12-15 05:51:30 +00:00 |
|
beard%netscape.com
|
3cb1e6a525
|
Regenerated with GenToc.
|
1998-12-13 18:15:37 +00:00 |
|
beard%netscape.com
|
18984e5a80
|
First Checked In.
|
1998-12-13 05:01:04 +00:00 |
|
dcone%netscape.com
|
4a72bbc421
|
Added an init routine for the Graphic state that takes an nsDrawingSurface so the state will not be initialized to null.
|
1998-12-11 16:04:23 +00:00 |
|
dcone%netscape.com
|
dbbc7656e0
|
Update routines for creating a rendering context, and fixed the printer routines.
|
1998-12-11 16:03:10 +00:00 |
|
sfraser%netscape.com
|
4dd86fa679
|
Convert AppleSingle -> binary
|
1998-12-09 20:48:54 +00:00 |
|
pierre%netscape.com
|
444722da26
|
removed saari's hack
|
1998-12-09 10:17:31 +00:00 |
|
pierre%netscape.com
|
8511ddd1bf
|
A bunch of changes: removed saari's hacks, fixed origins, fixed clipping, fixed offscreen (for simple use like in the ImageButtons only, not for multiple offscreen surfaces like the Blender in the ViewManager), fixed a bug in some drawing functions (DrawEllipse, FillEllipse, DrawArc)
|
1998-12-09 10:17:06 +00:00 |
|
pierre%netscape.com
|
6a2a819850
|
Copied SetAlphaMask() from Windows in an attempt to fix some problems (it did not but I'm leaving it there because it cannot hurt).
|
1998-12-09 10:15:44 +00:00 |
|
pierre%netscape.com
|
8ad023962d
|
Removed some include files
|
1998-12-09 10:14:46 +00:00 |
|
pierre%netscape.com
|
9d05ec1948
|
optimized and cleaned up
|
1998-12-08 01:47:04 +00:00 |
|
pierre%netscape.com
|
f05cc800e4
|
rewrote the GraphicState handling
|
1998-12-07 03:38:58 +00:00 |
|
pavlov%pavlov.net
|
98d8b3260b
|
set the horizontal scrollbars to the same size size as the verticle ones
|
1998-12-06 03:48:00 +00:00 |
|
pierre%netscape.com
|
7286b17e0d
|
Init() does some clipping and initializes the Pen and TextMode (it's related to changes in nsWindow::StartDraw()). In all the drawing functions, replaced SetPort/SetClip/SetOrigin with StartDraw/EndDraw. More changes to come soon.
|
1998-12-06 00:37:00 +00:00 |
|
pierre%netscape.com
|
9e32e43c56
|
added StartDraw(), EndDraw() and mCurrentBuffer. More changes to come soon.
|
1998-12-06 00:36:35 +00:00 |
|
ramiro%netscape.com
|
e06da2636b
|
Add a return to a function which is supposed to return a value,
to keep the Solaris native compiler happy.
Thanks to Tim Rowley <tor@cs.brown.edu> for the fix.
|
1998-12-05 11:50:32 +00:00 |
|
ramiro%netscape.com
|
9de953c38c
|
Have cvs ignore generated files.
|
1998-12-05 11:07:45 +00:00 |
|
ramiro%netscape.com
|
e2b921bf3c
|
Add cvsignore entries for makefiles generated bu autoconf.
|
1998-12-05 09:07:33 +00:00 |
|
akkana%netscape.com
|
5da3c4fcdf
|
base/src/nscore.h
|
1998-12-04 21:36:23 +00:00 |
|
dcone%netscape.com
|
62ebba6112
|
added the nsDeviceContextSpec and factory support for printing support
|
1998-12-04 15:04:30 +00:00 |
|
dcone%netscape.com
|
26823e00ba
|
Added the nsDeviceContextSpecFactory and nsDeviceContextSpec support
|
1998-12-04 15:03:41 +00:00 |
|
dcone%netscape.com
|
88115c192c
|
Added printing support
|
1998-12-04 15:02:57 +00:00 |
|
dcone%netscape.com
|
67bb22ffd2
|
First Checked In.
|
1998-12-04 15:02:26 +00:00 |
|
wtc%netscape.com
|
a8634da8db
|
The GetFont method of nsIFontMetrics takes a const pointer reference
as argument, so we must pass a const pointer reference to it.
|
1998-12-03 06:29:56 +00:00 |
|
saari%netscape.com
|
a07f36d7a3
|
Mac only hackery to make rendering better.
|
1998-12-03 04:24:54 +00:00 |
|
dcone%netscape.com
|
26ca8b6da1
|
Changed the name so the file can be used on the Mac
|
1998-12-02 16:06:31 +00:00 |
|
saari%netscape.com
|
b27c30186d
|
Fixing build breakage.
nsRegionMac API changed on me.
|
1998-12-02 04:26:16 +00:00 |
|
saari%netscape.com
|
bc42ed5311
|
fixed hand merge error
|
1998-12-02 02:51:48 +00:00 |
|
saari%netscape.com
|
78e6d81792
|
----------------------------------------
mozilla/widget/public/nsIWidget.h
- Added some more #defines for GetNativeData. I don't like this and want to remove them ASAP.
|
1998-12-02 02:45:08 +00:00 |
|
michaelp%netscape.com
|
0a0eebced5
|
fixed build bustage.
|
1998-12-02 01:08:43 +00:00 |
|
michaelp%netscape.com
|
6cfbcd06d4
|
added GetNativeRegion() and GetRegionComplexity() methods.
|
1998-12-02 00:36:56 +00:00 |
|
michaelp%netscape.com
|
65c80dd46c
|
added FlushFontCache() method.
|
1998-12-02 00:36:08 +00:00 |
|
michaelp%netscape.com
|
1ee9c1329d
|
fixed build bustage.
|
1998-12-01 03:20:31 +00:00 |
|
michaelp%netscape.com
|
cf6649b654
|
revised blending APIs.
|
1998-12-01 02:15:44 +00:00 |
|
beard%netscape.com
|
c0c7bc482d
|
Mac shared library migration.
|
1998-11-30 22:15:00 +00:00 |
|
michaelp%netscape.com
|
337fdd7b1a
|
fixed resource leak.
|
1998-11-28 04:24:15 +00:00 |
|
michaelp%netscape.com
|
b90db6870e
|
fixed duplicate resource free.
|
1998-11-28 04:23:23 +00:00 |
|
michaelp%netscape.com
|
6458aae507
|
added missing NS_INIT_REFCNT().
|
1998-11-28 04:21:40 +00:00 |
|
peterl%netscape.com
|
69e3d48a66
|
fixed bug in font family enumeration
|
1998-11-26 01:22:04 +00:00 |
|
peterl%netscape.com
|
67259ff2eb
|
made text decorations minimum size of 1 pixel
|
1998-11-26 01:21:22 +00:00 |
|
pavlov%pavlov.net
|
284b625465
|
fix twipstopixels and got the scrollbars being sized correctly.
|
1998-11-25 02:35:59 +00:00 |
|
pavlov%pavlov.net
|
af40821be2
|
fixed my assertions
|
1998-11-24 02:43:07 +00:00 |
|
pavlov%pavlov.net
|
cb493acde9
|
Added assertions to the gfx code so that we can find xp bugs easier
|
1998-11-24 01:32:12 +00:00 |
|
michaelp%netscape.com
|
7daa228fcb
|
added STRICT to list of preprocessor macros.
|
1998-11-23 19:00:08 +00:00 |
|