Commit Graph

372 Commits

Author SHA1 Message Date
pavlov%netscape.com
f69d3461a8 back out previous changes 1999-07-31 02:28:56 +00:00
pavlov%netscape.com
f60786e94f minimize/maximize/restore code 1999-07-30 23:53:17 +00:00
kmcclusk%netscape.com
f9b64e775c 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.
1999-07-27 23:26:36 +00:00
pavlov%netscape.com
6f24ee802e better comments describing the window border styles 1999-07-27 20:37:53 +00:00
pavlov%netscape.com
96b4208fe4 window creation changes 1999-07-27 04:27:17 +00:00
hyatt%netscape.com
aedcbd5d2b Defining the menu GUI events. 1999-07-26 09:19:18 +00:00
pavlov%netscape.com
061e45aeec change sound interface to use an nsIFileSpec* instead of a const char* 1999-07-24 04:58:10 +00:00
pavlov%netscape.com
35c8585197 changing sound implimentation to support playing of local files 1999-07-23 05:15:58 +00:00
danm%netscape.com
b4e60f5b6c removing IsMenuBarVisible -- it was a mistake, and unused 1999-07-22 23:41:50 +00:00
blizzard%redhat.com
eef8c52830 add the xlib window interface header file to the list of exports 1999-07-21 22:16:00 +00:00
blizzard%redhat.com
37a1d99d2a xlib window service interface. this is xlib specific but is a public interface. 1999-07-21 22:15:34 +00:00
joki%netscape.com
d752334449 Updating DOM event apis and changing behavior to properly respect capturing, bubbling, and cancellation methods. 1999-07-19 19:54:34 +00:00
rods%netscape.com
2c151c8f14 changed all IIDs to use NS_DEFINE_STATIC_IID_ACCESSOR 1999-07-15 14:54:02 +00:00
sfraser%netscape.com
fb54df165d Adding caret width and blink time to nsILookAndFeel 1999-07-14 22:16:59 +00:00
kmcclusk%netscape.com
d42e178f95 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.
1999-07-14 22:00:24 +00:00
norris%netscape.com
06317a54b3 Tom Pixley's code for the beginnings of DOM security, with a fix for the previous Mac link failure. 1999-07-07 07:50:03 +00:00
saari%netscape.com
946c29e839 Adding support for menu accelerators to MacOS, and the framework for Win32 and GTK 1999-07-02 23:27:22 +00:00
tague%netscape.com
0b7a782118 Added TEXTRANGE_CARETPOSITION support for Input Methods to nsIDOMTextRange and nsGUIEvents 1999-07-02 22:21:03 +00:00
ramiro%netscape.com
f41e67c622 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.
1999-07-02 13:06:48 +00:00
saari%netscape.com
69a0e979fa more access key support 1999-07-02 02:11:10 +00:00
tague%netscape.com
353d857fed Added clause and selection support for Input Methods. Fixes bug #8639, #8459, #6989, #7824 1999-06-29 20:31:22 +00:00
mcmullen%netscape.com
28485c78ac Removed these useless files 1999-06-22 07:41:12 +00:00
mcmullen%netscape.com
97a91923c6 Removed nsIFileChooser from the build 1999-06-22 07:38:44 +00:00
mcmullen%netscape.com
1fa3e340dc More. 1999-06-22 03:51:11 +00:00
mcmullen%netscape.com
c4bea12d98 OK, ready now 1999-06-22 02:13:45 +00:00
mcmullen%netscape.com
c8e63a8b85 Sorry about that 1999-06-22 01:55:41 +00:00
mcmullen%netscape.com
dff15aca32 Backing this out - checked in inadvertently. 1999-06-22 01:48:05 +00:00
mcmullen%netscape.com
940eebccaa Backing out last change - did not intend to do this yet. 1999-06-22 01:46:38 +00:00
mcmullen%netscape.com
72a9c7e766 Restored nsIFileSpecWithUI.idl 1999-06-22 01:13:45 +00:00
kmcclusk%netscape.com
177135dd5a Added CaptureMouse method to nsIWidget. Implemented CaptureMouse in nsWindow.cpp
Added a base implementation to nsBaseWidget.cpp.
1999-06-21 20:37:50 +00:00
sdagley%netscape.com
a3f562aed1 Finish landing XP Beep() functionality (bug #6911). Approved chofmann, reviewed saari & mcafee. 1999-06-16 23:23:45 +00:00
sdagley%netscape.com
6bdf7701c6 First Checked In. 1999-06-16 03:02:41 +00:00
bruce%cybersight.com
1e47eb8696 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. 1999-06-14 06:16:08 +00:00
syd%netscape.com
8e3da9f573 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.
1999-06-13 20:56:08 +00:00
mcafee%netscape.com
b94dc94eaa Removing obsolete nsIDialog interface. 1999-06-13 04:00:06 +00:00
mcafee%netscape.com
1422f5676c Removing nsIDialog interface. 1999-06-13 03:59:10 +00:00
mcafee%netscape.com
bf19d795c2 Removing NS_CreateDialog(), nsDialog is obsolete. 1999-06-12 21:40:10 +00:00
ramiro%netscape.com
d52f179440 Remove duplicate timer interfaces. Left over from the xpcom 2.0 landing. 1999-06-11 11:59:44 +00:00
danm%netscape.com
63d352e236 teach (or stub) nsWidget to show/hide and query visible state of menubars 1999-06-09 19:01:55 +00:00
hyatt%netscape.com
575f8cf27f More oops. 1999-06-09 10:10:18 +00:00
hyatt%netscape.com
707d2781a4 Teaching context menus about alignment. 1999-06-09 09:30:40 +00:00
joki%netscape.com
25aab9fee5 Fixing event coordinates to give screen based info. Also fixing direct reference to frames via their names. 1999-06-09 07:38:26 +00:00
pinkerton%netscape.com
3b1d98eb67 File Removed. 1999-06-08 21:23:36 +00:00
pinkerton%netscape.com
166761c24f don't export imagebutton or menu button stuff, again. obsolete. 1999-06-08 21:23:18 +00:00
hyatt%netscape.com
b520345abb Added new events for popup construction and destruction. 1999-06-08 05:08:46 +00:00
pinkerton%netscape.com
05679fe166 don't export imagebutton or menu button stuff. obsolete. 1999-06-04 22:43:19 +00:00
pinkerton%netscape.com
b5666ab255 removing imageButton and menuButton stuff. obsolete. 1999-06-04 22:36:54 +00:00
danm%netscape.com
ca940ca440 adding ShowMenuBar 1999-06-04 04:00:30 +00:00
warren%netscape.com
2f48fd7da7 Added nsIFileChooser to break dependency on nsFileSpec internals. 1999-06-03 21:51:02 +00:00
waterson%netscape.com
bd60dc35e4 Fix XPIDL_MODULE typos. 1999-06-03 20:06:49 +00:00