Commit Graph

10561 Commits

Author SHA1 Message Date
jgellman%netscape.com
3f5986f818 added start of test harness 1998-10-26 21:26:20 +00:00
cyeh%netscape.com
03c7a06946 simplify dist calls and make it consistant with style in BuildList.pm 1998-10-26 21:23:39 +00:00
janc%netscape.com
01384f353c new file to test CSS2 parser 1998-10-26 21:04:05 +00:00
troy%netscape.com
c59c1ebb94 Changed clip view to have an opacity of 0.0f and no transparent content 1998-10-26 20:53:36 +00:00
troy%netscape.com
baf46fce94 Changed to handle incremental reflow 1998-10-26 20:32:32 +00:00
harrison%netscape.com
7fceefc39d run me out of cron, i collect stats for the report graphs. 1998-10-26 20:15:38 +00:00
harrison%netscape.com
0aee8a1c01 patch from Sam Ziegler <ziegler@mediaguaranty.com>, bug
graphs available, minor hacks.
1998-10-26 20:15:13 +00:00
troy%netscape.com
ad0678461d Passed in the z-index for InsertChild() call 1998-10-26 20:01:40 +00:00
spider%netscape.com
4588b580c1 Fix for shutting down when initiated by menu bar 1998-10-26 19:34:51 +00:00
spider%netscape.com
0ed21b513b No need to call exit app on shutdown in xpfc ... done implicitly. 1998-10-26 19:34:16 +00:00
brendan%netscape.com
b29efa5198 - Add unsigned casts to relational expressions, silencing warnings at the cost
of failing to check negative-wraparound of int32 operands.
- Add casts and XXX comments to MSG_* calls that lack prototypes.
- #ifdef XP_UNIX around MimeHeaders_do_unix_display_hook_hack.
1998-10-26 19:25:17 +00:00
buster%netscape.com
7267908f46 fixed bug 1188. Colspans beyond the end of the table were adding entries
into the column cache, which is very, very bad.
1998-10-26 19:15:31 +00:00
buster%netscape.com
a56810053c fixed bug 1180 (mozilla.org) and all tables that have nonsense colspans 1998-10-26 18:42:22 +00:00
karnaze%netscape.com
e1ceeac414 bug 1136 1998-10-26 18:37:04 +00:00
dcone%netscape.com
29934bf65b fixed the incremental layout problems. 1998-10-26 18:36:08 +00:00
michaelp%netscape.com
d142a0a3b1 added opacity example as demo #10. 1998-10-26 18:07:14 +00:00
dcone%netscape.com
eaf7731727 fixed a parameter for spacing 1998-10-26 18:05:45 +00:00
kipp%netscape.com
8cf2866f87 Port to updated DrawString API 1998-10-26 17:35:09 +00:00
kipp%netscape.com
a05bb7ee66 Support letter and word spacing 1998-10-26 17:27:53 +00:00
kipp%netscape.com
a5b11a0e33 Use computed word-len not out parameter that is unset at the time of usage 1998-10-26 17:27:35 +00:00
kipp%netscape.com
b987962daf Added new atoms 1998-10-26 17:27:04 +00:00
kipp%netscape.com
b0cb4f18a8 Updated makefile to use rm instead of rd 1998-10-26 17:15:44 +00:00
kipp%netscape.com
59a739ecbb Test out new text-style support 1998-10-26 17:13:28 +00:00
kipp%netscape.com
bf3ef5d794 Port to new DrawString API 1998-10-26 17:12:48 +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
cls%seawood.org
60d3c83cd0 Use separate DEFINES for autoconf if MOZ_DEBUG is defined. Should clear up IRIX depend tb. 1998-10-26 02:25:31 +00:00
cls%seawood.org
36d2161504 IRIX depend tb doesn't seem to like the extra DEFINES when doing a 'make depend'. 1998-10-26 00:52:30 +00:00
mcafee%netscape.com
0791852279 Adding Makefile for Unix 1998-10-26 00:17:28 +00:00
mcafee%netscape.com
86f170b29e Adding Makefile for Unix 1998-10-25 23:54:32 +00:00
cls%seawood.org
2949f638d8 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.
1998-10-25 22:25:25 +00:00
mcafee%netscape.com
9515c34572 Fixing Linux bustage 1998-10-25 22:07:11 +00:00
cls%seawood.org
8b39720d67 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. 1998-10-25 20:46:19 +00:00
blizzard%appliedtheory.com
b22986eca6 comment out some debugging output 1998-10-25 17:43:10 +00:00
blizzard%appliedtheory.com
cf30f00516 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
1998-10-25 17:41:32 +00:00
blizzard%appliedtheory.com
a25135cb4d Integrate patches from Frank Visser <fvisser@hgmp.mrc.ac.uk> to use gtk
regions.
1998-10-25 17:39:06 +00:00
blizzard%appliedtheory.com
90a942ecb1 Add x source code header file ala xfe to that we can get into the
X Region internal structs.  What fun!
1998-10-25 17:37:07 +00:00
cls%seawood.org
6b105ada36 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.
1998-10-25 07:43:59 +00:00
troy%netscape.com
1d54745569 Added a XXX comment about what's the correct value for the clip
view's opacity
1998-10-25 04:24:26 +00:00
troy%netscape.com
e065f28fe7 Changed SetScrolledView() to mark the clip view as having transparent content
if the scrolled view has transparent content
1998-10-25 04:15:59 +00:00
troy%netscape.com
0cadccb4e3 Changed the ordering so we mark the scrolled view as having transparent
content before setting the scrolling view's scrolled view
1998-10-25 04:15:08 +00:00
blizzard%appliedtheory.com
ca6b1690f1 don't draw table borders for tables that have a border_width of zero 1998-10-24 19:05:24 +00:00
blizzard%appliedtheory.com
9246d2b910 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
1998-10-24 17:02:34 +00:00
briano%netscape.com
fdc164c7fc Cleaned it up and made it work properly. 1998-10-24 05:31:24 +00:00
briano%netscape.com
90932e6acc Turns out not to need the OS_LIBS addition on Linux at all. 1998-10-24 05:29:10 +00:00
troy%netscape.com
3441ff97d9 Changed some comments 1998-10-24 05:03:55 +00:00
troy%netscape.com
cb194ac5fa Added code to decide whether the view has transparent content based on
whether the background color is transparent
1998-10-24 05:03:33 +00:00
troy%netscape.com
6b3423d21a Added code to repaint the scrolled frame during a resize reflow 1998-10-24 04:57:48 +00:00
rickg%netscape.com
4ed94cd519 WIP for new style handling and well-formed content 1998-10-24 04:44:38 +00:00
dcone%netscape.com
8cdbc2c3af call the doresize event 1998-10-23 21:29:39 +00:00