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

1988 Коммитов

Автор SHA1 Сообщение Дата
blythe 986c9a8f58 When using a blank page as the homepage, sometimes the wait cursor hangs around. This fixes that. 1998-06-02 22:42:43 +00:00
michaelp b48e11c224 added additional protection against NULL parent views. 1998-06-02 22:06:29 +00:00
michaelp a948d320c3 prevented infinite paint/damage loop. 1998-06-02 22:05:45 +00:00
michaelp d4e9eac3bb now calls viewmanager to effect view changes. 1998-06-02 22:04:54 +00:00
waldemar 22bc23f28a Fixed bug 122884 1998-06-02 22:04:31 +00:00
michaelp 2826c67c93 added ability to select regions into rendering context. 1998-06-02 22:04:09 +00:00
waldemar 1264553b23 Updated comment after new-expression bug fix 1998-06-02 22:03:04 +00:00
pinkerton ef8cb39019 Backing out appearance manager changes because Apple won't be able to deliver an SDK that fits our needs and works with pre 8.5 systems. Code is still in the tree if it ever wants to be pulled out again later (appr sdagley). 1998-06-02 21:39:14 +00:00
blythe 6f414adf9b Remove behavior of loading first item in previous window history, in order to correct a bug and allow better end user customization 1998-06-02 21:25:08 +00:00
blythe cb61848477 Due to recent changes to the splash screen, I now desire to see it on startup 1998-06-02 21:24:20 +00:00
kmcclusk 4afa71449a In nsViewer::processArguments declared int i, outside of the block.
Placed XP_PC around PL_initialize and PL_event calls in nsViewer.cpp
In nsDocLoader::CancelAll Moved int i declaration out of the loop
1998-06-02 21:17:15 +00:00
pinkerton 76c490d2d0 Backing out appearance manager changes and removal of CPPb's since they're out of date anyway. 1998-06-02 21:15:02 +00:00
troy b37d19f730 Added null pointer check for mRootView in Composite() 1998-06-02 21:05:00 +00:00
kmcclusk bceb2954b1 Added clobber and install directives to viewer Makefile 1998-06-02 21:02:22 +00:00
pinkerton 06cff1e597 Backing out appearance manager changes because Apple won't be able to deliver an SDK that fits our needs and works with pre 8.5 systems. Code is still in the tree if it ever wants to be pulled out again later (appr sdagley). 1998-06-02 21:00:07 +00:00
pinkerton 6410e6d56f Prepare for column saving in HT (appr sdagley). 1998-06-02 20:56:28 +00:00
pinkerton 62041bea46 Make columns work correctly in nav center (appr sdagley). 1998-06-02 20:56:06 +00:00
kmcclusk 325369b331 Modified viewer Makefile to compile all viewer source files. 1998-06-02 20:34:52 +00:00
rpotts b66a3bd9e7 Turned off the load_background flag when loading URLs... This allows netlib to produce more status information which gets pushed out of nsIStreamListener::OnProgress(...) 1998-06-02 20:17:17 +00:00
spider 231821c7a7 Implement Native Text Width routines for char and unicode 1998-06-02 19:57:35 +00:00
scullin ccfef80b32 Added NSPR logging. Set NSPR_LOG_MODULES=NSRepository:4 to get
bunches o' logging.
1998-06-02 19:54:52 +00:00
rods ff16b440da uses sharded instead of static libs 1998-06-02 19:45:39 +00:00
rods 26eec53a4a disabled the build of the test app 1998-06-02 19:44:16 +00:00
spider 34a35def2c Minor Rendering fixes. FontMetric hardcoded to get by. Implemented
FillPolygon/DrawPolygon.
1998-06-02 19:35:41 +00:00
anthonyd be6bd4ec1d added euro character to known entities array - awd 1998-06-02 18:53:18 +00:00
scullin b1765c3548 Added tests sub-directory. 1998-06-02 18:39:17 +00:00
scullin bd51cedb2e Moved nettest into network/module/tests 1998-06-02 18:38:20 +00:00
blythe e382b412d4 martin.nilsson@bigfoot.com updated the images slightly 1998-06-02 17:53:52 +00:00
valeski 3e39fa58f0 fixing shorted mem allocation call. 1998-06-02 17:24:15 +00:00
kmcclusk 56971dd0f3 Removed nsDocLoader.cpp dependency on <windows.h>
Changed MAXPATHLEN to a constant 1024 for viewer
Moved XP_PC to include both event in OnLinkClickEvent::OnLinkClickEvent
1998-06-02 16:44:17 +00:00
kipp 71956a68ac removed 1998-06-02 16:33:52 +00:00
troy 26602e0734 Turned on incremental painting 1998-06-02 05:29:44 +00:00
troy edd188c5e9 Added member function Invalidate() 1998-06-02 05:28:11 +00:00
troy 2f3a952805 Turned off CS_HREDRAW and CS_VREDRAW 1998-06-02 05:27:08 +00:00
troy 1ac4ac9442 Made damage rect passed to UpdateView() be a const 1998-06-02 05:26:42 +00:00
wtc 01cfc7a328 Moved the definition of _AIX_AtomicSet() to the outside of the
#ifndef AIX4_1 block.  Thanks to C. Fung <carsonf@torolab.ibm.com>
for reporting this problem.
1998-06-02 03:25:22 +00:00
scullin c3162bc6d9 Fix nglayout build. 1998-06-02 02:54:02 +00:00
briano b61c6bf859 Support for SINIX-Z and QNX. 1998-06-02 02:50:14 +00:00
troy 6a87c166bb Changed SetBounds() to not request a repaint when resizing the window 1998-06-02 02:46:31 +00:00
briano 18fba09482 Added a test for snprintf(). 1998-06-02 02:44:34 +00:00
troy 7984ef0147 Changed WM_WINDOWPOSCHANGED handling to ignore z-order (and activation)
changes
1998-06-02 02:33:29 +00:00
spider ab9eb68139 IRIX fixes 1998-06-02 02:30:39 +00:00
troy a2fd8036ca Fixed a problem that was causing a crash 1998-06-02 02:11:26 +00:00
waldemar 0b2fd976f5 Fixed bugs 76103 and 122787: parsing of new-expressions 1998-06-02 01:54:31 +00:00
spider 50c4d664a5 Add support for LD_LIBS for shared objects 1998-06-02 01:48:14 +00:00
scullin fc3175c13e Add libmimetype.a 1998-06-02 01:44:27 +00:00
kipp d2caf8b43e Make bullets transparent to whitespace compression 1998-06-02 01:43:02 +00:00
scullin c9836e34ef Fix netlib pull 1998-06-02 01:40:17 +00:00
scullin 58fa477c7f Landing modular netlib on UNIX. 1998-06-02 01:34:57 +00:00
scullin 0ec9d09794 Moved from /webshell/tests 1998-06-02 01:27:17 +00:00