Commit Graph

1521 Commits

Author SHA1 Message Date
ramiro%netscape.com
dd53fecea7 Fix a dumb typo.
git-svn-id: svn://10.0.0.236/trunk@38500 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 00:06:57 +00:00
ramiro%netscape.com
5b1a1de76a Exorcism of global shift, mask and count flags.
git-svn-id: svn://10.0.0.236/trunk@38497 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 00:05:19 +00:00
ramiro%netscape.com
4a26edcfb4 Put noisy code in an ifdef.
git-svn-id: svn://10.0.0.236/trunk@38495 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 00:03:52 +00:00
ramiro%netscape.com
9bae29d743 Add xlib_rgb_get_visual_info rename struct member form visual to x_visual_info
to make it easier to debug.


git-svn-id: svn://10.0.0.236/trunk@38493 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 00:02:55 +00:00
ramiro%netscape.com
bc3b8624ea Timers are toolkit specific.
git-svn-id: svn://10.0.0.236/trunk@38472 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-06 23:33:48 +00:00
ramiro%netscape.com
9196ae52e2 Add a debug printf.
git-svn-id: svn://10.0.0.236/trunk@38471 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-06 23:32:20 +00:00
ramiro%netscape.com
b356f4a9fd Cleanup the widget api some. Move initialization of evil stuff to the gfx
end.  Dont leak the widget name.  Carry around Display* and friends in the
appshell.


git-svn-id: svn://10.0.0.236/trunk@38469 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-06 23:28:58 +00:00
Michael.Kedl%Nexwarecorp.com
67a7c53ff3 Fixed alpha blending for gifs with transparency masks.
git-svn-id: svn://10.0.0.236/trunk@38444 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-06 22:55:05 +00:00
ramiro%netscape.com
c425e2843c Add a useful debug statement.
git-svn-id: svn://10.0.0.236/trunk@38398 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-06 14:08:30 +00:00
Jerry.Kirk%Nexwarecorp.com
a879fd26b3 - Changes to support Alpha Blending and other odds and ends under Photon
git-svn-id: svn://10.0.0.236/trunk@38397 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-06 11:44:22 +00:00
erik%netscape.com
8c29909967 Fix for bug 5308. We now ignore vertical fonts (whose names start with @)
in the global font enumerator, so that we don't pick those up for Japanese.


git-svn-id: svn://10.0.0.236/trunk@38248 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-03 05:20:35 +00:00
erik%netscape.com
4e2fdfd4c4 Fix for bug 4760. We were drawing smart quotes really large, because they
were being taken from a large Asian font. Disabled those characters for
now. The CP1252 problem will be addressed by bug 454.


git-svn-id: svn://10.0.0.236/trunk@38239 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-03 04:35:17 +00:00
troy%netscape.com
d77037a161 Fixed compiler warning
git-svn-id: svn://10.0.0.236/trunk@38174 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 22:44:00 +00:00
ramiro%netscape.com
294068fd65 Part I of Alexander Larsson's (alex@signum.se) patch to reduce symbol bloat.
All these changes are safely ifdefed out for the time being.
There are also a few implementation
DEFINES cleanups.


git-svn-id: svn://10.0.0.236/trunk@38100 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 14:59:36 +00:00
dveditz%netscape.com
1008384826 makeile cleanups
git-svn-id: svn://10.0.0.236/trunk@38041 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 13:38:47 +00:00
ramiro%netscape.com
43391c2dca Separate the widget and gfx toolkits into two variables.
Instead of MOZ_TOOLKIT, we now have MOZ_WIDGET_TOOLKIT and MOZ_GFX_TOOLKIT.
There is also a new configure flag, --enable-gfx-toolkit which does what its
name implies.
The configure script should continue to work as before.


git-svn-id: svn://10.0.0.236/trunk@38035 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 13:06:48 +00:00
dveditz%netscape.com
6c67b618a0 Trying to fix Win32 dependencies. Lots of broken cut-n-paste makefiles
git-svn-id: svn://10.0.0.236/trunk@38031 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 11:50:19 +00:00
ramiro%netscape.com
993b024ce1 Exorcism of global variables: part 1.
Have only one access point to the global vars - in nsDeviceContextXlib.
Next step will be to invent an interface that can be queried for this
stuff to remove the link time dependancy between this gfx lib and the widget
lib.  Global variables are EVIL.


git-svn-id: svn://10.0.0.236/trunk@38030 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 11:31:58 +00:00
gagan%netscape.com
ebe1cda245 Reordered netlib libs to link correctly. NECKO only.
git-svn-id: svn://10.0.0.236/trunk@37872 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-01 21:29:08 +00:00
warren%netscape.com
8b1231e0ae Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport.
git-svn-id: svn://10.0.0.236/trunk@37754 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-01 19:30:20 +00:00
duncan%be.com
c9ddd97aec Get gfx to build under BeOS (BeOS specific changes)
git-svn-id: svn://10.0.0.236/trunk@37704 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-01 16:26:43 +00:00
zuperdee%penguinpowered.com
8800fbd073 Fixed some compiler warnings (mostly virtual functions w/ non-virtual destructors).
git-svn-id: svn://10.0.0.236/trunk@37569 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-30 22:36:04 +00:00
erik%netscape.com
826f677168 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).


git-svn-id: svn://10.0.0.236/trunk@37560 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-30 22:12:50 +00:00
slamm%netscape.com
6f6356c718 Better fix for build bustage. Use ZLIB_LIBS instead of -z. r=ramiro,shaver
git-svn-id: svn://10.0.0.236/trunk@37413 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-29 16:51:46 +00:00
shaver%netscape.com
e43b136c6e fix Solaris build bustage
git-svn-id: svn://10.0.0.236/trunk@37412 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-29 16:20:58 +00:00
shaver%netscape.com
f6e8d5ab2f no longer need to link against libgfxps.so -- necko merge regression?
git-svn-id: svn://10.0.0.236/trunk@37333 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-29 03:12:31 +00:00
syd%netscape.com
934947e9a3 Fixed compiler warning
git-svn-id: svn://10.0.0.236/trunk@37302 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-29 00:39:10 +00:00
gagan%netscape.com
2621940248 Necko changes (from Andreas)
git-svn-id: svn://10.0.0.236/trunk@37299 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-29 00:26:25 +00:00
mcafee%netscape.com
fcfe8cdbcc Changes for OS/2. Patch provided by Eric Olson (eric.olson@sympatico.ca)
git-svn-id: svn://10.0.0.236/trunk@37283 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-28 23:39:35 +00:00
warren%netscape.com
f6de81e947 Added group stuff back for necko.
git-svn-id: svn://10.0.0.236/trunk@37255 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-28 22:34:20 +00:00
warren%netscape.com
5de0e9a3b7 Removed necko ifdef.
git-svn-id: svn://10.0.0.236/trunk@37251 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-28 22:07:07 +00:00
briano%netscape.com
00cd6f2ea9 Fix for build problem on Solaris.
git-svn-id: svn://10.0.0.236/trunk@37230 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-28 21:10:11 +00:00
mscott%netscape.com
fddcf47e13 necko change: nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream.
git-svn-id: svn://10.0.0.236/trunk@37223 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-28 20:43:28 +00:00
warren%netscape.com
3bb37c757b Fixed necko ifdef.
git-svn-id: svn://10.0.0.236/trunk@37219 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-28 20:23:22 +00:00
warren%netscape.com
37239f31d8 Removed necko ifdef.
git-svn-id: svn://10.0.0.236/trunk@37217 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-28 20:19:48 +00:00
Jerry.Kirk%Nexwarecorp.com
a07847c5b4 - Worked on RetrieveCurrentNativeGraphicData method for Photon UI
git-svn-id: svn://10.0.0.236/trunk@37173 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-28 12:22:09 +00:00
valeski%netscape.com
04db729b47 NECKO build issue (nsILoadAttrib got loose on us)
git-svn-id: svn://10.0.0.236/trunk@37172 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-28 12:20:08 +00:00
warren%netscape.com
2fd605cc6f Last of the necko ifdefs. Now we link with necko.
git-svn-id: svn://10.0.0.236/trunk@37169 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-28 10:35:57 +00:00
av%netscape.com
079a6ae1cc Fixing build redness
git-svn-id: svn://10.0.0.236/trunk@37064 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-26 22:31:41 +00:00
av%netscape.com
1443cb5d28 Adding stub for new method
git-svn-id: svn://10.0.0.236/trunk@37061 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-26 22:02:37 +00:00
av%netscape.com
f204bb1484 Implementing getting native drawing data
git-svn-id: svn://10.0.0.236/trunk@37059 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-26 21:55:12 +00:00
av%netscape.com
ec81455e2b Adding a method to retrieve native drawing data
git-svn-id: svn://10.0.0.236/trunk@37058 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-26 21:53:07 +00:00
blizzard%redhat.com
9ef5f50421 increase the size of the scroll bars
git-svn-id: svn://10.0.0.236/trunk@36917 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 20:10:51 +00:00
mcafee%netscape.com
dc51d2deed 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.
git-svn-id: svn://10.0.0.236/trunk@36882 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 12:54:16 +00:00
ramiro%netscape.com
771d0d59dd gfxps update.
git-svn-id: svn://10.0.0.236/trunk@36878 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 11:46:11 +00:00
mcafee%netscape.com
d8dde5481d BeOS landing; thanks to Duncan Wilcox (duncan@be.com) for these changes.
git-svn-id: svn://10.0.0.236/trunk@36872 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 10:39:03 +00:00
ramiro%netscape.com
33bd20ae1f Changes to turn gfxps into a true component. Thanks to alecf@netscape.com
for providing the base patch.


git-svn-id: svn://10.0.0.236/trunk@36865 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 09:46:59 +00:00
ramiro%netscape.com
c0977e23ac Changes to turn gfxps into a true component. Thanks to alecf@netscape.com
for providing the base patch.


git-svn-id: svn://10.0.0.236/trunk@36863 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 09:38:26 +00:00
warren%netscape.com
b870de7299 Renamed nsIURLGroup to nsILoadGroup in preparation for necko.
git-svn-id: svn://10.0.0.236/trunk@36818 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 02:17:37 +00:00
warren%netscape.com
7427419abb Swapped args to NS_OpenURI.
git-svn-id: svn://10.0.0.236/trunk@36781 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 00:08:05 +00:00