Commit Graph

17616 Commits

Author SHA1 Message Date
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
ramiro%netscape.com
dc4eb22101 Fixing the stderr brain damage.
This code is obsolete, but it will server as documentation someday.
1999-02-21 12:24:46 +00:00
mjudge%netscape.com
62d53916f3 fixing leak with selection. didnt realize that ElementAt caused a refcount. this should fix problem of selection not allowing presshell to go away. 1999-02-21 05:14:36 +00:00
mjudge%netscape.com
4190f9d7be adding scrolling depending on selection modification. either by key event, or outside event. 1999-02-21 03:49:32 +00:00
mjudge%netscape.com
8ea394c9ee depricating the ScrollIntoView call. dont need it. the selection modification assures us of scrolling to view after batching. 1999-02-21 03:48:52 +00:00
edwin%woudt.nl
5b435c05c7 This patch is to make sure that Giao can work on the prefs code without problems because I'm messing aroung with the multiple personalities code. So now first everything gets stored in the default identity. If you want more identities you'll have to hack 1999-02-21 03:00:15 +00:00
pierre%netscape.com
1508eb2396 made gWindowlessMenuEventHandler a private member variable (#3203: RX: Mac widgets) 1999-02-21 02:48:02 +00:00
edwin%woudt.nl
64054f0967 I created a new contrib dir for code/data that should not go into the main tree, but which might be of some interest to developers. The first entry is a Codewarrior project file from Wesley Felter. 1999-02-21 02:22:51 +00:00
pierre%netscape.com
ba9ac52664 added nsDeleteObserver (#3147: crashes on mouseMoved or closeWindow) 1999-02-21 02:10:36 +00:00
pierre%netscape.com
a15727eed8 First Checked In. 1999-02-21 02:01:46 +00:00
pierre%netscape.com
f544024e57 returns eConsumeNoDefault after closing a window 1999-02-21 02:01:16 +00:00
pierre%netscape.com
b377b8b625 removed outdated comments 1999-02-21 01:57:48 +00:00
mjudge%netscape.com
cee2723326 Shift click to continue selection 1999-02-21 01:23:40 +00:00
jband%netscape.com
de9ee96141 lots of cleanup 1999-02-21 00:20:40 +00:00
grail%cafebabe.org
3c1ecc1f28 Enhanced gridwidth/gridheight improvements. 1999-02-20 23:53:48 +00:00
mjudge%netscape.com
bbd3667ca9 Extra parameter in nsIFrameSeleciton HandleKeyEvent not necessary. nsRangeList mod now allows SHIFT-Key selection. currently bound directly to VK_LEFT,RIGHT should be changed eventually to something more internationaly friendly 1999-02-20 23:52:05 +00:00
grail%cafebabe.org
0a1ae8a05e Removed lame columns field for mail directory field. 1999-02-20 23:39:04 +00:00
grail%cafebabe.org
dbdfc10028 UserPrefsEditor loads values from xena.pref. 1999-02-20 22:55:37 +00:00
grail%cafebabe.org
3a186e91a7 PageUI now supports initAll() and saveAll(). 1999-02-20 22:53:02 +00:00
edwin%woudt.nl
019b50da90 Fixing small itches with quoting and signatures 1999-02-20 22:19:32 +00:00
edwin%woudt.nl
eb1b8742dc Adding the toolbar button pictures for adding the signature. Somebody should draw better ones. 1999-02-20 22:08:55 +00:00
edwin%woudt.nl
f62d970b6f Grendel now handels signatures (one can have a different signature for every personality) 1999-02-20 22:07:12 +00:00
buster%netscape.com
8efe480686 beginning work on ScrollToFrame 1999-02-20 21:29:27 +00:00
buster%netscape.com
5d4f949e92 the pres shell now respects NS_PRESSHELL_SCROLL_ANYWHERE for vertical scrolling.
this is a hack implementation, to be recoded by the layout team
1999-02-20 21:27:28 +00:00
edwin%woudt.nl
e97dbf35b8 When replying the message is quoted automatically now, so you don't have to push that 'quote' button. 1999-02-20 21:03:09 +00:00
pavlov%pavlov.net
faef147169 nsAppShell isn't an nsWidget, so don't cast it as so. This fixes the
nsRepository::CreateInstance for nsAppShell from viewer so it doesn't return
with an error for me.
1999-02-20 19:56:01 +00:00
jband%netscape.com
ff3388ba99 compiler warning inspired fixes 1999-02-20 09:00:55 +00:00
jband%netscape.com
4d84d93a05 compiler warning inspired fixes 1999-02-20 08:52:00 +00:00
jband%netscape.com
5b3bdba518 added file to Makefile.in and fixed typo 1999-02-20 08:33:21 +00:00
jband%netscape.com
a847e668bc jsint was supposed to be jsid 1999-02-20 08:31:36 +00:00
slamm%netscape.com
ad56a10990 Get rid of ^M. Stupid windows editor 1999-02-20 07:52:15 +00:00
slamm%netscape.com
ef93e66ce7 Fix the dependencies for running configure.Have it depend on .client-defs.mk and only update that when the myconfig options change. 1999-02-20 07:47:04 +00:00
slamm%netscape.com
95ab1f5b10 Cleaner presentation. 1999-02-20 06:36:03 +00:00
mcafee%netscape.com
ceeab4f5d9 Adding license; added do_QueryInterface() wrappers for nsCOMPtr stuff (Solaris) 1999-02-20 06:05:15 +00:00
terry%netscape.com
4fba21b263 Quote link containing username. Was choking if a username happened
to contain a % followed by two hex digits...
1999-02-20 06:04:57 +00:00
beard%netscape.com
0109305bc4 backed out build bustage change 1999-02-20 04:43:53 +00:00
beard%netscape.com
3088a47b55 class nsIPlugin not struct. 1999-02-20 04:26:09 +00:00
troy%netscape.com
e566f25ce4 Fixed build bustage 1999-02-20 04:20:09 +00:00
beard%netscape.com
2c5fe36f1d include nsFileSpec.h on all platforms. 1999-02-20 03:59:43 +00:00
rjc%netscape.com
c559019606 *** empty log message *** 1999-02-20 03:52:26 +00:00