bryner%netscape.com
5e23c253ba
Don't reuse the key event struct between the key down and key press events (bug 124990). r=dbaron, sr=blizzard.
2002-10-03 01:24:39 +00:00
bryner%netscape.com
027278d4b3
Don't reuse the key event struct between the key down and key press events (bug 124990). Patch by joki@netscape.com, r=bzbarsky, sr=jst.
2002-10-03 00:47:11 +00:00
sdagley%netscape.com
c00b36fa16
Fix #172018 - Q&D enabling of file picker for mach-o build. r=bryner,rs=darin
2002-10-02 03:31:38 +00:00
sdagley%netscape.com
47f7cd9a84
Re-landing #169667 - use LaunchServices APIs instead of InternetConfig APIs when appropriate (fixed mach-o and Mac Classic build issues from 1st landing try). r=ccarlen,sr=sfraser
2002-10-01 05:27:15 +00:00
dean_tessman%hotmail.com
c430ee7f36
bug 143130 - ALT or F10 keys do not select menu items in MfcEmbed
...
If there's a native Windows menu bar, pass the keypress through to Windows.
r=aaronl@netscape.com , sr=alecf@netscape.com
2002-10-01 04:38:28 +00:00
kmcclusk%netscape.com
8b47e32e0b
improve user interactivity during long page loads by doing better detection of user-input and interrupting the parser more frequently. Also moved the WIN32 specific logic for determining when the user is moving a top-level window from plevent.c to the widget module. b=165039 r=rods@netscape.com sr=kin@netscape.com
2002-10-01 03:04:22 +00:00
shanjian%netscape.com
e50d8139ee
#36975 Moving caret in convert mode using mouse
...
Mouse event support for IME is added in this patch.
r=yokoyama, sr=blizzard
2002-10-01 02:47:41 +00:00
sdagley%netscape.com
0794551cb6
Landing #152231 on trunk mach-o build - move nsInternetConfig into uriloader. Original patch by ccarlen, r=sdagley, sr=darin
2002-10-01 01:00:09 +00:00
pkw%us.ibm.com
d27676f0f8
Fix Bug 98892 - Null plugin crash on AIX with Java plugin installed.
...
Link with -lXm before -lXt on AIX, use $XT_LIBS instead of hardcoding
-lXt in Makefiles.
r=cls
2002-09-30 22:18:27 +00:00
mkaply%us.ibm.com
cb1be3e88c
#171180
...
Os/2 only - fix regression in window positioning
2002-09-29 13:17:09 +00:00
bolian.yin%sun.com
fe14e9cee5
Bug159306,How to activate accessibility feature on linux and other unix platform
...
r=blizzard. This is NOT for default build
2002-09-29 04:51:21 +00:00
kmcclusk%netscape.com
dc7ad7db7f
backing out changes to convert Mozilla to a Unicode app for bug 104934. r=yokoyama@netscape.com sr=kin@netscape.com
2002-09-28 15:52:35 +00:00
kmcclusk%netscape.com
c61e77feea
On WIN32, process pending PL_Events and paints after mouse and keyboard events to eliminate starvation of reflow and paints bug 163528 r=rods@netscape.com sr=kin@netscape.com
2002-09-28 15:04:47 +00:00
pinkerton%netscape.com
7d3747c55a
make sure we keep everything in the range of [0, mMaxValue] in UpdateContentPosition(). r=bryner/sr=sfraser (bug 153574)
2002-09-27 19:05:41 +00:00
mkaply%us.ibm.com
afa91aed6b
#170638
...
Fix OS/2 only regression caused by 168463
2002-09-27 11:58:08 +00:00
darin%netscape.com
52c6607e73
backing out sdagley's patch for bug 169667 to clear up mac build bustage.
2002-09-27 04:35:33 +00:00
blizzard%redhat.com
8c54a89c7f
Bug #121260 . Fix build problems with gtk2 with the current tip and load libesd.so.0 before libesd.so. r=robin.lu@sun.com Not part of the default build.
2002-09-27 02:03:10 +00:00
sdagley%netscape.com
e571c5e2c2
Landing #169667 - Clean up InternetConfigService and use LaunchServices APIs where appropriate. r=ccarlen,sr=sfraser
2002-09-26 23:38:08 +00:00
sspitzer%netscape.com
6971676e57
fix for bug #170993 . MOZ_UNICODE got defined on me, so my fix for multiple
...
open mode needs to be ported for the unicode case. r=yokoyama, sr=bienvenu.
2002-09-26 23:04:06 +00:00
bolian.yin%sun.com
25272df6c8
Bug121257, gtk2 needs to get hooked up to i18n text input methods
...
patch by john.sun@sun.com , r=katakai, sr=blizzard.
This is NOT for the default build.
2002-09-26 06:20:01 +00:00
martinl%netscape.com
1708140b0b
Bug 160405
...
Change to properly use private colormap. This is ifdef'd for HP, AIX, Sun, OSF only.
Has been tested on OEM branch. Landing on trunk.
r=syd sr=blizzard
2002-09-26 00:43:06 +00:00
yokoyama%netscape.com
1879768c7e
Bug 164204
...
- Need to create a caret before calling ImmSetCandidateWindow()
this is a work-around of a bug with MS PinYin.
- Caret is created when we receive StartComposition()
and is destroyed when we receive EndComposition()
- impact only in WinXP with MS PinYin
/r=shanjian; /sr=jst
2002-09-25 02:23:01 +00:00
bolian.yin%sun.com
ac525b8e39
Bug 121260, gtk2 needs to have sound hooked up.
...
patch by robin.lu@sun.com , r=blizzard. This is not for default build.
2002-09-24 01:37:14 +00:00
blizzard%redhat.com
6796a0b75f
Bug #169094 . Regression: " In Composer(edit html),Insert image,link and table not work." Patch from robin.lu@sun.com. Not part of the default build.
2002-09-24 01:17:19 +00:00
mkaply%us.ibm.com
ac49563073
#168643
...
r=pedemont, sr=blizzard
OS/2 only - implement GetBounds
2002-09-23 21:35:53 +00:00
nhotta%netscape.com
ab7efaa8ee
Remove keyboard script substitution because it has a conflict with native converter's substitution,
...
bug 169211, r=shanjian, sr=sfraser.
2002-09-23 21:35:20 +00:00
yokoyama%netscape.com
3ed3ddf6f2
104934 convert moz to unicode app.
...
Because of the scroll-bar blocker,
my first patch was rolled back.
Trying this again with scroll-bar fix.
\\widget and Windows platforms only.
/r=shanjian, /sr=kin
2002-09-23 19:16:58 +00:00
bryner%netscape.com
7d7ffa6465
Backing out checkin for bug 104934 because it caused regression bug 170184. a=asa.
2002-09-23 06:21:49 +00:00
yokoyama%netscape.com
9dd4b0607d
Bug 104934 Convert Mozilla to Unicode app
...
Turning MOZ_UNICODE flag on by default.
(all the codes are in \\widget\module only)
Only impact on Windows platforms.
This makes mozilla as a true unicode application
under Windows.
/r=shanjian, /sr=kin
2002-09-21 18:59:30 +00:00
mkaply%us.ibm.com
1ab67af193
No bug - remove unused cruft from OS/2 build
2002-09-20 14:41:15 +00:00
bolian.yin%sun.com
f9c351a95b
Bug 169631, MAI should hook the mozilla accessibility after atk-bridge callback with get_application
2002-09-20 03:48:22 +00:00
bolian.yin%sun.com
0adba557f3
Bug 169632, deal with event nsIAccessibleEventListener::EVENT_REORDER.
...
NOT for default build.
2002-09-20 03:47:12 +00:00
kmcclusk%netscape.com
2508de9f03
On WIN32 only. Dispatch pending paints before dispatching mouse and keyboard events to eliminate paint starvation when dragging or typing r=rods@netscape.com sr=kin@netscape.com bug 163528
2002-09-20 01:24:36 +00:00
mkaply%us.ibm.com
1ad1607014
No bug - quick fix for red icons everywhere
2002-09-19 14:51:47 +00:00
yokoyama%netscape.com
4f6a6d35d9
Bug 141630 Need to support Indic/Armenain/Georgian text input
...
PeekMessage needs to be modified to support those input.
(all #ifdef MOZ_UNICODE)
/r=shanjian, /sr=kin
2002-09-18 23:19:18 +00:00
aaronl%netscape.com
a576fce6a5
169272. Active Accessibility: unable to navigate to child nodes from node received from event. r=jgaunt, sr=alecf
2002-09-18 22:45:53 +00:00
mkaply%us.ibm.com
877d6099d7
No bug - get rid of unneeded icons and update default window icon to new Moz icon
2002-09-17 21:02:52 +00:00
mkaply%us.ibm.com
3e5aa13a6d
#167150
...
r=pedemont, sr=blizzard
OS/2 only - openMultiple support for OS/2 filepicker
2002-09-17 20:58:29 +00:00
kyle.yuan%sun.com
1d84fab5a2
Bug 164763 no enough arguments for ATK text-change and state-change events
...
r=aaronl, sr=jst
Bug 166322 Accessibility: better support for XUL tree
r=aaronl, sr=jst
2002-09-17 03:51:40 +00:00
jaggernaut%netscape.com
8ec5f4b23f
Fix Mac bustage.
2002-09-16 22:35:39 +00:00
dcone%netscape.com
2f54de8df6
b=137982 r=dcone sr=sfraser. Fixed some scrolling issue on the Mac with iframes
2002-09-16 20:29:02 +00:00
arougthopher%lizardland.net
98111200cc
Bug#167157
...
[beos] need support for modeOpenMultiple for nsIFilePicker
r=arougthopher
2002-09-16 01:45:44 +00:00
nhotta%netscape.com
f18fc29024
Added 'styl' for D&D, the style run is created from script runs
...
which is generated after the text is converted from Uincode,
bug 168041, r=pink, sr=sfraser.
2002-09-14 15:52:11 +00:00
blizzard%redhat.com
e2a3d2cf51
Bug #167782 . Get gtk2 building again after timer changes. r=dougt, sr=alecf Not part of the default build.
2002-09-14 12:07:03 +00:00
seawood%netscape.com
b0ed55e1b3
Use NS_INIT_ISUPPORTS instead of obsolete NS_INIT_REFCNT.
...
Fixing cocoa build bustage.
2002-09-13 20:37:04 +00:00
peterlubczynski%netscape.com
1eac3205f3
Fix for OSX Inline IME does not work in composer and text area when the Flash 6 plugin is running, bug 159016 r=ftang sr=sfraser
2002-09-13 03:02:23 +00:00
yokoyama%netscape.com
71a20ad250
Bug 167631
...
Can't enter CJK Characters when MOZ_UNICODE is set
Supporting unicode codepoint for WM_IME_CHAR msg
/r=shanjain, /sr=kin
2002-09-12 18:21:52 +00:00
kmcclusk%netscape.com
1ae7c611f8
reparent the view's descendant widgets when a view is re-inserted into a new view hierarchy position by paginated reflow. b=129034 r=roc+moz sr=kin
2002-09-12 03:59:15 +00:00
timeless%mac.com
d0ec76d66b
Bug 167782 widget/src/gtk2/nsWindow.cpp needs to recover from nsITimer changes
...
r=dougt sr=alecf
2002-09-11 01:35:15 +00:00
sspitzer%netscape.com
06048730a1
supplimental fix for #43015 / #121122 . wcyeh@zydas.com.tw points out that
...
certain directory names (like "1234") don't come with a trailing slash
where most others do. r/sr=bienvenu a=asa.
2002-09-10 06:32:51 +00:00