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

637 Коммитов

Автор SHA1 Сообщение Дата
ramiro 2fedc0af97 Add preliminary support for editting items in toolbars. 1998-04-24 12:43:28 +00:00
ramiro 6b5de30de6 Cleanup string utils. 1998-04-24 12:34:16 +00:00
ramiro 0adf14224b Add one more personal toolbar command: xfeCmdPersonalToolbarItemProperties. 1998-04-24 11:49:20 +00:00
ramiro 0c5280372a Add personal toolbar commands. 1998-04-24 11:44:28 +00:00
ramiro f884eccd2b Cleanup the toggleShowingState() and setShowingState() madness. These
XFE_Component methods can be used instead of various other toggle/hide/show
hacks.
1998-04-24 11:41:36 +00:00
fur b38349b61a Temporarily disable charSet info so we can compile with JAVA defined 1998-04-24 07:21:01 +00:00
ramiro 98c1b7d918 Add support ffor dynamic indicators. 1998-04-24 06:57:18 +00:00
fur 9676ba129f Fix numerous cut-and-paste errors in last checkin 1998-04-24 06:57:00 +00:00
ramiro c6847d61c3 Add support for dynamic indicators. 1998-04-24 06:47:37 +00:00
ramiro 89ab44eb03 Always insert private components at end of widget list. 1998-04-24 06:44:28 +00:00
fur b905c48b88 Temporarily disable charSet info so we can compile 1998-04-24 06:26:57 +00:00
cyeh 3c6e2cf82e adjust access paths to point to js:src and js:jsj. js:ref was added, and it had an old nspr1.0 header in it "prcpucfg.h" htat was being picked up for the compile instead of the one in nsprpub 1998-04-24 04:42:07 +00:00
troy 2adf9e6718 Added more position properties and removed some stuff from nsStyleMolecule 1998-04-24 03:50:38 +00:00
troy 3ccc988201 Fixed PROP_HEIGHT to use VARIANT_KLP (was using VARIANT_KL) 1998-04-24 02:43:42 +00:00
rjc 2357316754 Removed unused variables to fix up warnings. 1998-04-24 02:20:19 +00:00
rjc 9863177c68 Support for workspace reordering. 1998-04-24 02:15:22 +00:00
fur 66a6e223a5 (These files not built by any version of Navigator)
Initial check-in:
JSRef is migrating from /m/src JSFUN13_BRANCH to trunk /m/pub repository
1998-04-24 01:42:37 +00:00
fur 6b433caaaa (This code is not built by any flavor of Navigator)
Initial check-in to mozilla tree: JSRef development is migrating from
JSFUN13_BRANCH of /m/src repository to /m/pub
1998-04-24 01:35:13 +00:00
fur e75cafd1e9 JS1.3 initial check-in 1998-04-24 01:28:40 +00:00
fur a2bf16e4c8 Initial checkin of JS1.3. (Minor fix required to accomodate JSAPI behavior changes) 1998-04-24 00:34:15 +00:00
fur 6c5d7e65c6 Initial checkin of JavaScript 1.3, migrated from JSFUN13_BRANCH in /m/src repository.
(Minor changes in libmocha required to accomodate JSAPI changes.)
1998-04-24 00:32:02 +00:00
fur ddc67e87cf Initial checkin of JavaScript 1.3, migrated from JSFUN13_BRANCH in /m/src repository 1998-04-24 00:31:11 +00:00
michaelp 7687494b21 more scrolling bugs. 1998-04-24 00:30:21 +00:00
scullin c2e1072c4f Removed dependency on Motif 1998-04-24 00:17:36 +00:00
dbragg 4fe9264769 Moving asw.jar into appropriate place (not into as_html) 1998-04-23 23:51:47 +00:00
dbragg f7dcb57678 Um, like, ns_priv handling is screwy, but for now we need to at least POINT there... 1998-04-23 23:45:32 +00:00
michaelp 00a34bd0be fixed bug where scollbar itself was scrolled. 1998-04-23 23:32:59 +00:00
michaelp a67637dc6d changed SetContainerSize() to ComputeContainerSize(). 1998-04-23 23:21:37 +00:00
dbragg 4843cc54d3 for the fun of it 1998-04-23 23:17:20 +00:00
dbragg 6da5d485be make it work for el don 1998-04-23 23:16:06 +00:00
dbragg a07080099e OK, maybe this is better? 1998-04-23 23:06:18 +00:00
buster ca3ae5f05c fixed a nefarious little bug with multiple row spans in the same table
subsequent rows (the ones below the effected rows) were not placed correctly
when the height of the spanning cell became greater than the sum of the heights
of the rows it spanned.
1998-04-23 22:59:07 +00:00
troy ab92c500db More work on absolute positioning 1998-04-23 22:38:52 +00:00
dbragg dc47509642 Fixed to use correct targets 1998-04-23 22:27:55 +00:00
michaelp d4caef7672 added AddRef() to GetScrolledView(). 1998-04-23 21:54:47 +00:00
michaelp d8e9d08bc6 removed debug junk 1998-04-23 21:52:02 +00:00
michaelp cbfb8c143d view no longer shows a scrollbar when we can't scroll.
added GetScrolledView().
1998-04-23 21:51:43 +00:00
michaelp bf7e14549f removed conditional calling of view->SetDimensions() in SizeTo(). 1998-04-23 21:51:03 +00:00
kmcclusk 22f96a82ef Added SetMaxTextLength method to text widget and textarea widget. 1998-04-23 20:21:24 +00:00
scullin b6660d91ec Build on IRIX and Linux 1998-04-23 19:55:08 +00:00
scullin f0f4579809 Linux build fixes. Moved test.cpp to nettest.cpp to allow nettest to
build easily under UNIX.
1998-04-23 19:33:34 +00:00
scullin 97f62e2aa2 Fixed non-virtual destructor, and incorrect stream usages that
gcc didn't like.
1998-04-23 19:10:35 +00:00
scullin 660fadbded Fix abiguous null test for smart pointers. 1998-04-23 19:08:21 +00:00
buster 9481637fae table header and footer rowgroups placed properly, replicated across continuing tables
some pagination fixes, including a hack to make negative available heights = 1.
1998-04-23 17:29:07 +00:00
buster ac6d7c116e fixed a bug where a case during pagination wasn't being tested correctly 1998-04-23 17:22:46 +00:00
buster 742a6deb6f added style for HTML 4 table elements and TH 1998-04-23 17:19:21 +00:00
kipp 87e6585798 nuked ref to line layout 1998-04-23 17:09:16 +00:00
kipp e071e45d4f link with plc 1998-04-23 16:51:49 +00:00
kipp fb266e5bee Fixed SetTitle API 1998-04-23 16:51:25 +00:00
kipp 59359e73b4 define win32_lean_and_mean 1998-04-23 16:47:26 +00:00