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

9410 Коммитов

Автор SHA1 Сообщение Дата
ramiro%netscape.com c6ecb46bcb Add check for motifs that have builtin Xpm support (such as solaris 2.6). 1998-10-06 06:19:40 +00:00
rpotts%netscape.com f69b09f894 Changed the threadsafe implementations of addRef() and Release() to use interlockedIncrement and decrement on win32... 1998-10-06 06:18:20 +00:00
rpotts%netscape.com 98cd08629f Added an include for <windows.h> to declare the InterlockedIncrement/Decrement APIs which are now used in the Win32 threadsafe ISupports implementation... 1998-10-06 06:17:25 +00:00
rpotts%netscape.com 83d4c85da3 Changed the proxy routines to only call via PL_Events when needed (ie a thread boundary will be crossed...) 1998-10-06 06:15:47 +00:00
rpotts%netscape.com 30306cfc13 Changes to get javascript: URLs working again when netlib is on its own thread... 1998-10-06 06:14:42 +00:00
warren%netscape.com 99d36224dc Adding new files, breaking things out of nsplugin.cpp (not online yet). 1998-10-06 06:03:11 +00:00
warren%netscape.com 4b2bac0bba Adding new files, breaking things out of jvmmgr.cpp (not online yet). 1998-10-06 05:59:16 +00:00
pierre%netscape.com 8e373baa45 fix mozilla build: for some reason, the XP strings (yep, allxpstr.h) are declared and allocated in that file. 1998-10-06 05:01:55 +00:00
pierre%netscape.com 62e5cd2f8f fix build: added nsDOMCSSDeclaration.cpp 1998-10-06 04:02:54 +00:00
pinkerton%netscape.com 85f8eb5407 Fix hidden virtuals. 1998-10-06 03:59:05 +00:00
pinkerton%netscape.com 2276d9793b Added tooltip support, better icon drawing support. 1998-10-06 03:58:30 +00:00
pinkerton%netscape.com cb23214345 Fix hidden virtual functions. 1998-10-06 03:57:25 +00:00
pinkerton%netscape.com 351524239e Added GetImageDimensions() so clients can tell the size of the image. Will fail gracefully if that info is not present. 1998-10-06 03:56:56 +00:00
pierre%netscape.com feb9491e09 fix build: remove nsDOMStyleDeclaration.cpp 1998-10-06 03:49:40 +00:00
hyatt%netscape.com 69e51b8366 WinFE now understands buttonBorderStyle on toolbars. 1998-10-06 03:41:14 +00:00
pierre%netscape.com e10f7a92e3 fix 1000s of link warnings in Mac Raptor / some XP stubs were hiding actual functions 1998-10-06 03:00:28 +00:00
pierre%netscape.com 96f90fa8d8 getting obsolete: added #error "use CWPro4 version" 1998-10-06 02:56:07 +00:00
pierre%netscape.com 0736eb9c69 implemented Copy for Mac 1998-10-06 02:54:00 +00:00
pierre%netscape.com afbeb23114 some clean-up and comments 1998-10-06 02:52:09 +00:00
rickg%netscape.com 3fe950131c added autoclose to DT 1998-10-06 02:38:45 +00:00
wtc%netscape.com 893b05e24d Removed the "make depend = make clean" hack. 1998-10-06 02:38:35 +00:00
wtc%netscape.com ec27158d64 Fixed HP-UX classic NSPR build breakage. 1998-10-06 02:31:53 +00:00
danm%netscape.com 1342b0390c adding (optional) GlowCode build info. a:warren 1998-10-06 02:31:45 +00:00
hyatt%netscape.com 220791ba00 Changes to support the toolbar icons (in their four different states). 1998-10-06 02:31:01 +00:00
hyatt%netscape.com 8dd947cb21 Changes to support toolbar icons (the four different states). 1998-10-06 02:30:25 +00:00
troy%netscape.com 9b0d2552ca Fixed ref counting problem that was causing a widget memory leak 1998-10-06 02:00:54 +00:00
ramiro%netscape.com ecfa14dd17 Replace tab with space. 1998-10-06 01:53:36 +00:00
ramiro%netscape.com 485ecd48f4 Comment out unused motif.mk until cls@seawood.org explains why the
FOO_MOTIF_FLAGS are not used here.
1998-10-06 01:53:14 +00:00
cls%seawood.org e79ec871e4 Removed static kludge. Some platforms don't have a static libdl. 1998-10-06 01:50:29 +00:00
vidur%netscape.com 0031f0710a Implemented style sheet and style rule interfaces on CSS classes. Made public new entry point for CSSParser for adding new imports. 1998-10-06 01:39:33 +00:00
sdagley%netscape.com c131607db5 Picked up sfraser's fix from 4.5 that allows URLs of up to 1K to be dragged to a browser window (old limit was 255 characters) 1998-10-06 01:29:50 +00:00
spider%netscape.com 372a0803bb WIP: MultiUser View 1998-10-06 01:27:21 +00:00
kipp%netscape.com 464591aba5 use new body factory method 1998-10-06 00:44:35 +00:00
kipp%netscape.com ef4d185fa7 never create frames when display is none 1998-10-06 00:43:48 +00:00
kipp%netscape.com 28b450d292 Propogate carried out margin flags 1998-10-06 00:41:54 +00:00
kipp%netscape.com e2b9573f45 Add in carried out margin values 1998-10-06 00:41:35 +00:00
kipp%netscape.com d8ddd615cc Setup carried out margin state for block reflow 1998-10-06 00:41:16 +00:00
kipp%netscape.com dfe1ff11a5 Export revised body/block factory methods 1998-10-06 00:40:54 +00:00
kipp%netscape.com d8aa105bd8 Use new body ctor api 1998-10-06 00:40:41 +00:00
kipp%netscape.com 71bc0b2f0a Support revised margin code 1998-10-06 00:40:17 +00:00
kipp%netscape.com a401cd83d0 Parameterized body frame behavior 1998-10-06 00:39:17 +00:00
kipp%netscape.com 507002c027 Cleaned up margin handling some more; added flags to control behavior of the block frame; fixed table reflow bug 1998-10-06 00:38:56 +00:00
dp%netscape.com 15d61935db Adding NU_CACHE specific defitions for compilation error with VC 5.0 1998-10-06 00:36:10 +00:00
troy%netscape.com f039f11a24 Changed ReflowChild() to send the WillReflow() notification as well 1998-10-06 00:27:22 +00:00
slamm%netscape.com 8fdb349bdf Use a red background cell instead of the animated gif with the 'nocrap' option. 1998-10-06 00:24:11 +00:00
tomw%netscape.com b3dc58866e Remove bad typedef. 1998-10-06 00:05:06 +00:00
raman%netscape.com a16e74c373 Minor fixes to make smartupdate to build 1998-10-05 23:39:28 +00:00
slamm%netscape.com 2a1b31072c Set the sensitivity of the show/hide column buttons. 1998-10-05 23:30:45 +00:00
pinkerton%netscape.com 909becd6f9 Better drawing for control tracking on push buttons. Now selects/unselects correctly for mouse clicks. 1998-10-05 23:02:49 +00:00
saari%netscape.com 2780450cd8 Merged sfraser's realloc improvements for the Mac memory allocator from Nova to Mozilla. Referenced by bug #326465 1998-10-05 23:00:21 +00:00