Commit Graph

3687 Commits

Author SHA1 Message Date
mkaply%us.ibm.com
d41c17e2f8 # 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
2f54f28f4e 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
e406b651c3 Implement CSS2 resize cursors on Windows (bug 1916) 2000-04-30 15:29:32 +00:00
cls%seawood.org
65464dcb61 nsString fixes for BeOS 2000-04-28 20:50:47 +00:00
danm%netscape.com
3b13ce963e 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
39b39735e8 now calculates 1, 2 & 3 click counts correctly.
b=15095
2000-04-28 20:27:18 +00:00
pinkerton%netscape.com
38e87c2187 removing nsTextAreaWidget because it was only in the opt target. 2000-04-27 23:56:04 +00:00
pavlov%netscape.com
d8aef72eaa fix shrike 2000-04-27 22:52:00 +00:00
pinkerton%netscape.com
7e33ec2e25 small fix for sting conversion. no need to convert from char* to nsCString 2000-04-27 22:14:08 +00:00
pavlov%netscape.com
db99461de9 string changes 2000-04-27 21:46:26 +00:00
mjudge%netscape.com
91324612be fix to get vc5.0 building again 2000-04-27 10:50:29 +00:00
danm%netscape.com
468f4aa039 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
fa7a39c23d 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
04ca734706 Stupid mistake that broke text-only clipboard/drags. 2000-04-26 20:50:17 +00:00
slamm%netscape.com
8b6150166b Ignore generated Makefile 2000-04-26 14:24:16 +00:00
sfraser%netscape.com
a181f46974 Fix bug 36134 -- avoid extra release when cancelling a fired timer. 2000-04-26 08:37:06 +00:00
ftang%netscape.com
187dfa5126 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
0ad62f297d 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
2cfb602409 making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
pinkerton%netscape.com
01c33fc3e5 implement accepting drops of files onto mozilla. 2000-04-26 01:04:13 +00:00
akkana%netscape.com
5f0eaef0d6 35961: Add missing keycodes for { } | 2000-04-26 00:54:53 +00:00
pavlov%netscape.com
c06efd2fc4 add support for 'TEXT' atom 2000-04-26 00:50:37 +00:00
pinkerton%netscape.com
65daa03237 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
bbb0086bfe 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
8754202470 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
89b6894459 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
59d465c454 changes to work with new string apis 2000-04-23 08:29:39 +00:00
pavlov%netscape.com
74f94cefc5 clean up after we get the targets 2000-04-23 04:52:58 +00:00
hoa.nguyen%intel.com
1fdb72a9a9 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
7bea6ae265 fix bug where we copied pasted ascii data as unicode 2000-04-22 02:49:33 +00:00
pavlov%netscape.com
02656c9716 reimpliment nsClipboard::HasDataMatchingFlavors to be reentrant to fix bug #13161 2000-04-21 01:27:46 +00:00
pavlov%netscape.com
39d508ad8c fix pasting 2000-04-21 00:09:23 +00:00
tajima%eng.sun.com
cf99c33edb 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
51b0d387c1 whoops, forgot to weaklink in the optimized target. 2000-04-20 22:59:29 +00:00
akkana%netscape.com
9c05e1cd7f 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
af87d81cdf 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
427bd35206 finish COMPOUND_TEXT support 2000-04-20 09:29:38 +00:00
ftang%netscape.com
7320eef915 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
9a8d1c264a fix ups for COMPOUND_TEXT 2000-04-20 04:26:24 +00:00
sfraser%netscape.com
560b8c32a7 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
a844c1bfd2 Just rename some mFoo static member variables to sFoo. 2000-04-20 03:55:00 +00:00
pavlov%netscape.com
37ac42660e 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
3f1ed5ff9c Compatibility with Universal Headers 3.3 or later. a=leaf 2000-04-19 22:13:51 +00:00
pavlov%netscape.com
7d99e7f231 fix for not being able to change profile directories on windows (bug #35821) 2000-04-18 23:55:06 +00:00
ftang%netscape.com
9fedf88f20 fix bug 35240. Use nsCString to keep mFile for now. 2000-04-18 23:49:17 +00:00
pavlov%netscape.com
c608dff635 partial fix for transient windows not being transient bug #19255 2000-04-18 22:38:49 +00:00
pinkerton%netscape.com
ec06368580 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
57d6211fc9 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
pavlov%netscape.com
547d1e9652 Finish up clipboard code to support multiple clipboards 2000-04-18 02:31:46 +00:00
blizzard%redhat.com
752377eb74 fix for bug #32710. make sure to call gdk_drop_finish() after the drop. this gets rid of the problem of a ghost icon flying across the screen a few minutes after a drag-n-drop operation. 2000-04-18 02:29:48 +00:00