blizzard%redhat.com
2717953529
Change the way that focus is handled for toplevel windows and the GtkMozArea. This will allow us to track whether or not any Mozilla window has the focus.
...
Add code to properly propagate key press/key release events to the toplevel window if a Mozilla window doesn't have focus. This fixes focus in the embedding case and will allow other gtk windows that have focus to get key events.
Add code to allow a Mozilla child window to be created as the child of any ol' GtkContainer class. This means that parent's don't have to worry about creating a superwin or any of that garbage. This makes embedding much, much easier. r=pavlov@netscape.com ,hidetoshi.tajima@eng.sun.com
2000-05-02 03:33:43 +00:00
sfraser%netscape.com
b24dab4d39
Fix bug 36112 -- check for QuickTime being installed before using it.
2000-05-02 00:30:35 +00:00
mkaply%us.ibm.com
aab38ad60d
# 37239
...
r= mkaply@us.ibm.com
OS/2 bring up continues - checking in files for the OS/2 team
2000-05-01 22:21:43 +00:00
bryner%uiuc.edu
fd27b6776c
Stop building the unused native widgets (these were removed from the win32
...
build awhile back). Also remove unused code relating to these
widgets. r=blizzard.
2000-05-01 04:35:30 +00:00
michael.lowe%bigfoot.com
32ad1a7b11
Implement CSS2 resize cursors on Windows (bug 1916)
2000-04-30 15:29:32 +00:00
cls%seawood.org
4355c8e1e5
nsString fixes for BeOS
2000-04-28 20:50:47 +00:00
danm%netscape.com
7addd5c290
guard against extra release of timer object when one-shot timers are cleared out during execution of a timer. bug 35074.
2000-04-28 20:28:13 +00:00
rods%netscape.com
2f8a86ad81
now calculates 1, 2 & 3 click counts correctly.
...
b=15095
2000-04-28 20:27:18 +00:00
pinkerton%netscape.com
018282fcd5
removing nsTextAreaWidget because it was only in the opt target.
2000-04-27 23:56:04 +00:00
pavlov%netscape.com
7069f3aa9e
fix shrike
2000-04-27 22:52:00 +00:00
pinkerton%netscape.com
e560c650f4
small fix for sting conversion. no need to convert from char* to nsCString
2000-04-27 22:14:08 +00:00
pavlov%netscape.com
2a3c6b55b2
string changes
2000-04-27 21:46:26 +00:00
mjudge%netscape.com
f039f11d74
fix to get vc5.0 building again
2000-04-27 10:50:29 +00:00
danm%netscape.com
35b481f220
synch with nsWindow.cpp rev 3.272. code by roc+moz@cs.cmu.edu
2000-04-27 00:25:01 +00:00
danm%netscape.com
8b89c548af
use a dialog windproc for dialog windows. code by roc+moz@cs.cmu.edu
2000-04-27 00:23:18 +00:00
pinkerton%netscape.com
182ce55542
Stupid mistake that broke text-only clipboard/drags.
2000-04-26 20:50:17 +00:00
slamm%netscape.com
ac531da1a2
Ignore generated Makefile
2000-04-26 14:24:16 +00:00
sfraser%netscape.com
db9049917f
Fix bug 36134 -- avoid extra release when cancelling a fired timer.
2000-04-26 08:37:06 +00:00
ftang%netscape.com
adba1764a0
fix bug 34963. check patch from m_kato@ga2.so-net.ne.jp r=ftang
2000-04-26 06:22:24 +00:00
ftang%netscape.com
c9bf9143d6
fix unicode conversion problem . Check in patch proposed by m_kato@ga2.so-net.ne.jp r=ftang
2000-04-26 04:01:23 +00:00
mjudge%netscape.com
6622635cab
making string conversions explicit. scc
2000-04-26 01:13:55 +00:00
pinkerton%netscape.com
d0f60d0259
implement accepting drops of files onto mozilla.
2000-04-26 01:04:13 +00:00
akkana%netscape.com
93f9acf53b
35961: Add missing keycodes for { } |
2000-04-26 00:54:53 +00:00
pavlov%netscape.com
25841e6f22
add support for 'TEXT' atom
2000-04-26 00:50:37 +00:00
pinkerton%netscape.com
e5f9729036
preliminary support for dragging files from the desktop into mozilla. works on macos for now.
2000-04-25 04:10:35 +00:00
joki%netscape.com
3851e31b9f
fixes for 5995, 7304, 10573, 22832, and 9668.
...
Changes to event handling to deal with reentrant events, cursor fixes, and return value fixes.
2000-04-24 04:41:27 +00:00
cls%seawood.org
33edc21c9c
General cleanup of the shared library rules.
...
Quick fix for bug #36844 .
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk. Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
blizzard%redhat.com
9f2e5260d3
Fix for bug #31709 . Make sure to initialize the return value so that targetListFromTransArr() won't return garbage if the array is empty. This fixes a crash when doing a ctrl-drag in mailnews with imap.
2000-04-23 15:40:01 +00:00
pavlov%netscape.com
88b5fb4e2d
changes to work with new string apis
2000-04-23 08:29:39 +00:00
pavlov%netscape.com
45abc4c366
clean up after we get the targets
2000-04-23 04:52:58 +00:00
hoa.nguyen%intel.com
3418234b8a
Adding gtkxtbin library which allows Xt widgets inside a Gtk application.
...
This is part of a fix for bug #3102 to add legacy plug-in support on linux.
-r=blizzard
2000-04-22 20:39:38 +00:00
pavlov%netscape.com
e53fcd11fe
fix bug where we copied pasted ascii data as unicode
2000-04-22 02:49:33 +00:00
pavlov%netscape.com
37ed433994
reimpliment nsClipboard::HasDataMatchingFlavors to be reentrant to fix bug #13161
2000-04-21 01:27:46 +00:00
pavlov%netscape.com
c9caa57710
fix pasting
2000-04-21 00:09:23 +00:00
tajima%eng.sun.com
7cf4cc8527
fix for #33996(Correct usage of XIMPreeditEnable) r=ftang, and passed pre-check-in
...
test on local Redhat 6.1 environment.
2000-04-21 00:03:44 +00:00
pinkerton%netscape.com
bf00dbb0ce
whoops, forgot to weaklink in the optimized target.
2000-04-20 22:59:29 +00:00
akkana%netscape.com
e5a39e72e7
Don't return an error code just because there was no nsXPLookAndFeel override (thanks to Pierre for noticing)
2000-04-20 22:43:25 +00:00
tor%cs.brown.edu
9ad3f1c2b6
Build bustage fix: add two casts (unsigned char* -> char* and the
...
reverse) for more pedantic compilers, such as SUNWspro4.2. a=leaf
2000-04-20 19:52:26 +00:00
pavlov%netscape.com
3b79c9b373
finish COMPOUND_TEXT support
2000-04-20 09:29:38 +00:00
ftang%netscape.com
9e6de0ecfe
fix 34963. check in fix patch by m_kato@ga2.so-net.ne.jp
...
add ::CoUninitialize
2000-04-20 05:09:59 +00:00
pavlov%netscape.com
7da213c2aa
fix ups for COMPOUND_TEXT
2000-04-20 04:26:24 +00:00
sfraser%netscape.com
9367128cb9
Tweak the WaitNextEvent sleep time depending on what the browser is doing (if there are file or network connections active). r=jfrancis
2000-04-20 03:57:39 +00:00
sfraser%netscape.com
5f37ccd4f6
Just rename some mFoo static member variables to sFoo.
2000-04-20 03:55:00 +00:00
pavlov%netscape.com
6b9f90da32
fix support for UTF8_STRING and add code to begin work on COMPOUND_TEXT support
2000-04-20 03:29:06 +00:00
beard%netscape.com
9d3aee255a
Compatibility with Universal Headers 3.3 or later. a=leaf
2000-04-19 22:13:51 +00:00
pavlov%netscape.com
86cc51f534
fix for not being able to change profile directories on windows (bug #35821 )
2000-04-18 23:55:06 +00:00
ftang%netscape.com
7b9c28f02b
fix bug 35240. Use nsCString to keep mFile for now.
2000-04-18 23:49:17 +00:00
pavlov%netscape.com
7b7cec79e5
partial fix for transient windows not being transient bug #19255
2000-04-18 22:38:49 +00:00
pinkerton%netscape.com
6de44f676e
don't replace the transferable if the platform doesn't support the clipboard asked for.
2000-04-18 02:36:01 +00:00
pinkerton%netscape.com
db10260924
remove contextmenu and quicktime stubs from the interfaces project and put them in widget so we can weakLink against them.
2000-04-18 02:35:09 +00:00