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

4562 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org 66d8288f43 Implemented full copy-n-paste support for BeOS.
Thanks to Takashi Toyoshima <toyoshim@be-in.org> for the patch.
Bug #65100 r=cls
2001-01-22 05:32:30 +00:00
cls%seawood.org d0c6b914aa Fix for clicking on browser window not bring it to front.
Thanks to Takashi Toyoshima <toyoshim@be-in.org> for the patch.
Bug #65126 r=cls
2001-01-22 00:39:36 +00:00
cls%seawood.org 1947067a46 Only print the FIXME:: repaint messages on debug builds as we're still not sure if it is needed. 2001-01-22 00:19:00 +00:00
cls%seawood.org fb275c87f8 Implementing file dialogs for BeOS.
Thanks to Makoto Hamanaka <VYA04230@nifty.com> for the patch.
Bug #65423 r=cls
2001-01-22 00:00:28 +00:00
cls%seawood.org e99a3c3a5d Initial implementation of file dialogs for BeOS.
Thanks to Makoto Hamanaka <VYA04230@nifty.com> for the new files.
Bug #65423 r=cls
2001-01-21 23:58:36 +00:00
cls%seawood.org 459b9e06dc Implement nsWindow::Enable() for BeOS. Bug #64549 2001-01-21 23:03:54 +00:00
cls%seawood.org 9309462817 Backing out mouse cursor changes as they are causing a crash on startup due to use of static constructors. Bug #63640 2001-01-21 22:56:09 +00:00
koehler%mythrium.com 715fd770ad Bug 63640. Most BeOS cursors implemented.
Only BeOS related (no super-review) needed
2001-01-20 22:58:20 +00:00
mkaply%us.ibm.com 9f5f1efcf7 #62335
r=mkaply, a=blizzard
from jkobal - fix pasting on DBCS systems
2001-01-20 00:27:45 +00:00
mkaply%us.ibm.com 1f5effc09c #63709
r=jkobal, a=blizzard
SHORT1/2 macros return USHORTS - we need signed values for relative mouse position
2001-01-20 00:08:42 +00:00
blizzard%redhat.com a3bcf4a389 Fix for bug #56270. Put off the drag leave event until we return to the mainloop so we can get the drag drop if it's available first. r=pavlov, sr=alecf 2001-01-19 20:47:12 +00:00
m_kato%ga2.so-net.ne.jp 6eeb91cfeb bug 60050, sr=ftang
MS-IME 95/97/98/2000 may send WM_IME_COMPOSITION with non-conversion mode before it send WM_IME_STARTCOMPOSITION.
2001-01-18 03:16:04 +00:00
mkaply%us.ibm.com 8a1937849c r=mkaply, a=blizzard
Don't hardcode fonts for dialogs - breaks DBCS
2001-01-17 02:22:35 +00:00
mkaply%us.ibm.com 220d08fab1 r=mkaply, a=blizzard
Code from jkobal - fix dialog sizing problem and trap in dirpicker
2001-01-17 01:00:06 +00:00
jdunn%netscape.com a9435b2331 Fixing AIX bustage (see SeaMonkey-Ports). FD_ZERO is defined to use bzero, but bzero is
defined in strings.h so am including strings.h

r= dmose@mozilla.org
2001-01-16 21:47:04 +00:00
blakeross%telocity.com c72ba88ee8 Fix 65025: scrollbars in Mac Classic are wrong color. patch by lordpixel. r=blake sr=blizzard 2001-01-16 01:27:20 +00:00
colin%theblakes.com 86d4d4a62f Make sure we set the length in the case of a clipboard copy failure.
b=65070 r=pavlov r=blizzard
2001-01-15 23:52:08 +00:00
pierre%netscape.com 1adf408be1 Initializes a menuHandle to nil before sending it in an event. I don't have a bug report for that. I don't even remember what it is for. This fix has been sitting for months in my tree. 2001-01-15 14:26:30 +00:00
koehler%mythrium.com 1cb87c4af8 Removing unused files under BeOS. Part of Bug 9863.
BeOS only code.
2001-01-14 18:22:18 +00:00
cls%seawood.org 6989669119 Preliminary implementation of nsClipBoard for BeOS. Text/unicode copy-n-paste work but html needs some work.
Thanks to Takashi Toyoshima <toyoshim@be-in.org> for the patch.
Bug #65100 r=cls
2001-01-13 07:56:36 +00:00
pinkerton%netscape.com 0efb333362 make linebreak converter not specific about what kind of linebreaks we're dealing with on a paste. Insulates us from changes to what kind of linebreaks the DOM gives us. r=saari, a=sfraser, bug# 63563. 2001-01-11 00:08:28 +00:00
pinkerton%netscape.com 2d2a9102fd removing files. not used anymore. 2001-01-10 22:14:04 +00:00
dbaron%fas.harvard.edu 20c5a5d1c9 Fix another crash caused/uncovered by my leak fixes. The scrollbar must destroy all of its native widgets before their parent native widgets are destroyed. r=blizzard@mozilla.org b=64767 (Not part of build.) 2001-01-10 20:33:58 +00:00
dbaron%fas.harvard.edu 8eeddc3646 Fix xlib build bustage. 2001-01-10 20:12:51 +00:00
rods%netscape.com 8139f62f03 Removing unneeded code
Bug 52279 r=kmcclusk sr=hyatt
2001-01-10 14:34:00 +00:00
m_kato%ga2.so-net.ne.jp b7a8b45ee6 bug 63243, sr=roc+moz
But this codes is back out from bug 55256
So It will re-check in this codes with bug 63243's better fix
2001-01-10 10:57:35 +00:00
dbaron%fas.harvard.edu 3827190159 Fix leaks in the xlib port (and some problems exposed by fixing those leaks). b=64534, 64767 r=blizzard@mozilla.org (Not part of the build.) 2001-01-10 02:49:45 +00:00
blakeross%telocity.com 24152d2912 Fix 63938: removing unused widget files. more to come. sr=cls 2001-01-08 23:26:42 +00:00
cls%seawood.org a159227bd0 Increase BeOS event port capacity and avoid sending messages to event port if capacity is exceeded.
Thanks to Makoto Hamanaka <VYA04230@nifty.com> for the patch.
Bug #63646. r=danm
2001-01-07 09:03:09 +00:00
cls%seawood.org ab4f5a80a0 Implement nsAppShell::DispatchNativeEvent() for BeOS.
Thanks to Makoto Hamanaka <VYA04320@nifty.com> for the patch.
Bug #63649. r=cls
2001-01-07 08:41:49 +00:00
cls%seawood.org 5201fb1c2b Fix link clicking on BeOS.
Thanks to Makoto Hamanaka (VYA04230@nifty.com) for the patch.
Bug #64121 . r=cls,timeless
2001-01-07 07:30:35 +00:00
pinkerton%netscape.com 6f0df2ea45 Submitting patch from MarkH@ActiveState.com to allow multi-file drops
from external applications. r=saari/sr=hyatt. bug# 60924
2001-01-05 23:47:09 +00:00
mkaply%us.ibm.com dafd1075c8 r=mkaply, a=blizzard
Code from Dmitry Kubov to fix building on new PGCC (NS_STATIC_CAST to NS_REINTERPRET_CAST)
2001-01-05 15:38:35 +00:00
mkaply%us.ibm.com 7edcbb834e r=mkaply, a=blizzard
Code from Dmitry Kubov to fix building on new PGCC (NS_STATIC_CAST to NS_REINTERPRET_CAST)
2001-01-04 23:09:24 +00:00
pinkerton%netscape.com edf2a98b13 stupid typo slipped in during last patch, extra semi on the end of a for loop. thanks to roc for catching. r=pinkerton,sr=sfraser. bug 64211. 2001-01-04 22:29:48 +00:00
colin%theblakes.com 40cacd662e Provide some X11R5 equivalent code for platforms which don't yet support R6.
b=57135 r=pavlov sr=blizzard
2001-01-04 22:13:00 +00:00
danm%netscape.com 4e02ab8830 title string was stored in the open/save dialog "message" field, instead of the title. moving. bug 59888 r=hyatt,pchen 2001-01-04 00:08:11 +00:00
akkana%netscape.com bc473ecb6b 62398: comment out debug printfs. a=sfraser 2001-01-03 23:57:18 +00:00
bryner%uiuc.edu 69e9b90bc6 Removing dead .toc files. Not part of build. a=sfraser. 2001-01-03 01:32:06 +00:00
bryner%uiuc.edu 6b4c51f030 Bug 63904 - Don't fetch the system setting for number of lines to scroll per mousewheel movement on each scroll. r=timeless, sr=scc. 2001-01-01 01:37:00 +00:00
blizzard%redhat.com 4546cb78ec Fix bug #61782. Focus problems with gtk based plugins. This also cleans up a lot of other focus-related code as well. r=bryner, saari sr=scc 2000-12-29 19:02:00 +00:00
blakeross%telocity.com 7f14eed94b Fix 41077: show caret during selection on Windows. r=rcassin@supernova.org sr=sfraser 2000-12-28 03:27:23 +00:00
mkaply%us.ibm.com 0de85873eb OS/2 TB breakage
This would be the next break on Unichar
2000-12-24 03:54:59 +00:00
dbaron%fas.harvard.edu 02699d145e Attempt to fix OS/2 bustage caused by autoconf test that changes the definition of |PRUnichar| from |PRUint16| to |wchar_t| on platforms where |sizeof(wchar_t)| is 2. b=54564 2000-12-24 03:36:32 +00:00
dbaron%fas.harvard.edu 67d72cfee7 Attempt to fix OS/2 bustage caused by autoconf test that changes the definition of |PRUnichar| from |PRUint16| to |wchar_t| on platforms where |sizeof(wchar_t)| is 2. UniChar was accidentally used in place of PRUnichar. b=54564 2000-12-24 01:26:18 +00:00
mkaply%us.ibm.com 3b4adbb681 OS/2 TB breakage
PR_CALLBACK
2000-12-23 22:57:56 +00:00
pinkerton%netscape.com 782a17b25a more work for bug 7347 (mac scrollwheel). now works with logitech, but still requires a click. we have code that doesn't, but there are still some issues. r=saari/sr=sfraser. 2000-12-21 01:31:23 +00:00
danm%netscape.com 9a459770b9 defer setting of a new window's min/max state until it's ready to be opened normally. (and alphabetized contributors). tweak to rev 3.308. bug 63268 r=hyatt,rods 2000-12-20 01:43:38 +00:00
bratell%lysator.liu.se 38cb922a58 Backing myself out to save mac build 2000-12-19 22:54:40 +00:00
bratell%lysator.liu.se e7f77964a4 Bug 62432, remove nsHTMLToTXTSinkStream from build. r=akkana@netscape.com, sr=vidur@netscape.com 2000-12-19 21:38:36 +00:00
blakeross%telocity.com e888c0ae25 57019 in last checkin. feeling a little dyslexic today... 2000-12-19 20:11:11 +00:00
blakeross%telocity.com a7b6539ca8 Fix 19328, 57109: make alt+space and shift+alt+space open the control menu on Windows. r=danm sr=alecf 2000-12-19 20:00:31 +00:00
danm%netscape.com 9683fa6587 moved processing of window-min/max messages from WM_SYSCOMMAND to WM_WINDOWPOSCHANGED. bug 63052 code=hyp-x@inf.bme.hu,r=hyatt,me 2000-12-19 03:01:31 +00:00
pinkerton%netscape.com d5ed18b614 Don't double-add flavors in list when both it is supported intrinsically and by conversion, support for adding data when flavor has not yet been registered, some additional cleanup. r=pink, a=hyatt. patch from Dainis Jonitis (Dainis_Jonitis@swh-t.lv) 2000-12-19 00:35:27 +00:00
mkaply%us.ibm.com f262a2dbaa r=mkaply, a=blizzard
From jkobal - the OS/2 timer saga continues
2000-12-19 00:16:33 +00:00
waqar%netscape.com fb5d52c3d4 #=54194
r=dcone@netscape.com
sr=blizzard@mozilla.org
d=In widget/src/gtk/nsWindow.cpp in method GetNativeData when aDataType ==
NS_NATIVE_PLUGIN_PORT we are trying to use content of the mSuperWin without
checking that mSuperWin is not NULL. Adding of this check solves problem. If
mSuperWin is NULL we should return NULL as it happens in case of aDataType ==
NS_NATIVE_WINDOW.
2000-12-18 21:52:20 +00:00
mkaply%us.ibm.com 028922d3d5 #63207
r=mkaply, a=blizzard
Thread synchronization in dirpicker - prevents trap
2000-12-18 20:33:29 +00:00
mkaply%us.ibm.com df6ad898af r=mkaply, a=blizzard
Small porting change from jeffk to position frame windows correctly
2000-12-18 20:30:41 +00:00
mkaply%us.ibm.com d3f40e2ef0 #62335
r=mkaply, a=blizzard
Code from jkobal - proper positioning of DBCS IME
2000-12-18 20:25:40 +00:00
cls%seawood.org c10aa7a9a3 Removing unused source file now that fix for bug #55674 has landed.
Thanks to Yannick Koehler <koehler@mythrium.com> for the patch.
r=cls@seawood.org sr=scc@mozilla.org
2000-12-17 08:47:43 +00:00
cls%seawood.org 495f6e6425 Fixing timers on BeOS and making a component out of them.
Thanks to Yannick Koehler <ykoehler@mythrium.com> for the patch and for having patience while we hashed out the fix for the fix.
Bug #55674. r=cls@seawood.org sr=scc@mozilla.org
2000-12-17 08:45:23 +00:00
m_kato%ga2.so-net.ne.jp 0559fe323e Fix bug 55256
On WinNT/2K, it uses Unicode window class due to M10L support.
sr=roc+moz@cs.cmu.edu
2000-12-16 09:52:58 +00:00
beard%netscape.com 725b574834 [Not part of build] Updated to use SetRootMenu() and SetMenuItemHierarchicalMenu() rather than juggling menu bars. 2000-12-15 21:43:22 +00:00
cls%seawood.org cfafaf6012 Fix keyboard input for BeOS.
Thanks to Makoto Hamanaka <VYA04230@nifty.com> for the patch.
Bug #62680
2000-12-15 02:14:30 +00:00
cls%seawood.org 8a9dce4d3c Fix classic theme look for BeOS.
Thanks to Makoto Hamanaka <VYA04230@nifty.com> for the patch.
Bug #62484 r=danm
2000-12-15 02:10:45 +00:00
danm%netscape.com f33eb5a785 implement SetSizeMode. bug 32148 r=brendan,rods 2000-12-14 22:37:08 +00:00
danm%netscape.com db7394e4cc implement SetSizeMode. bug 32148 r=brendan,pinkerton 2000-12-14 22:36:56 +00:00
rods%netscape.com e2f7f96cdc When remembering the time of the lst click it should be remembered only for mouse
down events, instead of all mouse events.
r=kmcclusk sr=buster Bug 53485
2000-12-13 11:53:10 +00:00
mkaply%us.ibm.com cd5874fc27 #62714
r=mkaply, a=blizzard
Code from jkobal - mishandling of some timers
2000-12-13 03:12:02 +00:00
mkaply%us.ibm.com b8486a0a8a #62714
r=mkaply, a=blizzard
Code from jkobal - do the same as Windows - simple modal event filter
2000-12-13 03:09:08 +00:00
blizzard%redhat.com cfd29c38b7 Fix bug #56021. Allow windows to be resized larger than screen dimensions. r=pavlov,sr=brendan 2000-12-13 02:36:24 +00:00
rods%netscape.com f8b069ca6c fixing drag+click == double click. The click counter needs to be zeroed during a drag
so a click that happens within the threshold of time between the end click of the drag
and the beginning click of the single click isn't counted like a double click.
The time in between the two which is system dependent and quite long.
b=kmcclusk sr=buster Bug 39192 and possibly Bug 47966
2000-12-12 12:22:49 +00:00
koehler%mythrium.com d8a8a255bf Bug 58217 - Fix menus under BeOS. r=danm
As this only affect BeOS, I'm not asking for a sr= as
discussed with Blizzard previously.
2000-12-11 03:52:12 +00:00
bryner%uiuc.edu e3a92267ce Mousewheel bugs 29244, 50339, 42313, 33733, and 57598. r=rods,pavlov. sr=hyatt. 2000-12-09 07:28:19 +00:00
dbaron%fas.harvard.edu 2b2160f1b0 Fix incorrect usage of nsCOMPtr where nsCOMPtr::operator& was used instead of getter_AddRefs. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com 2000-12-09 04:21:51 +00:00
dbaron%fas.harvard.edu 3c91a083b2 Avoid static constructor for nsSpecialSystemDirectory by making non-static, since function is not used often. b=61835 r=pavlov@netscape.com sr=waterson@netscape.com 2000-12-09 04:13:06 +00:00
mkaply%us.ibm.com fa1c717fe1 #62335
r=mkaply, a=blizzard
Code from jkobal to fix DBCS clipboard
2000-12-08 15:34:10 +00:00
nhotta%netscape.com ac598e5386 Fix memory leak, check in for disttsc@bart.nl, bug 58423, r=nhotta, sr=brendan. 2000-12-06 22:29:36 +00:00
mkaply%us.ibm.com 7954c29252 #62021
r=jkobal, a=blizzard
Update some of the values for system colors
2000-12-05 22:40:48 +00:00
blakeross%telocity.com 9f5792c48a Fix 46174: widgets don't use Appearance Manager variation color in mac classic theme. patch by lordpixel@mac.com. r=ben sr=blizzard 2000-12-05 21:48:38 +00:00
blakeross%telocity.com da5b3f2f0a Fix 46174: widgets don't use Appearance Manager variation color in mac classic theme. r=ben sr=blizzard 2000-12-05 21:48:00 +00:00
mkaply%us.ibm.com 43ff3cae5f Bad OS/2 only crash/regression - need for our daily build 2000-12-05 20:01:28 +00:00
beard%netscape.com b9aa03d8cf [not part of build] first cut at Carbon/Mac OS X compatible menu code. 2000-12-05 07:19:25 +00:00
mkaply%us.ibm.com be9d3e6e3a #61963
r=mkaply, a=blizzard
Code from jkobal - proper addrefing of nswindow during event processing
2000-12-05 04:28:19 +00:00
mkaply%us.ibm.com 82168180de #61873
r=mkaply, a=blizzard
Code from jkobal - fix various focus/owner problems
2000-12-05 03:50:31 +00:00
mkaply%us.ibm.com 3187041be5 Clipboard regression fix from jkobal - r=mkaply 2000-12-04 15:27:04 +00:00
dbaron%fas.harvard.edu b044086bf2 Free the nsGtkIMEHelper singleton in the module destructor and count it in the leak/bloat stats. b=59271 r=erik@netscape.com sr=brendan@mozilla.org 2000-12-02 16:06:29 +00:00
dbaron%fas.harvard.edu 4717094a96 Allow xlib to build with gcc "2.96". sr=blizzard@mozilla.org 2000-12-02 15:56:20 +00:00
danm%netscape.com 5ff0eefc43 offscreen warnings given only for top-level windows, which is all we care about, if anything. bug 53621. r=lumpy. i swear. 2000-12-01 23:34:43 +00:00
bryner%uiuc.edu 1a5b5839ba Backing out something I inadvertently checked in with my patch for 58589. r/sr=syd. 2000-12-01 21:19:22 +00:00
mkaply%us.ibm.com efc683a5c6 EMX build break with new clipboard 2000-12-01 15:29:32 +00:00
mkaply%us.ibm.com ad54722898 clipboard cleanup and rewrite
r=mkaply, a=blizzard
Thanks to jkobal and Dainis Jonitis
2000-12-01 00:08:36 +00:00
mkaply%us.ibm.com fab4ad2b34 #61587
r=mkaply, a=blizzard
Code from jkobal to fix strange random timer trap
2000-11-30 15:52:24 +00:00
pinkerton%netscape.com 8f98851ffb add selectors for scroll arrow placement and scroll thumb size. implemented on macos to look at appearance manager. made all platforms return 0 when asking for a selector that doesn't exist, so they are all the same. r=pchen, a=hyatt. 2000-11-30 01:51:14 +00:00
pinkerton%netscape.com 6f3f44424e add scroll-wheel support bug 7347. r=beard/sr=sfraser. 2000-11-29 00:30:46 +00:00
brendan%mozilla.org 6aa1f0087f Add trace-malloc logfile flushing from an idle handler (r=rayw, a=waterson, not part of build). 2000-11-22 08:06:38 +00:00
cls%seawood.org 66a18fcbbf Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
alecf%netscape.com 68d3515b46 #45797 - fix consumers of NS_IMPL_ISUPPORTS
r=dveditz
2000-11-17 20:54:21 +00:00
blakeross%telocity.com c7a7f43254 attempt to fix bustage 2000-11-16 23:02:24 +00:00
blakeross%telocity.com b4c8a9b5c8 Fix 1004: should support CSS2 system colors. patch by lordpixel@mac.com. r=pavlov sr=blizzard 2000-11-16 22:26:46 +00:00
blakeross%telocity.com 7ab377fe7d Fix 59867: sidebar dragging needs to respect user settings. r=evaughan a=hyatt 2000-11-16 22:25:45 +00:00
mkaply%us.ibm.com 8ef617b712 #59397
r=jkobal, a=blizzard
Forgot to add new files
2000-11-14 04:03:27 +00:00
mkaply%us.ibm.com 764b34aee9 #58805
r=mkaply, a=blizzard
More cleanup on nsAppShell
2000-11-14 01:36:03 +00:00
mkaply%us.ibm.com 3f8adab8be #59397
r=jkobal, a=blizzard
Code from jblanco makes our file dialogs much better
2000-11-14 01:28:37 +00:00
bryner%uiuc.edu 973bbbd400 Bug 58589 - groundwork for horizontal mousewheel scrolling. r=jkobal, sr=scc. 2000-11-13 18:16:43 +00:00
mkaply%us.ibm.com 39c18aef8d #59770
r=mkaply, a=blizzard
Code from jkobal to fix spacebard with shift down
2000-11-13 15:43:42 +00:00
sspitzer%netscape.com c18ae77650 backing edburns out to open up the tree.
sorry ed.  a=granrose
2000-11-10 21:24:24 +00:00
edburns%acm.org b8b8eed7fc bug 59530
r=waterson, sr=waterson
This fix removes the two instances of the unsafe practice of having
static nsCOMPtr instances, either as static data members or or file
static variables.  This practice prevents the proper ref-counting of
such instances, and leads to accessing the instances after their
ref-count has gone to 0.

The following files are in this fix:

widget/timer/src/windows/nsTimer.cpp
xpfe/components/bookmarks/src/nsBookmarksService.cpp
xpfe/components/bookmarks/src/nsBookmarksService.h
widget/timer/src/windows/nsWindowsTimer.h
2000-11-09 23:45:26 +00:00
edburns%acm.org 215616b650 nsTimer.cpp 2000-11-09 23:44:03 +00:00
mkaply%us.ibm.com 571d818832 #59400
r=mkaply, a=blizzard
Code from jkobal to fix more clipboard stuff
2000-11-09 21:34:43 +00:00
Jerry.Kirk%Nexwarecorp.com 4a2bfa50ee PHOTON ONLY: Added a Kung Foo Deathgrip to the Timer Event handler
so the timer could not be destroyed while inside the callback. I
did it just like GTK did it. It was crashing at http://www.uescape.com
2000-11-08 13:54:15 +00:00
mkaply%us.ibm.com 2a9da7b0a3 #59380
r=mkaply, a=blizzard
Code from jkobal/Dainis Jonitis to fix private clipboard formats
2000-11-07 22:31:41 +00:00
mkaply%us.ibm.com bd8c574638 #59381
r=mkaply, a=blizzard
Not handling border and window styles
2000-11-07 22:22:43 +00:00
mkaply%us.ibm.com 5fa28a0ed0 #59396
r=jkobal, a=blizzard
Using wrong value for nsLookAndFeel, and wrong font checks
2000-11-07 22:17:55 +00:00
pavlov%netscape.com a30aea6b50 commenting out some printfs r=ramiro 2000-11-07 08:29:59 +00:00
koehler%mythrium.com c8273e968b reverted patch 55674 2000-11-07 05:56:30 +00:00
mkaply%us.ibm.com bc2046c3c5 OS/2 TB breakage
Uh duh #if 0, not #ifdef 0
2000-11-06 23:49:49 +00:00
mkaply%us.ibm.com 5d63ef61ca #59259
r=mkaply, a=blizzard
Code from jkobal - don't just hide window, deactivate it
2000-11-06 21:04:35 +00:00
mkaply%us.ibm.com dadcb70570 #59274
r=mkaply, a=blizzard
Code from jkobal - special case checking for generated characters
2000-11-06 21:02:51 +00:00
mkaply%us.ibm.com f71858db65 #58805
r=mkaply, a=blizzard
Caused regression in timers - don't process entire timer queue
2000-11-06 20:59:27 +00:00
blizzard%redhat.com e145907e90 Fix bug #59015. Gtk timers do not shut down cleanly. Remove the timer when the shutdown method is called. This should fix some crashes when the embedding widget is shut down. r=bryner,waqar sr=brendan 2000-11-04 16:46:02 +00:00
koehler%mythrium.com 72c825132e Bug #55674: new timer implementation for BeOS r=blizzard 2000-11-04 00:27:22 +00:00
erik%netscape.com 2212f1abab bug 53989; written by katakai@japan.sun.com; r=erik; sr=brendan; this is a
workaround for a couple of popular Japanese input methods (see bug report)
2000-11-03 03:19:18 +00:00
blizzard%redhat.com 0a58794dfe Fix bug #57197, crash when opening a url when only the mail/news window is open by using the uri loader to do all of the heavy lifting. r=alecf, sr=mscott 2000-11-02 22:28:23 +00:00
mkaply%us.ibm.com 0cd42f879d #58805
r=mkaply, a=blizzard
Code from jkobal to make appshell more like Windows and make timers more efficient
2000-11-02 15:44:58 +00:00
bryner%uiuc.edu 8e29d3ba05 Bug 50597 - mousewheel nonfunctional if set to full-page scroll. r=mjudge,jkobal,ben. a=ben. 2000-11-02 05:15:34 +00:00
mkaply%us.ibm.com 3a8580a9a4 #58628
r=mkaply, a=blizzard
Code from jkobal to fix some focus problems
2000-11-01 21:08:09 +00:00
blizzard%redhat.com 86540dd66a Fix bug #58343. Make the signal connection while the superwin is still alive and don't explicitly remove the reference from the toplevel window. r=pavlov sr=brendan 2000-11-01 20:56:35 +00:00
mkaply%us.ibm.com 54d0ebc2f9 #55829
r=mkaply, a=blizzard
Code from jkobal - we were calling Update instead of Invalidate
2000-10-30 23:29:02 +00:00
rpotts%netscape.com f0fc64531d bug #54725 (r=kmcclusk@netscape.com, sr=brendan@mozilla.org). Java plugin causes app to hang on shutdown. 2000-10-30 22:43:21 +00:00
blizzard%redhat.com 489d55f001 build xremoteclient when building qt. a=leaf remove XIFF converter from qt build. checking in for John C. Griggs <johng@corel.com> 2000-10-30 19:26:53 +00:00
blizzard%redhat.com de43a587e8 add missing files from qt build for John C. Griggs <johng@corel.com> 2000-10-30 18:23:39 +00:00
dbaron%fas.harvard.edu f186627f77 Fix one-time leak of 5 nsVoidArray by freeing in module destructor. r=pavlov@netscape.com sr=scc@mozilla.org b=56747 2000-10-29 21:35:02 +00:00
warren%netscape.com cd56c0575b Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com bf11d32788 Fixed printfs for beos 2000-10-28 10:03:09 +00:00
cls%seawood.org c06d1aa7c9 Added nslog.h in attempt to fix BeOS build post bug #47207 2000-10-28 09:10:02 +00:00
warren%netscape.com 48cd09f93b Removed PRINT that was conflicting. 2000-10-28 02:35:25 +00:00
warren%netscape.com 2f67adea9f Removing more extra 0 params from NS_IMPL_LOG macro 2000-10-28 02:24:24 +00:00
dbaron%fas.harvard.edu 27aad45ed6 Removed extra 0 param. (Fix warren's bustage.) 2000-10-28 02:19:54 +00:00
warren%netscape.com 72a116b512 Removed extra 0 param 2000-10-28 02:18:32 +00:00
warren%netscape.com 5feaa5b397 Removed extra 0 arg from macro. 2000-10-27 23:37:22 +00:00
warren%netscape.com 7ecb14fab0 Removing nslog from .c file 2000-10-27 23:29:55 +00:00
warren%netscape.com bd558d84b0 Removed extra 0 arg. 2000-10-27 23:14:42 +00:00
warren%netscape.com 9a6d92a433 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
pinkerton%netscape.com 2e5bc79403 changes for Carbon r=pchen/a=sfraser. bug# 42100 2000-10-27 20:40:47 +00:00
pinkerton%netscape.com bee5cb78f5 If we're being minimized, don't tell Gecko. This allows us to remember the
scroll position when we're un-minimized. bug#56156, r=rods/a=hyatt.
2000-10-27 02:41:08 +00:00
mkaply%us.ibm.com a8f9272726 #47876
r=jkobal, a=blizzard
Code from jeffreyj to fix filepicker names
2000-10-26 18:43:29 +00:00
mkaply%us.ibm.com 6befbe0b76 #58073
r=mkaply, a=blizzard
Modify different pieces of keyboard code to make NumKeypad work
2000-10-26 18:40:24 +00:00
briane%qnx.com 4055424be3 PHOTON BUILD only
event loop fixes for modal dialogs
2000-10-25 18:01:02 +00:00
briane%qnx.com 9895aac2d8 PHOTON BUILD only
cursors now change properly, dilogs display in correct locations, modal
dialogs work
2000-10-25 18:00:34 +00:00
briane%qnx.com a73284881f PHOTON BUILD only
fixes for colors in toggle buttons
2000-10-25 17:59:36 +00:00
blizzard%redhat.com 595ebd69de Bug #54219. Bring qt back from the dead. I am checking this in on behalf of John Griggs <johng@corel.com>. If you have problems with this code, please contact him. 2000-10-25 16:55:42 +00:00
mkaply%us.ibm.com 439c4cf347 #52458
r=mkaply, a=blizzard
Code from jkobal to handle VSCROLL messages to get Thinkpad trackpoint scrolling working
2000-10-25 10:58:20 +00:00
mkaply%us.ibm.com fe30b163ea #57814
r=jkobal, a=blizzard
Fix for pasting HTML from clipboard - thanks to Dainis_Jonitis@swh-t.lv for the fix
2000-10-25 10:52:25 +00:00
mkaply%us.ibm.com a927daa832 #57639
r=mkaply, a=blizzard
Code from jkobal - check for VK_SPACE in vkey rather than space in char
2000-10-25 10:26:11 +00:00
bryner%uiuc.edu 58bbc89bcd Bug 57386 -- make setting the width and height separately on a newly created (1x1) XUL window work correctly. r=pavlov, sr=blizzard. Vixen works on unix now! 2000-10-25 06:21:20 +00:00
blizzard%redhat.com 9ba67a72d6 Fix for bug #57046. Flush the X connection before returning the xid of the plugin port window. This is part of the fix to get the java plugin working on linux again. r=akkana a=brendan 2000-10-25 03:40:53 +00:00
pavlov%netscape.com 8cbce5fe63 fix for bug 56010 r=akkana,brendan sr=blizzard,erik 2000-10-24 22:38:03 +00:00
briane%qnx.com 7db3307003 PHOTON BUILD only
fixes positioning bugs for dialogs and new windows
2000-10-23 19:38:41 +00:00
briane%qnx.com 3c9f468d5b PHOTON BUILD only
fixes forus problem with scrollbars
2000-10-23 19:38:04 +00:00
mkaply%us.ibm.com 1f47d30b26 OS/2 TB breakage
When I fixed the XP timer code, I forgot to update the OS/2 timers. Duh.
2000-10-21 02:44:30 +00:00
mkaply%us.ibm.com 7780c78f80 #55888
r=pavlov, rods, a=brendan
nsITimer implementation was using platform types (bool) instead of PRBool
2000-10-20 20:07:16 +00:00
blizzard%redhat.com 63b34fb95d bug #44847. start building the xremote client. r=dmose sr=shaver 2000-10-20 05:12:27 +00:00
blizzard%redhat.com e7c954ae43 bug #44847. -remote support for unix. r=dmose sr=shaver 2000-10-20 05:10:43 +00:00
blizzard%redhat.com addf030f08 start of fix for bug #44847. -remote support for unix. 2000-10-20 05:09:06 +00:00
mkaply%us.ibm.com 3a0fc9c277 #56770
r=mkaply, a=blizzard
Code from jeffk - this was actually a focus problem
2000-10-19 22:20:48 +00:00
mkaply%us.ibm.com 9f883208c2 #55550
r=mkaply, a=blizzard
Code from jjones to check window before deferencing it
2000-10-19 22:13:52 +00:00
mkaply%us.ibm.com 8fce60128f #56769
r=mkaply, a=blizzard
Code from jkobal to fix various clipboard problems
2000-10-19 21:57:17 +00:00
mkaply%us.ibm.com 51ac1c34a0 #56769
r=mkaply, a=blizzard
Code from jkobal to fix various clipboard problems
2000-10-19 21:18:12 +00:00
mkaply%us.ibm.com c2aff178a7 #56553
r=mkaply, a=blizzard
Code from jkobal - were doing the wrong thing on window close
2000-10-19 03:11:23 +00:00
rods%netscape.com df94ae3123 Both fixes are checks for null pointers 57044 checks for a null toolkit pointer
50208 checks for a null window in the processing of events
Bug 50208, 57044
r=saari,kmcclusk sr=buster
2000-10-19 00:48:06 +00:00
disttsc%bart.nl 4d30ff5f10 Fixes several Gdk related key event problems on Linux / Solaris. r=,mo=Pavlov, a=blizzard
bug 53667 - alt + left/right doesn't navigate back/forward
bug 55792 - ctrl + left/right not skipping words
bug 54694 - ctrl + left segfaults
2000-10-18 01:17:06 +00:00
briane%qnx.com 004469e627 PHOTON build only
Fixes for event handling.
2000-10-17 15:37:29 +00:00
mkaply%us.ibm.com 0d8fe00e43 #56770
r=mkaply, a=blizzard
More attempts to fix keyboard stuff.
2000-10-16 22:30:06 +00:00
mcafee%netscape.com 3fa191083b Fix alt-backarrow, alt-forwardarrow patch=jag, r=mcafee, sr=alecf (53667) 2000-10-15 21:40:19 +00:00
pavlov%netscape.com 542939a025 fix for bug 45162 new plugins shouldn't use GdkSuperWin's, but instead should use XIDs. sr=blizzard r=valeski 2000-10-13 01:10:21 +00:00
briane%qnx.com 1910700cd8 Not Part of Build... PHOTON ONLY
Multiple comboboxes in web pages now display properly
2000-10-12 16:19:02 +00:00
briane%qnx.com 1d459410c6 Not Part of Build... PHOTON ONLY
Fixed all the default colors and sizes.  The classic theme is now correct.
2000-10-12 16:18:30 +00:00
mkaply%us.ibm.com 292cb40883 #55810
r=mkaply, a=blizzard
Code from jkobal to fix various dropdown problems
2000-10-11 22:50:04 +00:00
nhotta%netscape.com 4e71100832 Fix Bug#: 53528 : ALT+HANKAKU/ZENKAKU key often activates menu bar
r=shanjian, sr=ftang, check in by nhotta's account for yokoyama.
2000-10-11 21:50:50 +00:00
law%netscape.com 54c9df8633 rtm++ bug 55627; handle case where base window closes out from under Downloading dialog; patch submitted by jrgm@netscape.com; r=law@netscape.com, sr=mscott@netscape.com 2000-10-11 03:04:31 +00:00
mkaply%us.ibm.com 49932d81ec #55831
r=mkaply, a=blizzard
Code from jkobal to make timers MUCH better
2000-10-10 21:45:12 +00:00
jfrancis%netscape.com 077dbf7762 noxif landing continued; see jst's prior checkin comments 2000-10-07 11:17:27 +00:00
jst%netscape.com 6ea631e28c Checking in for bug 50742, this change removes the use of XIF in mozilla and replaces the XIF converter with a HTML (and XML) serializer.
Contextual information added to HTML copy and intelligence added to HTML paste in the editor (fixes bugs 47014, 50568 and 46554, and partly (at least) fixes bug 53188).

Code written by vidur, jfrancis, jst, akkana. Tested by jfrancis, akkana, vidur, jst, kin. Reviwed (and super reviewed) by waterson, vidur, kin, jfrancis, jst
2000-10-07 10:57:30 +00:00
jst%netscape.com ab9a839149 New files, these used to be nsXIFFormatConverter, not part of the build yet. 2000-10-07 06:58:49 +00:00
saari%netscape.com f56703df2e Fix for 53771, Mac only key event fix. r=sfraser, a=hyatt rtm++ 2000-10-07 02:26:23 +00:00
pinkerton%netscape.com 7e90c08bef Fixing COM refcounting problems by removing |mDataObject| from the drag target. Also removing the
cached drag session. r=pchen/a=hyatt. bug# 54803
2000-10-07 00:11:28 +00:00
sfraser%netscape.com bd9eabb48a Fix for 55080 -- missing return value. r=brade, sr=saari. 2000-10-06 01:17:22 +00:00
pinkerton%netscape.com 7c657e653d turn off watch cursor before going into native code. make the cursor not turn on when library loads so embedding clients don't get screwed. r=pchen/a=hyatt, bug# 53121. 2000-10-06 00:57:40 +00:00
mkaply%us.ibm.com d38e0da8f5 #55274
r=mkaply, a=blizzard
Code from jkobal - we were marching up owner instead of parent chain
2000-10-05 14:47:22 +00:00
quy%igelaus.com.au 7baa1f26f8 Updating xlib toolkit. r=a=blizzard. Not part of build. Bug # 54132 2000-10-05 02:01:33 +00:00
quy%igelaus.com.au e5abae6f13 Updating xlib toolkit. r=a=blizzard. Not part of build. Bug # 54132 2000-10-05 01:51:38 +00:00
quy%igelaus.com.au 5b135ba1b6 Updating xlib toolkit. r=a=blizzard. Not part of build. Bug # 54132 2000-10-05 00:29:55 +00:00
bryner%uiuc.edu 320b10e024 Fix for bug 53723 (gray form control on Linux). r=pierre, ianh,
pavlov.  sr/a=ben.
2000-10-04 00:38:03 +00:00
mkaply%us.ibm.com 3025376d9d #50764
r=mkaply, a=blizzard
Code from sobotka/jkobal to get clipboard working.
2000-10-02 22:10:26 +00:00
nhotta%netscape.com 33f2200058 (bstell speaking, cell (415) 845-7800)
for bug 46974 we changed the type for nsFontHandle; make corresponding
changes here

bug 46974 - display of ascii (8 bit) data incorrect with 10646 (16 bit) font
a=erik r=blizzard, approved for trunk checkin by jar
2000-09-29 22:19:16 +00:00
mkaply%us.ibm.com a30aa10746 #45474
r=mkaply, a=blizzard
Finally, real OS/2 keyboard support
2000-09-28 13:37:38 +00:00
pavlov%netscape.com c9f82cbb61 fix for bug #52414 r,a,etc=brendan 2000-09-23 02:53:16 +00:00
mkaply%us.ibm.com bc1815218f #53387
r=brendan, a=brendan
We were doing bad things to the OS/2 character code before we gave it to XP
2000-09-22 14:43:19 +00:00
saari%netscape.com e6b33bae3d fix for 53017, linux specific focus bug. a=brendan 2000-09-22 06:48:56 +00:00
saari%netscape.com 017038bb88 Mac part of 48785 (hyatt's keybinding checkin) and also a fix for 52552. r=hyatt 2000-09-22 06:03:13 +00:00
pinkerton%netscape.com e8c27a8e0c in the event proc for the NavServices dialogs, tell the watch task that we've hit an event loop so that it doesn't change the cursor to a watch. r=hyatt, bug# 53121 2000-09-22 04:27:24 +00:00
shanjian%netscape.com f370e2961e #49414 crash in exist when global ime exist
r/a=ftang
gAIMMApp->Deactivate() should be called before release. This is documented
in MS documentation and tested in 4.x code.
2000-09-22 02:54:28 +00:00
ftang%netscape.com 0c590f7978 fix bug 53210. check in for yokoyama from ftang
a=ftang r=ftang remove static link of IMM32.DLL
2000-09-22 01:06:51 +00:00
sfraser%netscape.com 6daab2fa46 Fixing Mac out of memory blocker (dupped to bug 20743); make the low memory buffer purgeable again after reallocating it, and tweak the heap space numbers for GWorld allocations. r=pchen, sr=scc 2000-09-22 00:17:07 +00:00
pierre%netscape.com 0ace7234d8 fix related to the reconstruction of html.css (#6625), the css system fonts (#1021 and #3371) and a regression on the Mac from #44656: make the html form controls look better on the Mac. a=buster 2000-09-21 10:22:14 +00:00
saari%netscape.com d9d715927d Fix for 52895, mac menus can get messed up by changing the title of a submenu. r=smfr 2000-09-21 05:29:20 +00:00
pinkerton%netscape.com cce6bd95ac remove watch task, it went into gfx. add accessors to get it. 2000-09-21 05:11:54 +00:00
pinkerton%netscape.com 002292512e turn off watch task around TrackDrag(), r=sfraser bug 53121. 2000-09-21 05:10:55 +00:00
pinkerton%netscape.com 3b7cc2b10a fix for 53478, mac menu items not responding to hidden attribute. r=saari/sfraser. 2000-09-21 05:01:09 +00:00
rickg%netscape.com 9346562e99 WIP for nsbeta3+ bug 52725. r=buster, syd. A=syd. We need to confirm removal of nspr dependency, then we can strip winmm.lib from makefile 2000-09-21 02:59:39 +00:00
pinkerton%netscape.com e7673eb0e8 Added a line to end the drag session on a drop. Fixes bug 51904. r=evaughan/hyatt 2000-09-21 02:35:10 +00:00
danm%netscape.com ed4b09178f added null check to previous version's change. bug 53472. 2000-09-21 01:58:25 +00:00
shanjian%netscape.com 1ef41bb447 # 52142 Existence of XIM will crash mozilla
r=tajima@eng.sun.com a=ftang
Among all input styles, only over-the-spot works at this time. Force input
style to be over-the-spot.
2000-09-20 23:21:31 +00:00
locka%iol.ie b78abdf560 Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha 2000-09-20 12:23:53 +00:00
waterson%netscape.com cef66d8667 Fix build bustage. 2000-09-20 07:29:03 +00:00
akkana%netscape.com 2cd33c0fcb More 50252: Handle the gtk keypad keys too. r=kin,pavlov 2000-09-20 00:02:30 +00:00
danm%netscape.com afaee3e052 re-allow generalized event dispatch for windowshaded windows, but disallow mousemoved events. fixes bugs 33735, 51649, 52950, 51642. reverts bug 49007. sorry. r=pinkerton,sfraser. 2000-09-19 23:13:39 +00:00
akkana%netscape.com 97bbdea721 50252: Fix non-alphabetic control/alt key events. r=kin,pavlov 2000-09-19 22:40:04 +00:00
saari%netscape.com 3d6b3575cd more fixes for 53017. r=hyatt 2000-09-19 03:37:09 +00:00
mkaply%us.ibm.com 6075bf7d4e #47874
r=mkaply, a=brendan
Code from jkobal - continuing port of nsWindow.*
2000-09-18 20:39:13 +00:00
akkana%netscape.com aa0919a0aa 50252: fix key events for printable but non-alphabetic keys. r=dr 2000-09-18 19:50:50 +00:00
saari%netscape.com 8c69e9f876 fix for 49975. r=pinkerton and hyatt 2000-09-15 06:28:26 +00:00
rayw%netscape.com 3cd14f5878 Bug fix for 52648 -- remaining stash of progids which I missed on
the mega-change yesterday.  This will fix a few more issues.

r=warren
2000-09-14 23:20:49 +00:00
pinkerton%netscape.com 3740b50638 flush chrome cache as well, from pnunn. bug#51249. 2000-09-14 23:13:54 +00:00
mkaply%us.ibm.com da4f261d09 #47874
r=rmkaply, a=brendan
Code from jkobal - step one of bring nsWindow current
2000-09-14 22:49:36 +00:00
saari%netscape.com fab5101b40 Fix for 51934, mac only. r=pinkerton 2000-09-14 19:39:18 +00:00
mkaply%us.ibm.com 0f5c027b6e #52467
r=jkobal, a=brendan
Default colors for info background and hilite foreground/background were wrong
2000-09-14 13:04:58 +00:00
rayw%netscape.com 0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
sfraser%netscape.com 01915b13d4 More work on 20743, the mac memory problems. Have an addition 64k buffer handle that gets purged when memory is low. r=scc 2000-09-13 07:19:35 +00:00
scc%mozilla.org f75af5e15f if you want a pointer to the characters, you're going to have to |.get()| it 2000-09-13 02:48:08 +00:00
pinkerton%netscape.com 35ba98948e Install a VBL task to animate the watch cursor when we are away from the event loop for more that 3/4 of a second. r=sfraser, bug#52108. 2000-09-12 22:51:16 +00:00
mkaply%us.ibm.com b73a266b15 #47874
r=jkobal, a=brendan
Missed some code for dealing with popups
2000-09-12 22:41:07 +00:00
mkaply%us.ibm.com 9e76972bcb #47874
r=mkaply, a=brendan
Support for pointertype 27 (spinning)
2000-09-12 22:40:13 +00:00
rods%netscape.com bc110a51df forgot one small last jchange from the patch
b=49300 r=alex@cendio.se
2000-09-12 14:24:40 +00:00
blizzard%redhat.com 7ba0c56b16 patch for bug #49364. initialize key values during a drag. this should fix mail/news copying instead of moving messages on linux. r=pavlov,pinkerton a=brendan 2000-09-11 19:11:43 +00:00
pinkerton%netscape.com 23727ce05e make sure we only uncheck siblings if there is a name attribute and if we're a radio menu. r=saari, bug 51685 2000-09-11 18:53:39 +00:00
briane%qnx.com dede0b5c18 NOT PART OF BUILD - PHOTON ONLY
Varios fixes to allow the widget code to work with the latest
changes to the mozilla tree
Brian Edmond
2000-09-11 13:53:04 +00:00
rods%netscape.com 88ef4a03b8 Applied patches for Bugs 49300 and 44656. These patches reduce the number
of times the X-Server gets hits and speds up processing of events.
r=pavlov
2000-09-11 12:43:00 +00:00
bryner%uiuc.edu 39c1f1afd0 Checking in patch for bug 52054 by Decklin Foster <fosterd@hartwick.edu>. r=bryner, a=brendan. 2000-09-11 00:27:46 +00:00
jst%netscape.com 20e0e70734 Changing PLEvent que priority. r=pavlov,vidur 2000-09-09 06:11:50 +00:00
jst%netscape.com 4a59e000ba Backing out checkin for bug 36849. This change is the reason for mozilla to freeze while loading pages (by not processing paint events while loading pages), this has made mozilla feel really crappy for the last 5 weeks, this is unacceptable. r=vidur. 2000-09-09 04:46:36 +00:00
pinkerton%netscape.com 1fbe6a5718 put nsFileWidget back. 2000-09-08 23:21:28 +00:00
pinkerton%netscape.com fc7f984494 put nsFileWidget.cpp back into the build. 2000-09-08 23:21:09 +00:00
pinkerton%netscape.com 395497e0f8 oops, remove a line used in testing. 2000-09-08 22:28:41 +00:00
pinkerton%netscape.com ea957680de Use an additional layer of filtering based on file type if we fail on the IC check. This catches things that aren't mapped by IC but we still might want to open. Also fix up the event proc to process update events for windows in the bg. r=sfraser, bugs 50312, 51830 2000-09-08 22:27:37 +00:00
tajima%eng.sun.com 478f284e48 bug fixing for 3 nsbeta3+ bugs: 45287, 47568, and 47833. r=pavlov, a=waterson 2000-09-08 21:58:44 +00:00
pinkerton%netscape.com 32cf1108f8 remove nsFileWidget.cpp, replaced by nsFilePicker.cpp 2000-09-07 23:11:36 +00:00
pinkerton%netscape.com 47f2513541 removing the file widget (replaced by file picker). 2000-09-07 23:10:08 +00:00
pinkerton%netscape.com e85e34277a more api changes for strings 2000-09-07 23:09:22 +00:00
pinkerton%netscape.com e64b36806a fix bug where we were leaving off the null on our mapping flavor. 2000-09-07 23:08:33 +00:00
pinkerton%netscape.com 94e59deb6b updating a comment 2000-09-07 23:07:09 +00:00
pinkerton%netscape.com 1102c32cbd convert to NS_LITERAL_STRING and fixing some api's. 2000-09-07 23:06:52 +00:00
blizzard%redhat.com 57feb0c69d fix bug #41998. reset mouse motion variables whenever a drag is started. this should fix the lack of UI events after a drag. r=bryner, a=brendan 2000-09-06 22:37:55 +00:00
sfraser%netscape.com 4278e441aa Fix bugs 51368 and 51372 -- use InternetConfig.h from Universal Headers, renaming the IC SDK folder so that CodeWarrior does not search within it. r=pchen 2000-09-06 00:09:04 +00:00
bryner%uiuc.edu da7de9cbfd Classic skin polish (46613) - make the shadow/highlight colors look right. r=pavlov, ben. 2000-09-05 23:53:03 +00:00
blizzard%redhat.com 871f7add34 fix for bug #45919. x-remote understands ,noraise now. patch from jeffrey baker. r=me, a=brendan 2000-09-05 20:54:17 +00:00
bryner%uiuc.edu 956211f9f8 Classic skin polish (46613) - get the real gtk tooltip color so the tooltips look right. r=pavlov, ben. 2000-09-05 03:42:44 +00:00
bryner%uiuc.edu b6b61074dc Classic skin polish (46613) - make the shadows look better on unix by using the 'black' color. r=pavlov, ben. 2000-09-05 02:15:12 +00:00
saari%netscape.com 87c3cc9be0 Working around weird linux widget problem to fix focus bugs. Stabbing in the dark at 26882 2000-09-03 02:15:20 +00:00
scc%mozilla.org 512ef369e3 fixing code that relied on implicit string construction 2000-09-03 00:46:03 +00:00
scc%mozilla.org 25da052a0b fixing code that relied on implicit string construction 2000-09-03 00:31:01 +00:00
akkana%netscape.com 25b16b52f3 36809: don't print nastygrams when copied output is zero length. r=pavlov 2000-09-01 21:40:46 +00:00
mkaply%us.ibm.com 80386e4ea7 OS/2 GCC Tinderbox break
Since GCC doesn't have _System, these need to be extern C
2000-09-01 21:12:59 +00:00
mkaply%us.ibm.com 9962a1f69b #47874
r=mkaply, a=brendan
More fixups to widget - better menu code
Use Window Properties instead of PresParams
Rework subclass stuff to be more like Win
2000-09-01 13:09:21 +00:00
saari%netscape.com 0a86bc4cbd recommiting my mac only menu optimizations after the false alarm backout
earlier today.
2000-09-01 06:37:57 +00:00
vidur%netscape.com e153192875 Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
mkaply%us.ibm.com b454b7f9a0 #47874
r=mkaply, a=brendan
More fixups to widget - better menu code
Use Window Properties instead of PresParams
Rework subclass stuff to be more like Win
2000-09-01 01:00:46 +00:00
saari%netscape.com ea1ac6ba71 backing out my mac menu changes 2000-08-31 19:25:10 +00:00
blizzard%redhat.com f8a6bbe60e fixes for bugs 27790 33649 37003 37004 37257 45499 45761 50009 48276. this is a rewrite of much of the DND code for linux. some of the big features include multiple item drags inside of mozilla, support for _NETSCAPE_URL memory leak fixes and tree scrolling during drags. r=pavlov a=brendan 2000-08-31 14:48:14 +00:00
saari%netscape.com a43fa40784 Fixes for Mac menu bugs 49576, and 49142. r=pinkerton 2000-08-31 02:26:08 +00:00
mkaply%us.ibm.com 11f82c7a51 #47874
r=mkaply, a=brendan
Code from jkobal to fix menus rolling up prematurely - straight from Windows
2000-08-30 22:13:20 +00:00
danm%netscape.com 8bd9a1c0f9 add 'activate' parameter to nsIWidget::PlaceBehind. bug 22658 r=rods,kmcclusk 2000-08-30 21:21:39 +00:00
pinkerton%netscape.com d70667c007 fix for bugscape bug 2119. menu bars were not unregistering themselves as document observers when deleted. r=waterson. 2000-08-30 06:45:23 +00:00
bryner%uiuc.edu 1754d386cc Fixing my build bustage. r=beard. 2000-08-30 04:44:49 +00:00
bryner%uiuc.edu 5018b0f741 Bug 50664 - string leaks in nsBaseFilePicker. Patch from beard, r=me. 2000-08-30 04:20:08 +00:00
mkaply%us.ibm.com e292ed1d7a r=mkaply, a=brendan
Fix for OS/2 menu problem - just don't set owner on most Windows.
2000-08-30 01:15:17 +00:00
pavlov%netscape.com 3119296d65 fix for us not painting windows from time to time on linux bug #50606 r=blizzard 2000-08-29 23:56:53 +00:00
quy%igelaus.com.au 56ef0c603c single shot and reusable timers for xlib. Not yet part of build. Thanks to faulkner@igelaus.com.au 2000-08-29 06:20:07 +00:00
quy%igelaus.com.au a49dd18dd0 First Checked In. Not yet part of build 2000-08-29 05:05:32 +00:00
tajima%eng.sun.com 93948f243f bug fixes for 49148, 43108, and 41786. r=a=pavlov@netscape.com. 2000-08-28 23:48:38 +00:00
quy%igelaus.com.au cf461465c6 Fixed text hilighting color problem in Xlib. By peter@igelaus.com.au 2000-08-28 23:46:57 +00:00
quy%igelaus.com.au dce3172348 Fixed text hilighting color problem in Xlib. By peter@igelaus.com.au 2000-08-28 23:44:30 +00:00
bryner%uiuc.edu edf88abc56 Adding mousewheel support to xlib toolkit. r=quy@igelaus.com.au. Not
part of build.
2000-08-28 14:31:09 +00:00
quy%igelaus.com.au b47d81da2a Updating xlib. Not part of the build 2000-08-28 08:50:03 +00:00
quy%igelaus.com.au bdec44a8c1 Updating xlib. Not part of the build 2000-08-28 03:59:17 +00:00
quy%igelaus.com.au 2020b8cdf8 Updating xlib. Not part of the build 2000-08-28 02:35:35 +00:00
quy%igelaus.com.au e87bbca340 First Checked In. Not yet part of the build 2000-08-27 23:08:26 +00:00
quy%igelaus.com.au f765c79fd4 Updating xlib. Not part of the build 2000-08-27 22:53:11 +00:00
bryner%uiuc.edu dd1a838423 This is a better fix for 42345. It should fix some of the "window opening
offscreen" problems people have been seeing.  r=blizzard.
2000-08-26 04:37:47 +00:00
pinkerton%netscape.com 4416a593da include InternetConfig library to fix bustage. 2000-08-25 02:39:44 +00:00
pinkerton%netscape.com c6abb716c8 restructure xp picker to better reuse filtering code. implement filtering on macOS for navServices < 2.0 (bug 43932) 2000-08-25 02:17:53 +00:00
tajima%eng.sun.com a6420f1cc4 bugzilla=49671, a=waterson, r=katakai 2000-08-24 20:16:50 +00:00
tajima%eng.sun.com e716cc5d84 bugzilla=43108, a=waterson, r=pavlov 2000-08-24 20:14:58 +00:00
saari%netscape.com b35996ff85 46938, fire event so we can track when plugins are clicked on. r=rods 2000-08-24 04:53:31 +00:00
saari%netscape.com 1e6e0ac7af For bug 46938, adding event so we can tell when windows created by third party plugins have been activated 2000-08-24 04:49:00 +00:00
shanjian%netscape.com 897032bd28 #49342 IME98/IME2000 Reconversion does not work in text area
ar=ftang
Reconversion query is added to IME judge macro.
2000-08-24 02:10:28 +00:00
sfraser%netscape.com 1d82f13005 Fix for 41741, allow resizable dialogs on Mac. Note that we now have a stricter matching between XUL dialog attributes, and the window type. This means that some dialogs that used to have a titlebar now won't have one on Mac, so you should add "titlebar" where appropriate. r=danm 2000-08-24 01:36:46 +00:00
ftang%netscape.com 21ee0c54b0 fix 41305. r=jfrancis. send correct charcode for contrl key on mac. 2000-08-24 00:12:46 +00:00
mkaply%us.ibm.com d34ffeffe8 #49851
r=jkobal, a=brendan
Fixing up my crappy code
2000-08-23 01:38:04 +00:00
mkaply%us.ibm.com 936f8354de #49851
r=jkobal, a=brendan
Frame Windows should be owned by the passed in parent, not HWND_DESKTOP
2000-08-23 00:00:57 +00:00
pavlov%netscape.com f7cf2c4b48 fix hang when using apps that use lesstif for the motif clipboard (like nedit) bug 46409. fix for memory leak in clipboard bug 49582. fix for pasting from something like xterm -u8 that uses UTF8_STRING bug 36895 r=blizzard,bruce 2000-08-22 23:51:48 +00:00
rods%netscape.com 2419104f68 changed window class to "MozillaWindowClass"
b=29487 r=kmcclusk
2000-08-21 21:32:09 +00:00
blizzard%redhat.com f9073b1bd7 back out changes described in bug #46901 since it breaks DOM key press events as described in bug #14856. a=brendan 2000-08-20 15:51:33 +00:00
gagan%netscape.com f784213517 fixing for scc. 2000-08-20 08:09:00 +00:00
scc%mozilla.org d447c4b511 fixing code that relied on implicit string construction 2000-08-19 22:35:49 +00:00
pinkerton%netscape.com 55cced4fba Replaced lots of unnecessary code with OleFlushClipboard() so that we correctly flush
the clipboard when the app quits, but only if the data on the clipboard is ours to
begin with. r=scc, bug#49354.
2000-08-19 19:30:52 +00:00
pavlov%netscape.com ecd17a88e6 fix for wrong cursor when in wait state bug 48839 r=bruce 2000-08-19 06:13:08 +00:00
danm%netscape.com d1aeaaf481 Suppress dispatch of events to collapsed windows. bugs 49007, 48153. r=sfraser@netscape.com. (Note 49007 is expected Mac behaviour, but it seems like a bad thing.) 2000-08-18 22:49:02 +00:00
pavlov%netscape.com 72fe52e405 removing assertion when aData is null since it will always be null and isn't used (removing small part of akkana's patch for 46643) r=bryner 2000-08-18 05:26:05 +00:00
akkana%netscape.com 5d58e40c63 46643: Attempt to fix intermittent crash when clearing clipboard. r=pavlov 2000-08-18 01:33:09 +00:00
bryner%uiuc.edu 7e0981701c Making saari's debug output #ifdef DEBUG_FOCUS. r=pavlov. 2000-08-18 01:24:57 +00:00
akkana%netscape.com c07e47ef49 Define NS_VK keycodes in terms of nsIDOMKeyEvent keycodes. r=saari. Requires undefining ERROR on Win32, r=cmanske 2000-08-17 21:43:26 +00:00
pavlov%netscape.com 21dc75fc2e fir for bug 46729. convert things like smart quotes to normal quotes when pasting as plain text r=pinkerton 2000-08-17 21:37:09 +00:00
bryner%uiuc.edu f1ebc3acd0 Fixing bug 42345 - hook up NS_MOVE events when a toplevel window is moved
on Linux.  Also use get_root_origin instead of get_origin so that we
persist the correct position.  r=blizzard.
2000-08-17 20:51:43 +00:00
pinkerton%netscape.com 2ee7406a8e Fix for 48291, r=saari. For internal formats that are not CF_TEXT, eg text/html,
treat them like they are unicode and do the fiddling required for win98.
2000-08-17 04:19:14 +00:00
saari%netscape.com 6104e9059f fix for nsbeta3+ 43254. r=pinkerton 2000-08-17 03:41:56 +00:00
saari%netscape.com 436b62924e fix for nsbeta3+ 29800; deactivate not firing properly on linux. r=bryner 2000-08-17 03:29:06 +00:00
akkana%netscape.com 6c14f21233 23587: Make accelerator and menu access keys settable through a pref. r=saari 2000-08-17 00:09:16 +00:00
pinkerton%netscape.com 332aed2bf6 Don't break VC5 (yawn). 48862, a=waterson 2000-08-17 00:02:38 +00:00
dbaron%fas.harvard.edu 4c76c5fa87 Fix string leaks from nsWindow::SetTitle. r=pavlov b=49148 2000-08-16 23:18:33 +00:00
kmcclusk%netscape.com edf26e2b34 Suppress nsWidget::Move if the window is already at location specified b=44476 (p=Tomi.Leppikangas@oulu.fi) r=syd@netscape.com 2000-08-16 22:58:15 +00:00
kmcclusk%netscape.com 48710494bb Suppress nsWindow::Move if the window is already at location specified b=44476 (p=Tomi.Leppikangas@oulu.fi) r=syd@netscape.com 2000-08-16 22:53:32 +00:00
dbaron%fas.harvard.edu df5d6278e6 Add newline to end of file to fix HP bustage. 2000-08-16 03:26:51 +00:00
pinkerton%netscape.com 42d11e403d put code in InvokeDragSession() to turn off mouseCapture when the drag begins. moved code that finds a frame from a DOM node from mac code into base class. bug 48250. 2000-08-16 01:46:34 +00:00
sfraser%netscape.com d91252cc2d Fix for 34741 -- command-drag background windows when a dialog is up. r=danm 2000-08-15 19:14:04 +00:00
pinkerton%netscape.com 4d6f0e2dd4 part of fix for 47105, clear canDrop every time we dispatch a dragOver event. it will be set accordingly if it is meant to be. 2000-08-15 18:22:39 +00:00
valeski%netscape.com e23e79e1a0 26719. applying patch for bns_robson@hotmail.com to fix handle leak. r=valeski 2000-08-15 01:35:30 +00:00
pinkerton%netscape.com f9d4185419 Remove Start/StopTracking methods. 2000-08-09 07:45:12 +00:00
pinkerton%netscape.com 4e3b94140e Stop using dragtracker (bug 43428) 2000-08-09 07:43:12 +00:00
pinkerton%netscape.com 886cb5ccdc Stop using dragTracker (bug 43428) 2000-08-09 07:41:31 +00:00
pinkerton%netscape.com 028fd2878c stop using dragTracker (bug 43428). 2000-08-09 07:40:54 +00:00
pavlov%netscape.com 2e29bade77 additional removal of static nsCOMPtrs for bug 43580 r=scc 2000-08-09 05:28:45 +00:00
pavlov%netscape.com 4944838104 avoid pulling the event out of the queue and putting it right back when typing.. working on linux performance bug 26502 r=beard 2000-08-09 05:16:17 +00:00
mkaply%us.ibm.com 22fb378e7d #47874
r=mkaply, a=brendan
Remove unused widget files
2000-08-07 21:40:45 +00:00
mkaply%us.ibm.com 88cb2bb655 #47874
r=mkaply, a=brendan
remove obsolete nsTooltip* files
2000-08-07 20:56:20 +00:00
mkaply%us.ibm.com 94bededfa0 #47874
r=mkaply, a=brendan
nsFontServices is not used
2000-08-07 20:53:28 +00:00
mkaply%us.ibm.com 428b8d9862 #47874
r=mkaply, a=brendan
Bring nsToolkit up to par with the Windows code
2000-08-07 20:51:47 +00:00
mkaply%us.ibm.com bb06aba776 #47874
r=mkaply, a=brendan
Bring nsLookAndFeel up to par with the Windows code
2000-08-07 20:48:09 +00:00
mkaply%us.ibm.com a9489a1e0c #47874
r=mkaply, a=brendan
Bring nsSound up to par with the Windows code
2000-08-07 20:47:05 +00:00
pierre%netscape.com 298c25e155 Bug 38445: Complete support of CSS2/3 cursors on Mac 2000-08-04 23:40:10 +00:00
shanjian%netscape.com de23b7e7a9 #14022 IME98 Reconversion does not work in HTML Editor
r = jfrancis
a = ftang
fix proposed by m_kato@ga2.so-net.ne.jp

New events are added to support reconversion. As a result, many files
are affected. They are:
editor:
  nsEditor.h nsEditor.cpp nsEditorEventListeners.cpp nsEditorEventListeners.h
  nsHTMLEditor.h nsHTMLEditor.cpp nsIEditorIMESupport.h
dom and layout:
  nsIPrivateCompositionEvent.h nsDOMEvent.h nsDOMEvnet.cpp nsEventListenerManager.cpp
  nsIDOMCompositionListener.h
widget:
  nsGUIEvent.h nsWindow.h nsWindow.cpp
2000-08-04 21:43:29 +00:00
blizzard%redhat.com 7f0e5cf2cb fix for bug #26509. in nsIWidget::Show() try to grab if the last grab attempt wasn't successful since in unix the window has to be visible to complete a grab. context menus shouldn't travel to seperate desktops now. r=pavlov, a=waterson 2000-08-04 20:42:11 +00:00
danm%netscape.com 6d9f758aba (empty) implementations of new nsIWidget method ConstrainPosition. bug 31516 r=saari@netscape.com 2000-08-04 14:49:36 +00:00
danm%netscape.com aef2763295 implement new method ConstrainPosition. bug 31516 r=saari@netscape.com 2000-08-04 14:48:33 +00:00
danm%netscape.com b3dfb63d25 new method ConstrainPosition provides implementation-dependent on-screen check for top-level windows. bug 31516 r=saari@netscape.com 2000-08-04 14:47:46 +00:00
pavlov%netscape.com 24f2e6af90 removing an ifdef DEBUG_pavlov printoutlotsofstuff line 2000-08-04 06:02:42 +00:00
pinkerton%netscape.com 6ce2873456 Damn, forgot to check this in too 2000-08-03 22:48:07 +00:00
pinkerton%netscape.com fc5313569d part of fix for 46001, support |collapsed| attribute in addition to |hidden| to hide mac menus. 2000-08-03 22:09:00 +00:00
ftang%netscape.com ce70ada340 fix bug 46684 r=nhotta a=ftang convert unicode to file system charset 2000-08-03 22:07:14 +00:00