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

17635 Коммитов

Автор SHA1 Сообщение Дата
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
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