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

1008 Коммитов

Автор SHA1 Сообщение Дата
warren%netscape.com 8462929dda Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport. 1999-07-01 19:30:20 +00:00
duncan%be.com 429e4efc2f Get gfx to build under BeOS (BeOS specific changes) 1999-07-01 16:26:43 +00:00
sspitzer%netscape.com 0fb97f329d ignore the generated Makefile 1999-07-01 05:22:27 +00:00
zuperdee%penguinpowered.com 163589ca35 Fixed some compiler warnings (mostly virtual functions w/ non-virtual destructors). 1999-06-30 22:36:04 +00:00
erik%netscape.com 2caa5e1d28 Need to check all of the XLFD scalable fields for 0 since sometimes only
one of them is set to 0 (e.g. average width). Also changed upper limit
for size ratio for font scaling so as to avoid scaling Japanese fonts
(ugly).
1999-06-30 22:12:50 +00:00
slamm%netscape.com 023e035db6 Better fix for build bustage. Use ZLIB_LIBS instead of -z. r=ramiro,shaver 1999-06-29 16:51:46 +00:00
shaver%netscape.com ea526cbf58 fix Solaris build bustage 1999-06-29 16:20:58 +00:00
shaver%netscape.com 057ed773cd no longer need to link against libgfxps.so -- necko merge regression? 1999-06-29 03:12:31 +00:00
syd%netscape.com bbbd403eaf Fixed compiler warning 1999-06-29 00:39:10 +00:00
gagan%netscape.com a78cd1e21b Necko changes (from Andreas) 1999-06-29 00:26:25 +00:00
mcafee%netscape.com 78235616b4 Changes for OS/2. Patch provided by Eric Olson (eric.olson@sympatico.ca) 1999-06-28 23:39:35 +00:00
warren%netscape.com e7268ec217 Added group stuff back for necko. 1999-06-28 22:34:20 +00:00
warren%netscape.com 6798220302 Removed necko ifdef. 1999-06-28 22:07:07 +00:00
briano%netscape.com 1f887a6597 Fix for build problem on Solaris. 1999-06-28 21:10:11 +00:00
mscott%netscape.com 19e27ea0e4 necko change: nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream. 1999-06-28 20:43:28 +00:00
warren%netscape.com de403f2a0e Fixed necko ifdef. 1999-06-28 20:23:22 +00:00
warren%netscape.com f912adb468 Removed necko ifdef. 1999-06-28 20:19:48 +00:00
Jerry.Kirk%Nexwarecorp.com e1683d5baf - Worked on RetrieveCurrentNativeGraphicData method for Photon UI 1999-06-28 12:22:09 +00:00
valeski%netscape.com af1b7b7cf4 NECKO build issue (nsILoadAttrib got loose on us) 1999-06-28 12:20:08 +00:00
warren%netscape.com f5e1196f42 Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +00:00
av%netscape.com 8d4d69ae06 Fixing build redness 1999-06-26 22:31:41 +00:00
av%netscape.com a05bca42d2 Adding stub for new method 1999-06-26 22:02:37 +00:00
av%netscape.com 26123491e7 Implementing getting native drawing data 1999-06-26 21:55:12 +00:00
av%netscape.com 73ae0e8778 Adding a method to retrieve native drawing data 1999-06-26 21:53:07 +00:00
blizzard%redhat.com 83c361fec5 increase the size of the scroll bars 1999-06-25 20:10:51 +00:00
mcafee%netscape.com 1f76b61bd9 Return an error for LoadIconImage() for BeOS because netlib is running in the UI thread. Thanks to Duncan Wilcox (duncan@be.com) for this fix. 1999-06-25 12:54:16 +00:00
ramiro%netscape.com 259faac2a6 gfxps update. 1999-06-25 11:46:11 +00:00
mcafee%netscape.com 5f89e36e17 BeOS landing; thanks to Duncan Wilcox (duncan@be.com) for these changes. 1999-06-25 10:39:03 +00:00
ramiro%netscape.com 962bba7c73 Changes to turn gfxps into a true component. Thanks to alecf@netscape.com
for providing the base patch.
1999-06-25 09:46:59 +00:00
ramiro%netscape.com 05ae9c3868 Changes to turn gfxps into a true component. Thanks to alecf@netscape.com
for providing the base patch.
1999-06-25 09:38:26 +00:00
warren%netscape.com 2f5289766d Renamed nsIURLGroup to nsILoadGroup in preparation for necko. 1999-06-25 02:17:37 +00:00
warren%netscape.com 284a2825df Swapped args to NS_OpenURI. 1999-06-25 00:08:05 +00:00
warren%netscape.com bb0e44480b More necko changes. 1999-06-24 23:23:23 +00:00
blizzard%redhat.com d3852eaca9 fixes for font sizes - thanks tor 1999-06-24 20:10:30 +00:00
zuperdee%penguinpowered.com 28219eacdf Fix for nsRenderingContextMotif.cpp. This should enable viewer to work now! 1999-06-24 08:32:31 +00:00
blizzard%redhat.com 4c867c5570 Fix origins on alpha pixmaps - thanks tor. Images on toolbars and other places shag, baby! 1999-06-23 11:12:13 +00:00
warren%netscape.com 23864df5e3 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
pnunn%netscape.com 46f8b3278b Prepwork for alphachannel. pnunn. 1999-06-22 20:13:05 +00:00
peterl%netscape.com c9dede3f47 Added '-moz-fixed' generic font name.
This is an extension to indicate the user's fixed font choice
1999-06-22 19:14:51 +00:00
Jerry.Kirk%Nexwarecorp.com 57e1d69347 - Beginning to add support for printing for Neutrino 1999-06-21 21:32:30 +00:00
Michael.Kedl%Nexwarecorp.com 60245e6171 fixed double buffering for Don's tiling background 1999-06-21 20:10:58 +00:00
Jerry.Kirk%Nexwarecorp.com 5b2049b422 - Fixed Neutrino timers to handler a timer with 0 delay 1999-06-21 20:06:25 +00:00
blizzard%redhat.com d6d7acd471 fix backwards colors 1999-06-19 20:25:06 +00:00
valeski%netscape.com 487d9ea921 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
erik%netscape.com 15179a0b0c Fix for bug 7841. Some fonts return bad glyph IDs. Now checking for these.
It turns out that GulimChe is one of those bad fonts.
1999-06-16 03:57:55 +00:00
pierre%netscape.com 731fce2c37 #8264 "[PP] Mac GFX draws lines one pixel too long" 1999-06-16 01:18:15 +00:00
blizzard%redhat.com 425e1115ca use PR_LOG for debugging 1999-06-16 00:37:57 +00:00
blizzard%redhat.com 0129afe82b use PR_LOG for debugging messages 1999-06-16 00:25:10 +00:00
blizzard%redhat.com 376f18e08f more gfx work 1999-06-15 04:19:11 +00:00
blizzard%redhat.com 8fc5ef0b41 merge erik's changes 1999-06-14 23:20:51 +00:00