jst%netscape.com
85520315c8
New files, these used to be nsXIFFormatConverter, not part of the build yet.
2000-10-07 06:58:49 +00:00
saari%netscape.com
9eb342b7d3
Fix for 53771, Mac only key event fix. r=sfraser, a=hyatt rtm++
2000-10-07 02:26:23 +00:00
pinkerton%netscape.com
c4fa6052c1
Fixing COM refcounting problems by removing |mDataObject| from the drag target. Also removing the
...
cached drag session. r=pchen/a=hyatt. bug# 54803
2000-10-07 00:11:28 +00:00
sfraser%netscape.com
1f12622a18
Fix for 55080 -- missing return value. r=brade, sr=saari.
2000-10-06 01:17:22 +00:00
pinkerton%netscape.com
51fd9fdd5c
turn off watch cursor before going into native code. make the cursor not turn on when library loads so embedding clients don't get screwed. r=pchen/a=hyatt, bug# 53121.
2000-10-06 00:57:40 +00:00
mkaply%us.ibm.com
8b36127530
#55274
...
r=mkaply, a=blizzard
Code from jkobal - we were marching up owner instead of parent chain
2000-10-05 14:47:22 +00:00
quy%igelaus.com.au
c4fe9c2b76
Updating xlib toolkit. r=a=blizzard. Not part of build. Bug # 54132
2000-10-05 02:01:33 +00:00
quy%igelaus.com.au
08694aee41
Updating xlib toolkit. r=a=blizzard. Not part of build. Bug # 54132
2000-10-05 01:51:38 +00:00
quy%igelaus.com.au
42efc7a159
Updating xlib toolkit. r=a=blizzard. Not part of build. Bug # 54132
2000-10-05 00:29:55 +00:00
bryner%uiuc.edu
3fcba76e2b
Fix for bug 53723 (gray form control on Linux). r=pierre, ianh,
...
pavlov. sr/a=ben.
2000-10-04 00:38:03 +00:00
mkaply%us.ibm.com
768cd4204b
#50764
...
r=mkaply, a=blizzard
Code from sobotka/jkobal to get clipboard working.
2000-10-02 22:10:26 +00:00
nhotta%netscape.com
c493983242
(bstell speaking, cell (415) 845-7800)
...
for bug 46974 we changed the type for nsFontHandle; make corresponding
changes here
bug 46974 - display of ascii (8 bit) data incorrect with 10646 (16 bit) font
a=erik r=blizzard, approved for trunk checkin by jar
2000-09-29 22:19:16 +00:00
mkaply%us.ibm.com
94d6040e28
#45474
...
r=mkaply, a=blizzard
Finally, real OS/2 keyboard support
2000-09-28 13:37:38 +00:00
pavlov%netscape.com
8552fbaf1a
fix for bug #52414 r,a,etc=brendan
2000-09-23 02:53:16 +00:00
mkaply%us.ibm.com
aa5aa2e169
#53387
...
r=brendan, a=brendan
We were doing bad things to the OS/2 character code before we gave it to XP
2000-09-22 14:43:19 +00:00
saari%netscape.com
875b470a8d
fix for 53017, linux specific focus bug. a=brendan
2000-09-22 06:48:56 +00:00
saari%netscape.com
8df876e547
Mac part of 48785 (hyatt's keybinding checkin) and also a fix for 52552. r=hyatt
2000-09-22 06:03:13 +00:00
pinkerton%netscape.com
08a25bf330
in the event proc for the NavServices dialogs, tell the watch task that we've hit an event loop so that it doesn't change the cursor to a watch. r=hyatt, bug# 53121
2000-09-22 04:27:24 +00:00
shanjian%netscape.com
b4820c9016
#49414 crash in exist when global ime exist
...
r/a=ftang
gAIMMApp->Deactivate() should be called before release. This is documented
in MS documentation and tested in 4.x code.
2000-09-22 02:54:28 +00:00
ftang%netscape.com
37b102275c
fix bug 53210. check in for yokoyama from ftang
...
a=ftang r=ftang remove static link of IMM32.DLL
2000-09-22 01:06:51 +00:00
sfraser%netscape.com
9fe36a8410
Fixing Mac out of memory blocker (dupped to bug 20743); make the low memory buffer purgeable again after reallocating it, and tweak the heap space numbers for GWorld allocations. r=pchen, sr=scc
2000-09-22 00:17:07 +00:00
pierre%netscape.com
626fc4b02c
fix related to the reconstruction of html.css ( #6625 ), the css system fonts ( #1021 and #3371 ) and a regression on the Mac from #44656 : make the html form controls look better on the Mac. a=buster
2000-09-21 10:22:14 +00:00
saari%netscape.com
473edcfeca
Fix for 52895, mac menus can get messed up by changing the title of a submenu. r=smfr
2000-09-21 05:29:20 +00:00
pinkerton%netscape.com
54d79f7048
remove watch task, it went into gfx. add accessors to get it.
2000-09-21 05:11:54 +00:00
pinkerton%netscape.com
a7caaa49db
turn off watch task around TrackDrag(), r=sfraser bug 53121.
2000-09-21 05:10:55 +00:00
pinkerton%netscape.com
27c03f6f01
fix for 53478, mac menu items not responding to hidden attribute. r=saari/sfraser.
2000-09-21 05:01:09 +00:00
rickg%netscape.com
ca119e9f5b
WIP for nsbeta3+ bug 52725. r=buster, syd. A=syd. We need to confirm removal of nspr dependency, then we can strip winmm.lib from makefile
2000-09-21 02:59:39 +00:00
pinkerton%netscape.com
8228335992
Added a line to end the drag session on a drop. Fixes bug 51904. r=evaughan/hyatt
2000-09-21 02:35:10 +00:00
danm%netscape.com
f1179611f7
added null check to previous version's change. bug 53472.
2000-09-21 01:58:25 +00:00
shanjian%netscape.com
353fe4dd84
# 52142 Existence of XIM will crash mozilla
...
r=tajima@eng.sun.com a=ftang
Among all input styles, only over-the-spot works at this time. Force input
style to be over-the-spot.
2000-09-20 23:21:31 +00:00
locka%iol.ie
69fd02310b
Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha
2000-09-20 12:23:53 +00:00
waterson%netscape.com
19368dda01
Fix build bustage.
2000-09-20 07:29:03 +00:00
akkana%netscape.com
54db2e4430
More 50252: Handle the gtk keypad keys too. r=kin,pavlov
2000-09-20 00:02:30 +00:00
danm%netscape.com
bb2ba012de
re-allow generalized event dispatch for windowshaded windows, but disallow mousemoved events. fixes bugs 33735, 51649, 52950, 51642. reverts bug 49007. sorry. r=pinkerton,sfraser.
2000-09-19 23:13:39 +00:00
akkana%netscape.com
913812e184
50252: Fix non-alphabetic control/alt key events. r=kin,pavlov
2000-09-19 22:40:04 +00:00
saari%netscape.com
d1f1660c54
more fixes for 53017. r=hyatt
2000-09-19 03:37:09 +00:00
mkaply%us.ibm.com
915e8d8094
#47874
...
r=mkaply, a=brendan
Code from jkobal - continuing port of nsWindow.*
2000-09-18 20:39:13 +00:00
akkana%netscape.com
0778f04fc0
50252: fix key events for printable but non-alphabetic keys. r=dr
2000-09-18 19:50:50 +00:00
saari%netscape.com
9e1940cb6f
fix for 49975. r=pinkerton and hyatt
2000-09-15 06:28:26 +00:00
rayw%netscape.com
d39d9e6d59
Bug fix for 52648 -- remaining stash of progids which I missed on
...
the mega-change yesterday. This will fix a few more issues.
r=warren
2000-09-14 23:20:49 +00:00
pinkerton%netscape.com
84892ed257
flush chrome cache as well, from pnunn. bug#51249.
2000-09-14 23:13:54 +00:00
mkaply%us.ibm.com
516d5a1004
#47874
...
r=rmkaply, a=brendan
Code from jkobal - step one of bring nsWindow current
2000-09-14 22:49:36 +00:00
saari%netscape.com
c6eceabfb3
Fix for 51934, mac only. r=pinkerton
2000-09-14 19:39:18 +00:00
mkaply%us.ibm.com
482d859af3
#52467
...
r=jkobal, a=brendan
Default colors for info background and hilite foreground/background were wrong
2000-09-14 13:04:58 +00:00
rayw%netscape.com
6cc70ebd6c
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
sfraser%netscape.com
e1d834b34a
More work on 20743, the mac memory problems. Have an addition 64k buffer handle that gets purged when memory is low. r=scc
2000-09-13 07:19:35 +00:00
scc%mozilla.org
d2b859ab77
if you want a pointer to the characters, you're going to have to |.get()| it
2000-09-13 02:48:08 +00:00
pinkerton%netscape.com
aca176bb6c
Install a VBL task to animate the watch cursor when we are away from the event loop for more that 3/4 of a second. r=sfraser, bug#52108.
2000-09-12 22:51:16 +00:00
mkaply%us.ibm.com
7d5b3fc3e9
#47874
...
r=jkobal, a=brendan
Missed some code for dealing with popups
2000-09-12 22:41:07 +00:00
mkaply%us.ibm.com
d0005b36a7
#47874
...
r=mkaply, a=brendan
Support for pointertype 27 (spinning)
2000-09-12 22:40:13 +00:00