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

4370 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%netscape.com f07a6da3ae fix a const warning. 2001-03-21 01:32:22 +00:00
pinkerton%netscape.com b21c66ba96 turn off translucent dragging and make outline building code a little better. make drag/drop work on OSX. r=saari/sr=sfraser. bug#67407 2001-03-21 01:17:44 +00:00
blizzard%redhat.com 60b5cb3d87 Fix bug #66457. Cursor is still a stopwatch after the page finished loading until the mouse moves. sr=alecf, r=bryner 2001-03-20 15:57:00 +00:00
brade%netscape.com bef35b6af2 ensure we actually have a file (bug #71856); sr=sfraser 2001-03-20 15:34:29 +00:00
brade%netscape.com 0c62a6271e change PutOnClipboard to pass in a PRInt32 rather than a short; bug #72537; sr=sfraser, r=pinkerton 2001-03-20 15:27:29 +00:00
disttsc%bart.nl b55eecb8af Fix bustage on "tinderbox-test-1", r=bryner 2001-03-20 07:01:52 +00:00
disttsc%bart.nl 0b98c23d64 Move nsCString from |operator char*()| to |get()| and |NS_CONST_CAST| where needed. bug=53057, r=dmose, sr=shaver 2001-03-20 05:37:56 +00:00
blizzard%redhat.com 84b2e37692 Fix bug #72069. Move event processing until after the X event has been processed to prevent race conditions. Lots of Gtk warnings and crashes should be fixed with this. sr/r=shaver/brendan ( tag team ) 2001-03-19 22:17:47 +00:00
blizzard%redhat.com 4cbadecd9e Fix the rest of #72313 for sloppy focus users. Really. I swear. r=shaver,waterson a=leaf 2001-03-19 20:50:44 +00:00
mkaply%us.ibm.com 1078e45806 OS/2 breakage - same as Win 2001-03-19 20:07:06 +00:00
shaver%mozilla.org 830b1ee739 fix build bustage (r=blizzard) 2001-03-19 18:44:59 +00:00
blizzard%redhat.com fa3b488f02 Fix bug #72313. Focus problems on linux. This adds a flag to nsIWidget::SetFocus() that says to raise the window. We only raise the window from one place, window.focus(). This builds and runs on at least linux and the mac. r=jst,brendan,hyatt a=leaf 2001-03-19 17:56:04 +00:00
blizzard%redhat.com 7a4e648cc0 Fix bug #71266. As much as we all dispise it window.focus() should raise windows on linux. r=danm, sr=brendan 2001-03-17 01:39:04 +00:00
mkaply%us.ibm.com bcba6b13f9 No bug
r=mkaply, a=asa
256 color regression caused by previous checkin
2001-03-16 20:31:22 +00:00
mkaply%us.ibm.com b68c77ca00 No bug
r=mkaply, a=asa
code from aaronr for some PS handling issues
fix for scrollbar issue
2001-03-15 21:00:53 +00:00
briane%qnx.com 3d276e17b6 PHOTON BUILD ONLY
Numerous bug fixes and code cleanup for photon related memory leaks and
bugs.
2001-03-14 19:46:53 +00:00
pinkerton%netscape.com b6b428cf2b make xp popups work with xmouse (bug 50798). make xppopups go away when app is minimized and mouse is inside xppopup (bugs 45108,31601,37992,39276,45202,63527,68889) r=pink/sr=hyatt. submission by dean_tessman@hotmail.com 2001-03-14 02:34:46 +00:00
dprice%netscape.com 1b42d68e45 71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD 2001-03-13 10:47:37 +00:00
mkaply%us.ibm.com 6aac5c7223 #71632
r=pavlov, a=blizzard
Make OS/2 widget a real XPCOM component
2001-03-13 06:49:30 +00:00
cls%seawood.org 5794da8fdb Add NULL check to fix crashing gtkEmbed problem 2001-03-13 06:23:09 +00:00
cls%seawood.org 94d8111dc6 Use old-fashion cast as HP-UX compiler complains about doing a static_cast on a non c++ class type. 2001-03-13 06:14:48 +00:00
pinkerton%netscape.com 29d96e29ee use nsXPIDLCString to avoid the memory leak when getting a flavor out of our nsISupportsString wrappers. r=jag/sr=sfraser. bug# 71563 2001-03-13 02:13:20 +00:00
pinkerton%netscape.com a1502cd24c making iid's and cid's unique. r=saari/sr=sfraser. bug# 71722 2001-03-13 02:12:00 +00:00
blizzard%redhat.com 2bb54a9dae Bug #67370. Better interleaving of xlib + plevents. r=danm sr=shaver 2001-03-12 23:57:18 +00:00
dougt%netscape.com 9c5d760307 Minor build changes per API review. Now nsIFileURL and nsIFileChannel have their own IDL file which means that if you were using either of these two interfaces, you need to include a new include file. r=valeski@netscape.com 2001-03-12 22:41:28 +00:00
markh%activestate.com 070f7943fe Fix to bug 14368 - Win32 - F10 key does not activate the menu bar.
r=dean_tessman@hotmail.com, sr=hyatt@netscape.com
2001-03-12 09:53:33 +00:00
Peter.VanderBeken%pandora.be ede8756d78 Renaming NS_PARSER_IID to NS_PARSER_CID, because it *is* a CID. r=jag, sr=jst. 2001-03-10 21:02:12 +00:00
dbaron%fas.harvard.edu 294c8d92c4 Fix bug with menus that went away when they shouldn't by not calling SetFocus (which the comment said we shouldn't do anyway) and sending an NS_LOSTFOCUS event instead of NS_DEACTIVATE when losing focus, as the GTK port does. r=blizzard@mozilla.org b=64791 (xlib changes only) 2001-03-10 03:45:16 +00:00
dbaron%fas.harvard.edu 44c6d526a0 Change the system colors in xlib to more reasonable dummy values so that the classic skin looks better. In particular, fix the 3-D border colors, make -moz-field white, make things tend towards web-safe colors out of habit, and reindent the whole thing according to the modeline. r=blizzard@mozilla.org b=71133 (xlib port changes only) 2001-03-10 03:39:43 +00:00
dbaron%fas.harvard.edu 285b306128 Add string to REQUIRES to fix xlib + MOZ_TRACK_MODULE_DEPS build bustage. r=cls@seawood.org 2001-03-10 03:23:35 +00:00
dbaron%fas.harvard.edu b45b4c56a3 Fix problems with 3-D colors in some GTK themes by calling gtk_widget_realize before getting the button and menu styles. r=bryner@netscape.com sr=blizzard@mozilla.org b=67448 2001-03-10 03:17:07 +00:00
nhotta%netscape.com feacf268bb Enabled TSM for Carbon, bug 70720, r=ftang,pinkerton, sr=sfraser. 2001-03-10 00:10:31 +00:00
dbaron%fas.harvard.edu 6afdf12a4c Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding txmgr to REQUIRES. 2001-03-09 15:15:31 +00:00
danm%netscape.com 1e644509e0 it's another shot at being happy on multiple-monitor machines. man tweaks and various. bug 67523 r=hyatt,pinkerton 2001-03-09 02:17:37 +00:00
pinkerton%netscape.com 474cd270b2 don't break out of loop early unless we actually find the flavor on the clipboard when checking if flavor is present. r=brade/sr=sfraser. 2001-03-08 23:13:27 +00:00
disttsc%bart.nl 06518dfdec Change implicit conversion from
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|

to explicit |get()|.

Add |get()| to |nsString|, remove implicit conversion operators where
possible, add NS_WARNING where not (yet!).

Bug=53057, r=alecf, sr=scc
2001-03-08 08:53:58 +00:00
disttsc%bart.nl aebc676048 Change implicit conversion from
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|

to explicit |get()|.

Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).

Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
timeless%mac.com c8d2195ff0 fix bug 70453 printf in nsClipboard.cpp
r=rods sr=blizzard
2001-03-08 05:12:30 +00:00
pchen%netscape.com 62b2ae80f3 Fix for blocker 71146, tweak by cls, r=syd, sr=pchen (as sheriff). Change
strncmp to PL_strncmp to catch null "string".
2001-03-07 21:10:28 +00:00
pinkerton%netscape.com 45a098368f don't process mouseMove events if the app is in the bg. r=saari/sr=sfraser. bug# 70518. 2001-03-07 00:52:43 +00:00
pinkerton%netscape.com f3e879566f Don't set SWP_NOZORDER flag for popups, as this allows the taskbar to
come in front at certain times. bug# 47152. r=danm/rods/kmcclusk. sr=hyatt.
2001-03-07 00:46:36 +00:00
dbaron%fas.harvard.edu 0e0d2e2e38 Improve GTK system colors for menus and buttons by creating menu and button widgets and asking for their colors so that theme rules specifically for menus and buttons are reflected in the system colors. Undo some changes I made before that were probably incorrect. r=bryner@netscape.com sr=blizzard@mozilla.org b=67448 2001-03-04 20:15:45 +00:00
disttsc%bart.nl 043186b34e Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc 2001-03-02 09:26:57 +00:00
mkaply%us.ibm.com f0b02cdb3a #58627
r=cls
Remove timer.dll from OS/2 build - make it a part of widget
2001-03-02 00:10:24 +00:00
pinkerton%netscape.com c539f1af15 fix for menus being unresponsive in classic build when no windows are available. commented out a bit added for fizzilla where the two platforms are at odds. sr=sfraser. bug# 68766 2001-02-27 23:35:46 +00:00
disttsc%bart.nl 8676650995 Move "About Mozilla" from properties to dtd, fix up xul, js and mac menu c++ code. bug=70112, r=saari, a=ben 2001-02-27 11:31:52 +00:00
dprice%netscape.com 5184a7104b # 65845 sr=waterson, new order files will greatly reduce the number of link warnings. 2001-02-27 04:38:19 +00:00
mkaply%us.ibm.com eeb986bc21 Removing unused files 2001-02-27 04:37:09 +00:00
beard%netscape.com edcd42a33d Fix carbon redraw non-existence. r=pinkerton 2001-02-26 21:21:54 +00:00
mkaply%us.ibm.com 5600676ca2 #61820
r=mkaply, a=blizzard
Code from jkobal to prevent focus from leaving browser when window is destroyed
2001-02-26 15:42:38 +00:00