mcmullen%netscape.com
23ae585495
Remove the illegal semicolon after extern "C" {}
1999-02-22 22:25:10 +00:00
ftang%netscape.com
f4aa50fce9
fix ToTitle bug- make it compatabile to CSS Capitalize. Comment #ifndef XP_UNIX to make the auto registry work
1999-02-22 22:20:01 +00:00
rickg%netscape.com
75dfc20400
fixed autoclose problem that Harish found
1999-02-22 20:55:15 +00:00
kin%netscape.com
f87a9a3d4a
Added IID() methods.
1999-02-22 19:56:57 +00:00
bienvenu%netscape.com
d70809da77
fix off by one error in line parsing code
1999-02-22 19:14:25 +00:00
fur%netscape.com
b3662a1ed6
Fix linkage problems on FreeBSD by adding -E linker option when building libPackage.so. Patch contributed by Amancio Hasty <hasty@rah.star-gate.com>.
1999-02-22 19:10:16 +00:00
saari%netscape.com
3a154cf421
tweak to mac menu logic
1999-02-22 19:10:05 +00:00
mjudge%netscape.com
642c6f7d87
Fixing nsCOMPtr misusage.
1999-02-22 19:06:48 +00:00
slamm%netscape.com
cf2910d724
Server isn't ready for this file.
1999-02-22 19:06:20 +00:00
saari%netscape.com
cfa383e492
MacOS menus can support hierarchical menus now. nsWebShellWindow::LoadMenus() needs to be modified to support this.
1999-02-22 19:05:48 +00:00
hyatt%netscape.com
cce636c002
Re-enabling event handlers.
1999-02-22 19:05:30 +00:00
rods%netscape.com
acf3a28ce0
Changed display type of titlebutton to inline
1999-02-22 19:01:13 +00:00
slamm%netscape.com
72ea1b06c9
Allow 'SaveAs' to have correct name.
1999-02-22 18:59:18 +00:00
kmcclusk%netscape.com
59fd81ffb1
Added support for creating a postscript device context for printing under GTK.
...
Sanitized the GTK nsDeviceContextSpecFactoryG, nsRenderingContextPS, nsDeviceContextPS,
and nsDeviceContextSpecG by removing WIN32 dependencies.
Added checks for null widgets in nsWidget and nsScrollbar GTK implementations.
1999-02-22 18:56:54 +00:00
slamm%netscape.com
61d53b0da9
If the tree hasn't been pulled, client.mk needs to checkout build/autoconf/myconfig2defs.sh before it does anything else.
1999-02-22 18:48:51 +00:00
briano%netscape.com
7b843db426
Automated update
1999-02-22 18:31:44 +00:00
slamm%netscape.com
2435fec78c
Little patch for -md dependencies.
1999-02-22 18:26:12 +00:00
bienvenu%netscape.com
07c9e93c94
hook up more db folder info stuff to mdb
1999-02-22 18:05:23 +00:00
slamm%netscape.com
002aad5571
Fix incorrect path for NSPR install dir.
1999-02-22 17:36:36 +00:00
buster%netscape.com
c7e7fd1131
caught up to new ScrollIntoView changes.
...
most transactions now properly set selection after modifying content, for Do, Undo, Redo.
lots of cleanup and minor bug fixes.
1999-02-22 15:53:31 +00:00
dcone%netscape.com
0420f51df2
Added fixes to get it to compile under UNIX
1999-02-22 15:00:59 +00:00
pierre%netscape.com
41cec1d8a5
don't dispatch cursor keys
1999-02-22 11:21:23 +00:00
pierre%netscape.com
ad346120bc
don't dispatch cursor keys / minor fixes
1999-02-22 11:20:57 +00:00
pierre%netscape.com
ef4509ce73
added combobox (= popup) to the Mac
1999-02-22 10:22:45 +00:00
pierre%netscape.com
fb6c105126
inherits from Repeater
1999-02-22 10:21:51 +00:00
pierre%netscape.com
7432f07556
numerous changes
1999-02-22 10:21:37 +00:00
pierre%netscape.com
bb317347c6
added GetUniqueMenuID() (needed for popups)
1999-02-22 10:21:20 +00:00
pierre%netscape.com
236b42ddbe
added mMin/mMax (needed for popups)
1999-02-22 10:20:59 +00:00
pierre%netscape.com
c7123f17aa
removed outdated comments
1999-02-22 10:20:39 +00:00
grail%cafebabe.org
2c45e7ab0a
Automagically add a scrollpane whenever a jlist is added.
1999-02-22 07:54:14 +00:00
mjudge%netscape.com
5aa43ea696
adding comments to interfaces
1999-02-22 05:19:06 +00:00
mjudge%netscape.com
b13e4da265
Added, jump to prev word, modified INIT of nsTextTransformer to better prepare for a start offset at the end of the mFrags list. added implementation of extra parameter to nsIFrame::PeekOffset to keep state for the next word problem of eating ws. nsTextFrame should be all set on implementation of jumping words.
1999-02-22 04:59:52 +00:00
mjudge%netscape.com
7df9af9d91
adding parameter to nsIFrame for ::PeekOffset to be aware of the state of jumping a word. eating WS ect. also, nsRangeList sends the proper parameter for above change.
1999-02-22 04:57:44 +00:00
troy%netscape.com
68894039d4
More work-in-progress for table pagination
1999-02-22 03:28:00 +00:00
mjudge%netscape.com
eaf1a3cc93
gettig word jumping to work, adding GetPrevWord to texttransformer
1999-02-22 03:20:59 +00:00
mjudge%netscape.com
5e896e4c40
adding word jumping with CNTRL char down now
1999-02-22 03:20:18 +00:00
mjudge%netscape.com
2e01e0d61b
adding NPL
1999-02-22 03:19:24 +00:00
brendan%netscape.com
4a71eaefa6
- Use write rather than dump consistently (dump has unfortunate connotations).
...
- Avoid gratuitous extra newlines in foo.h compiled from foo.idl.
- Use do-while, not for or while, guarded by if that tests the loop condition.
- Use NS_EXPORT to qualify static InitJSClass and GetJSObject method.
- Turn enum declarations within interfaces into JS class constant numbers.
- Defend against null return from JS_GetPrivate (prototype and user-constructed
objects have no private data).
1999-02-22 00:24:34 +00:00
mcmullen%netscape.com
ff14535f6e
Took another one for nsIFile.
1999-02-22 00:15:46 +00:00
rods%netscape.com
4b8a07665a
MOved XULCommand to src and it is now acting like a menu delegate,
...
all that reminas is to rename it.
1999-02-21 21:04:21 +00:00
rods%netscape.com
08c3f7b32d
Remmoved nsIXULCommand.h
1999-02-21 20:52:29 +00:00
rods%netscape.com
ff1ed6694d
Added static IID method
1999-02-21 20:52:04 +00:00
rods%netscape.com
97846d3f01
MOved from public to src, it doesn't need to be exported
1999-02-21 20:51:12 +00:00
mcafee%netscape.com
ef6be68514
Optionally include .client-defs.mk, client.mk should still work if you don't have this file.
1999-02-21 20:18:10 +00:00
troy%netscape.com
2f913ac8b5
Changed GetRowIndex() so that for continued cell frames the row index is
...
that of the cell's first-in-flow
1999-02-21 19:55:22 +00:00
mjudge%netscape.com
73b74bd729
Needed methods to disable the ScrollFrameIntoView because of resizing causing scrolling to snap selection into view. 3 helper fucs, 1 variable, PRBool mEnableScrolling defaulted to true of course
1999-02-21 19:43:40 +00:00
troy%netscape.com
02403aa752
Changed DeleteChildsNextInFlow() to use the nsFrameList::RemoveFrame() function
...
instead of what it was doing, because the assumption it was making about "aChild"
and "nextInFlow" sharing the same parent frame is not true for continued table cells
1999-02-21 18:59:00 +00:00
troy%netscape.com
c449a6a178
Changed GetEffectiveRowSpan()
1999-02-21 18:38:41 +00:00
pavlov%pavlov.net
4dad708332
minor code cleanups
1999-02-21 17:40:00 +00:00
rods%netscape.com
0c1a88f45d
Added Set/GetEnabled and Set/GetChecked methods
1999-02-21 14:31:19 +00:00