nhotta%netscape.com
|
f40b135e1c
|
Added country.c for libi18n.
|
1998-10-21 23:26:25 +00:00 |
|
ramiro%netscape.com
|
911a6cc918
|
Modularize.
|
1998-10-21 19:48:58 +00:00 |
|
ramiro%netscape.com
|
30555ded32
|
Fix a warning.
|
1998-10-21 14:43:43 +00:00 |
|
ftang%netscape.com
|
404bf5feae
|
UTF8 enable HyperTree title and inline edit
|
1998-10-21 14:32:48 +00:00 |
|
ramiro%netscape.com
|
f07b68f61a
|
Modularize preparation codes. Put them where they are needed only.
|
1998-10-21 14:28:21 +00:00 |
|
ftang%netscape.com
|
c605d97165
|
fix menu code to correctly convert to Menu Charset from wincharset or UTF8. Reviewed by Bill Law
|
1998-10-21 14:21:45 +00:00 |
|
ramiro%netscape.com
|
207bb005ea
|
Fix the XmNfillOnEnter not getting cleared when sensitivity changes bug.
|
1998-10-21 13:25:03 +00:00 |
|
ramiro%netscape.com
|
60472dd7db
|
Minor variable name tweak.
|
1998-10-21 13:19:23 +00:00 |
|
ramiro%netscape.com
|
b90eac51d6
|
Simplify set values call.
|
1998-10-21 13:19:19 +00:00 |
|
ramiro%netscape.com
|
2e47246e0b
|
Expose XfeDebugGetStaticWidgetString().
|
1998-10-21 13:16:59 +00:00 |
|
cls%seawood.org
|
ed2a7f5f65
|
Sync'd various Makefile.ins to their Makefile counterparts.
Removed nspr & nspr20 from REQUIRES. Removed NSPR_LDFLAGS.
Changed LIBNSPR refs to NSPR_LIBS.
Removed leftover NSPR20 ifdefs.
|
1998-10-21 02:13:56 +00:00 |
|
tague%netscape.com
|
38e93282c2
|
added mozilla\lib\libi18n\datefmt.c to the compiles for libi18n
|
1998-10-20 21:43:03 +00:00 |
|
gagan%netscape.com
|
f482438c59
|
Backing out my changes of NUCACHE. Gromit/Raptor were broken.
|
1998-10-20 13:49:16 +00:00 |
|
ftang%netscape.com
|
0af9bb8034
|
enable UTF8 in RDFTreeView. Reviewed by slamm
|
1998-10-20 13:10:39 +00:00 |
|
ramiro%netscape.com
|
d39250edcf
|
Make Set/Get value calls a little more effecient.
Thanks to Joe Keane <jgk@jgk.org> for suggesting this change.
|
1998-10-20 12:35:44 +00:00 |
|
cls%seawood.org
|
9330b05474
|
Added new argument to getFormElementValue() .
|
1998-10-20 02:40:45 +00:00 |
|
gagan%netscape.com
|
3208bb8061
|
Toggled NU_CACHE.
|
1998-10-20 02:32:40 +00:00 |
|
cls%seawood.org
|
c6632bc15f
|
Removed obsolete NSPR20 ifdefs.
|
1998-10-20 01:55:58 +00:00 |
|
gagan%netscape.com
|
776f1ada60
|
NuCache on by default.
|
1998-10-20 01:49:32 +00:00 |
|
leaf%netscape.com
|
7c8a91c10b
|
fixing linux mozilla-motif-export target inclusion. reviewed: briano
|
1998-10-20 01:26:57 +00:00 |
|
pinkerton%netscape.com
|
c061f05285
|
changes to match UI spec for title area and command strip.
|
1998-10-20 00:16:25 +00:00 |
|
pinkerton%netscape.com
|
65efc2a9c0
|
make command strip match UI spec/behaviors.
|
1998-10-20 00:15:07 +00:00 |
|
pinkerton%netscape.com
|
6b2a90f926
|
Tons o changes to make strip match UI spec (add, manage, close).
|
1998-10-20 00:14:46 +00:00 |
|
pinkerton%netscape.com
|
66913a09fd
|
no longer include CPersonalToolbarTable as it is obsolete.
|
1998-10-20 00:12:52 +00:00 |
|
cyeh%netscape.com
|
e2ca880d53
|
Remove obsolete #defines _NSPR and NSPR20
|
1998-10-19 21:32:19 +00:00 |
|
cyeh%netscape.com
|
d59bbe2d87
|
remove layout/layspan.c from client build. it was wrapped around #ifdef DOM, so it was never built/linked.
|
1998-10-19 20:28:34 +00:00 |
|
pinkerton%netscape.com
|
33dc7831bd
|
#if DEBUG some code that shouldn't show up in optimized build.
|
1998-10-19 18:28:09 +00:00 |
|
pinkerton%netscape.com
|
8651a69f63
|
made destructor virtual
|
1998-10-19 18:27:51 +00:00 |
|
pinkerton%netscape.com
|
a0432f089e
|
fix bug #323840 by not always called XP_InterruptContext()
|
1998-10-19 18:27:36 +00:00 |
|
pinkerton%netscape.com
|
e88fea99db
|
#328696. Change GetTemplateData to GetNodeData where appropriate.
|
1998-10-19 18:26:38 +00:00 |
|
kin%netscape.com
|
4a5d7819bb
|
Modified the following files to get Unix ENDER to save Multi-part MIME:
cmd/xfe/forms.c
include/edt.h
lib/layout/editor.cpp
lib/mailto/mhtmlstm.cpp
|
1998-10-19 18:24:51 +00:00 |
|
jfrancis%netscape.com
|
67ab26033e
|
A bunch of EDT_* functions flipped the sense of a one of their bool params. Updating Composer macfe code to match new sense.
|
1998-10-19 13:49:01 +00:00 |
|
cls%seawood.org
|
c7adfca6b0
|
Removed the unused PREF_AlterSplashIcon(). This removes the xfe dependency from libpref. Approved by ramiro@netscape.com.
|
1998-10-19 08:31:54 +00:00 |
|
mcafee%netscape.com
|
e3c6c5da98
|
Uncommenting call to setTextStringFromURL(), navigating links updates the URL bar now, pending the notification mechanism listed in the comment above the call.
|
1998-10-19 06:38:34 +00:00 |
|
ddrinan%netscape.com
|
f020db688c
|
Added more items to the unwanted prefixes table
|
1998-10-19 03:17:35 +00:00 |
|
blizzard%appliedtheory.com
|
aeb07878cb
|
Catch the resize of the drawing window and resize the compositor. Also fix event handling for other events on the drawing window.
|
1998-10-19 03:04:20 +00:00 |
|
blizzard%appliedtheory.com
|
cedb3f576d
|
Return NULL for now since there isn't an rdf view yet. The lower layers seem to be able to handle this.
|
1998-10-19 03:02:19 +00:00 |
|
ramiro%netscape.com
|
c4ff8c664e
|
Someone in the wishlist suggested this and I though it was a good idea.
Add an "Open Link In Frame" context menu item when appropriate.
|
1998-10-17 20:43:56 +00:00 |
|
blizzard%appliedtheory.com
|
f3791020df
|
don't build java50.jar
|
1998-10-17 20:34:37 +00:00 |
|
blizzard%appliedtheory.com
|
38dd0c7d6e
|
more image and compositor work. A lot of this is based on patches from
Michael O'Reilly <michael@metal.iinet.net.au>
|
1998-10-17 17:27:25 +00:00 |
|
shaver%netscape.com
|
7dbd6b9e79
|
don't build libmocha/lm_{span/trans}.c anymore, thanks
|
1998-10-17 01:56:52 +00:00 |
|
slamm%netscape.com
|
e36d7382fb
|
Have XFE_ToolbarItem setup the instance pointer.
|
1998-10-17 01:09:15 +00:00 |
|
slamm%netscape.com
|
229f0b247c
|
Add a function that returns true if a node has children.
This should probably be pushed down to the rdf module.
|
1998-10-17 01:09:12 +00:00 |
|
slamm%netscape.com
|
bf7cbed0bc
|
avoid some color warnings. We will have to fix the widget to
get the colors right.
|
1998-10-17 01:09:08 +00:00 |
|
slamm%netscape.com
|
18306f08a1
|
Bring toolbar drag/drop back to life.
|
1998-10-17 01:09:02 +00:00 |
|
ramiro%netscape.com
|
938680abe4
|
Fix bustage. I screwed up ;-)
|
1998-10-17 00:08:07 +00:00 |
|
nisheeth%netscape.com
|
28ad501664
|
Patch to change the name of a layout probe API function. Submitted by Ori
Kravitz (orik@mercury.co.il).
|
1998-10-16 22:24:44 +00:00 |
|
blythe%netscape.com
|
397a5863ef
|
Final changes for 328650, registry code slowing startup too much.
|
1998-10-16 22:15:55 +00:00 |
|
blythe%netscape.com
|
11bd8f8dac
|
Bugzilla 412 submitted by dpg@ix.netcom.com, fix compile time warnings.
|
1998-10-16 22:14:24 +00:00 |
|
ftang%netscape.com
|
2a551b0077
|
change bookmark menu to convert form UTF8 to menu charset . apporved by Bill Law
|
1998-10-16 21:58:17 +00:00 |
|