ramiro%netscape.com
3d4d25bbae
Landing unix toolkit exorcism changes. #ifdef-ed OFF for now.
...
git-svn-id: svn://10.0.0.236/trunk@41820 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-02 13:53:49 +00:00
sspitzer%netscape.com
48a99dd009
changes to make nsIFileSpecWithUI useful from javascript.
...
now, this works from js:
var filePicker = Components.classes["component://netscape/filespecwithui"].createInstance();
filePicker = filePicker.QueryInterface(Components.interfaces.nsIFileSpecWithUI);
file = filePicker.chooseFile("Select a file");
git-svn-id: svn://10.0.0.236/trunk@41727 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-31 18:45:22 +00:00
pavlov%netscape.com
3d06577d5b
back out previous changes
...
git-svn-id: svn://10.0.0.236/trunk@41665 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-31 02:28:56 +00:00
pavlov%netscape.com
02d920528c
minimize/maximize/restore code
...
git-svn-id: svn://10.0.0.236/trunk@41630 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-30 23:53:17 +00:00
kmcclusk%netscape.com
4da058a9e8
bug #7032 Changed nsIWidget::Resize(...), nsIWidget::Move(...) to
...
use PRInt32 instead of PRUInt32. Modified Mac, and Linux to match.
bug #2010 Applied David Barrons patch for MakeSide ins CSSRendering.
nsIWidget - removed GetAbsoluteBounds - Not needed. Can use WidgetToScreen instead.
git-svn-id: svn://10.0.0.236/trunk@41353 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-27 23:26:36 +00:00
pavlov%netscape.com
2952bfebae
better comments describing the window border styles
...
git-svn-id: svn://10.0.0.236/trunk@41309 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-27 20:37:53 +00:00
pavlov%netscape.com
947d846be6
window creation changes
...
git-svn-id: svn://10.0.0.236/trunk@41241 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-27 04:27:17 +00:00
hyatt%netscape.com
d4acb5353f
Defining the menu GUI events.
...
git-svn-id: svn://10.0.0.236/trunk@41126 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-26 09:19:18 +00:00
pavlov%netscape.com
2e66a00454
change sound interface to use an nsIFileSpec* instead of a const char*
...
git-svn-id: svn://10.0.0.236/trunk@40967 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-24 04:58:10 +00:00
pavlov%netscape.com
57484cf9c2
changing sound implimentation to support playing of local files
...
git-svn-id: svn://10.0.0.236/trunk@40820 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-23 05:15:58 +00:00
danm%netscape.com
3967f2f182
removing IsMenuBarVisible -- it was a mistake, and unused
...
git-svn-id: svn://10.0.0.236/trunk@40741 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-22 23:41:50 +00:00
blizzard%redhat.com
aa28089b71
add the xlib window interface header file to the list of exports
...
git-svn-id: svn://10.0.0.236/trunk@40529 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-21 22:16:00 +00:00
blizzard%redhat.com
bc9cc12c67
xlib window service interface. this is xlib specific but is a public interface.
...
git-svn-id: svn://10.0.0.236/trunk@40528 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-21 22:15:34 +00:00
joki%netscape.com
065c158182
Updating DOM event apis and changing behavior to properly respect capturing, bubbling, and cancellation methods.
...
git-svn-id: svn://10.0.0.236/trunk@40134 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-19 19:54:34 +00:00
rods%netscape.com
babd03ec48
changed all IIDs to use NS_DEFINE_STATIC_IID_ACCESSOR
...
git-svn-id: svn://10.0.0.236/trunk@39532 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-15 14:54:02 +00:00
sfraser%netscape.com
997d078ca7
Adding caret width and blink time to nsILookAndFeel
...
git-svn-id: svn://10.0.0.236/trunk@39411 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-14 22:16:59 +00:00
kmcclusk%netscape.com
12a07070be
fixed bugs #6303 , #6753 , #6756 , #6759
...
Re-wrote nsComboboxFrame.
removed the obsolete nsHTMLAtoms: comboText,comoTextSelected,comTextSelectedFocus,dropDownVisible,
dropdownHidden, dropDownBtnOut, dropDownBtnPressed,
Added nsHTMLAtoms::combobox, nsLayoutAtoms::popupList
Renamed dropDownList to dropDownListPseudo
Added "arrow.gif" as to be used the background-image for the combobox button
ua.css - added rules for select to differentiate between comboboxes and listboxes.
Added style rules to more closely match the XPTOOLKIT XPWidgets look.
removed the following :-moz-combobox-text, -moz-combobox-textselected
nsIFormControlFrame.h - Added SetSuggestedSize method.
nsButtonControlFrame - Implemented SetSuggestedSize.
nsCSSFrameConstructor.cpp - Rewrote ConstructSelectFrame.
nsIWidget.h -Added GetAbsoluteBounds method.
nsWindow.cpp - Implemented GetAbsoluteBounds.
git-svn-id: svn://10.0.0.236/trunk@39401 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-14 22:00:24 +00:00
norris%netscape.com
205ddb1970
Tom Pixley's code for the beginnings of DOM security, with a fix for the previous Mac link failure.
...
git-svn-id: svn://10.0.0.236/trunk@38654 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 07:50:03 +00:00
saari%netscape.com
1010bf42b3
Adding support for menu accelerators to MacOS, and the framework for Win32 and GTK
...
git-svn-id: svn://10.0.0.236/trunk@38180 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 23:27:22 +00:00
tague%netscape.com
41d9f5c67c
Added TEXTRANGE_CARETPOSITION support for Input Methods to nsIDOMTextRange and nsGUIEvents
...
git-svn-id: svn://10.0.0.236/trunk@38166 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 22:21:03 +00:00
ramiro%netscape.com
43391c2dca
Separate the widget and gfx toolkits into two variables.
...
Instead of MOZ_TOOLKIT, we now have MOZ_WIDGET_TOOLKIT and MOZ_GFX_TOOLKIT.
There is also a new configure flag, --enable-gfx-toolkit which does what its
name implies.
The configure script should continue to work as before.
git-svn-id: svn://10.0.0.236/trunk@38035 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 13:06:48 +00:00
saari%netscape.com
96242f9b51
more access key support
...
git-svn-id: svn://10.0.0.236/trunk@37933 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 02:11:10 +00:00
tague%netscape.com
ea708a16a8
Added clause and selection support for Input Methods. Fixes bug #8639 , #8459 , #6989 , #7824
...
git-svn-id: svn://10.0.0.236/trunk@37435 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-29 20:31:22 +00:00
mcmullen%netscape.com
849a70352a
Removed these useless files
...
git-svn-id: svn://10.0.0.236/trunk@36264 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-22 07:41:12 +00:00
mcmullen%netscape.com
9cdb3cc856
Removed nsIFileChooser from the build
...
git-svn-id: svn://10.0.0.236/trunk@36263 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-22 07:38:44 +00:00
mcmullen%netscape.com
5c95646d94
More.
...
git-svn-id: svn://10.0.0.236/trunk@36220 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-22 03:51:11 +00:00
mcmullen%netscape.com
25cc6d0cb2
OK, ready now
...
git-svn-id: svn://10.0.0.236/trunk@36197 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-22 02:13:45 +00:00
mcmullen%netscape.com
629fac9192
Sorry about that
...
git-svn-id: svn://10.0.0.236/trunk@36189 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-22 01:55:41 +00:00
mcmullen%netscape.com
ba253888c8
Backing this out - checked in inadvertently.
...
git-svn-id: svn://10.0.0.236/trunk@36184 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-22 01:48:05 +00:00
mcmullen%netscape.com
d18357d7cf
Backing out last change - did not intend to do this yet.
...
git-svn-id: svn://10.0.0.236/trunk@36182 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-22 01:46:38 +00:00
mcmullen%netscape.com
642b20ba30
Restored nsIFileSpecWithUI.idl
...
git-svn-id: svn://10.0.0.236/trunk@36177 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-22 01:13:45 +00:00
kmcclusk%netscape.com
44272bfdbf
Added CaptureMouse method to nsIWidget. Implemented CaptureMouse in nsWindow.cpp
...
Added a base implementation to nsBaseWidget.cpp.
git-svn-id: svn://10.0.0.236/trunk@36076 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-21 20:37:50 +00:00
sdagley%netscape.com
c44cbc1fa7
Finish landing XP Beep() functionality (bug #6911 ). Approved chofmann, reviewed saari & mcafee.
...
git-svn-id: svn://10.0.0.236/trunk@35744 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-16 23:23:45 +00:00
sdagley%netscape.com
99e28f20cf
First Checked In.
...
git-svn-id: svn://10.0.0.236/trunk@35623 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-16 03:02:41 +00:00
bruce%cybersight.com
3bed02e2d0
Interface classes really do need to define |GetIID()|. 5 of these files are just being switched over to the macro. The others were all lacking |GetIID()| implementations.
...
git-svn-id: svn://10.0.0.236/trunk@35126 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-14 06:16:08 +00:00
syd%netscape.com
c009860f8f
Add SetModal() widget interface to nsIWidget, and provide an implementation
...
for Gtk+. Now, when we do modal dialogs, Gtk+ calls a routine that makes the
dialog modal within Gtk+; this is in addition to the code in nsWebShellWindow
that is being invoked to support modals on the other platforms. For Gtk+, the
nsWebShellWindow code doesn't appear to be enough; in order for the event
plumbing to stay alive, we need to call into Gtk+, and unless we actually make
the dialog modal using Gtk+ mechanisms, the user can still get to the menu bar, which is not good.
git-svn-id: svn://10.0.0.236/trunk@35095 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-13 20:56:08 +00:00
mcafee%netscape.com
8c3e6bc3e6
Removing obsolete nsIDialog interface.
...
git-svn-id: svn://10.0.0.236/trunk@35064 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-13 04:00:06 +00:00
mcafee%netscape.com
ad4a86e123
Removing nsIDialog interface.
...
git-svn-id: svn://10.0.0.236/trunk@35063 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-13 03:59:10 +00:00
mcafee%netscape.com
edad965b29
Removing NS_CreateDialog(), nsDialog is obsolete.
...
git-svn-id: svn://10.0.0.236/trunk@35037 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-12 21:40:10 +00:00
ramiro%netscape.com
2cb4248bd9
Remove duplicate timer interfaces. Left over from the xpcom 2.0 landing.
...
git-svn-id: svn://10.0.0.236/trunk@34792 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-11 11:59:44 +00:00
danm%netscape.com
55cfe73afc
teach (or stub) nsWidget to show/hide and query visible state of menubars
...
git-svn-id: svn://10.0.0.236/trunk@34436 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-09 19:01:55 +00:00
hyatt%netscape.com
b3adcfe170
More oops.
...
git-svn-id: svn://10.0.0.236/trunk@34406 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-09 10:10:18 +00:00
hyatt%netscape.com
c3866c9e79
Teaching context menus about alignment.
...
git-svn-id: svn://10.0.0.236/trunk@34398 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-09 09:30:40 +00:00
joki%netscape.com
7cb2ba1a65
Fixing event coordinates to give screen based info. Also fixing direct reference to frames via their names.
...
git-svn-id: svn://10.0.0.236/trunk@34378 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-09 07:38:26 +00:00
pinkerton%netscape.com
ebc2d06273
File Removed.
...
git-svn-id: svn://10.0.0.236/trunk@34269 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-08 21:23:36 +00:00
pinkerton%netscape.com
36c6cca200
don't export imagebutton or menu button stuff, again. obsolete.
...
git-svn-id: svn://10.0.0.236/trunk@34267 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-08 21:23:18 +00:00
hyatt%netscape.com
eab839e288
Added new events for popup construction and destruction.
...
git-svn-id: svn://10.0.0.236/trunk@34176 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-08 05:08:46 +00:00
pinkerton%netscape.com
77057fe598
don't export imagebutton or menu button stuff. obsolete.
...
git-svn-id: svn://10.0.0.236/trunk@33826 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-04 22:43:19 +00:00
pinkerton%netscape.com
c43d68577a
removing imageButton and menuButton stuff. obsolete.
...
git-svn-id: svn://10.0.0.236/trunk@33821 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-04 22:36:54 +00:00
danm%netscape.com
21ed2a65fd
adding ShowMenuBar
...
git-svn-id: svn://10.0.0.236/trunk@33711 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-04 04:00:30 +00:00