Граф коммитов

11679 Коммитов

Автор SHA1 Сообщение Дата
rods%netscape.com 0c1b5e43a0 Added a check for a NULL nsIDeviceContextSpec. This happens when the user "cancels"
out of the print dialog.
1998-11-16 22:25:57 +00:00
rods%netscape.com 3ab253fc87 Added checks for null objects so printing would work. 1998-11-16 22:18:30 +00:00
cls%seawood.org 3f2cd59aa2 DSO_CFLAGS defaults to -fPIC only if using gcc, otherwise it's set to -KPIC. 1998-11-16 22:11:17 +00:00
raman%netscape.com eb1dd00c2c Bug fixes from MozillaClassic branch, plus changes to build caps without rdf 1998-11-16 21:57:13 +00:00
cls%seawood.org 219bc9246a Actually set GTK_VERSION. Thanks to Chris <dexter@dns.ci.columbia.mo.us> for pointing out this oversight. 1998-11-16 21:50:33 +00:00
troy%netscape.com 4a3de77c51 Made sure NS_BODY_THE_BODY flag is set for the body wrapper frame we
create for XML documents
1998-11-16 21:48:13 +00:00
troy%netscape.com bd01f5a4c1 Added null pointer check in DidSetStyleContext(). This keeps us from crashing
on XML documents
1998-11-16 21:45:24 +00:00
hyatt%netscape.com ec9902304f Tweaking interfaces to move some functionality out of the treedatamodel and into the base. 1998-11-16 20:53:27 +00:00
hyatt%netscape.com 31f8833bfe GetWidget and SetWidget weren't doing proper AddRef and Release. Fixed the
code.
1998-11-16 20:39:09 +00:00
hyatt%netscape.com 23413a2894 Added SetOpenState. 1998-11-16 20:11:06 +00:00
cyeh%netscape.com 4deb8ff5a1 remove dependence on mozilla classic style features (MOZ_MEDIUM) 1998-11-16 20:00:53 +00:00
hyatt%netscape.com d47b25a8ba Fixing SetOpenState so that it really works. 1998-11-16 19:53:05 +00:00
terry%netscape.com 68314873bf Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup. 1998-11-16 19:43:50 +00:00
michaelp%netscape.com c8bf7f056d fixed problem with vertical scrollbar not always appearing. 1998-11-16 19:42:53 +00:00
jfrancis%netscape.com c3240ef91b First Checked In. 1998-11-16 19:30:48 +00:00
jfrancis%netscape.com bdb1543008 adding scott's XP_COM auto_pointer header to xpcom exports. 1998-11-16 19:08:50 +00:00
terry%netscape.com fad55e455d mozillazine has changed its format; cope with the new format. 1998-11-16 18:58:24 +00:00
pinkerton%netscape.com e7bbdc3354 Turn on debugging info for message sink and text area cpp files. 1998-11-16 18:45:30 +00:00
cls%seawood.org 2ea9293560 Removed kludge that removed generated files from srcdir 1998-11-16 18:39:49 +00:00
troy%netscape.com a435cf3ef5 Reinstated hack to have the placeholder frame forward the DidReflow() notification
to the floated frame. Needed until the block frame properly handles FirstChild()
and returns the list of floated frames
1998-11-16 18:33:21 +00:00
leaf%mozilla.org dbaf2fe659 Removing include of icondata.h, which doesn't seem to exist for xpfe yet. 1998-11-16 18:17:33 +00:00
dcone%netscape.com 573e309e55 Updated and tested the taghandling finding mechanism 1998-11-16 18:13:09 +00:00
troy%netscape.com d6a65c024a Split class declaration out into a separate header file so the body frame
can be a derived class
1998-11-16 17:11:12 +00:00
buster%netscape.com e46627bcf6 added storage in styleTable for a column's width contribution from cells that
have colspan>1.
1998-11-16 06:47:24 +00:00
buster%netscape.com 21e08756c0 irrationally-specified table (one where the width attributes of various rows don't add up to the same value,
and/or to the width attribute on the table itself), the rule is to try to give the column the largest value
assigned to it by any cell intersecting that column.
Separate storage is maintained for a column's natural desired width (width from any source other than a cell
with a colspan) and the maximum contribution to the column's width from any cell with a colspan.
1998-11-16 06:46:00 +00:00
vidur%netscape.com a56f770bde First pass to allow HTML forms to be embedded inside XML documents. 1998-11-16 06:16:17 +00:00
beard%netscape.com a4f8f936e9 Added ConvertToLocalCoordinates, WindowToLocalCoordinate for converting from window (device) coordinates to widget coordinates. Moved some calls from Destroy to the destructor to deal with a refcounting bug. 1998-11-15 23:31:37 +00:00
beard%netscape.com 468bed8b7c Added ConvertToLocalCoordinates, WindowToLocalCoordinate for converting from window (device) coordinates to widget coordinates. 1998-11-15 23:30:19 +00:00
pavlov%pavlov.net cd756a5873 removed unused files 1998-11-15 22:27:32 +00:00
beard%netscape.com 2395b90562 Fixed SetThumbSize to not crash when mContext == NULL. 1998-11-15 21:58:09 +00:00
beard%netscape.com b78b9df184 Changed COLOR8TOCOLOR16 to an inline function that simply returns (color8 << 8) | color8. This properly maps 0xFF to 0xFFFF, etc. 1998-11-15 21:56:40 +00:00
briano%netscape.com bedc2ef8fb MP-RAS 2.03 doesn't have sys/bitypes.h. 1998-11-15 21:47:01 +00:00
pavlov%pavlov.net b163c102f9 removed some debugging messages 1998-11-15 19:32:54 +00:00
pavlov%pavlov.net 9c932f10f0 removed lots of printf's that were no longer needed 1998-11-15 19:32:36 +00:00
pavlov%pavlov.net 6a78ddfb2c more work on the resizing. this works a tad better 1998-11-15 18:59:09 +00:00
pavlov%pavlov.net 15a87bb4f4 Initial work on resizing. This works somewhat 1998-11-15 18:28:16 +00:00
msw%gimp.org ce8640cd4f Oops - scrolling was set up backwards. 1998-11-15 17:30:31 +00:00
locka%iol.ie f05f369c9a Added extra button 1998-11-15 17:18:36 +00:00
locka%iol.ie b3c02abaf4 Added extra button to scan folders (still disabled) 1998-11-15 17:18:06 +00:00
locka%iol.ie 13d38c8804 *** empty log message *** 1998-11-15 17:16:55 +00:00
locka%iol.ie aeb42e74b1 Added NPL header 1998-11-15 17:13:49 +00:00
locka%iol.ie 096f6374b3 Added NPL header
Fixed problem caused by typedef int32 disappearing from winsock.h
1998-11-15 17:09:20 +00:00
locka%iol.ie 00d0714cb9 Added NPL header
Added extra diagnostics
1998-11-15 17:07:04 +00:00
locka%iol.ie 79ded2d136 Fixed trace bug
Added NPL header
1998-11-15 17:04:58 +00:00
cls%seawood.org 1b81b77f64 Better handling of the -c -o problem. Thanks to Tim Rice <tim@trr.metro.NET> for the patch 1998-11-15 09:55:01 +00:00
cls%seawood.org c825d3d506 Added --with-gtk-config=$location_of_gtk-config.
Added version checking for gtk.
Added check for GNU CC for setting DSO_LDOPTS for solaris and freebsd.
If compiler doesn't support -c -o, then use ${topsrcdir}/build/{hcc,hcpp}.
Cleaned up missing nspr error message.
1998-11-15 09:42:57 +00:00
cls%seawood.org 574866a212 Added GTK_CONFIG 1998-11-15 09:12:37 +00:00
cls%seawood.org bb453dfcbe Build xpfe by default now. 1998-11-15 09:12:03 +00:00
cls%seawood.org 37401532af Added build/hcc & build/hcpp to pull_autoconf 1998-11-15 09:11:35 +00:00
briano%netscape.com 1ed053b771 Fix for platforms that have PRInt64 defined as a struct. 1998-11-15 08:56:19 +00:00