gecko-dev/lib/layout
kin%netscape.com 4f26312ab5 Fix for bug #318302: "Undo" leaves a line of text
Removed call to StartTyping(), in CEditBuffer::ReturnKey(), for the
case where bTyping is false.
Reviewed by cmanske. Approved by marek.

Added parens around a set of conditions in CEditBuffer::PasteText() to prevent
the occassional dereferencing of a null pointer.
1998-09-21 17:33:14 +00:00
..
macbuild Free the lizard 1998-03-28 02:44:41 +00:00
MANIFEST Added export of laylayer.h for privacy module, even though the Mac build 1998-08-03 22:45:14 +00:00
Makefile Added xpcom dependency. 1998-09-01 03:30:59 +00:00
Makefile.in Changed EDITOR env to MOZ_EDITOR. Submitted by Tim Rowley <tor@cs.brown.edu> 1998-09-08 04:52:26 +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 More table editing work: convert Excel spreadsheet to internal table format for more flexible paste options 1998-08-18 20:24:37 +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 Uninitialized variable compiler warnings on Linux 1998-09-16 09:01:25 +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 Free the lizard 1998-03-28 02:44:41 +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 Uninitialized variable compiler warnings on Linux 1998-09-16 07:32:19 +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 Uninitialized variable compiler warnings on Linux 1998-09-16 07:45:58 +00:00
layout.h Build list of meta tags on top_state and pass them to RDF HT once layout 1998-09-15 18:37:49 +00:00
layout.i Free the lizard 1998-03-28 02:44:41 +00:00
layprobe.c Fix for Mac build bustage. 1998-07-05 01:51:33 +00:00
layprobe.h Approved by Don. Checking in latest Layout Probe API implementation from 1998-07-04 23:25:24 +00:00
layrelay.c Uninitialized variable compiler warnings on Linux 1998-09-16 07:32:19 +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 Uninitialized variable compiler warnings on Linux 1998-09-16 07:45:58 +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.win Added laylayer.h export for privacy module. Approved: nisheeth 1998-08-03 22:52:16 +00:00
ptinpoly.c 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
shim2.h Free the lizard 1998-03-28 02:44:41 +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