cyeh
33e6fce94c
fix windows bustage removing libcnv compression.
1998-04-09 02:02:37 +00:00
ramiro
67489b61c3
make sure XmNlist gets defined
1998-04-09 01:47:59 +00:00
cyeh
bf93c6ed62
change log, with proper . extension
1998-04-09 01:18:48 +00:00
cyeh
6aaa2c79b7
Remove for legal reasons.
1998-04-09 00:33:14 +00:00
valeski
c311106bc5
various null checks, fixes 107730, rev'd by malmer
1998-04-09 00:07:08 +00:00
montulli
f478330b26
fix really small pics bug by calling Illegal_to_underscore
...
Rev: gagan
1998-04-08 21:23:19 +00:00
pinkerton
06a67f5973
Added public DoInlineEditing() (rev sdagley, appr don)
1998-04-08 20:30:13 +00:00
pinkerton
5913005a12
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
5c393de51c
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
678d1c751f
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
a5fd1786a5
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
e06a604d43
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
00bc8c3090
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
ab89d48dba
2.1 vs 3.1 lossage
1998-04-08 05:34:52 +00:00
guha
c9feab8420
makefile.win fix
1998-04-08 05:06:33 +00:00
guha
5d459ad2ae
Spankage for new XML to build on Mac
1998-04-08 04:48:26 +00:00
guha
53d14737af
Fix Mac bustage by adding required casts
1998-04-08 04:44:28 +00:00
ramiro
4708fa6350
Fix hanging of unix browser on long/bogus dns lookups. r=asharma,a=ramiro
1998-04-08 04:38:32 +00:00
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