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

11264 Коммитов

Автор SHA1 Сообщение Дата
ramiro%netscape.com 1813c00f9a oops. Should use PR_GetEnv() instead of getenv(). 1998-11-04 13:34:36 +00:00
ramiro%netscape.com b79556a505 Use filter instead of ifdef hacks. 1998-11-04 11:47:21 +00:00
ramiro%netscape.com 3e5a3c4a75 XP_UNIX only. Unhardcode the resource: url base path. It used to be the
working directory (pwd) which is not very useful.  Use MOZILLA_HOME instead.
1998-11-04 10:31:32 +00:00
rpotts%netscape.com 49615952b2 Added a skidmark when a content viewer cannot be found for a given content-type... 1998-11-04 08:49:05 +00:00
rpotts%netscape.com 3267ac2e2a Moved the clipboard methods from nsIWebShell into a new interface called nsIClipboardCommands... 1998-11-04 08:48:22 +00:00
rpotts%netscape.com e5faf4e3e9 Added new public interface nsIClipboardCommands.h 1998-11-04 08:46:48 +00:00
pierre%netscape.com 382c3b72c6 Replaced with the previous contents of nsTextWidget. nsTextWidget is 1-line field and can be done with TextEdit or the Appearance Manager instead of WASTE, while nsTextArea should use WASTE. 1998-11-04 07:32:33 +00:00
pierre%netscape.com f6405a8b71 oops...backed out previous changes and removed GetWindowPtr() because it's not used anywhere and it was a bad idea anyway: an object should either inherit from nsWindow and can access mWindowPtr, or should call GetNativeData(). 1998-11-04 07:08:05 +00:00
pierre%netscape.com 4cf9e506f3 Added StartDraw() and EndDraw() + other fixes in Destroy() 1998-11-04 07:02:26 +00:00
pierre%netscape.com fc4d152804 Added StartDraw() and EndDraw() 1998-11-04 07:01:36 +00:00
pierre%netscape.com 12a0ed4813 re-enabled TextArea and FileWidget 1998-11-04 07:01:00 +00:00
pierre%netscape.com a528ce2d71 fixed the Focus event 1998-11-04 07:00:24 +00:00
pierre%netscape.com e9c7e0752d use the appearance manager to implement that 1-line pwd-capable edit field 1998-11-04 06:59:20 +00:00
pierre%netscape.com dece206c6e added a #error before we obsolete that file 1998-11-04 06:58:22 +00:00
pierre%netscape.com 42e00bf05f removed OnResize() commented out the SetOrigin() etc... 1998-11-04 06:57:28 +00:00
pierre%netscape.com 231abe39e4 removed OnResize() 1998-11-04 06:56:20 +00:00
pierre%netscape.com d09053f2cb save and restore the colors in CopyOffScreenBits() 1998-11-04 06:55:50 +00:00
pierre%netscape.com 04432122e2 added GetWindowPtr() 1998-11-04 06:54:41 +00:00
pierre%netscape.com 40c97d4755 added DoIdle(), fixed some SetPort() problems 1998-11-04 06:54:16 +00:00
pierre%netscape.com 91d8ff9841 added DoIdle() 1998-11-04 06:53:57 +00:00
pierre%netscape.com 9362ebb11d Use GetFontHandle() to return the fontNum because we don't have font handles on Mac 1998-11-04 06:51:20 +00:00
pierre%netscape.com 8d08fdb865 some cleanup 1998-11-04 06:49:50 +00:00
pierre%netscape.com 44c1e39b49 Cache data to improve performance in GetMacFontNumber() 1998-11-04 06:49:14 +00:00
pierre%netscape.com 57bc56148a fixed the 3 instances of Compare() to work with empty strings 1998-11-04 06:48:11 +00:00
pierre%netscape.com 809c3fa63c return 0 (ie. "strings are equal") instead of 1 when the 'n' of strncmp() and strncasecmp() is 0 1998-11-04 06:46:33 +00:00
pierre%netscape.com 5c3f67c975 Replaced mButtonSet with mValue 1998-11-04 06:43:35 +00:00
pierre%netscape.com 6741e69845 Added mValue. Improved redraw by caching data. 1998-11-04 06:42:26 +00:00
pierre%netscape.com d0e6cf2ea0 SetLabel() redraws immediately 1998-11-04 06:38:09 +00:00
pierre%netscape.com aed5f09060 changed a 'delete' to 'delete []' 1998-11-04 06:37:28 +00:00
pierre%netscape.com d8f8ce040f minor changes: defined a constant 1998-11-04 06:36:48 +00:00
pierre%netscape.com 42d31efa4f added nsTextAreaWidget 1998-11-04 06:35:13 +00:00
pierre%netscape.com 972325792a enabled debug info in standalone target 1998-11-04 06:34:46 +00:00
pierre%netscape.com 6c7bdc0e93 enabled debug info in standalone target (closed tree override: raptor build only) 1998-11-04 06:34:34 +00:00
shaver%netscape.com 9ed7b83c2f use MOZ_TOOLKIT, not hardcoded-motif, for include path stuff 1998-11-04 06:10:20 +00:00
cls%seawood.org 3a74228808 Another fix for parallel builds and checked in generated files. 1998-11-04 05:36:35 +00:00
troy%netscape.com 11502d021b Added some temporary code to GetContainingBlock() to make sure we return
a frame that supports the nsIAbsoluteItems interface
1998-11-04 05:35:33 +00:00
cls%seawood.org b9265d4202 Added xpfe Makefiles 1998-11-04 05:35:00 +00:00
racham%netscape.com 84132f942a BUG 333146 : Added new flag to allow users to control leave_on_server value 1998-11-04 05:26:39 +00:00
racham%netscape.com f3b40a4005 BUG 333146 : set the mail.leave_on_server based on ACCTSET.INI flag 1998-11-04 05:22:16 +00:00
michaelp%netscape.com 6f7deed7e4 removed widget parameters from nsIView::Init(). added CreateWidget() and SetWidget()
APIs to replace this functionality. also added CreateScrollControls() to
nsIScrollableView.
1998-11-04 04:14:10 +00:00
pierre%netscape.com 059cd544ee Backed out previous changes. 1998-11-04 03:59:18 +00:00
scullin%netscape.com 40d4197f9e Add current directory to path so pref dlls and nspr are looked for in
the dll directory, not the application directory.
1998-11-04 03:04:10 +00:00
scullin%netscape.com 4668fc46f0 Fix to load from dll dir, not program dir. 1998-11-04 02:43:44 +00:00
harrison%netscape.com a3929f7e64 added a debug command to show when external content was last
updated (slashdot, mozillazine)
1998-11-04 01:19:08 +00:00
cls%seawood.org 29a9accdf8 Added xpfe to pull_autoconf target 1998-11-04 00:41:07 +00:00
leaf%mozilla.org 452e3bfae5 the config directory shouldn't be needed for pulling, so i made the
includes that use config optional by prepending '-'
1998-11-04 00:35:59 +00:00
akkana%netscape.com a42c1de969 Shift libraries around to make it link on IRIX 1998-11-04 00:31:57 +00:00
kipp%netscape.com 9669544dd1 Brought -md back to life 1998-11-04 00:29:58 +00:00
kipp%netscape.com be3f546677 Added an assertion 1998-11-04 00:29:39 +00:00
kipp%netscape.com 9f2ed7dced Removed my style-changed work-around from last time (because it breaks incremental reflow badly); revised QueryInterface to use the revised way of casting 1998-11-04 00:29:17 +00:00