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

1083 Коммитов

Автор SHA1 Сообщение Дата
clu%netscape.com 544bd138b5 checking in ftang's fix for the correct positioning of the asian language input window. 1998-08-19 02:17:59 +00:00
cmanske%netscape.com 85ca017205 Fixed build bustage 1998-08-18 23:18:24 +00:00
cmanske%netscape.com 8435f83bee Fixed multiple-freeing of clipboard formats 1998-08-18 22:17:18 +00:00
dcone%netscape.com bc24805520 First Checked In. 1998-08-18 21:55:56 +00:00
cmanske%netscape.com dfa69ca754 Table editing menu work, fixing cell display problems. 1998-08-18 20:24:39 +00:00
ftang%netscape.com 4c4e20bf18 Add vietnam.c into libi18n (libi18l for historic mistake) . Approved by steve. 1998-08-18 19:06:24 +00:00
ftang%netscape.com 4a377da134 add Vietname VNI into WinFE ui. Thanks Van Le levan@hotmail.com from the net 1998-08-18 19:03:36 +00:00
jfrancis%netscape.com 5656cb65e5 Correcting command handling for htmlarea form widgets. Now they no longer take over a host of browser commands like Print, Save, etc. 1998-08-17 10:41:54 +00:00
jfrancis%netscape.com e652044438 First pass at getting a toolbar up for htmlarea form widgets. It's limping... 1998-08-17 09:23:45 +00:00
jfrancis%netscape.com 785c76efec First pass at getting a toolbar up for htmlarea form widgets. it's limping... 1998-08-17 09:22:39 +00:00
ramiro%netscape.com b4e31d75c7 chilren was being freed twice - what a dumbass error.
Thanks to Matti Aarnio <matti.aarnio@sonera.fi> for pointing this out.
1998-08-17 00:12:39 +00:00
jfrancis%netscape.com 73a644550d Fixing bug #313498 1998-08-15 10:11:34 +00:00
jfrancis%netscape.com cd1f3a9ffe Adding comment to help prevent recurrences of bug #313498 1998-08-15 10:11:17 +00:00
jgellman%netscape.com e6fa80379a add new arg for HT_PaneFromURL 1998-08-15 07:31:21 +00:00
guha%netscape.com 220d5d1f91 Fix broken build 1998-08-15 06:40:13 +00:00
law%netscape.com c1b6f29619 Fixing bug in Default Browser dialog's Details... button processing 1998-08-15 01:01:32 +00:00
law%netscape.com 4c09536c5b Adding Control Panel extension; not part of build process yet 1998-08-15 00:23:37 +00:00
radha%netscape.com 4b04f66b08 Declare fe_getPixelFromRGB explicitly to fix bustage in IRIX 6.2 1998-08-15 00:20:10 +00:00
ftang%netscape.com 12dae0ce0e fix assert problem after add csid 1998-08-14 20:35:18 +00:00
radha%netscape.com 88f232ea02 Set HT properties for the tree view and titlebar. 1998-08-14 20:08:14 +00:00
radha%netscape.com 60cf711665 Register the NavCenter Context menu and HT pane with the XP api. 1998-08-14 20:06:37 +00:00
radha%netscape.com a065e416e7 Fix scrollbar warning messages that appear with opening NavCenter 1998-08-14 20:05:37 +00:00
ramiro%netscape.com 043d0a4b08 Add tool tips. 1998-08-14 03:19:24 +00:00
ramiro%netscape.com b5584dcc09 Fix geometry management. 1998-08-14 03:19:04 +00:00
ramiro%netscape.com 35459e7a3d Add combo test. 1998-08-14 03:06:39 +00:00
ramiro%netscape.com 3f56ded693 Update link behavior test. 1998-08-14 03:06:01 +00:00
cmanske%netscape.com c5a9532a15 Tweaked fix for 311835 1998-08-14 02:44:43 +00:00
cmanske%netscape.com 479b2334d5 Tweaked fix for 312346 - enable OK button after automatically filling in Alt Text field in dialog 1998-08-14 02:35:41 +00:00
warren%netscape.com 7c65eab549 Fixed GetMIMEDescription for new plugin API. 1998-08-14 01:34:01 +00:00
sdagley%netscape.com 1d79b3a846 Fix a functionality problem with my previous checkin - change the MacFE stubs for FE_CheckConfirm and FE_SelectDialog to the workaround versions until the actual versions are implemented. Yes the tree is in flames but these files aren't related and folks are all over the problem (akkana and jfrancis have checked in fixes for X and Mac). 1998-08-14 01:21:46 +00:00
jfrancis%netscape.com 8fbc298847 need to use enum ED_PASTE_NORMAL instead of int 0. 1998-08-14 01:01:09 +00:00
akkana%netscape.com c92fab9dd9 The word from cmanske: build bustage on Mac requires use of enum types,
better do the same on Unix.
1998-08-14 00:49:22 +00:00
mcafee%netscape.com 6ef3afdae9 Fixing more XFE breakage 1998-08-14 00:26:37 +00:00
mcafee%netscape.com 92ac93af0f Re-adding FE_CheckConfirm() and FE_Select() to match the privacy backend changes. 1998-08-13 23:17:36 +00:00
clu%netscape.com 81a2c5d740 adding a third parameter to EDT_PasteHTML 1998-08-13 23:16:16 +00:00
cmanske%netscape.com 25d6faea8b Fixed lots of Composer bugs. Implemented drag/drop/paste cells into existing table. Fixed Reload problems in Navigator (must reload from net to show doc color changes) - permission by blythe 1998-08-13 23:14:59 +00:00
akkana%netscape.com 666cdce57f Track cmanske's editor backend API change to EDT_PasteHTML(). 1998-08-13 23:14:34 +00:00
ftang%netscape.com 11f7fa62ca add vietnamese support. Thanks Van Le levan@hotmail.com from the net 1998-08-13 22:25:08 +00:00
danm%netscape.com 83fd28b250 synching with FE callback API changes just made by sdagley 1998-08-13 22:14:38 +00:00
sdagley%netscape.com 02ff6820f9 Add MacFE stubs for FE_CheckConfirm and FE_SelectDialog for morse's privacy code. danm acquired the appropriate permissions from the module owners for the XP spammage. 1998-08-13 22:11:56 +00:00
akkana%netscape.com 14124ba2e8 Enable toolbars for Ender. 1998-08-13 21:51:02 +00:00
pinkerton%netscape.com 04152890df Tree view icon support and refreshing individual rows. 1998-08-13 20:13:07 +00:00
pinkerton%netscape.com 4ca9baabbd Dispose of FE icon data and refresh appropriate rows when necessary. 1998-08-13 20:12:36 +00:00
ftang%netscape.com 68e7f2b9c8 vietnamese Unicode conversion table. Thanks Van Le <levan@hotmail.com> from the net 1998-08-13 19:36:43 +00:00
law%netscape.com 9fb71f45d3 Add support for showing stand-alone preferences 1998-08-13 07:09:49 +00:00
law%netscape.com c7a7f9933c Now using new nsIDefaultBrowser interface 1998-08-13 07:07:20 +00:00
law%netscape.com 539a3caa58 Adding nsIDefaultBrowser.cpp to the build 1998-08-13 07:05:48 +00:00
law%netscape.com 56e7b39819 Suppport for m_bShowPrefsOnStartup 1998-08-13 07:02:55 +00:00
law%netscape.com 154b6964a5 Adding support for Details... button on Default Browser dialog 1998-08-13 06:58:58 +00:00
law%netscape.com 99758285c9 Added support for -prefs cmd line arg 1998-08-13 06:50:08 +00:00