Граф коммитов

5001 Коммитов

Автор SHA1 Сообщение Дата
sfraser%netscape.com e1bcd5593e Fix for bug 157837 -- fix a problem with click-hold scrolling in scrollbars that caused the slightest mouse move to stop the scrolling; patch fixes a coordinate issue that made us think we'd left the widget. r=pinkerton, sr=bryner, a=asa. 2002-08-02 00:51:08 +00:00
aaronl%netscape.com 17e7f506d1 Bug 160188. Accessibility: In Windows, use Control ID for a window to indicate whether the window is content or UI. r=saari,blythe, sr=hewitt 2002-08-01 23:12:38 +00:00
cbiesinger%web.de 908075cf21 bug 95348 patch by sergei_d@fi.tartu.ee r=timeless a=asa
[FIX]BEOS - nsListBox does not display scroll bars properly, and has a poor repaint
2002-08-01 22:31:42 +00:00
bolian.yin%sun.com 918d46c5c0 mozilla(gtk2) coredump on Solaris. Bug 140698, patch by jeff.qiu@sun.com, r=blizzard.
Note: This patch is for gtk2, not included in the default build.
2002-07-31 08:25:57 +00:00
yokoyama%netscape.com 61b107c025 Bug 9449
Fixing linker error on MOZ_UNICODE
/r=shanjian, /sr=kin, /a=asa
2002-07-29 21:44:53 +00:00
cbiesinger%web.de 03048e398a bug 155702 patch by sergei_d@fi.tartu.ee r=arougthopher@lizardland.net a=asa
nsWindowBeOS::QuitRequested always issues CLOSEWONDOW event
2002-07-26 22:09:54 +00:00
cbiesinger%web.de 16ada4f375 bug 71343 patch by sergei_d@fi.tartu.ee r=arougthopher@lizardland.net a=asa
[BEOS] Windows are not brought to front when requested
2002-07-26 22:05:04 +00:00
bryner%netscape.com 4b3d91ac47 Fix focus crasher resulting from the window's firstResponder pointing to a deleted NSView. Bug 159291, r/sr=hyatt. Not part of the build. 2002-07-25 21:31:51 +00:00
timeless%mac.com 6d6418ca82 Bug 157348 no AltGr recognised
patch by sergei_d@fi.tartu.ee r=timeless sr=blizzard (ports code) a=asa
2002-07-25 19:59:54 +00:00
kyle.yuan%sun.com 065a7f302d Not part of build.
Bug 157298 make install does not work in mozilla/widget/src/gtk2/mai
r=kyle
Thanks for mpeseng@tin.it's fix
2002-07-22 06:58:28 +00:00
kyle.yuan%sun.com 1ae34ac7d6 Not part of build.
Bug 153298 Translate nsIAccessible events to ATK events
r=kyle
Thanks for John Sun (john.sun@sun.com)'s fix
2002-07-22 06:57:08 +00:00
bryner%netscape.com f909572ef9 Enable full-screen mode for unix. Bug 126685, r=blizzard, sr=sfraser, a=asa. 2002-07-19 00:43:00 +00:00
arougthopher%lizardland.net 436ad35887 Bug#155404
File names generated in File Save As menu are incorrect in BeOS.

r=arougthopher
a=scc
2002-07-18 12:09:09 +00:00
seawood%netscape.com 7924fa60a6 Remove DARWIN define from osx builds as it cripples the feature set provided by OSX headers.
Bug #154232 r=wtc sr=scc a=scc
2002-07-18 04:09:30 +00:00
nhotta%netscape.com b8942aa688 Restore my previous changes with mach-o build fix,
bug 108029, r=pinkerton, sr=sfraser, a=asa.
2002-07-17 23:05:30 +00:00
mkaply%us.ibm.com fe36b23a22 #157383
r=pedemont, sr=blizzard, a=asa
OS/2 only - truncate title bar text to 256 to workaround OS bug
2002-07-17 05:36:04 +00:00
nhotta%netscape.com c100b503d1 Back out my last changes for the mach-o build problem. 2002-07-17 00:38:33 +00:00
bryner%netscape.com ad4f0e6a9f Implement nsIWidget::HideWindowChrome() for gtk (bug 157371). r=blizzard, sr=jag, a=asa. 2002-07-16 22:49:33 +00:00
nhotta%netscape.com 0a2fdfb410 Changed charset conversions for clipboard, D&D,
* copy from Mozilla, added fallback to try non system default scripts
* copy to Mozilla, check 'styl' and if available use that script instead of
using the system's default
bug 108029, r=pinkerton, sr=sfraser, a=asa.
2002-07-16 19:38:08 +00:00
sdagley%netscape.com bd6f9094a2 Fix #143543 - Work around Nav Services 1.0 flaw so Save File dialogs works on Mac OS 8.6. r/sr=sfraser, a=asa 2002-07-16 01:39:39 +00:00
nhotta%netscape.com 0005dfaeba Changed to return a result code for conversions so the caller can try fallback,
also changed convert from Unicode to try keyscript in addition to the system default,
bug 108029, r=pinkerton, sr=sfraser, a=asa.
2002-07-15 23:01:17 +00:00
nhotta%netscape.com 31fdd3606d Adding new files for utitily functions to convert between native script and Unicode,
bug 108029, r=pinkerton, sr=sfraser, a=asa.
2002-07-15 22:57:35 +00:00
mkaply%us.ibm.com 2b69b45218 #67913
r=pedemont, sr=blizzard (platform specific code)
OS/2 only - don't let Mozilla windows cover up the Warpcenter
2002-07-09 22:59:52 +00:00
mkaply%us.ibm.com c89ebf5e36 #52458
r=pedemont, sr=blizzard (platform specific code)
OS/2 only - add a preference to enable trackpoint scrolling by creating invisible scrollbars on all windows
2002-07-09 22:54:34 +00:00
bryner%netscape.com 10aaf0218e Bug 121772 - implement NS_THEMECHANGED for gtk. Also includes some cleanup of unused functions and member variables. r=akkana, sr=blizzard. 2002-07-09 04:08:37 +00:00
jay.yan%sun.com f8c6b60893 bug 151107 bug 151114 bug 151139 Support nsIAccessibleHyperlink, nsIAccessibleHyperText, nsIAccessibleValue in MAI(mozilla ATK Implmentation) patch=bolian.yin, r=aaronl, sr=jst, this checkin is not part of default build 2002-07-09 03:18:40 +00:00
jay.yan%sun.com 73cec07a29 bug 151107, bug 151114, bug 151139, Support nsIAccessibleHyperLink, nsIAccessibleHyperText,nsIAccessibleValue for MAI(Mozilla ATK Implementation), this is in order to remove files, I uploaded files with wrong newline format. remove them first, will checkin new files with good format soon, this operation does not intefere with default build. 2002-07-08 11:07:03 +00:00
bryner%netscape.com bbdcbcc7d5 Add the ability to filter on applications to nsIFilePicker (bug 97321). r=law, sr=blake. 2002-07-07 07:21:45 +00:00
jay.yan%sun.com de1ca5b93f bug 151139, support nsIAccessibleValue in MAI (Mozilla ATK Implementation), patch=silvia.zhao, r=aaronl, this is for mozilla accessibility on unix, not a part of default build. 2002-07-05 03:50:56 +00:00
jay.yan%sun.com 5353ba169d bug 151107, Support nsIAccessibleHyperText in MAI(Mozilla ATK Implementation) patch=bolian.yin, r=arronl, sr=jst. this patch is for mozilla accessibility on unix, not a part of default build. 2002-07-05 03:44:40 +00:00
jay.yan%sun.com 907b492161 bug 121262, gtk2 needs to have constrain position hooked up, patch=jeff.qiu, r=blizzard. this is a gtk2 related bug, not a part of default build. 2002-07-05 03:23:59 +00:00
mkaply%us.ibm.com 28225f9e75 #127741
r=saari, sr=blizzard, a=chofmann
OS/2 only - 82534 fix for OS/2
2002-07-03 22:13:00 +00:00
aaronl%netscape.com e1f297e5b8 Bug 132489. Caret still blinking when entering menus. r=bryner, sr=hewitt. Bug 154704. No accessibility events fired as menus exit. r=jgaunt, sr=jag. Bug 154721. Active accessibility: No accessible focus events fired for documents. r=kyle, sr=jst 2002-07-03 16:38:15 +00:00
jaggernaut%netscape.com 6506f1c138 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 265a4f64a5 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 6d31746b07 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 2de3127472 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 99911d6ad7 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 49a8f28b22 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 c24ad2f77d 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 4d424ae9e5 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 862260c226 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 8de3f9d501 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 8cc10c787c 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 40946ed769 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 e7a3278567 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 1663290991 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 e634b069e0 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 0a9305d411 No bug - fix scrollbar regressions caused by remove of nsCanvas 2002-06-25 19:46:21 +00:00
jay.yan%sun.com 573d4953e6 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 1678cfe94f 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 554e2174a3 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 793f7a1f8e Mai is fixed. Not part of the build. 2002-06-24 14:35:43 +00:00
jay.yan%sun.com 86282e8b32 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 94f7bdc0e4 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 7dc372ce38 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 adb4386ede 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 29686c1eb6 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 4e14de2d74 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 569a638b30 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 d3d6f9b613 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 21c737e8b5 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 e4d093f197 #70141
r=timeless, sr=jag
Windows - map + on numpad to + character
2002-06-19 03:33:12 +00:00
seawood%netscape.com 1016cf5c89 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 70148fa039 Check hidden attribute when creating separators. r=saari/sr=sfraser. bug#151693 2002-06-18 20:54:41 +00:00
arougthopher%lizardland.net e3282d6ad0 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
seawood%netscape.com ff1348e700 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 222994e0b9 #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 24fe218c1e #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 c61a26b5bb 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 7ee6208a9b 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 33317e6bea 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 9cd4db9449 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 b363246f6f fix pref to turn off cg metrics. bug 149427, r=ccarlen/sr=hyatt 2002-06-14 17:50:24 +00:00
rods%netscape.com dfb25d5c34 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 0575d55721 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 39154632b7 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 de7988ed15 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 5fdacceb4e 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 e147e5a8f2 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 e84214b3aa 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 9e4ddda3e8 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
cbiesinger%web.de 6197948cc3 bug 115473 r=pavlov sr=brendan
Remove timer priorities
2002-06-11 20:47:04 +00:00
bryner%netscape.com d46117f8d6 Don't have any rules prior to including rules.mk, or just typing "make" in this directory won't work correctly. Not part of the build. 2002-06-11 20:35:22 +00:00
bryner%netscape.com 64fdfa2e89 Fix handling of the widget resources file by creating a data-fork resource file that lives in the application directory (bug 146895). r=ccarlen, sr=beard, a=asa for mach-o-only changes. 2002-06-09 00:05:37 +00:00
yokoyama%netscape.com e4b3c43869 Backing out my change. Need drivers approval..... 2002-06-07 21:53:19 +00:00
yokoyama%netscape.com cbe26f9ea6 Bug 149171 and 146844
IME input processing
Only impact Simplified Chinese Windows.
/r=shanjian, /sr=brendan
2002-06-07 21:44:08 +00:00
dcone%netscape.com 3320be8473 b=116042 r=rods sr=waterson a=asa. Fixed a null pointer situation on a mac call. This may fix alot of mac problems when
native widgets are not available. (ie printing)
2002-06-07 13:42:45 +00:00
mkaply%us.ibm.com f14e85966f #147929
r=jkobal, sr=blizzard
OS/2 only - handle special case of WM_QUIT so don't stop the OS from shutting down
2002-06-06 22:12:33 +00:00
pinkerton%netscape.com c6a435b357 turn on quartz rendering if 10.1.5 is present. bug 149427, r=sdagley/sr=hyatt 2002-06-06 19:48:15 +00:00
sdagley%netscape.com 13e18c8cbc Fix #149133 - crash when scrolling a tab created by 'Open Link in New Tab' due to not having a valid focused widget when the page finishes loading. r=pinkerton, sr=beard 2002-06-06 04:08:19 +00:00
kmcclusk%netscape.com 2d6ba0cfd1 Dispatch (WIN32 only) and handle a new cross platform message NS_SYSCOLORCHANGE. bug 143174. r=rods sr=roc 2002-06-04 17:47:54 +00:00
jay.yan%sun.com 1c1f9808a0 bug 121266 gtk2 needs window raising. patch=jeff, r=jay, sr=blizzard 2002-06-04 11:02:26 +00:00
bryner%netscape.com 9207d0c758 Make this symbol static to avoid clashes in a static build. Not part of the build. 2002-06-03 09:34:50 +00:00
bryner%netscape.com ffe4d94b25 More static build fixing (from sfraser's rev 1.19 of widget/src/mac/Makefile.in). 2002-06-03 09:17:13 +00:00
bryner%netscape.com 828a7be953 Make the module name agree with the Makefile so that static builds work. Not part of the build. 2002-06-03 09:02:31 +00:00
mkaply%us.ibm.com cfb78070c6 #146252
r=mkaply, sr=blizzard
OS/2 only - Print Preview cleanup
2002-05-31 18:48:25 +00:00
mkaply%us.ibm.com 70771ac6b0 #148123
r=pedemont, sr=blizzard
OS/2 only - don't write an extra NULL char to URL objects
2002-05-30 21:34:33 +00:00
pinkerton%netscape.com 0da783b894 fix problem where resizing window would cause jiggling. the workaround we put in for os9 seems to no longer be needed and gives osx fits. patch from lws@mac.com. r=pink/rs=blake. bug#86740 2002-05-29 14:46:23 +00:00
bryner%netscape.com 3a8236303a Ignore generated makefiles. 2002-05-27 02:07:35 +00:00
yokoyama%netscape.com 5a521c4334 bug 141513
IME candidate window is displayed in wrong position
Patch is to impact only in Windows XP
with MS PinYing IME and NeiMa IME
/r=shanjian, /sr=brendan
2002-05-23 22:03:49 +00:00
blizzard%redhat.com ecebfe116d Bug #121248. Clipboard support for gtk2. Not part of the default build. 2002-05-21 22:47:56 +00:00
rjc%netscape.com c17fe954e4 Fix bug # 144337: According to TechNote 2051, on Mac OS X we should be able to short-circuit QuickDraw's implicit LockPortBits() on every QD call by stratetic usage of ::LockPortBits() and ::UnlockPortBits(). Gives a few % points improvement on window drawing/updates. r=sdagley sr=ben 2002-05-21 01:25:57 +00:00
aaronl%netscape.com 8ea282058e Bug 130969. Active accessibility: fix MSAA focus events. r=bryner, saari. sr=jst 2002-05-17 04:04:24 +00:00
blizzard%redhat.com 1ade89afa2 Fix gtk2 build bustage. Not part of the build. 2002-05-16 16:21:00 +00:00
brade%netscape.com cfd916fc27 fix build bustage 2002-05-16 14:06:58 +00:00
mkaply%us.ibm.com 9b7f35f54a OS/2 bustage 2002-05-15 23:14:20 +00:00
dougt%netscape.com 67bcd1cf0e fixing bustage 2002-05-15 22:54:08 +00:00
dougt%netscape.com e96df2ad1b Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2002-05-15 18:55:21 +00:00
mkaply%us.ibm.com c1f17a81b9 Remove invalid comment so file matches branch 2002-05-14 04:05:18 +00:00
seawood%netscape.com a396a857ff Conditionally check for -lSM & -lICE if -lXt test fails.
Use XT_LIBS variable for -lXt and its dependencies.
Link XT_LIBS in static xlib builds.
Use same modulename for xlib module in Makefile as the code uses.
Bug #126163 & Bug #144182 r=bryner
2002-05-14 04:04:23 +00:00
blizzard%redhat.com 3f83cb33da Bug #143993. gtk2 does not compile with --disable-accessibility. Not part of the build. 2002-05-14 00:11:03 +00:00
blizzard%redhat.com 9279317e5a Bug #143991. nsWidgetFactory.cpp does not compile without IBMBIDI. Not part of the build. 2002-05-14 00:07:12 +00:00
mkaply%us.ibm.com 742f6638a3 #144275
r=pedemonte, sr=blizzard
OS/2 only - use button 2 for drag
2002-05-13 22:02:45 +00:00
pete.zha%sun.com 608529eb7f bug 109217:Active Accessibility: implement support for <tree>
r=aaronl, sr=jst
Check in for Kyle Yuan(kyle.yuan@sun.com)'s fix
Check in other files.
2002-05-13 07:19:43 +00:00
blizzard%redhat.com f5d6b583a2 Bug #121255. Hook up gtk2 to xremote. r=cls on the configure.in change 2002-05-12 21:03:17 +00:00
blizzard%redhat.com dd7dcbbdb7 Unbuilt support files for remote helping 2002-05-12 06:48:19 +00:00
jgaunt%netscape.com 6666e38848 bug 124448 Accessibility Support for Object/Embed tags
r=aaronl
sr=jst
2002-05-10 22:34:53 +00:00
blizzard%redhat.com f970cc07b0 Bug #140767. Menus don't open when hovered while another menu is open. Don't drop motion events when there's a rollup listener and the event isn't over a popup window. r=rjesup,sr=shaver 2002-05-10 01:53:13 +00:00
katakai%japan.sun.com f7a54c08f5 bug 142873
Can't turn on IM after a popup window opens
Call SetFocus() of XIC again to the current focused widget
r=blizzard,sr=shaver,a=asa(for1.0branch)
2002-05-10 01:11:24 +00:00
aaronl%netscape.com ddf317a29f Bug 136696. Active Accessibility: support get_accKeyboardShortcut(). r=jgaunt, sr=jst 2002-05-08 20:43:49 +00:00
aaronl%netscape.com 2721955af8 Bug 135481. Active Accessibility: need method to scroll view to make specified IAccessible visible. r=jgaunt, sr=jst 2002-05-08 20:28:39 +00:00
shanjian%netscape.com 0c8c5fdc3b #140983 [regression]SC IME doesn't work properly and JA IME works wrong
If windows code page is 936 (simplified chinese), check IME's support of
unicode using GetProperty.
p=yokoyama, r=shanjian, sr=kin
check in for roy by shanjian
2002-05-08 20:24:55 +00:00
aaronl%netscape.com 542ba4868b Bug 135482. Active Accessibility: need EVENT_OBJECT_SCROLLINGEND to tell where screen has scrolled to. r=jgaunt, sr=jst. 2002-05-08 20:21:03 +00:00
jay.yan%sun.com f493d77c89 bug #135395 Add framework code for mozilla accessibility on Linux,
r=jay.yan@sun.com, sr=blizzard@mozilla.org, author is bolian.yin@sun.com.
this part is for files of gtk2 directory.
2002-05-08 07:42:34 +00:00
jay.yan%sun.com 4b112264b3 bug #135395 Add framework code for mozilla accessibility on Linux,
r=jay.yan@sun.com, sr=blizzard@mozilla.org, author is bolian.yin@sun.com.
this part is for new files of mai directory.
2002-05-08 07:38:13 +00:00
darin%netscape.com 782a6b53fc fixes OS/2 bustage 2002-05-08 02:16:43 +00:00
darin%netscape.com f43dfb75ba fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
pinkerton%netscape.com 28ae57bd62 Make CF_HTML a different flavor and return it to editor w/out any
modification. Bulletproof the data we get from the OS by always null
terminating it. r=brade/sr=kin bug# 69566.
2002-05-07 19:45:58 +00:00
alexsavulov%netscape.com 76e726509e fix for bug 134437 - syncronous focus event causes reflow reentrancy
resulting in a crash on WIN32. fixed trough WM_SETFOCUS deferral
sr= waterson r=kmccklusk
2002-05-03 18:52:04 +00:00
pinkerton%netscape.com ad40e64a17 Fix data length issues with CF_HTML. It's utf8, so don't treat it like
unicode when computing the length. r=brade/sr=kin, bug 69566.
2002-05-03 14:19:11 +00:00
mkaply%us.ibm.com b6a6cd1329 #141676
r=pedemonte, sr=blizzard
OS/2 only - don't add the hidden window to the task list
2002-05-02 21:26:09 +00:00
bryner%netscape.com dd8c7e1b78 Make sure to set a cursor for our popup windows, since GTK doesn't do this automatically for us (and we don't want it to always inherit the root window cursor). Bug 133387, r=pavlov, sr=blizzard. 2002-05-01 22:41:45 +00:00
pinkerton%netscape.com c8ea4e9252 remove portions of smfr's last scrolling optimization. the OffsetRgn calls seem un-necessary and caused problems with redrawing outliners and scrolling while windows overlapped the scrolled widget. r=sdagley/sr=beard. bug# 141249 2002-05-01 22:23:46 +00:00
pinkerton%netscape.com 7488fe6984 Support pasting of CF_HTML flavor. r=brade/sr=alecf. bug#69566 2002-05-01 21:58:38 +00:00
tor%cs.brown.edu 0685ca316e Bug 53597: gamma correction backout. r=dbaron, sr=brendan 2002-04-30 23:15:52 +00:00
tor%cs.brown.edu 8293d090c9 Bug 22337: -install option to install private colormap. r=pavlov, sr=brendan 2002-04-30 22:34:34 +00:00
blizzard%redhat.com 728bdccfd4 Bug #141239. Remove tabs from code and clean up indenting in the c files. Not part of the build. 2002-04-30 19:29:00 +00:00
blizzard%redhat.com 00258abb76 Bug #121259. gtk2 needs to have maximize/minimize WM hints hooked up. Not part of the build. 2002-04-30 19:03:12 +00:00
mkaply%us.ibm.com 5b0c373fe0 #140538
r=pedemont, sr=blizzard
OS/2 only - fix some edge cases where file dialog didn't appear, general cleanup
2002-04-29 22:38:03 +00:00
mkaply%us.ibm.com ecdf9d6bdb Hope to fix OS/2 bustage 2002-04-29 22:37:08 +00:00
sdagley%netscape.com 7fef4f6eae Fix mach-o bustage introduced with last checkin - NS_TruncNodeName is implemented in nsLocalFileMac which currently isn't part of the mach-o build. 2002-04-29 15:49:49 +00:00
locka%iol.ie 91507facc0 Stop crash in mousewheel code when wheel is rolled over another Gecko app window (e.g. mfcEmbed). b=137213 r=bryner@netscape.com alecf@netscape.com 2002-04-29 14:50:58 +00:00
sdagley%netscape.com c760410529 Fix #139360 - Don't silently fail when file name from FilePicker >31 characters. Do a mid-trunc until we can switch to HFS+ APIs. r=ccarlen,pinkerton sr=scc 2002-04-29 06:22:55 +00:00
mkaply%us.ibm.com d486aa1928 Extra bracket 2002-04-28 02:17:58 +00:00
blizzard%redhat.com b5b499bac6 Use a common style for all of these files, add comments at the top to enforce that style and remove all the tabs in these files. Not part of the build. 2002-04-27 16:26:10 +00:00
mkaply%us.ibm.com b337d6aba2 OS/2 bustage - did I do this right? 2002-04-27 16:16:23 +00:00
mkaply%us.ibm.com 1ed1113b9c Beos bustage - somehow forgot to check this in 2002-04-27 15:36:21 +00:00
mkaply%us.ibm.com 14a991be9a Misspelling 2002-04-27 14:37:42 +00:00
mkaply%us.ibm.com 68817d295d OS/2 bustage 2002-04-27 13:57:05 +00:00
blizzard%redhat.com 158939a897 Bug #129591. nsWindow::Enabled is a no-op on GTK. Also fixes bug #65521. linux modal dialogs should only freeze parent window (not all windows.) This code is a big cleanup of the event dispatching code, too. r=bryner,sr=jst 2002-04-27 13:50:21 +00:00
hyatt%netscape.com 28bac39b77 NPOB. Fix a boolean. Cocoa. 2002-04-27 09:43:44 +00:00
pete.zha%sun.com 6db1eec58b bug 139726:Duplicate variable definition broken compilers other than gcc
r=pete.zha@sun.com sr=jag
Check in for Jay Yan(jay.yan@sun.com)'s fix
2002-04-27 09:41:46 +00:00
darin%netscape.com 1b1677bbe9 fixes bug 129279 "nsIFile unicode/utf8/ascii task"
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
hyatt%netscape.com c2d1f5a407 Optimize plugin views to be opaque, since they don't need to draw. Check in all the plugin code for cocoa widgets. 2002-04-27 00:19:49 +00:00
pinkerton%netscape.com a71652bbb0 don't pass drags to anything that's one of our views, but not a ChildView
(ie, scrollbars).
2002-04-26 20:24:02 +00:00
blizzard%redhat.com 3d2fb8aa76 Changes related to getting embedding working. Not part of the build. 2002-04-26 17:52:08 +00:00
pinkerton%netscape.com a7cd9c9add Can now drop items onto ChildView and they are correctly processed by gecko. Not part of build. 2002-04-25 22:40:00 +00:00
mkaply%us.ibm.com f12726c0dd #139852
r=mkaply, sr=blizzard, a=roc+moz
OS/2 only - from Javier Pedemonte - implement ConstrainPosition
2002-04-25 21:03:12 +00:00
seawood%netscape.com ce9e9903a5 Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
Changes:
* Added EXTRA_COMPONENTS variable to build.  Use it to automagically install files into the components dir.
* Added SYSINSTALL variable.  Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template

The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
           /bin/mozilla-config
           /include/mozilla-ver/*
           /lib/mozilla-ver  (mozappdir)
                            /components
                            /res
                            /defaults
                            /chrome

There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.

$prefix -> /lib/mre/mre-ver  (mredir)
                            /components
2002-04-25 02:52:44 +00:00
blizzard%redhat.com edc01c418f Bug #81779. Mozilla crashes if you higlight and repeatedly drag text. Return if the source data items aren't available. r=rjesup,sr=shaver 2002-04-24 19:11:59 +00:00
mkaply%us.ibm.com 7ac8b0c864 #139219
r=pedemont, sr=blizzard
OS/2 only - handle zorder event
2002-04-24 04:15:37 +00:00
mkaply%us.ibm.com 3aa0c43ce4 #138728
r=pedemont, sr=blizzard
OS/2 only - convert filter names to platform specific charset
2002-04-24 04:13:38 +00:00
hyatt%netscape.com 19f892c754 Lowering Cocoa mouse wheel num lines. NPOB. 2002-04-24 00:52:38 +00:00
pinkerton%netscape.com 46cb7f97ed add first stage of dragging images. advertise os-native image format to other applications. r=ccarlen/sr=alecf. bug# 138049 2002-04-23 14:24:48 +00:00
pinkerton%netscape.com 2aff66e04f infrastructure to handle dragdrop. Not part of build 2002-04-23 03:55:19 +00:00
hyatt%netscape.com 27c9ffc765 Cocoa scrollbar tweak. NPOB. 2002-04-21 10:04:42 +00:00
hyatt%netscape.com 6631e1a0ef I so did not mean to check this in. NPOB anyway. Going now to wash my mouth out with soap. 2002-04-20 23:28:10 +00:00
hyatt%netscape.com 50a364430c Stop scrollbar crash. Cocoa. NPOB. 2002-04-20 01:30:20 +00:00
hyatt%netscape.com a532e65bdd Enable API for obtaining the real window from a hidden enclosing view. Cocoa. NPOB. 2002-04-19 23:58:36 +00:00
seawood%netscape.com d42b1b1fd4 Add make -j support to win32 gmake builds.
Bug #132848 r=bryner
2002-04-19 02:42:28 +00:00
chak%netscape.com 5790a9067f Fix for #135226 - 256 color palettes should be selected as background palettes
(Checking in patch for saari)
r=blythe, sr=waterson, a=adt for checkin to trunk
2002-04-16 20:54:23 +00:00
sfraser%netscape.com e5868c3545 Fix for bug 127362 -- incremental scrolling gets slower and slower. Make sure that we shift window->visRgn to the correct coordinates before doing region math, and ensure that HandleUpdateEvent() leaves the port in the way that it found it. r=pinkerton, sr=beard. 2002-04-16 19:53:30 +00:00
seawood%netscape.com 96a7947790 Add nsIMacTextInputEventSink to XPIDLSRCS.
Fixing OSX mach-o tinderbox bustage.
2002-04-16 03:54:11 +00:00
ftang%netscape.com dad74e5259 fix bug 110726. r=ccarlen sr=sfraser a=asa . implement nsIMacTextInputEventSink on nsMacWindow so embdding application can send in Input Method events. 2002-04-15 23:47:05 +00:00
ftang%netscape.com 57182c0730 fix 110726. add new idl for mac embedding r=ccarlen sr=sfraser a=asa 2002-04-15 23:45:27 +00:00
mkaply%us.ibm.com 540f085c74 #59403
r=pedemont, sr=blizzard, a=asa
OS/2 only - beginning of drag/drop
2002-04-15 22:56:31 +00:00
jay.yan%sun.com c32a6b1e24 bug 135663: On Solaris, physical F11 and F12 keys do not map to VK_F11 and VK_F12 keycodes
r=akk, sr=chris blizzard
2002-04-15 03:05:24 +00:00
dbaron%fas.harvard.edu ba6f59719d Relanding pavlov's changes for bug 129953, in pieces. 2002-04-14 03:37:42 +00:00
tor%cs.brown.edu c5d399ffb4 Bug 53597 - consistent gamma correction. r=dbaron, sr=brendan 2002-04-13 10:03:59 +00:00
hyatt%netscape.com 21ba234fac Context menu code tweaking. NPOB. Cocoa only. 2002-04-12 09:39:59 +00:00
hyatt%netscape.com 77a983ae89 Context menu code tweaking. NPOB. Cocoa only. 2002-04-12 09:22:37 +00:00
rjc%netscape.com 88ecf74572 Fix bug # 132493: Mac OS X multiple sheets issue. r=pink sr=ben a=asa 2002-04-11 23:06:00 +00:00
brade%netscape.com ee14174c18 backout changes by pavlov (bug 136677) r=cathleen 2002-04-11 18:50:42 +00:00
pinkerton%netscape.com 63ca4d0d52 clean up checking for a golden child menu. don't delete a golden child menu when setting the hidden attribute. that would be bad. r=saari/sr=sfraser/a=asa. bug# 136460 2002-04-11 14:22:52 +00:00
pavlov%netscape.com 3a549502ef re-landing 129953 2002-04-11 07:55:53 +00:00
pavlov%netscape.com 180ada0b21 backing out changes for 129953... 2002-04-11 05:38:55 +00:00
dbaron%fas.harvard.edu 324f543007 Fix up and enable hierarchical :hover and remove the hacks that made :hover work for anchors without it. Pass mask rather than pseudo-class to ContentStatesChanged notifications. Optimize event state changes in the style system by passing state mask to HasStateDependentStyle and using it in HasStateDependentStyle implementations. b=5693 r=bryner, joki sr=hyatt 2002-04-11 03:49:30 +00:00
mkaply%us.ibm.com 02b7d36a77 #136622
r=pedemont, sr=blizzard, a=asa
OS/2 only - rewrite cursor code - support crosshair
2002-04-10 22:55:38 +00:00
pavlov%netscape.com 781ff3a1ca bug 129953 r=rjesup sr=rpotts 2002-04-10 04:41:23 +00:00
danm%netscape.com fc5998a88a reverting rev 3.409. this re-opens bug 120155 but fixes bug 134317 and bug 135528. snif. 2002-04-10 04:31:23 +00:00
pinkerton%netscape.com 65014bc270 more native scrollbar fixes and cleanup. horizontal scrollbars now work
correctly. adjusted scrollwheel code to not obscure cursor on scrollwheel.
Not part of build.
2002-04-09 14:18:19 +00:00
pinkerton%netscape.com b1103b7d30 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
mkaply%us.ibm.com 78538d1305 #133716
r=pedemont, sr=blizzard, a=asa
OS/2 only - add missing breaks - I was sure I checked this in
2002-04-09 13:56:32 +00:00
pinkerton%netscape.com 6a17d814c1 correctly compute offset to widget. r=ccarlen/sr=hyatt/a=asa. bug#135698 2002-04-08 13:58:50 +00:00
rjc%netscape.com 2def3bbaa1 Back out my fix (on Friday evening) for bug # 132493 - Mac OS X multiple sheets issue - due to weird regression in Mail certain mail dialogs. 2002-04-08 05:46:35 +00:00
hyatt%netscape.com 715f0250bc Big cocoa scrolling perf improvement when iframes are on the page. NPOB. 2002-04-06 19:50:30 +00:00
rjc%netscape.com 39168e574b Fix bug # 132493: Mac OS X sheets issue. r=pinkerton sr=ben a=asa 2002-04-06 02:50:30 +00:00
briane%qnx.com 9de47f2838 PHOTON BUILD only
Removed an errant printf
2002-04-05 15:24:37 +00:00
briane%qnx.com 192d39ee70 PHOTON BUILD only
Removal of some printfs and fixes for rendering issues and the Clipboard implementation.
Also fixes a problem with scrolling lists sometimes causing a crash.
2002-04-05 15:15:59 +00:00
mkaply%us.ibm.com de15a57177 #135467
r=pedemont, sr=blizzard, a=asa
OS/2 only - fix for IME crash
2002-04-05 03:44:09 +00:00
akkana%netscape.com 2f55f5c65e 57262: Support the "Stop" key on Sun keyboads.
61355: key bindings don't work when Caps Lock is on.
Fixes from Jay Yan, Jay.Yan@sun.com, r=akkana, sr=jag, a=asa
2002-04-05 03:37:18 +00:00
pinkerton%netscape.com b607ddcbb0 Get native scrollbars scrolling again. Use a protocol for shared interfaces needed by views in our widget hierarchy. Not part of build. 2002-04-04 21:35:20 +00:00
pinkerton%netscape.com 8aedae33ec the gfx scrollframe sets curpos long before maxpos when going back on a page. this means we cannot keep the check that verifies curpos <= maxpos. r=ccarlen/sr=brendan/a=asa. bug# 134782 2002-04-04 14:50:39 +00:00
pinkerton%netscape.com 657c8be018 Fix native scrollbars from crashing with stubbing out mouseMove. Not part of build. 2002-04-03 21:33:18 +00:00
mkaply%us.ibm.com 34caa8db07 #133824
r=pedemont, sr=blizzard, a=asa
OS/2 only - Add support for system sounds
2002-04-03 15:00:50 +00:00
pinkerton%netscape.com d39db61958 First stab at getting native scrollbars via xbl working with chimera. Not part of the build. 2002-04-02 23:01:05 +00:00
pinkerton%netscape.com 97f759eb87 fix outliner and scrollwheels on os9. we needed to keep track of the mouse position ourselves because GetCursor() was tainted by the driver code to return the wrong cursor position. r=ccarlen/sr=scc/a=roz bug# 134674 2002-04-02 22:04:30 +00:00
kin%netscape.com e72b4237b7 Fix for bug #134690 (GPF in MFCEmbed when using Shift F10 Shortcut key)
Modified DispatchMouseEvent() to release event.widget with NS_IF_RELEASE()
just in case DispatchWindowEvent() triggers the context menu key code in
nsEventListenerManager::HandleEvent() which releases and nulls out the
widget pointer.

r=pinkerton@netscape.com  sr=attinasi@netscape.com
adt_a=putterman@netscape.com  a=asa@mozilla.org
2002-04-02 21:08:29 +00:00
seawood%netscape.com 4e6c9470e4 Put files in appropriate SRCS lists even though same compiler is used for each.
win32 gmake build only
2002-04-02 09:28:55 +00:00
pinkerton%netscape.com 58e3231179 fix case for UFS volume. bug 133190, r=sdagley/sr=blake/a=asa 2002-04-01 22:24:04 +00:00
pinkerton%netscape.com 8dc8f7a248 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
pinkerton%netscape.com c969729006 updates and cleanup to match other native scrollbar class. r=sdagley/sr=beard/a=valeski. bug# 121440 2002-03-31 18:34:07 +00:00
pinkerton%netscape.com 6e2f357142 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
katakai%japan.sun.com c14c0f6860 bug 133211
Mozilla gtk embeded XIM bug - Candidate list window flushes to disappear
check mHasFocus before calling xic->ResetIC().
r=ftang,sr=blizzard,a=asa
2002-03-31 15:12:05 +00:00
mkaply%us.ibm.com 507de13431 #133881
r=pedemont, sr=blizzard, a=asa
OS/2 only - get fullscreen mode working
2002-03-31 04:38:11 +00:00
danm%netscape.com 05239f9588 tie popup widgets to their parent browser window (really, stop not tying them) so the OS won't try to activate them when the browser is minimized. bug 120155 r=hyatt,kmcclusk a=asa 2002-03-28 21:25:21 +00:00
ccarlen%netscape.com 6db7e907e4 Bug 105445 - Difficult to process PLEvents without either latency or CPU hogging. r=pink/sr=sfraser/a=asa 2002-03-27 07:16:12 +00:00
sfraser%netscape.com 5af41e80f5 Fix Mach-O static build. Bug 127186. r=cls, sr=scc, a=dbaron 2002-03-27 03:15:58 +00:00
sdagley%netscape.com 26f2413fc2 Fix #133319 - Passing NULL for clientData parameter for NavServices dialogs not a good idea since it's supposed to be self. r=bnesse, a=smoketestblocker 2002-03-25 20:49:06 +00:00
sdagley%netscape.com fd9b975b80 Fix #132467 - Now that the Mac PutFile dialogs support a format menu allow pre-selecting the menu item. r=ccarlen,sr=sfraser,a=scc 2002-03-25 01:15:42 +00:00
sfraser%netscape.com 4b55c7806d Fix for bug 115698 -- crashes when sounds are playing and a window is closed. Create QuickTime movies using a permanent, singleton GWorld port, rather than using the current port, to ensure that they always have a valid port. Also fix some loop logic, and a problem where a time was not cancelled because base and derived classes erroneously duplicated some member variables. r=pinkerton, sr=beard/scc, a=scc 2002-03-24 20:22:25 +00:00
dbaron%fas.harvard.edu 95771efc1f 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
jaggernaut%netscape.com 15d4eec3ee Bug 126897: OSF 4.0d needs '#define explicit Explicit' before X11/XKBlib.h (fix OSF 4.0d bustage), patch by tilps@hotmail.com, r=jdunn, sr=jag, a=asa 2002-03-23 20:22:51 +00:00
ftang%netscape.com bea149fb5d fix bug 129789
r=yokoyama, sr=kin a=asa
fix simplified chinese input method which follow the caret position to
show candidate window.
2002-03-22 23:09:01 +00:00
mkaply%us.ibm.com d417e5c2f5 #1131461
r=cls, a=asa
Remove unused widget/src/os2/res directory
2002-03-21 23:29:11 +00:00
bryner%netscape.com 3c8efc7daa Fixing bustage from darin's checkin. Not part of the build. 2002-03-21 08:50:45 +00:00
dean_tessman%hotmail.com 6574d321f5 bug 130206 - crash using jsd
added a null check to nsDragService::GetNumDropItems on windows
r=rginda, pink  sr=jag  a=asa
2002-03-21 02:50:59 +00:00
akkana%netscape.com e2fb3cd37d 43433: Enable meta modifier in gtk event handler. Fix from jay.yan@sun.com, r=akkana, brade, sr=blizzard, a=asa 2002-03-21 02:39:12 +00:00
darin%netscape.com 819ce1f98f b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa 2002-03-20 22:50:33 +00:00
sfraser%netscape.com 4a8c4a75fb Fix for bug 130753 -- avoid ugly page-flash when going Back to a scrolled page by not redrawing widgets which have a hidden parent. r=pinkerton, sr=hyatt, a=scc 2002-03-20 01:37:02 +00:00
bryner%netscape.com eb4bd250d6 Bug 81727 - implement Shift+F10 to bring up context menu on linux. Patch from Gilbert.Fang@sun.com, r=bryner, sr=blizzard, a=asa. 2002-03-20 01:28:48 +00:00
alecf%netscape.com ecdb77e394 a further nsString api reduction: remove the last case-insensitive PRUnichar*-to-PRUnichar* comparisons, moving to new API, and remove old methods from nsString. r=dougt, sr=jag a=scc 2002-03-19 06:46:56 +00:00
timeless%mac.com fc883176bf Bug 106386 rid source of misspellings
r=db48x sr=blake a=asa
2002-03-19 04:30:17 +00:00
yokoyama%netscape.com 81cc6fc318 Bug 125573
Call IME-W APIs instead of IME-A APIs to prevent moz
from crashing only in
Win2K-Chinese Simplified and WinXP-Chinese Simplified

/r=shanjian, /sr=brendan, /a=asa
2002-03-18 23:29:39 +00:00
mkaply%us.ibm.com 57bd1ec104 approver was actually dbaron for that last checkin 2002-03-18 02:09:35 +00:00
mkaply%us.ibm.com b26cd9e48b #70045
r=pedemont, sr=blizzard, a=asa
OS/2 only - detect OS/2 mouse scroll
2002-03-18 02:08:44 +00:00
cbiesinger%web.de 52619e16af bug 131297 r=akkana sr=blizzard a=dbaron
nsWindow::SetTitle() leaks |platformText|
2002-03-17 09:53:22 +00:00
danm%netscape.com 6a32c83ffd remove redundant zoomwindow and switch to user state on resize. 125711 r=pinkerton,scc a=asa 2002-03-16 02:25:18 +00:00
danm%netscape.com 4319c44f5f stop reentrant window zooming and switch to user state after sizing. bug 125711 r=pinkerton,scc a=asa 2002-03-16 02:24:13 +00:00
hyatt%netscape.com b10500328f Better version. NPOB. 2002-03-15 19:02:54 +00:00
hyatt%netscape.com 540247291f Disable popups in Cocoa completely. They need work. NPOB. 2002-03-15 18:46:39 +00:00
blizzard%redhat.com a7e7918e50 Get this code building and linking again after the Enable changes and the -symbolic changes. 2002-03-15 05:08:44 +00:00
sdagley%netscape.com 37bf67c8b4 Fix #116774 - when in background Moz shouldn't directly test mouse button state to decide if it needs to process events (was causing Moz to peg CPU when mouse was down and it was in background). r=ccarlen,pinkerton,sr=sfraser,a=asa 2002-03-15 03:33:10 +00:00
sdagley%netscape.com 088c530c1b Fix #107521 - support Format popup menu in Mac PutFile dialogs. r=pinkerton,ccarlen,sr=scc,a=asa 2002-03-15 03:24:50 +00:00
serge%netscape.com 3670f86144 fix for #101974 acrobat plugin resize problem, r=pavlov, sr=blizzard,a=asa 2002-03-15 02:37:18 +00:00
mkaply%us.ibm.com 639e11abed OS/2 only - mistake in checkin for 70045 - forgot to initialize/persist mSelectedType 2002-03-14 14:16:24 +00:00
mkaply%us.ibm.com 78c044a5b3 #70045
r=pedemont, sr=blizzard, a=asa
OS/2 only - fix for filters on OS/2 - we weren't honoring the user selection
2002-03-14 04:15:39 +00:00
rjc%netscape.com b0f8999c3d Fix bug # 130218: Mac OS X: support resizable sheets. r=pink sr=sfraser a=asa 2002-03-14 01:13:52 +00:00
katakai%japan.sun.com 37fd88f9b2 bug 126123
FreeWnn: BS after ECS key causes Mozilla hangs
Check mIMECompUnicode->Length() before doing mIMECompUnicode->Cut()
r=ftang,sr=alecf,a=asa
2002-03-13 05:41:28 +00:00
arougthopher%lizardland.net da504ca360 Fix for Bug#129964
regxpcom fails due to app_server interaction

regxpcom and the other utility functions to not create a BApplication.  The beos widget component was creating some static BCursors that were invoked when trying to be loaded by regxpcom, which caused it to fail.  The cursors are now created dynamically.

r=cls
a=asa
2002-03-13 01:09:29 +00:00
mkaply%us.ibm.com 9b63ff27a1 #129716
r=pedemont, sr=blizzard, a=roc+moz
OS/2 only - Initialize titlebars to a blank rather than 0
2002-03-12 15:04:03 +00:00
hyatt%netscape.com c6d040006e Fix refPoint event field values to be correct. Cocoa. NPOB. 2002-03-11 23:31:39 +00:00
hyatt%netscape.com 7411671039 Fix chimera's crash on shutdown problem. This is caused by popups being over-released because of a close message. NPOB 2002-03-11 02:56:59 +00:00
hyatt%netscape.com b2f653b8a4 General cleanup of cocoa widget code. NPOB 2002-03-11 02:39:45 +00:00
hyatt%netscape.com 64e73480ea Fix mouseDragged events so that capture works. NPOB. 2002-03-10 03:48:55 +00:00
hyatt%netscape.com 32e653d172 Make sure right mouse down gets fired into Gecko from the cocoa widget code. NPOB. 2002-03-10 02:04:21 +00:00
hyatt%netscape.com 71a3280b6a Make the middle mouse button events go into Gecko from cocoa. NPOB. 2002-03-09 23:09:34 +00:00
hyatt%netscape.com 39f6e709a2 Make the context menu event fire into Gecko successfully. NPOB. 2002-03-09 22:58:13 +00:00
hyatt%netscape.com 22ae747e9d Add support for dispatching of focus events got/lost focus stuff. NPOB. 2002-03-09 22:43:04 +00:00
blizzard%redhat.com 57b9b0d355 Bug #121011. Rewrite the gtk event handler. Specificially, mouse up is missed by the mozilla code when used in embedding when the event doesn't take place over the mozilla window area. r=bryner,sr=shaver,a=asa 2002-03-09 17:14:23 +00:00
arougthopher%lizardland.net c10724672a Fix for Bug#129599
Breakage of BeOS build due to checkin for fix of bug#124042

change
#include nsIFileChannel.h
to
#include nsIFileURL.h

r=cls
a=asa
2002-03-08 22:43:15 +00:00
bryner%netscape.com ec00895936 - Implement the :checked CSS pseudoclass which maps to the "selected" property on option elements.
- Eliminate the _moz-option-selected attribute; move the actual selected state into the option content node.
- Change all users of _moz-option-selected to use :checked.
- Add a third parameter to nsIDocument[Observer]::ContentStatesChanged to indicate which pseudoclass changed, this is used for optimizing handling of :checked state changes.

Bug 128947, r=dbaron, sr=jst, a=asa.
2002-03-07 03:34:29 +00:00
hyatt%netscape.com f87c4a1286 Impl horizontal scroll invalidation properly in cocoa. NPOB. 2002-03-07 03:15:21 +00:00
bryner%netscape.com 1269d62d8f Fixing cocoa widget bustage. Not part of the build. a=shaver. 2002-03-07 01:41:51 +00:00
beard%netscape.com f5d4c3d22b [NPOB] fix bustage. 2002-03-07 01:21:24 +00:00
dbaron%fas.harvard.edu 316207a7f5 Really fix the bustage (hopefully). b=124042 2002-03-06 15:58:35 +00:00
dbaron%fas.harvard.edu 404337c01b Fix OS/2 bustage from darin's checkin. b=124042 2002-03-06 15:56:23 +00:00
darin%netscape.com 9543a42ec1 fixes widget/src/os2 bustage 2002-03-06 11:02:30 +00:00
darin%netscape.com 026dda9f95 fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
brade%netscape.com 398aee257e bug 124393; r=pink, sr=sfraser, a=asa; convert from ns_vk* to nsIDOMKeyEvent constants, use VK_HELP instead of VK_insert, tab cleanup 2002-03-05 14:00:13 +00:00
ducarroz%netscape.com 35d4b4fddc Fix for bug 109081. IsEnable/GetEnable should return true by default and not false. That will avoid the regression 128659 caused by my previous checking for 109081. R=bryner, SR=blizzard, A=blizzard 2002-03-04 22:50:11 +00:00
bryner%netscape.com d0c092e76d One last .cvsignore fixup. a=leaf. 2002-03-01 00:22:07 +00:00
danm%netscape.com 1c56c6a5e7 basic implementation of new method nsIWidget::IsEnabled. bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:34:51 +00:00
danm%netscape.com d576d041b2 filter mousedown and drag events depending on target window's enabled state. bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:27:20 +00:00
danm%netscape.com 3a6f6d1855 implement new method nsIWidget::IsEnabled and gut ModalEventFilter. bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:16:16 +00:00
danm%netscape.com e5b342dd32 basic implementation of new method nsIWidget::IsEnabled. b ug 126786 r=hyatt,rginda a=asa 2002-02-28 23:10:04 +00:00
bryner%netscape.com c94ed06de4 Adding missing .cvsignore files. a=leaf. 2002-02-27 23:53:14 +00:00
dp%netscape.com 0961b44d14 bug 127092 Fine tuning heap dump output to detect regions and
uncommitted free
2002-02-27 22:36:08 +00:00
rjc%netscape.com 33c5ddd832 Fix bug # 127763: on Mac OS X, sheets shouldn't deactivate their parent window's frame. r=pink sr=sfraser a=roc+moz 2002-02-27 21:40:32 +00:00
pinkerton%netscape.com abc1c583a2 fix scrollwheel issues for os9. we can't rely on the mouse location from GetMouse() because of os hackery w/in the mouse drivers. just fake the mouse position local to the widget we're using. r=brade/sr=sfraser/a=shaver. 2002-02-27 14:57:48 +00:00
dp%netscape.com 71df6835db bug 127092 heap dumps for accurate heap measurement on MOZ_HeapDump
message r=blythe, sr=brendan, a=shaver
2002-02-27 02:18:12 +00:00
danm%netscape.com ebc5549698 patch some leaks of the widget object and stop the forever flashing titlebar problem. bugs 99140,116074 code=ere@atp.fi r=hyatt,me a=asa 2002-02-27 01:30:40 +00:00
hyatt%netscape.com cf8642b915 Always use 0 0 as the mouse wheel coords. It's way faster and doesn't bog you down with stupid getframeforpoint calcs. Not part of build. 2002-02-26 00:42:32 +00:00
hyatt%netscape.com 5415250597 Obscure the cursor during wheel scrolling. 2002-02-24 02:56:07 +00:00
hyatt%netscape.com f75b9dd3f7 Increase the # of scroll ines on mouse wheel to match IE. COcoa not part of build. 2002-02-22 09:22:56 +00:00
hyatt%netscape.com 0606afc10b Implement key events in cocoa. Rough, but works. Not part of build. 2002-02-22 08:48:25 +00:00
hyatt%netscape.com 1b2d1e091e Implement key events in cocoa. Rough, but works. Not part of build. 2002-02-22 08:44:16 +00:00
hyatt%netscape.com 088fe72b5c Make cocoa support mouse moves. Yay. Not part of build. 2002-02-22 01:58:21 +00:00
bzbarsky%mit.edu 7e9411b463 Correctly set X display on plugins. Bug 116924, patch by Sergi
<sep@sparc.spb.su>, r=serge, sr=beard, a=roc+moz
2002-02-22 00:28:44 +00:00
pinkerton%netscape.com 99c427f69f fix scrollwheel issues. make sure we reset origin before calling GlobalToLocal() and xlate local mouse coord into widget-relative coords for gecko. r=bryner/sr=sfraser/a=shaver. bug#125570 2002-02-21 23:09:13 +00:00
hyatt%netscape.com 2febacbd29 Make sure port state is properly saved and restored. Not part of build. 2002-02-21 20:17:51 +00:00
hyatt%netscape.com 151d546b55 Fix the rendering context leak on painting in Cocoa. Not part of build. 2002-02-21 02:24:18 +00:00
jst%netscape.com 8fd2822bf1 Checking in Boris Zbarsky's <bzbarsky@mit.edu> fix for bug 117269. Making mozilla not invent silly file extensions when saving files. r=law@netscape.com, rs=jaggernaut@netscape.com, jst@netscape.com 2002-02-20 07:50:52 +00:00
seawood%netscape.com 309ddcb648 Updating REQUIRES.
Fixing win32 gmake tinderbox bustage
2002-02-20 07:18:05 +00:00
seawood%netscape.com 4b18d1d72d Adding missing file to win32 gmake build.
Fixing tinderbox bustage
2002-02-20 05:59:02 +00:00
rjc%netscape.com d0cbf839c8 Fix bug # 125158: force focus on Mac OS X sheets. code from saari, r=bryner sr=hyatt 2002-02-20 05:42:24 +00:00
arougthopher%lizardland.net b32265c725 Fix for Bug#125898
Fix for "tearing" of page while scrolling

r=mozilla@switkin.com
2002-02-20 05:34:02 +00:00
hewitt%netscape.com 86dce2f6d1 whoops, didn't intend to check this in 2002-02-20 03:53:33 +00:00
hewitt%netscape.com 2e2dac20fe 68136 - Mozilla should have a Full-screen mode, r=ben, sr=jst/jag 2002-02-20 03:33:52 +00:00