gecko-dev/lib/layout
kin%netscape.com 6b258036a7 Modified edt_InitEscapes() to check for '>'. This will make composer write
out > into the HTML stream instead of the '>' character.
1998-09-24 14:33:09 +00:00
..
macbuild Free the lizard 1998-03-28 02:44:41 +00:00
bits.h Free the lizard 1998-03-28 02:44:41 +00:00
bullet.c Documentation patch. Thanks to Pete Bevin (moose@bestiary.com) for submitting 1998-04-15 03:54:08 +00:00
clipline.c Landing SHACK changes from RDF branch. 1998-07-23 17:44:04 +00:00
editor.cpp Composer work: Check for valid charset in metatag, paste character style, split table cell, optimization for table cell layout (not turned on), remove P_MENU, P_DIRECTORY support for UIs 1998-09-02 14:21:41 +00:00
editor.h Fixed table editing bugs. Ctrl key now needed to size table with mouse 1998-09-12 01:46:12 +00:00
edtbuf.cpp Fix for bug #318302: "Undo" leaves a line of text 1998-09-21 17:33:14 +00:00
edtcmd.cpp NO_NSPR_PRIVATE_HEADER_BRANCH landing. Removed the inclusions of 1998-09-22 16:59:57 +00:00
edtele.cpp Uninitialized variable compiler warnings on Linux 1998-09-16 09:01:25 +00:00
edtjava.cpp fix warnings (only for Macintosh) 1998-07-24 03:58:28 +00:00
edtsave.cpp Make the history entry to store UTF8 text. We will graduately change FE code also to deal with UTF8 in history database. We need this to make the RDF history access correctly handle Multilingual text 1998-09-19 00:33:04 +00:00
edttypep.h Free the lizard 1998-03-28 02:44:41 +00:00
edtutil.cpp Modified edt_InitEscapes() to check for '>'. This will make composer write 1998-09-24 14:33:09 +00:00
export.mac First Checked In. 1998-05-23 01:14:17 +00:00
fsfile.cpp Uninitialized variable compiler warnings on Linux 1998-09-16 08:13:29 +00:00
fsfile.h Free the lizard 1998-03-28 02:44:41 +00:00
layarena.c Free the lizard 1998-03-28 02:44:41 +00:00
layblock.c Uninitialized variable compiler warnings on Linux 1998-09-16 07:22:06 +00:00
laybuiltin.c Fix bugzilla bug 741 (typo in laybuiltin.c -- builtin->width should be builtin_width. contributed by rkl@connect.org.uk.) Also, move the builtin's layer at the end of lo_UpdateStateAfterBuiltinLayout. 1998-09-14 08:53:43 +00:00
laycell.c fix build bustage on mac (rev mjudge). 1998-09-02 16:15:43 +00:00
laycols.c Warning fixes. Thanks to Rick Osborne (rick@spacey.net). 1998-04-29 08:41:05 +00:00
laydisp.c Composer work: Check for valid charset in metatag, paste character style, split table cell, optimization for table cell layout (not turned on), remove P_MENU, P_DIRECTORY support for UIs 1998-09-02 14:21:41 +00:00
layedit.c Uninitialized variable compiler warnings on Linux 1998-09-16 07:32:19 +00:00
layembed.c MacFE code for Anthrax along with minor XP tweaks 1998-09-03 21:08:25 +00:00
layfind.c Free the lizard 1998-03-28 02:44:41 +00:00
layform.c Uninitialized variable compiler warnings on Linux 1998-09-16 07:22:06 +00:00
layfree.c Changed all uses of lo_NVList to not depend on OJI being defined. 1998-08-08 20:50:22 +00:00
laygrid.c rework grid relayout. This fixes lots of things, like the problems of grid cells disappearing on resize, and grid cells that were specified with a fixed size acting like they were assigned a percentage on resize. 1998-09-22 02:14:49 +00:00
layhrule.c Free the lizard 1998-03-28 02:44:41 +00:00
layimage.c Uninitialized variable compiler warnings on Linux 1998-09-16 07:45:58 +00:00
layinfo.c Landing SHACK changes from RDF branch. 1998-07-23 17:44:04 +00:00
layjava.c Changed all uses of lo_NVList to not depend on OJI being defined. 1998-08-08 20:50:22 +00:00
laylayer.c Checking in changes made for the Layout Probe API project by Ori Kravitz 1998-09-21 21:54:50 +00:00
laylayer.h Fix for text overflowing inside nested tables. Fix for background colors not 1998-04-15 05:28:39 +00:00
laylist.c Free the lizard 1998-03-28 02:44:41 +00:00
laymap.c Free the lizard 1998-03-28 02:44:41 +00:00
laymocha.c Changes for lazy java initialization. 1998-09-01 00:23:43 +00:00
layobj.c MacFE code for Anthrax along with minor XP tweaks 1998-09-03 21:08:25 +00:00
layout.c Checking in changes made for the Layout Probe API project by Ori Kravitz 1998-09-21 21:54:50 +00:00
layout.h Added prototype for lo_ProcessHeader so the Mac will build. How any platform builds without I don't know (but I'd guess they don't have warnings for un-prototyped functions). 1998-09-23 01:45:44 +00:00
layout.i Free the lizard 1998-03-28 02:44:41 +00:00
layprobe.c Changed use of stricmp to XP_STRCASECMP, fixed reference to platform-specific pText field in LO_TextStruct_struct. 1998-09-21 23:51:48 +00:00
layprobe.h Checking in changes made for the Layout Probe API project by Ori Kravitz 1998-09-21 21:54:50 +00:00
layrelay.c add handling for header elements in reflow. especially fixes alignment lossage. 1998-09-22 22:51:43 +00:00
layrelay.h Free the lizard 1998-03-28 02:44:41 +00:00
layscrip.c Modified timing macros to include MWContext parameter. 1998-08-09 20:32:30 +00:00
laysel.c Fixed bug that prevented placing caret in empty table cell 1998-08-14 03:04:11 +00:00
layspace.c val was not being initialized properly lo_LayoutBlockSpacer(). Fixed. Thanks 1998-05-18 20:44:34 +00:00
layspan.c Add COW textattrs. Clean up lo_SetColor. Make <TD>.bgcolor mutable. 1998-09-05 04:29:56 +00:00
laystyle.c Free the lizard 1998-03-28 02:44:41 +00:00
laystyle.h Free the lizard 1998-03-28 02:44:41 +00:00
laysub.c Free the lizard 1998-03-28 02:44:41 +00:00
laytable.c Add COW textattrs. Clean up lo_SetColor. Make <TD>.bgcolor mutable. 1998-09-05 04:29:56 +00:00
laytags.c add handling for header elements in reflow. especially fixes alignment lossage. 1998-09-22 22:51:43 +00:00
laytext.c Uninitialized variable compiler warnings on Linux 1998-09-16 07:45:58 +00:00
laytrav.c Free the lizard 1998-03-28 02:44:41 +00:00
laytrav.h Free the lizard 1998-03-28 02:44:41 +00:00
layutil.c we need lo_alignStrings when we don't have memory arenas too. not just when EDITOR is defined. 1998-09-06 21:00:43 +00:00
lo_funcs.h Landing SHACK changes from RDF branch. 1998-07-23 17:44:04 +00:00
Makefile Added xpcom dependency. 1998-09-01 03:30:59 +00:00
Makefile.in Moved files accidentally placed in MOZ_EDITOR ifdef. 1998-09-22 23:03:47 +00:00
makefile.win Added laylayer.h export for privacy module. Approved: nisheeth 1998-08-03 22:52:16 +00:00
MANIFEST Added export of laylayer.h for privacy module, even though the Mac build 1998-08-03 22:45:14 +00:00
ptinpoly.c Free the lizard 1998-03-28 02:44:41 +00:00
shim2.h Free the lizard 1998-03-28 02:44:41 +00:00
shim.h Landing SHACK changes from RDF branch. 1998-07-23 17:44:04 +00:00
streams.cpp Free the lizard 1998-03-28 02:44:41 +00:00
streams.h Free the lizard 1998-03-28 02:44:41 +00:00