ramiro
5cd4167bae
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
6e119f9c2f
XML Mac related change
1998-04-08 04:25:35 +00:00
guha
43115b3978
Export NET_MakeAbsoluteURL for XML changes
1998-04-08 04:24:58 +00:00
ramiro
d73e263efe
Add XmCR_XFE_LAST_REASON marker
1998-04-08 04:23:58 +00:00
ramiro
407097c63c
Make the demo widget buildable
1998-04-08 04:23:33 +00:00
ramiro
e2f3546c87
Cleanup prepare macros. Add font list resource callprocs. r=slamm,a=ramiro.
1998-04-08 04:22:56 +00:00
ramiro
00715d578a
Add XmNiconSpacing resource. r=slamm,a=ramiro.
1998-04-08 04:21:40 +00:00
guha
4333066552
Add XML to winfe\mkfiles\mozilla.mak
1998-04-08 04:20:42 +00:00
ramiro
66bedeb768
Add XmNignorePixmaps resource. r=slamm,a=ramiro
1998-04-08 04:20:39 +00:00
guha
16ff09329e
Add XML Parser from JClark
1998-04-08 04:16:32 +00:00
guha
c99aa2e519
First Checked In.
1998-04-08 04:11:43 +00:00
guha
ca6bc6c3d4
XML - dp(for guha)
1998-04-08 04:04:58 +00:00
mlm
95b71081b5
- 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
46fd3d75dc
Include <stdlib.h> for malloc and free.
1998-04-08 00:14:54 +00:00
slamm
b755cd5867
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
7f22110244
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
ee80847541
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
9bde636b16
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
4d20316856
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
51f022b080
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
b217f80dd9
modifications to support building under win95
1998-04-07 20:42:48 +00:00
spider
1a2f45f67e
Changes for loop to use new makecopy with wildcards so can build under win95
1998-04-07 20:42:00 +00:00
spider
af51047098
Changes to support building under win95.
1998-04-07 20:41:34 +00:00
spider
12066836a2
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
c5f0bd3b5e
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
b4b4fd83c8
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
pinkerton
3eb9b70afc
Fix bug (our first patch from the net) with redraw of cell when the title was clicked to select it and the pane was read-only (like History). (rev sdagley, appr don)
1998-04-07 00:00:41 +00:00
pinkerton
e47da051dc
Because we removed an unused header from one place, it needed to be added to the places where it was actually used. (rev sdagley, appr don)
1998-04-06 23:59:41 +00:00
pinkerton
a73df7c749
Remove #include of usused header file. (rev sdagley, appr don)
1998-04-06 23:58:45 +00:00
pinkerton
5b54413654
Use 16x16 icons as stated in UE spec. (rev sdagley, appr don)
1998-04-06 23:57:34 +00:00
pinkerton
3f3757c733
flip "Merge Into Output" flag for other targets for "Talkback Glue" library to avoid runtime problems. (rev sdagley, appr don)
1998-04-06 23:56:56 +00:00
pinkerton
c643566204
fix to use the correct powerplant, not the old one from the VText days (rev sdagley, appr don)
1998-04-06 23:55:34 +00:00
pinkerton
84030740c6
Make our icons look like the UE spec (rev sdagley, appr don)
1998-04-06 23:54:42 +00:00
hyatt
56d9b9c708
Fix to HT_AddBookmark calls. The arguments were reversed.
1998-04-06 18:58:08 +00:00
hyatt
a502951fb6
Fix to solve the problem in which m_Pane was not yet initialized at the time views were added.
1998-04-06 18:57:43 +00:00
hyatt
9dc6a95bb8
Fix to remove the extra space from URLs displayed in the location bar.
1998-04-06 18:57:18 +00:00
ltabb
98abfb1c22
test checkin
1998-04-03 16:14:01 +00:00
cyeh
b4ba11a640
Bump revision to 3.1
1998-03-31 19:19:56 +00:00
cyeh
d7cba9f069
Add final version of NPL.
1998-03-31 19:11:51 +00:00
cyeh
a1ca67328d
Bumping revision to 3.1
1998-03-31 01:33:38 +00:00
cyeh
b0e3217cc8
Added LEGAL document to conform to NPL.
1998-03-31 01:33:11 +00:00
danm
a75e4406de
cross-platform splash screen compatibility
1998-03-30 23:59:41 +00:00
hyatt
0cf1a6c8bc
Bug fix for the separator in personal toolbar crash. Reviewed by Daniel
...
Matejka and Garrett Blythe. Approved by Don Melton.
1998-03-30 23:30:00 +00:00
sar
cbcd23f1de
removing reliance on manifest files
1998-03-30 23:15:36 +00:00
don
451a399504
Added copyright attribution for Metrowerks derived code.
1998-03-30 01:59:34 +00:00
cyeh
6e5fd57a3e
bump rev to 3.1
1998-03-29 21:53:11 +00:00
cyeh
116f2d6780
First Checked In.
1998-03-29 21:51:40 +00:00
ltabb
280cdb352d
test checkin
1998-03-28 03:46:35 +00:00
ltabb
4556a7c89c
bump rev to 3.1
1998-03-28 03:38:53 +00:00
ltabb
3b56a9af51
Free the lizard
1998-03-28 02:44:41 +00:00