Commit Graph

5382 Commits

Author SHA1 Message Date
jaggernaut%netscape.com
599f2bcf42 Bug 153834: crash when changing Window's windows colors (e.g. Win XP theme change); Patch by Adam Lock <adamlock@netscape.com>, r=saari, sr=jag 2002-07-03 04:03:20 +00:00
kyle.yuan%sun.com
14b58f2d9f Bug 154729 replace C-style casts with C++ static casts in MAI code
r=kyle, sr=jst
Checkin for Bolian Yin's (bolian.yin@sun.com) fix.
2002-07-03 01:22:34 +00:00
yokoyama%netscape.com
b798267dfd Bug 9449
Unicode API conversion for Windows Platforms
#ifdef MOZ_UNICODE'ed for now.
No impact unless environment variable
MOZ_UNICODE is defined.
/r=shanjian;/sr=kin
2002-07-03 00:55:47 +00:00
pinkerton%netscape.com
96ddce9b05 turn on CG metrics for quartz rendering if 10.1.5 is present. bug 149427, r=ccarlen/rs=hyatt 2002-07-02 20:28:43 +00:00
ere%atp.fi
5eb0e6c6af Fix for bug 152280, avoid flashing title bar of a foreground window when a
dialog is displayed on Windows. r=dean_tessman@hotmail.com,
sr=jaggernaut@netscape.com
2002-06-29 12:31:15 +00:00
yokoyama%netscape.com
3b27b6a732 bug 153470
Need to process WM_CHAR with (wParam > 0xff)
for CJK characters.
/r=shanjian; /sr=kin
2002-06-28 00:08:26 +00:00
jay.yan%sun.com
3fc6b7d11f bug 151136 support nsIAccessibleSelection in MAI, patch=silvia, r=aaronl, this patch is not a part of the default build. 2002-06-27 08:26:39 +00:00
jay.yan%sun.com
8312d4054a bug 151134 support nsIAccessibleEditableText in MAI, patch=bolian,r=aaronl, this patch is not a part of default build. 2002-06-27 08:22:53 +00:00
jay.yan%sun.com
1c519d71c8 bug 151133, support nsIAccessibleText in MAI, patch=bolian, r=aaronl, this patch is not a part of default build. 2002-06-27 08:20:27 +00:00
jay.yan%sun.com
c60d739ba9 bug 151111 support nsIAccessibleTable in MAI, patch=bolian, r=aaronl, this patch is not a part of default build 2002-06-27 08:18:06 +00:00
jay.yan%sun.com
f540ef3123 bug 151108 support nsIAccessibleAction in MAI, patch=bolian, r=aaronl, not a part of default build 2002-06-27 08:14:45 +00:00
blizzard%redhat.com
3de4689a0d Bug #154348. Clipboard hangs when pasting to another application. Don't double free a string. Not part of the build. 2002-06-26 20:26:21 +00:00
kyle.yuan%sun.com
86de4913f7 Bug 152786 The framework of new event interface between nsIAccessible and ATK
forgot to check in this file.
2002-06-26 03:33:16 +00:00
arougthopher%lizardland.net
29b0cfc640 Bug#152097
"Windows" key not handled

isMeta was always false on keyboard events.  we can now use the "windows" key

r=serget@fi.tartu.ee
2002-06-26 01:31:06 +00:00
aaronl%netscape.com
2d5ce67f73 Bug 153196. Active Accessibility: support MSAA caret object and events. r=kyle, sr=kin 2002-06-25 22:54:23 +00:00
mkaply%us.ibm.com
b689f3d57c No bug - fix scrollbar regressions caused by remove of nsCanvas 2002-06-25 19:46:21 +00:00
jay.yan%sun.com
88674e9ed4 bug 153805, Gtk2 double buffer makes carets misbehave in mozilla(gtk2) patch=robin.lu, r=blizzard, this part is not part of default build. 2002-06-25 07:07:18 +00:00
kyle.yuan%sun.com
fbfec1dc1c Bug 152786 The framework of new event interface between nsIAccessible and ATK
r=aaronl, sr=jst
2002-06-25 05:04:17 +00:00
yokoyama%netscape.com
fd9426a3fb Bug 153470
Use IsDBCSLeadByteEx() instead of IsDBCSLeadByte()
to allow specifying the current IME code point.
IME input method improvement
/r=shanjian;/sr=kin
2002-06-24 22:49:25 +00:00
blizzard%redhat.com
2576f017cb Mai is fixed. Not part of the build. 2002-06-24 14:35:43 +00:00
jay.yan%sun.com
1baf72152b bug 145864, Implementation of Basic Object interface for MAI patch=bolian missing modification of nsMaiHook.h Not part of default build 2002-06-24 03:05:39 +00:00
blizzard%redhat.com
2e2ae2d884 Bug #122429. Use packed bitfields in nsWindow class. Patch from Brian Tarricone <bjt23@cornell.edu>. Not part of the default build. 2002-06-23 23:35:19 +00:00
blizzard%redhat.com
17c0c57f3c Turn off MAI until it builds again. Not part of the default build. 2002-06-23 23:33:53 +00:00
jay.yan%sun.com
c3a0190660 bug 145864 Implementation of Basic Object Interface for MAI patch=bolian.yin r=aaronl sr=jst this change is not included in default build. 2002-06-22 04:52:38 +00:00
saari%netscape.com
b8de96a1d8 win32 only fix for 82534. focus goes wonky after minimizing a window. r=bryner, sr=jag 2002-06-20 04:55:13 +00:00
serge%netscape.com
52eb6f7538 fix for #85958 Shockwave/Flash pages cause crash under Solaris [x-server/bit-depth], patch by sep@sparc.spb.su,r=serge,sr=blizzard 2002-06-20 01:50:54 +00:00
yokoyama%netscape.com
885e45303a 146844
Adding IME text input handling
for special cases (punctuation, period chars)
/r=shanjian;/sr=kin
2002-06-19 23:56:28 +00:00
seawood%netscape.com
1cf2762705 Add generated header file to generated list so that files don't sit in the srcdir and mask bustage caused by a missing include path.
Not exactly fallout from bug #141834 but it's going in anyway.
2002-06-19 22:17:27 +00:00
mkaply%us.ibm.com
da89a319dd Back out the extra crap code I added with 147702 - just fix the bug, don't try anything fancy 2002-06-19 21:22:22 +00:00
mkaply%us.ibm.com
e791f87a0b #70141
r=timeless, sr=jag
Windows - map + on numpad to + character
2002-06-19 03:33:12 +00:00
seawood%netscape.com
ba59803131 Yet another fix for the srcdir race problem. We'll just remove the srcdir copies whenever we regenerate the files.
Fallout from bug 141834
2002-06-19 01:31:47 +00:00
pinkerton%netscape.com
a4a78fca61 Check hidden attribute when creating separators. r=saari/sr=sfraser. bug#151693 2002-06-18 20:54:41 +00:00
arougthopher%lizardland.net
44fc502eda Bug#126843
Occasionally unable to get Focus set to URL bar and other text fields

fixed an ASSERTION when run with DEBUG enabled

r=serget@fi.tartu.ee
2002-06-18 04:11:07 +00:00
mkaply%us.ibm.com
47b2a3cd20 #128127
r=peterl, sr=beard
Add framework for plugin and java windowtypes
2002-06-17 22:52:48 +00:00
seawood%netscape.com
a1cd8f96db Fix srcdir copy race condition by explicitly doing a cmp between the srcfile and the target.
Fixing tinderbox bustage.
2002-06-17 21:39:35 +00:00
mkaply%us.ibm.com
c2e045538d #150735
r=jeffreyj@us.ibm.com, sr=blizzard
OS/2 only - remove unnecessary class nsCanvas
2002-06-17 21:06:09 +00:00
mkaply%us.ibm.com
22eb59e7a5 #147702
r=jeffreyj@us.ibm.com, sr=blizzard
OS/2 only - rewrite window proc to better handle things happening during deletion
2002-06-17 20:54:08 +00:00
seawood%netscape.com
6de5b59159 Fixing win32 gmake builds lack of debugging information problem by working around a combination MSVC & cygwin make deficiencies:
* We must use the full path to the source file when calling MSVC so that debugging information shows up in the object files.
* Because of cygwin's use of /cygdrive when using full paths, we must use a cygwin-wrapper script in some cases to allow native win32 programs to use a fully qualified cygwin path.
* We have to call configure using the full path so that $(srcdir) contains the
full path in the Makefiles. The rules have been changed for win32 so that it
always use $(srcdir)/$*.{c,cpp} as the sourcefile name even when the file is in
the cwd.  This works around both the /cygdrive issue and the msvc's path info
optimization.
* We still use the wrapper when calling rc.exe & nsinstall.  nsinstall
frequently takes multiple args and is called all over the tree so changing each
calling site is going to be expensive.	(I'll have to check  the logs again but
I think the rc wrapping can go.)
* nspr & ldap still use the wrappers for all native win32 progs.  Neither nspr
nor ldap uses the acoutput-fast.pl script to speed up the substitution of
@srcdir@ into their Makefiles so, makefile substitution will break if we use
dos-paths.
* In the handful of directories where we copy srcfiles from another directory
in lieu of using VPATHs, we have to now copy those files to $(srcdir) so that
the default rules can find them.
Bug #141834 r=leaf,wtc,dmose,mcs
2002-06-17 17:09:57 +00:00
arougthopher%lizardland.net
6c958352ab Bug#149332
Mozilla doesn't save its windows position when closed.

adds an implementation of GetScreemBounds, and registers frame movements, so they are saved and used when reopenning the window.

r=serget@fi.tartu.ee
2002-06-16 02:58:49 +00:00
arougthopher%lizardland.net
bb0c636a2c Bug#152085
nsSound not being registered as a component under BeOS

The nsSound component was not being registerred, causing ChatZilla to not work properly.

r=serget@fi.tartu.ee
2002-06-16 02:51:27 +00:00
arougthopher%lizardland.net
06abdde379 Bug#126843
Occasionally unable to get Focues set to URL bar and other widgets

fixes a long standing focus issue under the BeOS port

r=arougthopher
2002-06-15 23:31:00 +00:00
pinkerton%netscape.com
14ed261e2d fix pref to turn off cg metrics. bug 149427, r=ccarlen/sr=hyatt 2002-06-14 17:50:24 +00:00
rods%netscape.com
1fda50c412 Add an interface to nsDataObjectCollection so we can QI to check to make sure
it is one of our objects before doing the static cast.
Bug 106211 r=pink sr=jst
2002-06-14 11:28:13 +00:00
jay.yan%sun.com
6f36ed0e15 bug 137106 need to move changes to nsPlatformToDOMKeyCOde into gtk2,r=akk,sr=blizard 2002-06-14 03:37:25 +00:00
pinkerton%netscape.com
73448466ed turn on CG metrics for quartz rendering if 10.1.5 is present. bug 149427, r=ccarlen/sr=hyatt 2002-06-13 14:39:42 +00:00
brade%netscape.com
5c664810c4 fix for handling control-backspace on Windows (submitted by bernie5412@hotmail.com (Bernie McGuire)); bug 105122; r=yokoyama, brade, sr=roc+moz 2002-06-12 14:25:02 +00:00
roc+%cs.cmu.edu
3cd559ba29 Bug 124685. Change damage propagation algorithm to traverse the widget tree instead of the view tree; speeds up certain testcases. r=kmcclusk,rs=waterson 2002-06-12 03:22:35 +00:00
yokoyama%netscape.com
0815789c7a Bug 149397 Can't enter "?" and "!" using MSPY on WinXP-SC
This is to process special IME input.
/r=shanjian;/sr=brendan
2002-06-11 22:59:54 +00:00
yokoyama%netscape.com
41937130c9 Bug 149171 and 146844
IME input processing in Widget
Impact only on Windows platform.
/r=shanjian, /sr=brendan
2002-06-11 22:20:39 +00:00
beard%netscape.com
081d8bfdd3 Convert Cocoa key events to Mac Event records. This gets typing in plugins working. NPOB from the CHIMERA branch. 2002-06-11 22:13:03 +00:00