mcafee%netscape.com
966f12b4d2
Improving event debugging output.
1999-06-21 21:09:33 +00:00
kmcclusk%netscape.com
9e3e78e63c
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
Dale.Stansberry%Nexwarecorp.com
ce5323d5ed
- Added more clipping smarts (for children and siblings)
1999-06-21 20:18:27 +00:00
Michael.Kedl%Nexwarecorp.com
1d8f1c84d5
Dale's fixes for apprunner redrawing so much at startup (not yet finished)
1999-06-21 20:12:19 +00:00
Jerry.Kirk%Nexwarecorp.com
1306ed722c
- Removing references to GTK that were left over from the conversion.
1999-06-21 20:02:53 +00:00
blizzard%redhat.com
081b56c799
set mBounds in the other Resize() method, too. Thanks for pointing this out, tor.
1999-06-21 14:36:53 +00:00
zuperdee%penguinpowered.com
4532d338b1
Added stubs for modal dialog stuff, along with various minor fixups to help bring the Motif port up to speed on the changes that have been occuring in the rest of Mozilla.
1999-06-21 06:49:44 +00:00
pavlov%pavlov.net
5a2cf12c9b
context menus almost work now.
1999-06-20 17:34:06 +00:00
blizzard%redhat.com
bd269d7348
implement nsWidget::Invalidate, nsWidget::Update, make resizing go
1999-06-19 20:24:32 +00:00
pierre%netscape.com
b2d4a87053
#8325 "[PP]Exiting Profile Manager and crash". r=sfraser, a=chofmann.
1999-06-19 02:33:23 +00:00
ramiro%netscape.com
421574f5c2
Fix for bug 8237 (Prefs need to save when apprunner quits) and bug 8106
...
(Calling 'exit' while closing the top level window (causing the whole
app to quit).
Should let the profile manager work as advertised on unix.
Reviewed by law and mcmullen.
1999-06-19 00:30:11 +00:00
saari%netscape.com
387c60eeb0
Fix for bug #8452
1999-06-18 19:28:29 +00:00
mcafee%netscape.com
fb0f5d4dbf
Removing obsolete NEW_DRAG_AND_DROP ifdef. a=chofmann
1999-06-17 23:23:11 +00:00
saari%netscape.com
d11469e740
Fixing Bug #8328 , keybinding fix
1999-06-17 01:48:22 +00:00
mcafee%netscape.com
afdfb7945c
Adding nsSound. Fixing NT bustage
1999-06-17 00:12:43 +00:00
mcafee%netscape.com
bf61f69630
Adding nsSound. Fixing linux bustage
1999-06-17 00:12:18 +00:00
sdagley%netscape.com
67dd013973
Finish landing XP Beep() functionality (bug #6911 ). Approved chofmann, reviewed saari & mcafee.
1999-06-16 23:23:45 +00:00
ramiro%netscape.com
c9ca83433e
Fix for bug 6159. Reviewed by pollmann and approved by leaf.
...
Form check boxes were out of whack by one. I removed the pathetically lame
hack i added before (which didn't work) and added a new and improved
pathetically dumb hack that really fixes the problem. Yes folks, toggle
the toggle button 3 times to work around artificial intelligence in the
gtktogglebutton widget.
1999-06-16 22:24:18 +00:00
pierre%netscape.com
e11b0e6fd6
Removed the NSPR event queue from nsMacMessagePump (and keep the one in nsToolkit).
1999-06-16 06:30:38 +00:00
pierre%netscape.com
7583cbb530
set the caret at the right location after a cut
1999-06-16 06:26:38 +00:00
pierre%netscape.com
7236e51280
Fixed a crash in HandleMenuCommand(). It could especially happen on Quit.
1999-06-16 06:22:11 +00:00
erik%netscape.com
0bd43a5cfd
Pass null terminator to converter now that Frank has fixed it.
1999-06-16 04:36:33 +00:00
erik%netscape.com
1827e4b9b4
Fix for bug 7822. Remove the code that strips the high byte off of the
...
Unicode string for menu items that have a submenu.
1999-06-16 04:13:58 +00:00
tague%netscape.com
9d778f9061
Fixed #5438 - Mac Buttons not displaying Japanese correctly.
1999-06-16 04:12:14 +00:00
syd%netscape.com
4a1027d5f7
One change: if user sets ncols, ignore installcmap. The two collide
...
(they both set thresholds) and we can assume if the user is setting
the ncols that he/she is doing some fine tune control over the more
granular control installcmap gives.
1999-06-16 03:41:52 +00:00
pierre%netscape.com
ffaaf38e7f
#8214 "[PP] Mac - Closing browser window with text field focused crashes apprunner". Removed an extra addRef in nsBaseWidget::Enumerator::CurrentItem()
1999-06-16 03:34:44 +00:00
syd%netscape.com
8185e1aa00
Support for ncols and installcmap prefs.
...
Currently, 8 bit pseudocolor visual users are going to get a private cmap
installed base on design of gdk_rgb* code design. We want the default to
really be that we share with the server default colormap; if that looks
too bad (e.g., can't get enough colors, user can set the browser.installcmap
pref to "true" to get a priviate cmap installed.
Gdk determines if to install a private cmap based on being able to allocate
a certain number of colors from the default colormap. If that fails, a
private cmap is installed. The default gdk threshold is 5 * 5 * 5. If we
see browser.installcmap == true, we set to 255 to force it. If we see
browser.installcmap == false, we set it to 0. Also added browser.ncols
pref, which allows fine-grained control of this; the user can set the
threshold value and control when gdk will use shared colormap vs. private.
1999-06-16 03:24:55 +00:00
blizzard%redhat.com
b9991312d4
xlib renders, baby.
1999-06-16 03:07:55 +00:00
sdagley%netscape.com
0172fa3eed
First Checked In.
1999-06-16 03:02:41 +00:00
pavlov%pavlov.net
b5edfd980d
initial context menu stuff.. not finished
1999-06-16 01:34:29 +00:00
pierre%netscape.com
1e060c947c
#4084 "JS events: Mac form element events"
1999-06-16 00:41:30 +00:00
pierre%netscape.com
78efb015ea
#4084 "JS events: Mac form element events"
A little cleanup in key events too
1999-06-16 00:41:02 +00:00
pierre%netscape.com
4d18680a4e
#4084 "JS events: Mac form element events"
#7100 "JS change state (enabled/checked) of html:checkbox doesn't redraw"
1999-06-16 00:40:20 +00:00
sfraser%netscape.com
fe40a3d8c3
Get rid of stuplid warnings.
1999-06-16 00:02:27 +00:00
jdunn%netscape.com
07ab321db5
When ORing enums, it must be done in the domain of the enum type
1999-06-15 23:33:59 +00:00
blizzard%redhat.com
425bb8d655
fix bug where the ConfigureNotify wasn't setting the event members properly
1999-06-15 23:31:55 +00:00
pinkerton%netscape.com
eee20fe0fe
fix memory leaks (bug# 8221)
1999-06-15 23:26:32 +00:00
rods%netscape.com
1991ec7814
Changed special MULTI_MIME to be used by both classes
1999-06-15 14:26:23 +00:00
rods%netscape.com
29ddd9f521
Changed "unsigned int" to PRUint32
1999-06-15 14:25:31 +00:00
mcafee%netscape.com
6fb5a28954
nsWindows are now drag destinations.
1999-06-15 06:46:37 +00:00
mcafee%netscape.com
e462bf5121
Remove bogus commented service deletion.
1999-06-15 04:36:41 +00:00
mcafee%netscape.com
18ffd992a0
Enabling nsDragService factory creation.
1999-06-15 04:30:36 +00:00
bruce%cybersight.com
6667f00852
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
blizzard%redhat.com
75e05162ff
let mouse events flow...
1999-06-14 01:53:52 +00:00
blizzard%redhat.com
16ed3dc700
always flush the X event queue before going back into select and always process X events as long as they are available.
1999-06-14 00:48:30 +00:00
tague%netscape.com
9959454518
Fixed build bustage.
1999-06-13 21:53:27 +00:00
tague%netscape.com
7640929c5a
Turned on bug fix for #6896 : Windows editorinterprets the period key as a forward delete.
1999-06-13 21:13:12 +00:00
syd%netscape.com
cfb168188c
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
jj%netscape.com
a786691ce7
[sfraser] Really remove nsDialog.cpp. Hacking the binary doesn't work.
1999-06-13 04:55:06 +00:00
mcafee%netscape.com
93418486f2
Removing nsDialog.cpp
1999-06-13 04:24:21 +00:00
mcafee%netscape.com
d8cea81747
Removing obsolete nsIDialog interface.
1999-06-13 04:00:06 +00:00
mcafee%netscape.com
c96061c004
Removing nsIDialog interface.
1999-06-13 03:59:10 +00:00
mcafee%netscape.com
83b89d9df8
Removing nsDialog from the build.
1999-06-13 03:57:24 +00:00
mcafee%netscape.com
325cec1a51
Removing nsDialog from the build.
1999-06-13 03:41:31 +00:00
mcafee%netscape.com
13a6812db8
Removing nsDialog from the build.
1999-06-13 00:18:39 +00:00
mcafee%netscape.com
8148532c9c
Removing nsDialog from the build, cleanup.
1999-06-13 00:17:00 +00:00
mcafee%netscape.com
e1d3fbd31f
Removing nsDialog.cpp from the build.
1999-06-13 00:08:55 +00:00
mcafee%netscape.com
f3405541ba
Backing out pavlov's change to ressurect the menubar. pavlov, please test your changes before you check them in!
1999-06-13 00:06:38 +00:00
mcafee%netscape.com
920ec7a2f0
Removing NS_CreateDialog(), nsDialog is obsolete.
1999-06-12 21:40:10 +00:00
erik%netscape.com
44526f8063
Support for non-Latin-1 menus. We now convert from Unicode to the locale's
...
encoding, and use a set of default fonts in the non-Latin-1 case only.
1999-06-12 21:09:16 +00:00
mcafee%netscape.com
25dbabcfa6
Removing NS_CreateDialog(), nsDialog is obsolete. a=rickg
1999-06-12 18:57:22 +00:00
beard%netscape.com
8ac0f5dbb8
bug #6676 : fixed inconsistent use of kControlEditTextPasswordTag vs. kControlEditTextTextTag in the GetText/SetText methods.
1999-06-12 04:55:08 +00:00
pavlov%pavlov.net
c6d7a5f516
since we now have nsWindow::ShowMenuBar(), we don't need to forcefully create
...
the menubar when it is created.
1999-06-12 03:15:47 +00:00
pavlov%pavlov.net
70175e72bb
simplify nsWidget::IsVisible and a few minor indentation changes
1999-06-12 03:13:16 +00:00
pavlov%pavlov.net
67dc5437a0
rename the menubar member
1999-06-12 03:02:57 +00:00
tague%netscape.com
4b4a907e68
Conditionalized Fix for #6896 . Modified the nsMacEventHandler.cpp to generate NS_KEY_PRESS events in addition to NS_KEY_DOWN.
1999-06-12 02:29:52 +00:00
tague%netscape.com
2eac92e157
More work on #6896 . Removed a debuging printf and fixed keysym translation.
1999-06-12 02:25:27 +00:00
av%netscape.com
9cbd223094
*** empty log message ***
1999-06-11 22:48:50 +00:00
tague%netscape.com
95bea389db
More work on bug #6896
1999-06-11 20:32:09 +00:00
blizzard%redhat.com
0c31be3b7d
add workaround for lame values from layout engine. fix size of checkboxes.
1999-06-11 20:27:07 +00:00
blizzard%redhat.com
0caab9331a
remove nsDialog
1999-06-11 20:26:27 +00:00
Dale.Stansberry%Nexwarecorp.com
aa752ed6d6
- Added manual widget damage routines
1999-06-11 19:49:52 +00:00
sfraser%netscape.com
e86147afe6
This should be a pascal string.
1999-06-11 19:05:17 +00:00
ramiro%netscape.com
e87c900ed6
Remove duplicate timer interfaces. Left over from the xpcom 2.0 landing.
1999-06-11 11:59:44 +00:00
mcafee%netscape.com
66834acfb3
Removing obsolete nsDialog. a=rickg
1999-06-11 00:00:58 +00:00
mcafee%netscape.com
849b53bfec
Removing obsolete nsDialog. a=rickg
1999-06-10 23:43:25 +00:00
mcafee%netscape.com
491bffdc34
Removing obsolete nsDialog. a=rickg
1999-06-10 22:52:29 +00:00
tague%netscape.com
07100e810c
Additional work on conditionalized fiex for #7629 . Fix problems with ctrl-keys not being dispatched.
1999-06-10 21:38:05 +00:00
danm%netscape.com
53fa7aef63
implement show/hide menubar
1999-06-10 21:34:43 +00:00
Jerry.Kirk%Nexwarecorp.com
a99f242e69
-Fixes for Test12.html
1999-06-10 21:07:26 +00:00
tague%netscape.com
bc545bfc75
Additional fix for re-distpach of char+modifier key as a character, part of the conditionalized fix for #6896
1999-06-10 20:49:29 +00:00
hyatt%netscape.com
907863bd01
Popup menus animate and shag in the correct directions, baby.
1999-06-10 09:41:14 +00:00
tague%netscape.com
b89b0e70f2
Conditionalized fix for #6896 . Will only be compiled with a particular directive from my build environment
1999-06-09 22:07:53 +00:00
Jerry.Kirk%Nexwarecorp.com
3391d21e3f
- adding IsMenuBarVisible to get code to compile because nsWidget is our
...
base class not nsWindow
1999-06-09 20:55:48 +00:00
Jerry.Kirk%Nexwarecorp.com
a76bcee851
- Bug 7794 Moving $(TK_LIBS) further down in the library list
1999-06-09 19:46:31 +00:00
Jerry.Kirk%Nexwarecorp.com
d42999b327
- Adding support for Clipboard
1999-06-09 19:44:28 +00:00
Jerry.Kirk%Nexwarecorp.com
ef72765bb4
- Adding support for Clipboard under Photon
1999-06-09 19:43:53 +00:00
danm%netscape.com
677e0a8581
teach (or stub) nsWidget to show/hide and query visible state of menubars
1999-06-09 19:01:55 +00:00
ramiro%netscape.com
5c7a3057c9
Patch from Tomi Leppikangas <tomilepp@rak046.oulu.fi>.
...
Here is small patch for gtk to make it look a little better.
Size 15 gets checkboxes and radiobuttons centered nicely.
1999-06-09 12:27:38 +00:00
ramiro%netscape.com
953f1fd1e9
One last tweak to make this thing work.
1999-06-09 11:50:57 +00:00
ramiro%netscape.com
3e8c2fcd3e
Motif Ressurection. Thanks to Daniel Roberts <zuperdee@yahoo.com> for
...
doing the painful job of identifying everything that is missing and
stubbing it out.
1999-06-09 11:35:26 +00:00
hyatt%netscape.com
c12d89666a
%^&%^&%&^
1999-06-09 10:21:27 +00:00
hyatt%netscape.com
b975a0b160
Berating myself in one of my comments.
1999-06-09 10:18:32 +00:00
hyatt%netscape.com
7e26b170fa
More oops.
1999-06-09 10:10:18 +00:00
ramiro%netscape.com
b0fc5efcc9
Port to KCC.
1999-06-09 10:09:47 +00:00
hyatt%netscape.com
2254900ccd
Sigh.
1999-06-09 10:08:35 +00:00
hyatt%netscape.com
1fd0ec9f56
Context menus on windows now know about alignment.
1999-06-09 09:39:06 +00:00
hyatt%netscape.com
78ce6284aa
Teaching context menus about alignment.
1999-06-09 09:30:40 +00:00
joki%netscape.com
b63a729e33
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
ramiro%netscape.com
75afcde584
Remove cruft.
1999-06-09 03:37:05 +00:00