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
dbaron%fas.harvard.edu
814b3d3030
Rename Mozilla-extension values for real CSS properties to begin with -moz-. Remove some unused code. b=3935 r=hixie sr=waterson
2002-05-01 00:17:04 +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