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

2244 Коммитов

Автор SHA1 Сообщение Дата
ftang%netscape.com 219b89228c UTF8 enable HyperTree title and inline edit 1998-10-21 14:32:48 +00:00
ramiro%netscape.com d37c63ac39 Modularize preparation codes. Put them where they are needed only. 1998-10-21 14:28:21 +00:00
ftang%netscape.com 8e65e47db7 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 cf10b5a0f3 Fix the XmNfillOnEnter not getting cleared when sensitivity changes bug. 1998-10-21 13:25:03 +00:00
ramiro%netscape.com 5315905037 Minor variable name tweak. 1998-10-21 13:19:23 +00:00
ramiro%netscape.com 41f337e883 Simplify set values call. 1998-10-21 13:19:19 +00:00
ramiro%netscape.com 79651ed87f Expose XfeDebugGetStaticWidgetString(). 1998-10-21 13:16:59 +00:00
cls%seawood.org 001ed2ffd4 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 3232d92b1e added mozilla\lib\libi18n\datefmt.c to the compiles for libi18n 1998-10-20 21:43:03 +00:00
gagan%netscape.com e25c93c213 Backing out my changes of NUCACHE. Gromit/Raptor were broken. 1998-10-20 13:49:16 +00:00
ftang%netscape.com 5e423e2d3d enable UTF8 in RDFTreeView. Reviewed by slamm 1998-10-20 13:10:39 +00:00
ramiro%netscape.com 668979a998 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 5ea49f6061 Added new argument to getFormElementValue() . 1998-10-20 02:40:45 +00:00
gagan%netscape.com 129b6f0bcf Toggled NU_CACHE. 1998-10-20 02:32:40 +00:00
cls%seawood.org a4d5251a84 Removed obsolete NSPR20 ifdefs. 1998-10-20 01:55:58 +00:00
gagan%netscape.com 74f3cacb9f NuCache on by default. 1998-10-20 01:49:32 +00:00
leaf%netscape.com 831c6a9c0e fixing linux mozilla-motif-export target inclusion. reviewed: briano 1998-10-20 01:26:57 +00:00
pinkerton%netscape.com a8c44e7bda changes to match UI spec for title area and command strip. 1998-10-20 00:16:25 +00:00
pinkerton%netscape.com c467574ea2 make command strip match UI spec/behaviors. 1998-10-20 00:15:07 +00:00
pinkerton%netscape.com 6b1e417ba6 Tons o changes to make strip match UI spec (add, manage, close). 1998-10-20 00:14:46 +00:00
pinkerton%netscape.com 3accde7642 no longer include CPersonalToolbarTable as it is obsolete. 1998-10-20 00:12:52 +00:00
cyeh%netscape.com 0fd48ae014 Remove obsolete #defines _NSPR and NSPR20 1998-10-19 21:32:19 +00:00
cyeh%netscape.com 62f6b9539a 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 829d65dd99 #if DEBUG some code that shouldn't show up in optimized build. 1998-10-19 18:28:09 +00:00
pinkerton%netscape.com cd10498cca made destructor virtual 1998-10-19 18:27:51 +00:00
pinkerton%netscape.com 3dbf7df920 fix bug #323840 by not always called XP_InterruptContext() 1998-10-19 18:27:36 +00:00
pinkerton%netscape.com 42afcba730 #328696. Change GetTemplateData to GetNodeData where appropriate. 1998-10-19 18:26:38 +00:00
kin%netscape.com b7bcbb4c3d 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 2c6da1963f 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 af63439600 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 c500c02206 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 e9ff8292c3 Added more items to the unwanted prefixes table 1998-10-19 03:17:35 +00:00
blizzard%appliedtheory.com 9c443d1d21 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 91f5a73cfb 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 6322bfcd28 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 9078d81d91 don't build java50.jar 1998-10-17 20:34:37 +00:00
blizzard%appliedtheory.com 5edff4f1fc 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 e9bc7e113d don't build libmocha/lm_{span/trans}.c anymore, thanks 1998-10-17 01:56:52 +00:00
slamm%netscape.com 917388c407 Have XFE_ToolbarItem setup the instance pointer. 1998-10-17 01:09:15 +00:00
slamm%netscape.com 7c4f01368a 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 33c7ea853d 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 8f9d02cb35 Bring toolbar drag/drop back to life. 1998-10-17 01:09:02 +00:00
ramiro%netscape.com 134553e736 Fix bustage. I screwed up ;-) 1998-10-17 00:08:07 +00:00
nisheeth%netscape.com 7fcf1e4690 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 8611205fcc Final changes for 328650, registry code slowing startup too much. 1998-10-16 22:15:55 +00:00
blythe%netscape.com 2fce0a1dd5 Bugzilla 412 submitted by dpg@ix.netcom.com, fix compile time warnings. 1998-10-16 22:14:24 +00:00
ftang%netscape.com 92b3444436 change bookmark menu to convert form UTF8 to menu charset . apporved by Bill Law 1998-10-16 21:58:17 +00:00
pollmann%netscape.com b53399fd10 changing if defined to ifdef 1998-10-16 21:53:28 +00:00
pollmann%netscape.com 669ab7b786 Adding laydom.c for the DOM build. 1998-10-16 21:51:02 +00:00
ramiro%netscape.com 902a6724b3 Fix the urlbar somemore. It now set the url string properly. 1998-10-16 21:31:54 +00:00
ramiro%netscape.com 812a7ac503 Fix the initial toolbar size problem. 1998-10-16 11:56:34 +00:00
cltbld%netscape.com e80e058d24 add ::::::lib:mailto to the accesspath of the opt settings. This fixes a build problem introduced by the ender/mime landing on Wednesday. approved: sdagley 1998-10-16 05:57:06 +00:00
cyeh%netscape.com 3d0a909c51 remove NO_SECURITY defines and flip logic to use MOZ_SECURITY.
Also remove hideous hack MOZ_NO_PATCHER.
1998-10-16 01:47:54 +00:00
sar%netscape.com a96e7aa61b backing out the change in this file (per blythe's request) 1998-10-16 01:44:32 +00:00
cmanske%netscape.com 6a02b32d88 Added Undo/Redo to context menu (Ender-only). Added accelerator hints to Copy and Cut menu items 1998-10-15 22:18:11 +00:00
cmanske%netscape.com 72ba97d127 Check Preformat when inserting image. Fixed infinite loop bug in message processing 1998-10-15 22:03:23 +00:00
blythe%netscape.com 344f37a660 Fix automated tinderbox NT bustage, apparently rm will crash, notified by sar 1998-10-15 22:01:41 +00:00
blythe%netscape.com 9ea2688e80 Current 328650 performance improvement changes 1998-10-15 21:20:43 +00:00
slamm%netscape.com 50de882b27 Set the minimum column width (to 6). 1998-10-15 20:54:21 +00:00
slamm%netscape.com 915727fc2f Improve column resizing. 1998-10-15 20:52:11 +00:00
cmanske%netscape.com 499c96d255 Fixed problems with drag cursor and table sizing 1998-10-15 19:34:55 +00:00
blizzard%appliedtheory.com f4655cc13c make sure the index is incremented in a while loop 1998-10-15 19:12:31 +00:00
danm%netscape.com 86c510f45c view menu reflects configurable toolbar state 1998-10-15 19:11:01 +00:00
cyeh%netscape.com 8872b96d2f remove unneeded #define. 1998-10-15 18:51:42 +00:00
slamm%netscape.com 451a6bea1f Add translations to URLBar 1998-10-15 18:29:42 +00:00
slamm%netscape.com 21265b5cf1 Add instance pointer for button sensitivity. 1998-10-15 18:15:59 +00:00
blizzard%appliedtheory.com d5d710fd94 enable GNOME_GetDocPosition 1998-10-15 18:00:28 +00:00
blizzard%appliedtheory.com 17bbf11814 don't set the tile in the gc, that's for window backgrounds, not drawing 1998-10-15 17:57:13 +00:00
blythe%netscape.com da93561b13 Partial fix for 328650, startup performance 1998-10-15 14:56:39 +00:00
blythe%netscape.com 9ebb054648 Bugzilla 140 code improvement by ben@algroup.co.uk 1998-10-15 14:25:36 +00:00
ftang%netscape.com 1814bb948b Make Toolbar menu measure and render UTF8 text. reviewed and approved by saari 1998-10-15 13:55:28 +00:00
ftang%netscape.com 38de9da54e enable toolbar item to render UTF8 text. Change several XmString related function in RDFUtils.c to also return a font list associated with the XmString. approved by slamm 1998-10-15 13:45:54 +00:00
ftang%netscape.com 3ba5609f4f change code to support HyperTree 1998-10-15 13:43:08 +00:00
blythe%netscape.com a4ed53244e Fix bugs on win95 builds, aprvd briano law 1998-10-15 12:44:03 +00:00
racham%netscape.com e93dc1afb1 BUG329102 : Modified code to allow overwrite of existing connectoids without complaining about RNA entry 1998-10-15 03:45:42 +00:00
ddrinan%netscape.com b6cfcf79fa Changes for the new dispatch table used by NSM 1998-10-14 21:45:18 +00:00
ddrinan%netscape.com 1f15f5d9e2 New dispatch table for NSM 1998-10-14 21:44:46 +00:00
ddrinan%netscape.com 050ccab3fc Changes for the new dispatch table used by NSM 1998-10-14 21:39:04 +00:00
mjudge%netscape.com fc0cba5ff4 turning on ENDER_MIME 1998-10-14 20:46:42 +00:00
jfrancis%netscape.com 5fecd9aa22 Ender Mime Carpool. This is not your father's email client. 1998-10-14 20:38:35 +00:00
kin%netscape.com a4d9891632 Turn on MOZ_ENDER_MIME code. Added JS event support. 1998-10-14 20:30:41 +00:00
mjudge%netscape.com 7f09382fb3 ender carpool 1998-10-14 20:24:50 +00:00
ramiro%netscape.com 8e4f337af8 Revive. 1998-10-14 06:02:31 +00:00
sdagley%netscape.com b1eb17947b Stopped using macros to access fields of struct that were longer than the actual struct field names. 1998-10-14 06:01:36 +00:00
ramiro%netscape.com 997acb5209 Navigation buttons back in business. 1998-10-14 05:42:00 +00:00
ramiro%netscape.com e12b286b0e Add new toolbar items. 1998-10-14 05:41:14 +00:00
ramiro%netscape.com e5ca3992fa Add toolbar navigation item. 1998-10-14 05:40:35 +00:00
ramiro%netscape.com 27854ebda6 Add toolbar window list item. 1998-10-14 05:40:19 +00:00
ramiro%netscape.com 7b231102db Rename misnamed FrameList -> WindowList. 1998-10-14 05:39:43 +00:00
akkana%netscape.com 0edd58f1e8 Tweak FE_DisplayAddRowOrColBorder 1998-10-14 01:01:10 +00:00
radha%netscape.com b16bae6126 Check if the framehandle is valid before accessing it 1998-10-14 00:25:20 +00:00
radha%netscape.com 874bec04d1 Set Background Pixmap for control toolbar and title bar using HT. Use the
RDFImage interface to obtain the image instead of static pixmaps
1998-10-14 00:24:51 +00:00
radha%netscape.com 8eece5c65d While creating, RDFChromeView, Pass the frame handle as toplevel component
instead of the NavCenterView
1998-10-14 00:22:57 +00:00
slamm%netscape.com d923ee8964 Slight tweak to get context menu items to show. Next they will need to do something. 1998-10-14 00:09:27 +00:00
slamm%netscape.com a8397283ea Move XFE_RDFPopupMenu in PopupMenu.(cpp|h)
so the toolbars can use it too.
Handle url dispatching once in RDFUtils.
1998-10-13 23:47:17 +00:00
slamm%netscape.com a23f12dbd3 Handle url dispatching once in RDFUtils. 1998-10-13 23:47:13 +00:00
slamm%netscape.com 66c64a12d7 First pass at popup menus. 1998-10-13 23:47:03 +00:00
slamm%netscape.com 21ffdd08e1 Move XFE_RDFPopupMenu in PopupMenu.(cpp|h)
so the toolbars can use it too.
1998-10-13 23:46:51 +00:00
cmanske%netscape.com 0fb85c5284 Fixed Composer cursor bug when dragging over source object (323307). Added status feedback for resizing images 1998-10-13 23:27:28 +00:00
radha%netscape.com d15505e7b9 When built with MOZ_SELECTOR_BAR set, Create the selector bar only for docked
modes. Alt-B and Alt-H wouldn't
show the selector bar though the tree is built with MOZ_SELECTOR_BAR set.
1998-10-13 22:24:00 +00:00