Граф коммитов

4689 Коммитов

Автор SHA1 Сообщение Дата
danm%netscape.com 8d188e8bc5 allow larger windows when sizing with the mouse. also moved standard-state calculation to nsMacWindow. some code by rjc@rjcdb.com. bugs 80431,95740 r=hyatt,pinkerton 2001-08-22 00:18:45 +00:00
danm%netscape.com e61b8f63de always adjust maximized ("standard") window size before zooming. some code by rjc@rjcdb.com. bugs 80431,95740 r=hyatt,pinkerton 2001-08-22 00:17:04 +00:00
rjesup%wgate.com 7fe12ca293 Bug 96137. Fix array accesses. r=pavlov@netscape.com, sr=jst@netscape.com 2001-08-21 18:34:40 +00:00
dbaron%fas.harvard.edu 716f9f4695 Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797 2001-08-21 01:48:11 +00:00
bryner%netscape.com e0cf880963 Fixing mac bustage, I hope. 2001-08-17 09:44:54 +00:00
bryner%netscape.com 3553f271a4 Fixing win32 bustage. 2001-08-17 09:09:27 +00:00
jgaunt%netscape.com 00f903a8da fix for bug 94768
r=smfr,leaf
sr=hyatt
2001-08-17 03:13:07 +00:00
bryner%netscape.com 055ba897d8 More bustage fixing (sorry). 2001-08-16 09:09:41 +00:00
bryner%netscape.com 7927a19226 Oops, fixing mac bustage. 2001-08-16 08:17:31 +00:00
bryner%netscape.com db2a4e9803 Bug 94627 - removing unused native listbox widget (plus some cleanup from already-removed native widgets). r=shaver, sr=blizzard. 2001-08-16 06:58:03 +00:00
timeless%mac.com 227770d1fe 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 0c7edf70e4 PHOTON port only (not part of build)
fix for static build
2001-08-14 13:57:41 +00:00
cls%seawood.org 8405a1984e 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 b933932240 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 52aeb1577d 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 654db06f37 Bug 94345 -- remove unused native context menu. r=pavlov, sr=blizzard. 2001-08-10 00:58:52 +00:00
pavlov%netscape.com b72c324af1 fixing bug 78690. removing old imagelib. r=jst sr=waterson 2001-08-09 20:22:39 +00:00
ftang%netscape.com 86a59bc23d 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 09b26798ab 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 5990cffe52 #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 1134aee261 #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 28713918ec part of 93467 - remove old native radiobutton code. r=blizzard, sr=hyatt. 2001-08-08 04:01:11 +00:00
hyatt%netscape.com f45f00c1cd Fix Mac bustage. 2001-08-06 23:25:55 +00:00
jgaunt%netscape.com 151fe68669 bug 77648 implementing get_AccSelection
r=aaronl sr=brendan
2001-08-06 21:52:01 +00:00
hyatt%netscape.com 079c95cba2 Fix for 71106. r=jag, sr=jst 2001-08-06 21:49:35 +00:00
bryner%netscape.com c2f7822cfa 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 2366b15e8a 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 ea286dfe7f 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 652f7a7ea9 Fixing nsCOMPtr includes for gcc. fixes build bustage. r=beard. 2001-08-04 02:51:28 +00:00
bryner%netscape.com f55b28805c Removing obsolete widget tests. r=pavlov,cls. 2001-08-04 00:08:32 +00:00
aaronl%netscape.com 045459d7b9 Fix for bug 88284. nsIAccessible is now scriptable. r=jgaunt, sr=brendan 2001-08-03 08:15:20 +00:00
timeless%mac.com 64a58d2bd4 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 b2c1b3b770 Removing unused native combobox implementation. r=cls. 2001-08-03 02:07:41 +00:00
bryner%netscape.com 85cca9a053 Removing unused native combobox implementation. r=cls. 2001-08-03 00:26:19 +00:00
bryner%netscape.com 3074b82939 Removing unused native combobox implementation. Not part of the build. r=cls. 2001-08-02 23:22:18 +00:00
cls%seawood.org 02a6e26584 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 7fc84a6001 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 ad8345e05c 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 55ac1eedef 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 787a937b82 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 c14d9c09a1 Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2001-07-25 07:54:28 +00:00
cls%seawood.org 240acc795d 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 9ac4b497a5 #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 3cdbfe8a7f #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 abf2441996 #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 feaf05a2df Add basic infastructure for gtk2 work. Bug #92034. r=cls 2001-07-24 23:30:00 +00:00
pinkerton%netscape.com fdb85daee5 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 1e368bddce remove code that writes to console in non-debug mode (Bugzilla #78663) 2001-07-24 19:09:35 +00:00
bryner%netscape.com 1f019c8366 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 4d73a251ab Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +00:00