.. |
.cvsignore
|
…
|
|
MANIFEST
|
Bug 191821: implement nsIPluginWidget in the mac carbon widget code, to handle mac-specific plugin placement issues. r=peterl, sr=bryner
|
2003-02-27 23:31:54 +00:00 |
MANIFEST_IDL
|
turn on building of native scrollbars from xbl, on for mac classic skin. r=sdagley/sr=beard/a=valeski. bug# 121440
|
2002-03-31 18:36:55 +00:00 |
Makefile.in
|
Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
|
2002-12-28 01:15:07 +00:00 |
nsEvent.h
|
…
|
|
nsGUIEvent.h
|
Prevent right and middle click from triggering onclick handlers by making sure NS_EVENT_FLAG_NO_CONTENT_DISPATCH doesn't get inadvertently cleared during dispatch (don't put it into aFlags). r=saari, sr=jst.
|
2003-01-08 03:08:46 +00:00 |
nsIAppShell.idl
|
…
|
|
nsIBaseWindow.idl
|
add new property blurSuppression. bug 68454 r=bryner,jst
|
2003-02-24 20:15:19 +00:00 |
nsIBidiKeyboard.idl
|
…
|
|
nsIButton.h
|
…
|
|
nsICheckButton.h
|
…
|
|
nsIClipboard.idl
|
bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
|
2002-08-06 00:53:19 +00:00 |
nsIClipboardHelper.idl
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-23 22:26:36 +00:00 |
nsIClipboardOwner.idl
|
…
|
|
nsIDeviceContextSpec.h
|
…
|
|
nsIDeviceContextSpecFactory.h
|
…
|
|
nsIDragService.idl
|
…
|
|
nsIDragSession.idl
|
…
|
|
nsIDragSessionGTK.h
|
…
|
|
nsIDragSessionMac.h
|
…
|
|
nsIDragSessionXlib.h
|
…
|
|
nsIDragTracker.idl
|
…
|
|
nsIEventListener.h
|
…
|
|
nsIEventSink.idl
|
separate out drag code into a helper so embedding apps can make use of it. Also add live-resize support to resizable dialogs. Don't add things like drag handlers or carbon event handlers to windows we don't own (read: embedding). bug 102529, 112197. r=ccarlen/sr=sfraser.
|
2002-01-02 21:18:38 +00:00 |
nsIFilePicker.idl
|
fix for #121122 (nsIFilePicker should allow picking multiple files) and #43015 (Cannot add multiple attachment in Attach File dialog).
|
2002-09-07 05:23:45 +00:00 |
nsIFormatConverter.idl
|
bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
|
2002-08-06 00:53:19 +00:00 |
nsIFullScreen.idl
|
68136 - Mozilla should have a Full-screen mode, r=ben, sr=jst/jag
|
2002-02-20 03:33:52 +00:00 |
nsIKBStateControl.h
|
…
|
|
nsILabel.h
|
…
|
|
nsILookAndFeel.h
|
Bug 28583. Select text field contents when focused, except by mouse click, on certain platforms. r=brade, sr=sfraser
|
2002-10-05 15:39:33 +00:00 |
nsIMenu.h
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-23 22:26:36 +00:00 |
nsIMenuBar.h
|
…
|
|
nsIMenuItem.h
|
…
|
|
nsIMenuListener.h
|
…
|
|
nsIMenuRollup.idl
|
…
|
|
nsIMouseListener.h
|
…
|
|
nsINativeScrollbar.idl
|
new files for a native scrollbar frame via xbl. r=sdagley/sr=beard/a=valeski. bug#121440
|
2002-03-31 18:32:35 +00:00 |
nsIPluginWidget.h
|
Bug 191821: implement nsIPluginWidget in the mac carbon widget code, to handle mac-specific plugin placement issues. r=peterl, sr=bryner
|
2003-02-27 23:31:54 +00:00 |
nsIPointerService.h
|
…
|
|
nsIPopUpMenu.h
|
…
|
|
nsIRollupListener.idl
|
Bug 86606 - <SELECT>s disappear when using X-Mouse
|
2001-12-11 06:16:07 +00:00 |
nsIScrollbar.h
|
…
|
|
nsISound.idl
|
Bug 182451. Beep when first key pressed in win95/98. r=biesi, sr=blizzard
|
2002-12-14 00:27:33 +00:00 |
nsITextWidget.h
|
…
|
|
nsIToolkit.idl
|
…
|
|
nsITransferable.idl
|
bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
|
2002-08-06 00:53:19 +00:00 |
nsIWidget.h
|
179822: Flash4 / Flash5 / Shockwave and other plugins crash.
|
2002-12-04 01:49:29 +00:00 |
nsIXRemoteClient.idl
|
…
|
|
nsIXRemoteWidgetHelper.h
|
…
|
|
nsStringUtil.h
|
…
|
|
nsWidgetAtomList.h
|
rewrite to use a view instead of tracking frame resize/moves ourselves. when the view moves, the attached widget is moved automatically. r=ben/sr=hyatt/a=asa. bug# 135436
|
2002-04-09 14:11:52 +00:00 |
nsWidgetAtoms.h
|
Fix for bug 176610 (Make nsNameSpaceManager a service). r=caillon, sr=jst.
|
2002-11-29 23:44:07 +00:00 |
nsWidgetSupport.h
|
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
|
2002-09-07 17:13:19 +00:00 |
nsWidgetsCID.h
|
rewrite to use a view instead of tracking frame resize/moves ourselves. when the view moves, the attached widget is moved automatically. r=ben/sr=hyatt/a=asa. bug# 135436
|
2002-04-09 14:11:52 +00:00 |