kipp%netscape.com
|
8108c2fd4e
|
Support style changes for leaf frames
|
1998-09-25 16:33:38 +00:00 |
|
saari%netscape.com
|
33eed4affb
|
This should fix the burning Mac tree...
|
1998-09-25 16:29:55 +00:00 |
|
saari%netscape.com
|
5ca9a076c0
|
next step in fixing the tree
|
1998-09-25 16:23:07 +00:00 |
|
kipp%netscape.com
|
96b8114547
|
Renamed FrameDeleted to FrameRemoved
|
1998-09-25 16:12:13 +00:00 |
|
kipp%netscape.com
|
cfd12dbb91
|
Renamed style-changed reflow method; fixed implementation to generate a reflow command
|
1998-09-25 16:11:36 +00:00 |
|
kipp%netscape.com
|
8715a3abab
|
Switch over to FrameRemoved instead of FrameDeleted
|
1998-09-25 16:10:49 +00:00 |
|
kipp%netscape.com
|
053775b9aa
|
Support (weakly) style-changed reflow and fixup naming of frame-removed methods
|
1998-09-25 16:10:10 +00:00 |
|
kipp%netscape.com
|
7552dab799
|
Added StyleChanged reflow command; renamed FrameDeleted to be consistent with everything else
|
1998-09-25 16:09:04 +00:00 |
|
saari%netscape.com
|
d84dc233fd
|
One more step in fixing the burning tree
|
1998-09-25 16:08:48 +00:00 |
|
dcone%netscape.com
|
2596ac4f28
|
updated resize
|
1998-09-25 15:13:29 +00:00 |
|
dcone%netscape.com
|
eb97021f8d
|
fixed some resizing issues
|
1998-09-25 15:12:55 +00:00 |
|
dcone%netscape.com
|
e387e2f5dd
|
fixed resizing issues
|
1998-09-25 15:12:22 +00:00 |
|
dcone%netscape.com
|
741d23d723
|
fixed some sizing issues
|
1998-09-25 15:12:05 +00:00 |
|
saari%netscape.com
|
e024b28c9e
|
MacOS only
Modifications to StringLib. It now functions like the Unix version where we have all of the strings in a giant case statement instead of in resources.
This is necessary for moving to Pro4 and reducing the number of resources in the Mac Navigator.
|
1998-09-25 14:45:53 +00:00 |
|
ramiro%netscape.com
|
37ec12f250
|
dgux is now DGUX. Thanks to fraioli@dg-rtp.dg.com (Marc J. Fraioli) for
pointing this out.
|
1998-09-25 14:00:00 +00:00 |
|
ramiro%netscape.com
|
d72c149d03
|
Restore the resources to non const. const was causing problems on some
platforms. Thanks to "Marc J. Fraioli" <fraioli@dg-rtp.dg.com> for pointing
this out.
|
1998-09-25 11:38:07 +00:00 |
|
mcafee%netscape.com
|
27090352b7
|
Uninitialized variable warning from gcc
|
1998-09-25 10:47:56 +00:00 |
|
mcafee%netscape.com
|
0032c18899
|
More PostScript font names, courtesy <junker@jazz.snu.ac.kr>
|
1998-09-25 10:24:16 +00:00 |
|
mcafee%netscape.com
|
9f4b4ca968
|
Added support for paper size, thanks to <junker@jazz.snu.ac.kr> for this fix
|
1998-09-25 10:23:01 +00:00 |
|
mcafee%netscape.com
|
808b5bfb0b
|
Unix Non-latin1 PostScript conversion enhancement, thanks to <junker@jazz.snu.ac.kr> for providing this fix. Details of the fix are at http://jazz.snu.ac.kr/~junker/work/mozilla/unixps.html. Non-latin1 title printing in xl_annotate_page. Give charset info and URL in postscript output. Give attribute info in postscript output. Give papersize info in DSC comment. Be more liberal in parsing AFM files. Non-latin1 underline and strikeout decoration enabled. Japanese printing charset is fixed to SJIS(in resource file).
|
1998-09-25 10:21:50 +00:00 |
|
mcafee%netscape.com
|
f9b381c863
|
Moved N_FONTS, PS_BBox, PS_CharInfo, PS_FontInfo to include/xlate.h, added XP_ParseAFMFile() to xlate.h
|
1998-09-25 10:19:18 +00:00 |
|
mcafee%netscape.com
|
b037ae318c
|
Added parseAFM.c
|
1998-09-25 10:17:52 +00:00 |
|
mcafee%netscape.com
|
39bb41d659
|
Initial version, thanks to <junker@jazz.snu.ac.kr> for providing this pd source from Adobe.
|
1998-09-25 10:16:57 +00:00 |
|
pinkerton%netscape.com
|
7fdbea0dd5
|
vidur's dom/css changes. Got the rest of them, I hope. Added new grouping (css) and all the files in dom:src:css.
|
1998-09-25 06:19:02 +00:00 |
|
pinkerton%netscape.com
|
6d770a46d4
|
vidur's dom/css changes. Added a couple of new files.
|
1998-09-25 05:22:06 +00:00 |
|
pinkerton%netscape.com
|
21944c0027
|
add dom:public:css to manifest list.
|
1998-09-25 05:21:27 +00:00 |
|
troy%netscape.com
|
50795d8516
|
Moved ContentDeleted() document notification code to the style system which
generates the reflow command
|
1998-09-25 05:13:06 +00:00 |
|
wtc%netscape.com
|
ad7714484d
|
Removed the inclusion of private NSPR header "prosdep.h" on the Mac.
Reviewed and approved by Warren Harris.
|
1998-09-25 04:43:58 +00:00 |
|
wtc%netscape.com
|
61f7960c9a
|
Removed calls to the obsolete function PR_GetGCInfo(). That function
is only for Java garbage collection and so doesn't matter any more.
Reviewed and approved by Steve Dagley.
|
1998-09-25 04:42:21 +00:00 |
|
wtc%netscape.com
|
6f18f567c7
|
Removed references to the unused libmsgc21 library.
Reviewed and approved by David Hyatt and Daniel Matejka.
|
1998-09-25 04:35:40 +00:00 |
|
peterl%netscape.com
|
3b8aee3337
|
handle HTML comment tags as whitespace
|
1998-09-25 01:50:51 +00:00 |
|
peterl%netscape.com
|
27b3193c87
|
fixed bug preventing properties from parsing if followed by whitespace.
ie: color : blue didn't work
|
1998-09-25 01:50:34 +00:00 |
|
peterl%netscape.com
|
8582fa89ce
|
removed table default values
|
1998-09-25 01:49:27 +00:00 |
|
peterl%netscape.com
|
31f87234c8
|
performance tweaks to apply style change
|
1998-09-25 01:49:10 +00:00 |
|
peterl%netscape.com
|
7aaa6f0444
|
removed content apis from style context
|
1998-09-25 01:48:22 +00:00 |
|
vidur%netscape.com
|
d8bb86f9a9
|
Fix build bustage
|
1998-09-25 01:27:44 +00:00 |
|
vidur%netscape.com
|
050eccf7ab
|
style test
|
1998-09-25 00:59:01 +00:00 |
|
eyork%netscape.com
|
e38a931d36
|
Fix Solaris Build problems
|
1998-09-25 00:57:28 +00:00 |
|
eyork%netscape.com
|
ae67d12163
|
Fix Solaris Build Problem
|
1998-09-25 00:54:04 +00:00 |
|
eyork%netscape.com
|
0e460a7be5
|
Fix Solaris build problem
|
1998-09-25 00:52:46 +00:00 |
|
vidur%netscape.com
|
b4fc446c94
|
Added new style interfaces. Implemented getStyle() on HTMLElement. Moved DOM fields into side struct for nsGenericHTMLElement. Implemented style declaration interface on proxy. Added new entry point to CSSParser and new methods to style declaration.
|
1998-09-25 00:51:45 +00:00 |
|
vidur%netscape.com
|
2d0550a5a2
|
Added new style interfaces. Modified property slot id allocation.
|
1998-09-25 00:49:44 +00:00 |
|
cyeh%netscape.com
|
6222d3f057
|
remove crusty old NSPR20 #ifdef
|
1998-09-25 00:30:06 +00:00 |
|
kipp%netscape.com
|
30286f0567
|
Fixed attribute atom typo
|
1998-09-25 00:01:08 +00:00 |
|
kipp%netscape.com
|
d19f90e1a5
|
Added some attribute handlers for inline frames (temporary)
|
1998-09-25 00:00:55 +00:00 |
|
kipp%netscape.com
|
bf54e184b3
|
Added methods for triggering style/rendering/reflow changes
|
1998-09-25 00:00:22 +00:00 |
|
kipp%netscape.com
|
4d4673881d
|
Hooked up noshade attribute to trigger a render
|
1998-09-24 23:57:01 +00:00 |
|
kipp%netscape.com
|
49f2e69fbe
|
Disable a certain kind of caching to make incremental style changes work
|
1998-09-24 23:56:45 +00:00 |
|
kipp%netscape.com
|
eb45c70707
|
Expose remap method
|
1998-09-24 23:56:30 +00:00 |
|
kipp%netscape.com
|
58e4f3dbde
|
Added in an immedate flag for controlling Invalidate rendering
|
1998-09-24 23:56:15 +00:00 |
|