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

18316 Коммитов

Автор SHA1 Сообщение Дата
alecf%netscape.com 15d43a4917 fix HPUX/AIX/OSF bustage - most unices need stdlib.h to get abort() 1999-02-26 17:41:47 +00:00
troy%netscape.com 09c11b64cd Per Kipp's request, added patch from Mark Harvey (Mark.Harvey@wireplay.bt.co.uk) so we
don't have an imagehlp.dll dependency unless MOZ_TRACE_XPCOM_REFCNT is defined
1999-02-26 17:39:55 +00:00
alecf%netscape.com 977421488a fix HPUX bustage - can't have const user-defined (typedefed) variables inside structures without initializing them inside that structure 1999-02-26 17:39:28 +00:00
pinkerton%netscape.com 2c5625bbb7 titlebuttons are not block frames! 1999-02-26 17:38:40 +00:00
alecf%netscape.com 1813b04546 fix HPUX bustage - now that we're using PR_FREEIF, you can't put (void*)
casts inside it.
1999-02-26 17:36:57 +00:00
alecf%netscape.com 4412580428 BandRect needs to be public to be visible outside the class definition (HPUX bustage) 1999-02-26 17:36:00 +00:00
ftang%netscape.com d2a83d6b4c fix some unix warning 1999-02-26 17:34:58 +00:00
alecf%netscape.com 71425ad3ac fix HPUX bustage - HP already has MIN, MAX, TRUE, and FALSE defined 1999-02-26 17:27:02 +00:00
alecf%netscape.com 3f9190fe0f fix HPUX bustage: font should be const 1999-02-26 17:26:25 +00:00
alecf%netscape.com 78cac3935e fix HPUX bustage - don't declare classnames inside class definitition 1999-02-26 17:25:31 +00:00
pinkerton%netscape.com 4e26b52204 added new CreateInstance for warren to fix build bustage that never showed up on tinderbox. 1999-02-26 17:25:24 +00:00
ftang%netscape.com 10b29bb0fd fix some unix warning 1999-02-26 17:24:47 +00:00
ebina%netscape.com 66e1467fa8 Changing RegisterFactory to use the new API. 1999-02-26 17:19:00 +00:00
kipp%netscape.com 62efebcdcf Support sized images 1999-02-26 17:15:15 +00:00
kipp%netscape.com b328181417 Support entities (bug #3112) 1999-02-26 17:13:51 +00:00
kipp%netscape.com e6d83ed954 Use our own null value 1999-02-26 17:13:30 +00:00
kipp%netscape.com 2aaefa469a Cleaned up operator new and delete 1999-02-26 17:13:10 +00:00
kipp%netscape.com ca244c5661 Removed dependency on static constructors 1999-02-26 17:12:16 +00:00
kipp%netscape.com 32bc677513 Pass in default image size when loading image 1999-02-26 17:12:05 +00:00
kipp%netscape.com 18ca3a2631 Whacked to handle moving floaters out of the flow 1999-02-26 17:11:54 +00:00
ftang%netscape.com 309eeba084 fix some unix warnning 1999-02-26 17:11:43 +00:00
kipp%netscape.com faa661374a Fixed up operator new and delete 1999-02-26 17:09:35 +00:00
kipp%netscape.com 5f8761d5d9 Removed dependency on static constructors; implement operatore delete 1999-02-26 17:08:48 +00:00
kipp%netscape.com e8952047b9 Removed move-out-of-flow code now that frame construction code does it; added code to avoid reflows when removing a placeholder frame 1999-02-26 17:08:20 +00:00
kipp%netscape.com 7766a273bf Avoid purify noise by initializing all member variables 1999-02-26 17:07:49 +00:00
kipp%netscape.com 93a250c750 Support limited scaling of images on unix 1999-02-26 17:07:28 +00:00
kipp%netscape.com 194cbded42 Removed MoveOutOfFlow 1999-02-26 17:07:01 +00:00
kipp%netscape.com 2a7e5e3d17 Implement operator delete; get rid of static constructor 1999-02-26 17:05:20 +00:00
kipp%netscape.com 07757d98e5 Find text runs more often (bug #3278, 3265); floaters are now handled mostly by the frame construction code 1999-02-26 17:04:44 +00:00
kipp%netscape.com c345798dcc Removed dependency on static constructor 1999-02-26 17:03:45 +00:00
kipp%netscape.com 9adee56599 Implement operator delete properly; removed dependency on static constructor 1999-02-26 17:03:18 +00:00
kipp%netscape.com e9cc4676d9 Support desired image size during loading 1999-02-26 17:02:37 +00:00
kipp%netscape.com fb2abfa5ac Added IsFloating inline 1999-02-26 17:02:05 +00:00
kipp%netscape.com ce936941e7 Added in desired-size to image loading request 1999-02-26 17:01:34 +00:00
kipp%netscape.com 1a8ea498e5 Removed global gLogModule 1999-02-26 16:59:57 +00:00
kipp%netscape.com f562a1eb60 Cache alpha-clip pixmap across rendering calls so that transparent gifs render faster; flush cache when bits are updated so that transparent animated gifs don't break 1999-02-26 16:59:18 +00:00
ftang%netscape.com d8b00d7f1f fix some unix warnning 1999-02-26 16:58:33 +00:00
kipp%netscape.com f33e75ab5e Removed inline virtuals - a no-no 1999-02-26 16:58:18 +00:00
kipp%netscape.com 3c967b856f Get alpha line stride so that we don't produce the wrong alpha mask 1999-02-26 16:57:54 +00:00
ftang%netscape.com baa789fd57 fix some unix warnning 1999-02-26 16:52:34 +00:00
pinkerton%netscape.com 6453551205 add a new RegisterFactory method for ebina. 1999-02-26 16:50:27 +00:00
ftang%netscape.com cfd20ced26 fix a log of unix warnning- 1) make sure all XPCOM class destructor are virtual and fix warnning in new file 1999-02-26 16:32:08 +00:00
ebina%netscape.com 1c109c3cf9 Changing RegisterFactory to use the new API. 1999-02-26 16:18:23 +00:00
fur%netscape.com c7e6fd84e3 Remove C++ comment in C file. 1999-02-26 16:11:37 +00:00
ebina%netscape.com 02768f06e7 Changing RegisterFactory to use the new API. 1999-02-26 16:07:38 +00:00
ebina%netscape.com 0893363a0b Changing RegisterFactory to use the new API. 1999-02-26 15:59:52 +00:00
kipp%netscape.com b062083149 new 1999-02-26 15:54:00 +00:00
ftang%netscape.com e2e13bb5bb first check in.This should fix the bustage 1999-02-26 15:36:02 +00:00
pavlov%pavlov.net 01a2380c19 began work on nsDrawingSurfaceGTK.cpp. it isn't built yet, as it doens't
compile though.  renamed the nsDrawingSurfaceGTK.h to nsOldDrawingSurfaceGTK.h
to avoid name conflicts for now.
1999-02-26 15:26:02 +00:00
ftang%netscape.com 16de5a6cdf add CharsetAlias factory 1999-02-26 15:24:56 +00:00