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

96974 Коммитов

Автор SHA1 Сообщение Дата
wtc 38562e5e21 Fixed 'unused variable' compiler warning in prsocket.c. This is pointed
out by many people, including Nat <gnat@frii.com>.
1998-04-09 19:41:13 +00:00
selmer 24663925ea Add dialup to free source 1998-04-09 04:22:42 +00:00
selmer f664dcea33 add the ascii files 1998-04-09 04:11:30 +00:00
selmer eedf70b6f9 add ascii files 1998-04-09 04:07:52 +00:00
selmer 76d07b6455 Add binaries with -kb 1998-04-09 03:54:33 +00:00
ramiro f8a298050d Dont change the cursor to a watch when space-ing through a document.
thanks to Darrell Kindred <dkindred@cmu.edu>
reviewed by djw@netscape.com.
1998-04-09 02:41:49 +00:00
cyeh f15cef08ec fix windows bustage removing libcnv compression. 1998-04-09 02:02:37 +00:00
ramiro 9465b61f4b make sure XmNlist gets defined 1998-04-09 01:47:59 +00:00
cyeh b9e328bb44 change log, with proper . extension 1998-04-09 01:18:48 +00:00
cyeh e0533b8d36 Remove for legal reasons. 1998-04-09 00:33:14 +00:00
valeski 043c8c0ec6 various null checks, fixes 107730, rev'd by malmer 1998-04-09 00:07:08 +00:00
montulli bc93ff1562 fix really small pics bug by calling Illegal_to_underscore
Rev: gagan
1998-04-08 21:23:19 +00:00
pinkerton 5393bba715 Added public DoInlineEditing() (rev sdagley, appr don) 1998-04-08 20:30:13 +00:00
pinkerton a73da497bc added public DoInlineEdit for the node edit HT event and made RefreshCellRange public (it was protected, but is public in LTreeView). (rev sdagley, appr don) 1998-04-08 20:29:54 +00:00
pinkerton 28338ba4d2 Redid workspace selection/shelf notification to fix some bugs. Also now responds to HT's node edit event, though it is still commented out because of redraw problems. Added a slew of comments to make the class (and the messaging scheme) understandable and point out where redraw bugs are. (rev sdagley, appr don) 1998-04-08 20:29:18 +00:00
pinkerton 0db82b6522 now an LBroadcaster to tell the title area about a change to the current workspace so the name is always correct. (rev sdagley, appr don) 1998-04-08 20:27:48 +00:00
pinkerton 8730acb5f6 Now current with rewrite of FE/HT messages for opening/closing shelf and setting current workspace. (rev sdagley, appr don) 1998-04-08 20:27:24 +00:00
pinkerton b6340c6012 The LCaption in the title area was not correctly bound to the left and the right so it did not grow when the window grew. (rev sdagley, appr don) 1998-04-08 20:26:26 +00:00
pinkerton 6290922b01 Added a stack-based class for setting/restoring the HT event notification mask (rev sdagley, appr don) 1998-04-08 20:25:51 +00:00
guha d4a158f84b 2.1 vs 3.1 lossage 1998-04-08 05:34:52 +00:00
guha 12313dc0aa makefile.win fix 1998-04-08 05:06:33 +00:00
guha 3a0295473d Spankage for new XML to build on Mac 1998-04-08 04:48:26 +00:00
guha 1174b3398e Fix Mac bustage by adding required casts 1998-04-08 04:44:28 +00:00
ramiro abb39b0d14 Fix hanging of unix browser on long/bogus dns lookups. r=asharma,a=ramiro 1998-04-08 04:38:32 +00:00
ramiro ec996ce8ad Make XfeWidgets and company behave like other modules in the tree. They
now export their headers as all good modules should.
Also, dont build widgets and demos that are not needed.
r=slamm,a=ramiro.
1998-04-08 04:25:42 +00:00
guha eee0a73bdc XML Mac related change 1998-04-08 04:25:35 +00:00
guha a8a4fa4bd1 Export NET_MakeAbsoluteURL for XML changes 1998-04-08 04:24:58 +00:00
ramiro 68c44c5f88 Add XmCR_XFE_LAST_REASON marker 1998-04-08 04:23:58 +00:00
ramiro 4770ba0424 Make the demo widget buildable 1998-04-08 04:23:33 +00:00
ramiro 79575c346a Cleanup prepare macros. Add font list resource callprocs. r=slamm,a=ramiro. 1998-04-08 04:22:56 +00:00
ramiro 44c709e25e Add XmNiconSpacing resource. r=slamm,a=ramiro. 1998-04-08 04:21:40 +00:00
guha d4e70bd946 Add XML to winfe\mkfiles\mozilla.mak 1998-04-08 04:20:42 +00:00
ramiro 750ae8c773 Add XmNignorePixmaps resource. r=slamm,a=ramiro 1998-04-08 04:20:39 +00:00
guha 54b4009f9a Add XML Parser from JClark 1998-04-08 04:16:32 +00:00
guha 7683b0532b First Checked In. 1998-04-08 04:11:43 +00:00
guha 27c2fa15de XML - dp(for guha) 1998-04-08 04:04:58 +00:00
mlm 79d256e189 - Fix for ECMA conformance - remove the "assign()" hack by adding a
per-property setter function which performs the same function.

- Fix code reviewed by brendan.
1998-04-08 01:47:23 +00:00
wtc aff743f596 Include <stdlib.h> for malloc and free. 1998-04-08 00:14:54 +00:00
slamm 606a745cd3 Fix for swaped sorting columns. Had mapped the wrong enumerations to the wrong commands. Fix from Juergen Keil <jk@tools.de>. R&A-ramiro 1998-04-08 00:11:05 +00:00
slamm a22d641c7d Fix time comparison. Need to return 0 when keys are equal. Fix for Solaris. Patch from R-ramiro. A-brendan. 1998-04-08 00:02:10 +00:00
slamm 6607ad2aad Sanitization oversight. XP_QSORT() should recursively call XP_QSORT(), not qsort(). Patch from jk@tools.de. R-ramiro. A-toshok. 1998-04-07 23:30:24 +00:00
wtc 521591a8ef If RTLD_LAZY is not defined, define it to be the same as RTLD_NOW,
as oppposed to the value 1.  This is to avoid conflicting with the
value of other RTLD_XXX flags.
On HP-UX, shared libraries built using aCC cannot be dynamically loaded
with BIND_DEFERRED, so we have to use the BIND_IMMEDIATE flag in
shl_load().
1998-04-07 23:05:07 +00:00
wtc 3d3940c3c8 Digital Unix has atomic routines declared in <machines/builtins.h>,
so we define _PR_MD_ATOMIC_XXX to use them.
1998-04-07 22:43:50 +00:00
wtc 998499c134 The static variable 'tracefile' is only used when WIN16 is defined,
so put it inside #ifdef to eliminate unused variable compiler
warning on other platforms.
1998-04-07 22:40:39 +00:00
spider e9e5bda7cd modifications to support building under win95 1998-04-07 20:42:48 +00:00
spider e1b4a0048f Changes for loop to use new makecopy with wildcards so can build under win95 1998-04-07 20:42:00 +00:00
spider 99ccccd2cf Changes to support building under win95. 1998-04-07 20:41:34 +00:00
spider 17deb187f8 Modifications to enable building on Win95. Added source for several new tools,
wtc's change to makecopy to support wildcards, and win95 specific makefile
configuration and rules.
1998-04-07 20:41:06 +00:00
wtc e7d2466bf0 Fixed the return type of the _PR_MD_ATOMIC_XXX routines. They
should return PRInt32, not void. (Reported by William A. Law,
law@netscape.com.)
1998-04-07 20:36:46 +00:00
hyatt 86377ddcdd Nathan Wykes' fix to get history working with Aurora. References to netscape.hst were
changed to point to mozilla.hst instead.
1998-04-07 17:49:08 +00:00