Commit Graph

53979 Commits

Author SHA1 Message Date
dcone%netscape.com
a38f64b869 fixed a parameter for spacing
git-svn-id: svn://10.0.0.236/trunk@13453 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-26 18:05:45 +00:00
kipp%netscape.com
1179f03bd9 Port to updated DrawString API
git-svn-id: svn://10.0.0.236/trunk@13451 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-26 17:35:09 +00:00
kipp%netscape.com
c1032fa648 Support letter and word spacing
git-svn-id: svn://10.0.0.236/trunk@13450 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-26 17:27:53 +00:00
kipp%netscape.com
29bade6bcb Use computed word-len not out parameter that is unset at the time of usage
git-svn-id: svn://10.0.0.236/trunk@13449 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-26 17:27:35 +00:00
kipp%netscape.com
138ffb41d2 Added new atoms
git-svn-id: svn://10.0.0.236/trunk@13448 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-26 17:27:04 +00:00
kipp%netscape.com
935d2b357a Updated makefile to use rm instead of rd
git-svn-id: svn://10.0.0.236/trunk@13447 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-26 17:15:44 +00:00
kipp%netscape.com
8dcb1aa63a Test out new text-style support
git-svn-id: svn://10.0.0.236/trunk@13446 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-26 17:13:28 +00:00
kipp%netscape.com
c2ae678e88 Port to new DrawString API
git-svn-id: svn://10.0.0.236/trunk@13445 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-26 17:12:48 +00:00
kipp%netscape.com
2ef9d58cf1 Revised DrawString API to take a spacing array for character spacing control
git-svn-id: svn://10.0.0.236/trunk@13444 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-26 17:12:39 +00:00
mcafee%netscape.com
c595004478 Fixing Solaris bustage, this file needs an EOL character on the last line
git-svn-id: svn://10.0.0.236/trunk@13441 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-26 05:39:12 +00:00
cls%seawood.org
3a151fb16a Use separate DEFINES for autoconf if MOZ_DEBUG is defined. Should clear up IRIX depend tb.
git-svn-id: svn://10.0.0.236/trunk@13438 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-26 02:25:31 +00:00
cls%seawood.org
99d6170c91 IRIX depend tb doesn't seem to like the extra DEFINES when doing a 'make depend'.
git-svn-id: svn://10.0.0.236/trunk@13437 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-26 00:52:30 +00:00
mcafee%netscape.com
d1c07cffa3 Adding Makefile for Unix
git-svn-id: svn://10.0.0.236/trunk@13436 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-26 00:17:28 +00:00
mcafee%netscape.com
36e5403568 Adding Makefile for Unix
git-svn-id: svn://10.0.0.236/trunk@13435 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-25 23:54:32 +00:00
cls%seawood.org
e5de7aa2e1 Split OS_CFLAGS into OS_CFLAGS, OS_INCLUDES and DEFINES.
Modified Makefile.ins to append not overwrite DEFINES.
Added $(DEFINES) to the mkdepend command line so that some conditional dependencies are caught as well.


git-svn-id: svn://10.0.0.236/trunk@13433 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-25 22:25:25 +00:00
mcafee%netscape.com
b2738846f8 Fixing Linux bustage
git-svn-id: svn://10.0.0.236/trunk@13430 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-25 22:07:11 +00:00
cls%seawood.org
c822503f00 Changed --enable-pthreads to --with-pthreads. Made it bomb again if the run of the test program fails when checking for nspr with thread lib.
git-svn-id: svn://10.0.0.236/trunk@13425 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-25 20:46:19 +00:00
blizzard%appliedtheory.com
7f9c0797fb comment out some debugging output
git-svn-id: svn://10.0.0.236/trunk@13424 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-25 17:43:10 +00:00
blizzard%appliedtheory.com
34cb6ec1f6 Fix bug when displaying tranparent images. You should use the
img_x/y_offset, not the rect_x/y_offset for computing the clip_origin
in the GC.  Also, make sure that you don't set the clip region if you're
using a clipping bitmask because you can't use both of them at the same
time.  Also, comment out some debugging printf()'s


git-svn-id: svn://10.0.0.236/trunk@13423 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-25 17:41:32 +00:00
blizzard%appliedtheory.com
71b345a6ee Integrate patches from Frank Visser <fvisser@hgmp.mrc.ac.uk> to use gtk
regions.


git-svn-id: svn://10.0.0.236/trunk@13422 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-25 17:39:06 +00:00
blizzard%appliedtheory.com
cd9dabac07 Add x source code header file ala xfe to that we can get into the
X Region internal structs.  What fun!


git-svn-id: svn://10.0.0.236/trunk@13421 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-25 17:37:07 +00:00
cls%seawood.org
d74d40ae85 Remove any core files after each AC_TRY_RUN.
Modified LDFLAGS when checking for motif libs.  Thanks to Brian J. Murrell <brian@interlinx.bc.ca> for pointing out this oversight.


git-svn-id: svn://10.0.0.236/trunk@13420 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-25 07:43:59 +00:00
troy%netscape.com
a34949bc86 Added a XXX comment about what's the correct value for the clip
view's opacity


git-svn-id: svn://10.0.0.236/trunk@13419 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-25 04:24:26 +00:00
troy%netscape.com
af673cd536 Changed SetScrolledView() to mark the clip view as having transparent content
if the scrolled view has transparent content


git-svn-id: svn://10.0.0.236/trunk@13418 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-25 04:15:59 +00:00
troy%netscape.com
004c474793 Changed the ordering so we mark the scrolled view as having transparent
content before setting the scrolling view's scrolled view


git-svn-id: svn://10.0.0.236/trunk@13417 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-25 04:15:08 +00:00
blizzard%appliedtheory.com
2116f90197 don't draw table borders for tables that have a border_width of zero
git-svn-id: svn://10.0.0.236/trunk@13416 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-24 19:05:24 +00:00
blizzard%appliedtheory.com
ef78a4310b Catch the "draw" event on the GtkFixed widget and redraw the html
area since it's just been erased by the widget default draw handler


git-svn-id: svn://10.0.0.236/trunk@13415 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-24 17:02:34 +00:00
briano%netscape.com
fca9be5a9a Cleaned it up and made it work properly.
git-svn-id: svn://10.0.0.236/trunk@13414 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-24 05:31:24 +00:00
briano%netscape.com
ec969f3351 Turns out not to need the OS_LIBS addition on Linux at all.
git-svn-id: svn://10.0.0.236/trunk@13413 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-24 05:29:10 +00:00
troy%netscape.com
2f930733a2 Changed some comments
git-svn-id: svn://10.0.0.236/trunk@13412 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-24 05:03:55 +00:00
troy%netscape.com
c36b7571bf Added code to decide whether the view has transparent content based on
whether the background color is transparent


git-svn-id: svn://10.0.0.236/trunk@13411 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-24 05:03:33 +00:00
troy%netscape.com
7e9b56edac Added code to repaint the scrolled frame during a resize reflow
git-svn-id: svn://10.0.0.236/trunk@13410 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-24 04:57:48 +00:00
rickg%netscape.com
37a87d59ec WIP for new style handling and well-formed content
git-svn-id: svn://10.0.0.236/trunk@13409 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-24 04:44:38 +00:00
dcone%netscape.com
89414bdc34 call the doresize event
git-svn-id: svn://10.0.0.236/trunk@13404 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 21:29:39 +00:00
dcone%netscape.com
56adf83688 Small bug fix in resize
git-svn-id: svn://10.0.0.236/trunk@13403 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 21:29:17 +00:00
buster%netscape.com
182a2d0cc7 *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@13402 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 20:52:23 +00:00
rods%netscape.com
67620830db Added selection APIs
git-svn-id: svn://10.0.0.236/trunk@13401 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 20:47:57 +00:00
waldemar%netscape.com
ad992aff3d Fixed Mac warning
git-svn-id: svn://10.0.0.236/trunk@13400 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 20:44:28 +00:00
rods%netscape.com
9f3aa1200d Removed include "nsIHTMLCSSStyleSheet.h"
git-svn-id: svn://10.0.0.236/trunk@13399 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 20:40:26 +00:00
cls%seawood.org
b0a4c2c716 Sync'd with Makefiles
git-svn-id: svn://10.0.0.236/trunk@13398 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 20:35:24 +00:00
rods%netscape.com
5438b98906 Removed several nsHTMK type tags from nsDocument.cpp
git-svn-id: svn://10.0.0.236/trunk@13396 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 20:23:02 +00:00
michaelp%netscape.com
81fe1dd834 fixed build bustage.
git-svn-id: svn://10.0.0.236/trunk@13395 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 20:17:36 +00:00
buster%netscape.com
1e16c84e01 fixes Bug 1110, URL=http://www.webstandards.org
ables were not correctly applying the min width of the content of cells
that had col spans in some cases.  In this case, the nested table was specified
as being too narrow for the content.  There were 4 columns each with width=25%
in the first row, and in the next row a single cell with colspan=4 and whose
content min size was wider than the specified table width.


git-svn-id: svn://10.0.0.236/trunk@13394 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 19:56:11 +00:00
scullin%netscape.com
0958221b99 Do pluggable about pages.
git-svn-id: svn://10.0.0.236/trunk@13390 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 18:51:54 +00:00
nhotta%netscape.com
f4e9409e30 Added WinFE implementation.
git-svn-id: svn://10.0.0.236/trunk@13389 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 18:51:40 +00:00
dcone%netscape.com
29a360ec69 Now checks the width and height before a NS_SIZE_EVENT is dispatched.
git-svn-id: svn://10.0.0.236/trunk@13387 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 18:02:38 +00:00
dcone%netscape.com
e94d00e173 Fixed the resize problem, now breaks out of the infinite loop.
git-svn-id: svn://10.0.0.236/trunk@13386 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 18:00:54 +00:00
michaelp%netscape.com
58bc94bb8e changes for new rendering context API stuff.
git-svn-id: svn://10.0.0.236/trunk@13385 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 17:59:28 +00:00
michaelp%netscape.com
27d276091a added suport for alpha blending of views.
git-svn-id: svn://10.0.0.236/trunk@13384 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 17:58:44 +00:00
michaelp%netscape.com
aab130cc8b made CopyBits() more flexible. added better ddraw support for windows rendering
context. added ddraw support to windows blender. made CreateDrawingSurface()
able to be smarter.


git-svn-id: svn://10.0.0.236/trunk@13383 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 17:58:18 +00:00