Commit Graph

4679 Commits

Author SHA1 Message Date
timeless%mac.com
834cdfc538 Bugzilla Bug 91961 [xlib] Thread Local Storage issues in nsToolkit.cpp result in crash
patch by timecop@network.email.ne.jp r=zuperdee,Tomi.Leppikangas@oulu.fi sr=blizzard
2001-08-15 02:49:01 +00:00
dinglis%qnx.com
057624f4b3 PHOTON port only (not part of build)
fix for static build
2001-08-14 13:57:41 +00:00
cls%seawood.org
a3c1dd1b09 Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions.
Bug #20860 r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org
2001-08-14 07:59:59 +00:00
yokoyama%netscape.com
f23cd921c9 Bug fix 91250:
Adding a return Boolean from nsIFontEnumerator::UpdateFontList()
to identify if the font lang group has changed from
receiving the WM_FONTCHANGE msg.
/r=rbs;/sr=brendan
2001-08-14 02:32:10 +00:00
mkaply%us.ibm.com
9d96281d1a Fix OS/2 fallout from removal of old imglib.
OS/2 now has no image tiling and no 256 color support.
And I bet windows lost any reasonable 256 color support as well.
2001-08-10 04:39:17 +00:00
bryner%netscape.com
d3a3edda15 Bug 94345 -- remove unused native context menu. r=pavlov, sr=blizzard. 2001-08-10 00:58:52 +00:00
pavlov%netscape.com
1e20984ef0 fixing bug 78690. removing old imagelib. r=jst sr=waterson 2001-08-09 20:22:39 +00:00
ftang%netscape.com
f436b7c64a fix bug 92503, use the CFString version of api to set window title on MacOSX and later. r/sr=sfraser 2001-08-09 12:07:56 +00:00
aaronl%netscape.com
48925d96bc Fixes bug 94238, accessibility return error codes were incorrect. r=jgaunt, sr=waterson 2001-08-09 04:59:10 +00:00
mkaply%us.ibm.com
3f76f7909f #94150
r=mkaply, a=blizzard
Code from aaronr - return proper class for scrollbar
2001-08-09 03:34:12 +00:00
mkaply%us.ibm.com
0d587c2296 #86481
r=mkaply, a=blizzard
Code from jblanco - user NS_PLUGIN_ACTIVATE message to give focus to plugins
2001-08-09 03:30:52 +00:00
bryner%netscape.com
b459088f4a part of 93467 - remove old native radiobutton code. r=blizzard, sr=hyatt. 2001-08-08 04:01:11 +00:00
hyatt%netscape.com
2e7b845e37 Fix Mac bustage. 2001-08-06 23:25:55 +00:00
jgaunt%netscape.com
5b8905acf2 bug 77648 implementing get_AccSelection
r=aaronl sr=brendan
2001-08-06 21:52:01 +00:00
hyatt%netscape.com
0c296a706a Fix for 71106. r=jag, sr=jst 2001-08-06 21:49:35 +00:00
bryner%netscape.com
9ebab332fc Bug 93467 - removing remaining references to native combobox and nsIComboBox interface. r=pavlov, sr=blizzard. 2001-08-06 21:19:11 +00:00
zuperdee%yahoo.com
94a432a62b Bug 77344, Xlib-toolkit Mozilla crashes when printing. Patch by
Roland.Mainz@informatik.med.uni-giessen.de, r=timeless, sr=waterson,
a=blizzard.
2001-08-05 23:25:49 +00:00
cls%seawood.org
18a18d38d4 Add keyboard shortcuts support for BeOS.
Thanks to Arougthopher <arougthopher@lizardland.net> for the patch.
Bug #70181 r=cls
2001-08-04 04:35:39 +00:00
pinkerton%netscape.com
4041314af6 Fixing nsCOMPtr includes for gcc. fixes build bustage. r=beard. 2001-08-04 02:51:28 +00:00
bryner%netscape.com
8d3423079e Removing obsolete widget tests. r=pavlov,cls. 2001-08-04 00:08:32 +00:00
aaronl%netscape.com
cd460e3649 Fix for bug 88284. nsIAccessible is now scriptable. r=jgaunt, sr=brendan 2001-08-03 08:15:20 +00:00
timeless%mac.com
88c4043869 Bugzilla Bug 92770 ChatZilla fails in Xlib-port build [couldn't find sound component]
by timecop@network.email.ne.jp r=roland.mainz@informatik.med.uni-giessen.de sr=waterson
other contract id removed as suggested by waterson - cvs log is your friend
2001-08-03 05:39:00 +00:00
bryner%netscape.com
2410465582 Removing unused native combobox implementation. r=cls. 2001-08-03 02:07:41 +00:00
bryner%netscape.com
1900fc8c9d Removing unused native combobox implementation. r=cls. 2001-08-03 00:26:19 +00:00
bryner%netscape.com
c9336f384f Removing unused native combobox implementation. Not part of the build. r=cls. 2001-08-02 23:22:18 +00:00
cls%seawood.org
0c2bfb80b7 Adding support for repeating timers under BeOS (should also make anim gifs work now).
Bug #78069 r=VYA04230
2001-08-02 23:19:26 +00:00
danm%netscape.com
2574bee266 make GetParent return null if the window has been destroyed. this prevents mistaken attempts to access a destroyed window's parent. bug 92291 r=hyatt,saari 2001-08-02 00:19:24 +00:00
danm%netscape.com
c90a985c4c unlink the parent from a destroyed child just after the child is unlinked from the parent. this prevents mistaken attempts to access a destroyed window's parent. bug 92291 r=hyatt,saari 2001-08-02 00:19:07 +00:00
pinkerton%netscape.com
a4619ee9ca allow drops from apps that only support 'copy' operations. r=pink/sr=hyatt. from
markh@activestate.com. bug#78033
2001-08-01 00:43:11 +00:00
blizzard%redhat.com
deeb70d04d start of gtk2 port. WIP. Not part of the build. Start stubbing out code. 2001-07-25 22:05:10 +00:00
jaggernaut%netscape.com
e91f8a147e Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2001-07-25 07:54:28 +00:00
cls%seawood.org
ea067acf68 Adding startup splash screen support for BeOS.
Moving BApplication creation from libwidget_beos.so to main Mozilla app.
Thanks to Takashi Toyoshima <toyoshim@be-in.org> for the patch.
Bug #65425 r=Makoto Hamanaka <VYA04230@nifty.com>
2001-07-25 02:22:54 +00:00
mkaply%us.ibm.com
0e800c4b56 #88679
r=r=roland.mainz@informatik.med.uni-giessen.de, sr=blizzard
Checkin code for timecop - drag and drop stuff on xlib
2001-07-25 01:18:34 +00:00
mkaply%us.ibm.com
f997efd4b9 #91851
r=r=roland.mainz@informatik.med.uni-giessen.de, sr=blizzard
Checkin code for Tomi.Leppikangas@oulu.fi - fixup event handling in xlib
2001-07-25 01:15:59 +00:00
mkaply%us.ibm.com
7b871d9f91 #89900
r=r=roland.mainz@informatik.med.uni-giessen.de, sr=blizzard
Checkin code for Tomi.Leppikangas@oulu.fi - fixup xlib nsAppShell::Run
2001-07-25 01:11:49 +00:00
blizzard%redhat.com
7e5d62053b Add basic infastructure for gtk2 work. Bug #92034. r=cls 2001-07-24 23:30:00 +00:00
pinkerton%netscape.com
ea39e68ccc clean up error cases with assertions, fix a buffer leak. use the appropriate clipboard api under carbon so we don't cause a conversion from text->unicode when simply checking if a flavor is present. r=pchen/sr=hyatt. bug#84143. 2001-07-24 20:47:11 +00:00
jcgriggs%sympatico.ca
9af5075ffd remove code that writes to console in non-debug mode (Bugzilla #78663) 2001-07-24 19:09:35 +00:00
bryner%netscape.com
c2bd2cdb93 Bug 82834 - filepicker should use busy cursor while the user is waiting for an operation to complete. This also fixes a problem on linux where calling SetCursor didn't take effect until we returned to the gtk event loop. r=jag, sr=blizzard. 2001-07-24 03:03:45 +00:00
jaggernaut%netscape.com
cb0faab070 Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +00:00
briane%qnx.com
a4906d1331 PHOTON Port only (not part of build)
Bug fixes for font rendering, list scrollbar selections and the addition
of nsSound.cpp to the Makefile.
2001-07-23 20:10:05 +00:00
mkaply%us.ibm.com
378ff64729 #91760
r=dbaron, sr=tor
XLIB only - Checkin for Roland.Mainz@informatik.med.uni-giessen.de - crash shutting down
2001-07-22 13:24:51 +00:00
saari%netscape.com
2a7349540e fixing 77675, windows stealing focus from each other. r=bryner, sr=hyatt 2001-07-20 08:14:44 +00:00
mkaply%us.ibm.com
67a69a472d #89183
r=javier, a=blizzard
OS/2 only - convert CRLF on any Unicode paste
2001-07-19 22:05:29 +00:00
pinkerton%netscape.com
2dfd569f8f update scrolling routine for carbon, remove target_carbon part of our old classic ScrollRect code. r=saari/sr=scc. bug#35534. 2001-07-18 23:15:02 +00:00
pinkerton%netscape.com
74926d9adf fix cast. r=dbaron/rs=hyatt. bug# 83890. 2001-07-18 21:46:08 +00:00
pollmann%netscape.com
c50a33220f Bug 43410: Correct z-index ordering of iframes. This PlaceBehind() call is needed on Windows to cause the actual ::SetWindowPos system call that reorders the widgets to be made. Mac and Gtk do not implement PlaceBehind and should not be affected by this change. Fix includes work by beard@netscape.com. r=beard@netscape.com,self sr=jst@netscape.com 2001-07-18 08:21:22 +00:00
pinkerton%netscape.com
784c1b8497 fix build bustage with nsMenuEvent 2001-07-18 01:09:46 +00:00
pinkerton%netscape.com
ee6d825477 fix phantom scrollbar for kensington scrollmouse. r=pchen/sr=hyatt. bug# 63463. 2001-07-17 21:00:57 +00:00
bryner%netscape.com
f45b2b8b8b Bug 84023 - avoid an extra copy of the event struct when passing around resize events. Patch from Tomi.Leppikangas@oulu.fi, r=bryner, sr=tor. 2001-07-17 00:32:53 +00:00