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

475 Коммитов

Автор SHA1 Сообщение Дата
rpotts%netscape.com 23f93aa1da propagate abnormal stream termination correctly... 1998-11-08 09:03:02 +00:00
pavlov%pavlov.net a8799e5126 yet another patch from Owen Taylor <otaylor@redhat.com> that impliments
nsFontMetricsGTK
1998-11-07 23:21:18 +00:00
pavlov%pavlov.net 0ae3117b58 patch that impliments nsRenderingContextGTK from Owen Taylor
<otaylor@redhat.com>
1998-11-07 23:19:06 +00:00
pavlov%pavlov.net 32eb4e8c99 Apply patch from Owen Taylor <otaylor@redhat.com> that does images the right
way.
1998-11-07 19:54:14 +00:00
pavlov%pavlov.net 733e8c1795 Implimented nsImageGTK. Fixed some compling problems in the other files due
to headers needed in nsImageGTK
1998-11-07 17:24:46 +00:00
saari%netscape.com e4bd0c3b01 Mac only change. Don't unlock GDeviceHandles. Fixed. Don't dereference unlocked handles. Fixed. 1998-11-07 01:45:03 +00:00
dcone%netscape.com f392b64628 updated inverse colormap code, now blend works at 4 bit resolution 1998-11-04 22:38:37 +00:00
michaelp%netscape.com 64f26ac7f0 xpcom'ed blender. 1998-11-04 19:03:37 +00:00
dcone%netscape.com 3c44a29c2c updated the blending, fixed 8 bit blending, and fixed a leak in the blender 1998-11-04 16:02:50 +00:00
pierre%netscape.com 28d3382df3 save and restore the colors in CopyOffScreenBits() 1998-11-04 06:55:50 +00:00
pierre%netscape.com 8086c5e22a Use GetFontHandle() to return the fontNum because we don't have font handles on Mac 1998-11-04 06:51:20 +00:00
pierre%netscape.com a6268eee92 Cache data to improve performance in GetMacFontNumber() 1998-11-04 06:49:14 +00:00
cls%seawood.org bc6ca3753f Removed hardcoded 'gtk-config' 1998-11-03 16:16:37 +00:00
cls%seawood.org f70174e61a Removed classic build Makefiles from configure.in
Changed --enable-fe to --enable-toolkit which takes a single argument.
Changed MOZ_FE to MOZ_TOOLKIT.
Removed USE_NGLAYOUT and USE_NGLAYOUT_GTK.
Removed FULL_STATIC_BUILD and --enable-min-shared.
Removed checks for gnome and qt.
1998-11-03 15:48:45 +00:00
jfrancis%netscape.com f8cc315185 Fixing use of uninitialized var in nsRenderingContextMac :: CopyOffScreenBits() 1998-11-02 22:42:15 +00:00
pavlov%pavlov.net 187da7572d apply patches from Frank Visser <fvisser@hgmp.mrc.ac.uk> 1998-11-02 22:29:22 +00:00
shaver%netscape.com 3b5f798561 add Frank Visser's nsRegionGTK 1998-11-02 14:17:06 +00:00
ramiro%netscape.com 4f83e7be8b Add support for gtk. 1998-11-02 13:56:59 +00:00
ramiro%netscape.com 4803da0b22 Changed 'unix' to 'motif' to deal with toolkit confusion. 1998-11-02 12:24:05 +00:00
ramiro%netscape.com c7abdd319f Use -lfoo for libs instead of hardcoding to $(DIST)/bin/libfoo.so. This
makes more unix linker happy.
1998-11-02 12:20:07 +00:00
pavlov%pavlov.net c22ce85418 more work on making this stuff work. 1998-11-01 19:30:03 +00:00
shaver%netscape.com d83fbd627e use gtk-config to find proper CFLAGS 1998-11-01 07:49:23 +00:00
shaver%netscape.com 8427d0db3e add --enable-nglayout=gtk to build with GTK and not motif 1998-11-01 00:09:30 +00:00
blizzard%appliedtheory.com ef969a30e6 fixes to get building and linking. 1998-10-31 23:17:57 +00:00
shaver%netscape.com 504eea4df4 gtklayout.c needs to be in widgets, not gfx 1998-10-31 21:42:02 +00:00
shaver%netscape.com 3bbd8557f1 add gtklayout.* to local build, since we'll need it for the drawing context, and we don't want all of gnome-libs 1998-10-31 16:17:21 +00:00
mcafee%netscape.com a6f9ad1357 libgfxunix.a -> libgfxmotif.a. r=ramiro@netscape.com, spider@netscape.com 1998-10-31 07:05:37 +00:00
blizzard%appliedtheory.com b20766e1cf Skel code for gtk/gdk gfx library. This compiles and does nothing else. 1998-10-31 04:12:39 +00:00
michaelp%netscape.com b078cd272e fixed build bustage. 1998-10-30 05:04:39 +00:00
michaelp%netscape.com e2c0081f9f fixed build bustage. 1998-10-30 04:27:48 +00:00
michaelp%netscape.com 9eaa3fb70d again. 1998-10-30 04:13:34 +00:00
michaelp%netscape.com 2b227e4108 fixed build bustage. 1998-10-30 04:13:33 +00:00
michaelp%netscape.com f85c3fa2a1 fixed build bustage. 1998-10-30 03:52:25 +00:00
michaelp%netscape.com 42bb7d7f21 fixed build bustage. 1998-10-30 03:16:17 +00:00
michaelp%netscape.com 02692c7c64 fixed build bustage. 1998-10-30 02:51:08 +00:00
michaelp%netscape.com fc225bf7c1 changes to support nsIRenderingContext that conforms to COM conventions. 1998-10-30 02:08:25 +00:00
pinkerton%netscape.com d2e881143e Don't use the offscreen pixmap if it is null (low memory situations) 1998-10-29 20:03:57 +00:00
dcone%netscape.com 3d66397f2a Abstracted the nsBlender class 1998-10-29 19:22:42 +00:00
pinkerton%netscape.com 82e3dddcc8 default constructor initializes position/size to 0 so people don't have to call Empty() any more. 1998-10-29 18:06:45 +00:00
pinkerton%netscape.com 690dc03bc0 Turn on xSYM generation for both targets and enable debugging to touch the right prefs. 1998-10-29 17:44:13 +00:00
pierre%netscape.com f740ba45f7 Landing MacWidgets... 1998-10-29 14:06:26 +00:00
cls%seawood.org ddf746506e Added $XLDFLAGS & $XLIBS to EXTRA_DSO_LDOPTS 1998-10-28 05:38:12 +00:00
cls%seawood.org 411ab80ce3 New autoconf files for nglayout 1998-10-28 03:53:57 +00:00
kipp%netscape.com 780cf0470a Support high accuracy rendering (slowly) 1998-10-27 16:49:40 +00:00
shaver%netscape.com 575453b254 ancient GTK port, as starting point 1998-10-27 15:43:49 +00:00
michaelp%netscape.com c68614adc1 fixed bug in ref counting on drawing surfaces in the rendering context. 1998-10-27 00:09:44 +00:00
peterl%netscape.com 7ab51700bd fixed usage of grey vs gray, now we support both 1998-10-26 23:11:07 +00:00
dcone%netscape.com eaf7731727 fixed a parameter for spacing 1998-10-26 18:05:45 +00:00
kipp%netscape.com 859cceb62f Revised DrawString API to take a spacing array for character spacing control 1998-10-26 17:12:39 +00:00
mcafee%netscape.com 4c30201be5 Fixing Solaris bustage, this file needs an EOL character on the last line 1998-10-26 05:39:12 +00:00