ftang%netscape.com
36e9a8378c
fix bug 19358. r=erik,pierre,pinkerton. Move the support of nsIKBStateControl from nsMacWindow to nsWindow. Remove unnecessary ResetInputState in mouse click. That is already been replaced by xp code. Clean up casting compilation error after change the class hier.
1999-12-09 17:56:41 +00:00
akkana%netscape.com
b9b8ecf5e1
21208: Fix pasting of unicode. r=pinkerton, a=brendan
1999-12-09 01:35:48 +00:00
pavlov%netscape.com
e48c46c742
#ifdef DEBUG_CLIPBOARD a printf a=leaf
1999-12-08 20:00:28 +00:00
syd%netscape.com
d2f3288af4
More fleshing out nsSound for Linux, mirrors windows implementation that
...
works, replacing call to PlaySound() in Win32 with call to esd sound daemon.
Currently doesn't play, but I will fix that shortly. r=alecf
1999-12-08 07:43:39 +00:00
hyatt%netscape.com
1e1f4de5d2
Fixing MAC menu accelerators. r=saari
1999-12-08 04:58:23 +00:00
ftang%netscape.com
a7b00b6d2f
remove front end hacky mouse down call to ResetInputState. This will be replaced by xp call in nsEditor ForceCompositionEnd() r=erik. fix bug 12090
1999-12-08 03:39:53 +00:00
pinkerton%netscape.com
ba5e6cf9fb
Fixes for bug #18409 (again). Don't assume that we can rely on ::GlobalSize() for the
...
length of the data. We have to figure it out ourselves because of alignment differences
between 98 and NT (r=gimpy).
1999-12-07 22:45:01 +00:00
blizzard%redhat.com
7cfde8d68e
add a debugging window utility for gtk
1999-12-07 22:02:40 +00:00
ftang%netscape.com
723af171cd
add query composition event which get current curosor position. add timer base IME x y location query for gtk. r=erik. fix bug 17916 20550
1999-12-07 01:29:00 +00:00
blizzard%redhat.com
6fdb0078cb
move the installation of the GDK event handler to the first nsWidget() class constructor so that external applications don't have to know about the event handler. part of bug #20396
1999-12-06 20:24:36 +00:00
blizzard%redhat.com
47cd1361f7
remove all of the #ifdef USE_SUPERWIN defines since it's the default now. a=leaf
1999-12-06 16:23:34 +00:00
Jerry.Kirk%Nexwarecorp.com
e7bb5d09ce
Change Play from a nsIFileSpec to a nsIURL so it would compile
...
r=kedl
1999-12-06 16:01:25 +00:00
Jerry.Kirk%Nexwarecorp.com
1bda5d8b05
Simplified InvalidateRegion for Photon, but left the old code for
...
a little while in case I was wrong..
r=kedl
1999-12-06 14:01:59 +00:00
Jerry.Kirk%Nexwarecorp.com
161227d500
Fixed some warning messages that started showing up when I moved to
...
the real compiler.
r=kedl
1999-12-06 13:45:33 +00:00
Jerry.Kirk%Nexwarecorp.com
7527aabb92
Fixed InvalidateRegion, brought it uptodate with GTK version.
...
r=kedl
1999-12-06 04:54:59 +00:00
syd%netscape.com
29aed3b5c8
Move structure in Windows implementation over to mac and gtk. r=pavlov. All
...
#if 0 for now. r=Pavlov
1999-12-05 02:48:27 +00:00
blizzard%redhat.com
d2b3fa8d6f
clean up DestroyNativeChildren() so that it doesn't use an external
...
hash of children and uses the list of children of the nsIWidget. clean up some of the ambiguities of the focus window reference counting. make sure that
the mEventCallback isn't set to null until after the OnDestroy() signal is
sent. make sure that the OnDestroy() method is called when a
delete_event happens on a native widget ( not that we have any of those left, really ).
1999-12-05 00:19:04 +00:00
pierre%netscape.com
2e91e607c0
20747 "[PP] The Font FACE attribute is case-sensitive". FontNameKey now computes the hash-value on lower-case strings. Also added a few out-commented lines in GetScreenResolution that may be useful later for #18136 "Fixing the font size mess".
1999-12-04 13:52:15 +00:00
syd%netscape.com
190ba77382
Fix build bustage.
1999-12-04 13:27:45 +00:00
syd%netscape.com
04e0368758
Convert nsISound to use URIs. On windows (Linux to follow) nsSound uses necko to read the URI data
...
into a buffer, and then sends it to win32 PlaySound to play asynchronously. r=nisheeth r=hyatt.
1999-12-04 12:36:10 +00:00
pierre%netscape.com
98fa585872
20449 "[Mac] scrolling of fixed positioned elements is broken". Fixed ScrollBits() to take into account the visible region when computing the source rect (and thus the dest rect) and the updateRgn.
1999-12-04 02:17:45 +00:00
ramiro%fateware.com
35ea8f2f1d
Take out some debuggin printf noise dumbness left in there by me last nite.
1999-12-03 23:44:47 +00:00
dcone%netscape.com
c382db6ddf
Fixed and invalidate in showwindow. r=sfraser,rods.
Bug=18971 (pdt+)
1999-12-03 15:55:37 +00:00
ramiro%fateware.com
2e34393484
Update the paint flashing and event debuggin code. The problem was that it
...
was leaking an nsIPref thing for "efficiency" reasons (actually, the truth
is I was just lazy when I wrote the code, but dont tell my mom) The fix was
to register pref changed callbacks to avoid having to keep an nsIPref alive
and thus avoiding some memory leaks which were adding noise to the leak logs.
r=pavlov.
1999-12-03 07:23:22 +00:00
danm%netscape.com
83967b6151
fix inGoAway event to dispatch the corresponding nsGUIEvent directly to the top-level window. fixes bug 20538. pinkerton suggested the change.
1999-12-03 01:14:57 +00:00
ftang%netscape.com
e4c5a0077b
add Mac implmenetation of nsIFontEnumerator r=erik
1999-12-02 23:27:16 +00:00
pinkerton%netscape.com
6a0d20417f
Fix for bug 18409. clipboard/d&d now converts incoming text to DOM linebreaks. r=saari
1999-12-02 23:18:23 +00:00
pinkerton%netscape.com
08200dac55
Removed a bunch of duplicated code. r=saari
1999-12-02 23:17:31 +00:00
blizzard%redhat.com
94905ac6a0
Clean up Destroy() and focus handling. fix bug #19302
1999-12-02 22:09:25 +00:00
tbogard%aol.net
783d124f26
Added the FocusAvailable() method to nsIBaseWindow.idl.
1999-12-02 09:41:21 +00:00
pavlov%netscape.com
82c57c5d63
make scrolling suck less r=brendan
1999-12-02 05:16:13 +00:00
pinkerton%netscape.com
0de3c034b5
using new linebreak helper class to convert mac cr's to linefeeds expected by the dom. fixes 18409 for macOS. r=sfraser.
1999-12-02 03:40:29 +00:00
pinkerton%netscape.com
8d8eb7dc75
added nsLinebreakHelper class so clipboard and d&d can easily convert linefeeds from native to DOM. bug 18409, r=sfraser
1999-12-02 03:39:41 +00:00
erik%netscape.com
4a9e703f28
bug 15496; cannot see Japanese text when entering it after focussing text
...
field for the first time; fixed by initializing Y coordinate to better
value; r=ftang
1999-12-02 02:27:00 +00:00
pavlov%netscape.com
f705f1f50f
intersect expose rects with the width and height of the window and unqueue draws and reset update area on scrolls r=mcafee
1999-12-02 00:51:13 +00:00
danm%netscape.com
c136879a5f
hooking up 'close' xul event handler. bug 13695. r:hyatt@netscape.com
1999-12-01 22:38:06 +00:00
danm%netscape.com
a9db94dfe7
adding 'close' xul event handler. part of bug 13695. r:hyatt@netscape.com
1999-12-01 22:35:33 +00:00
ftang%netscape.com
a38f6b6bf6
1. remove unnecessary IME_FROM_CHAR code. 2. make mCurrentKeyboardLayout global 3. add gKeyboardLayout 4. use ToAsciiEx instead of ToAscii. 5. fix bug 6053 18986. r=erik
1999-12-01 22:10:13 +00:00
colin%theblakes.com
cd9671e988
Print support for OpenVMS. r=dcone
1999-12-01 11:58:21 +00:00
saari%netscape.com
9b0e025113
Making the mac focus event flow the same as windows. This is a Good Thing.
1999-12-01 09:07:52 +00:00
syd%netscape.com
b0f8a35bbe
Throughout mozilla, we call gtk_rgb_get_visual() and In gdk_window_new(), called
...
by superwin, the visual is being obtained by calling gdk_visual_get_system().
This was causing match errors when gdk_rgb picked a visual having a depth that
was different from the server default visual. r=pavlov, fixes bugs 20153 and
19263.
1999-12-01 06:39:36 +00:00
pavlov%netscape.com
f8be1d3657
remove a line i checked in that i didn't mean to check in in my last checkin
1999-11-30 23:29:03 +00:00
sspitzer%netscape.com
459023769b
fix warning for pavlov
1999-11-30 23:01:10 +00:00
sspitzer%netscape.com
30516ea248
fix warning. r=pavlov
1999-11-30 22:42:54 +00:00
pavlov%netscape.com
55a09919ce
add comment to scrollbar about a bug and fix for stupid drawing code on unix that goes along with beard's checking for 13131. removes some unneeded duplication of code. r=blizzard,paulmac,beard
1999-11-30 22:33:56 +00:00
brade%netscape.com
7ac09e35d7
ObscureCursor (bug #19593 ; r=sfraser)
1999-11-30 22:19:04 +00:00
ftang%netscape.com
cb17c6d839
fix bug 12253. clean up some ime code. r=erik
1999-11-30 22:09:28 +00:00
pinkerton%netscape.com
4de90fdade
fix for bug #19571 , where we assumed text from the drag manager or clipboard was null terminated when placing it into a nsISupportsPrimitive, when it obviously wasn't. r=sfraser.
1999-11-30 22:07:29 +00:00
ftang%netscape.com
6dec90fe38
change the base font for XIM to a XLFD which can be fulfilled by all the locale. Fix hanIM problem w/ Korean locale. r=erik
1999-11-30 22:05:47 +00:00
akkana%netscape.com
2e88f2b03e
Removing my name from a debug printf
1999-11-30 21:56:09 +00:00
dougt%netscape.com
1da7d3868d
fix for 18078. r=mstoltz,warren
1999-11-30 00:32:43 +00:00
pinkerton%netscape.com
15c3a8c126
added debug ifdefs around printfs to reduce output during drags.
1999-11-30 00:24:06 +00:00
pinkerton%netscape.com
75415b85bc
exporting nsBaseWindow.idl for travis.
1999-11-30 00:15:10 +00:00
Jerry.Kirk%Nexwarecorp.com
e444847ab7
Added debug code to try and track down extra draws..
...
r=kedl
1999-11-29 21:37:43 +00:00
blizzard%redhat.com
99e6fc82e3
code to prevent creating a window that is a child of an nsIWidget that has already been destroyed
1999-11-29 21:28:57 +00:00
rods%netscape.com
4047685baf
changes to make the XP wheel tracker code work for windows.
...
Code is from bryner@uiuc.edu , reviewed by self. I don't think there was a bug
but there should have been.
1999-11-29 21:14:43 +00:00
blizzard%redhat.com
0816f40bb7
make sure that windows are destroyed when the Destroy() method is called. fix for bug #18801 . r=syd
1999-11-29 07:44:22 +00:00
tor%cs.brown.edu
ea9d345f2e
Fix timers with interval greater than a second. r=blizzard
1999-11-28 19:12:10 +00:00
warren%netscape.com
4ab4ee4d4e
Eliminated the libs build pass.
1999-11-28 03:05:01 +00:00
blizzard%redhat.com
b524887648
make the grab a little more idiot proof
1999-11-27 20:08:18 +00:00
tbogard%aol.net
dafd034c01
Added getPositionAndSize() to nsIBaseWindow.
1999-11-27 02:49:57 +00:00
beard%netscape.com
c7400d902d
bug #13331 , implemented nsWindow::InvalidateRegion(). r=mcafee
1999-11-25 02:06:16 +00:00
waqar%netscape.com
b4ed01d118
# 17102
...
r mcafee@netscape.com
d Need to have a dialog box when replacing a file. Make sure that user
really wants to overwrite the existing file.
1999-11-25 00:05:32 +00:00
tbogard%aol.net
a0640b60c4
Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc
1999-11-24 06:03:41 +00:00
akkana%netscape.com
e513fcdd8a
Define semicolon as well as colon. r=pavlov
1999-11-24 00:04:20 +00:00
pinkerton%netscape.com
eaa95c2535
fix for bug 19590, writing to nil during a drag. Also fixed a memory corruptor with deleting bad memory when there was no flavor mapping table (no bug filed). r=sfraser.
1999-11-23 22:19:26 +00:00
blizzard%redhat.com
fa38f78ee9
fix bug #14131 . popup windows on modal dialogs should work now.
1999-11-23 20:55:57 +00:00
Jerry.Kirk%Nexwarecorp.com
594ab03a6a
nsAppShell: Added some NS_WARNING calls.
...
nsWidget: Aded support for numeris keys on the numeric keypad.
1999-11-23 13:10:03 +00:00
Jerry.Kirk%Nexwarecorp.com
87b4eae3c4
Overloaded more methods in the ChildWindow for destruction.
...
Added GetFrameSize method to the Window.
r=kedl
1999-11-23 13:08:46 +00:00
kmcclusk%netscape.com
da68112960
Applied patch for improving event dispatching on WIN32. bug=17881. r=rods@netscape.com,michael.lowe@bigfoot.com
1999-11-22 22:51:39 +00:00
jdunn%netscape.com
8fb7825ce9
Link against superwin even if monolithic
...
r=pepper@netscape.com
1999-11-22 21:35:33 +00:00
joki%netscape.com
e3b049c197
Fix for 17683, add key events for alt+numpad character generation. r:vidur
1999-11-22 19:45:13 +00:00
beard%netscape.com
1606902969
implements InvalidateRegion(). r=kmcclusk
1999-11-20 22:33:42 +00:00
dcone%netscape.com
b5f54048f1
Reworked the flashing for porkjockey's. r=rods
1999-11-19 14:56:24 +00:00
fur%netscape.com
e5fdfdb24e
In support of #8305 (implement cache).
...
Add Truncate() method to nsIFileSpec and implement in nsFileSpecImpl
1999-11-19 01:44:54 +00:00
ftang%netscape.com
fab29310c5
fix 19132 19135 ane partial fix 12090. implement nsIKBStateContorl for gtk. call ResetInputState from mouse button press. force ime to commit in ResetInputState and send the uncommitted text by using composition start/end and text event. move unicode conversion for IME into nsGtkIMEHelper class. r=erik
1999-11-19 01:14:23 +00:00
colin%theblakes.com
42ea84eb8c
Add MOZ_COMPONENT_LIBS. r=jdunn
1999-11-18 20:23:31 +00:00
colin%theblakes.com
3c9a2f9dc0
build gtksuperwin if MOZ_ENABLE_GTK and MOZ_MONOLITHIC_TOOLKIT are both set. r=jdunn
1999-11-18 19:50:45 +00:00
blizzard%redhat.com
fe6ea0009c
we don't need to listen to events on the top level window
1999-11-18 19:36:28 +00:00
Jerry.Kirk%Nexwarecorp.com
7c670eea64
Added some debug info to UpdateWidgeDamage , still tryin to track down
...
the reason for the extra draws I see under Photon.
r=kedl
1999-11-18 12:49:43 +00:00
Jerry.Kirk%Nexwarecorp.com
2b96bf0f1e
Check for mContext != NULL in RawDraw.. This fixes a crash that occurs
...
because we try to do a draw of a window after it is destroyed. Not sure
why this is happening, I think its Photon that wants the draw.
Also took out mFrame changes to size of the dialog in GetClientBounds. This
was causing several dialog to be clipped.
r=kedl
1999-11-18 12:48:43 +00:00
Jerry.Kirk%Nexwarecorp.com
f9e83d2356
Added new static memer mModalCount to be used when a modal dialog
...
is created. Now calling PtModalStart/End, this fixed the problem with
widgets not highlighting properly when the mouse moved over them on a
modal dialog.
r=kedl
1999-11-18 12:43:43 +00:00
sfraser%netscape.com
415c3552fe
Fix for 19170 -- yield to NSPR threads in our main event loop, to service the necko thread more promptly. r=sdagley
1999-11-18 05:26:59 +00:00
blizzard%redhat.com
777df93afd
fix for modal dialogs. fixes bug #16310 . r=pavlov
1999-11-18 03:19:43 +00:00
jdunn%netscape.com
7a1cf0fd83
Only include SUPER_WIN includes if it is on. HPUX and AIX compilers fail
...
if they can't find the include file
1999-11-18 03:08:19 +00:00
pinkerton%netscape.com
879684e61d
Fix for bug #18998 . strip nulls off the end of unicode text strings. (r=danm).
1999-11-18 02:40:49 +00:00
blizzard%redhat.com
ca8225cc20
fix bug #19075 and #19080 . make sure to handle the 2 + 3 button press events in nsWidget::HandleEvent().
1999-11-17 22:04:03 +00:00
pavlov%netscape.com
23943d24bc
fix for blizzard's editor making a mistake typing what he typed and not what he thought r=blizzard
1999-11-17 20:18:07 +00:00
duncan%be.com
04f6e914ef
BeOS only fixes to keep Mozilla building on BeOS. Still doesn't really run.
1999-11-17 15:18:02 +00:00
bryner%uiuc.edu
01424c1159
Checking in some widget changes to support scrolling with the mouse
...
wheel. Layout changes (to make it actually work) will follow soon,
and also a Windows implementation. r=blizzard.
1999-11-17 06:54:02 +00:00
pavlov%netscape.com
8d96949509
fix for bug 17936 making windows smaller after they have become visible r=waterson
1999-11-17 05:47:45 +00:00
pavlov%netscape.com
9742c67df1
added files: mozilla/widget/public/nsIBaseWindow.idl
1999-11-17 05:10:11 +00:00
pavlov%netscape.com
5401440afc
add nsIBaseWindow.idl to the build
1999-11-17 05:08:56 +00:00
blizzard%redhat.com
beeafe604a
land SUPERWIN
1999-11-17 04:06:21 +00:00
blizzard%redhat.com
b85852d775
add gtksuperwin directory to the build
1999-11-17 04:00:00 +00:00
pavlov%netscape.com
b2ebfb31cd
add nsIBaseWindow (not built) r=travis
1999-11-17 03:19:56 +00:00
danm%netscape.com
2bb0687cc3
add additional release of parent reference to twitchy destruction code. fixes bug 16310. r:pavlov@netscape.com
1999-11-17 03:15:31 +00:00
erik%netscape.com
4bb61beedd
commenting out a change that caused a regression in paste-as-quote
...
r=akkana
1999-11-17 00:44:29 +00:00
ftang%netscape.com
6f0e6732b6
clean up nsWindow IME code to use nsCString and nsString to do buffer management. r=cata
1999-11-16 23:45:44 +00:00
jdunn%netscape.com
1f92a8e111
finish unresolved symbol checkins.
...
r dp@netscape.com
# 18896
1999-11-16 23:23:55 +00:00
ftang%netscape.com
cca516d2d3
fix bug 12090. Implement nsIKBStateControl for nsMacWindow . Call ResetInputState when mouse down in GoAway or Content.
1999-11-16 22:35:02 +00:00
sspitzer%netscape.com
62adac0880
fix warning.
1999-11-16 19:24:35 +00:00
Jerry.Kirk%Nexwarecorp.com
e0029d83fc
Fix SetTitle method for Photon Windows
...
r=kedl
1999-11-16 19:06:45 +00:00
jdunn%netscape.com
d70d78c6bf
Fixing all unresolved symbols on unix. The bug has the diff's
...
r dp@netscape.com (ramiro helped me with it)
# 18688
1999-11-16 06:02:31 +00:00
pavlov%netscape.com
9c76982224
More work on making widget idlified. merged from branch. (not built) r=travis
1999-11-16 05:03:09 +00:00
pavlov%netscape.com
c467f49a7a
you are going to a branch, not HEAD
1999-11-16 04:49:59 +00:00
pavlov%netscape.com
47f2da25de
merge from head
1999-11-16 04:47:00 +00:00
pavlov%netscape.com
4f6591586d
make nsFilePicker inherit from nsBaseFilePicker and add it to the build r=smfr
1999-11-16 01:52:19 +00:00
pavlov%netscape.com
55bc6625fd
add nsBaseFilePicker and have it built on unix r=smfr
1999-11-16 01:51:39 +00:00
danm%netscape.com
989cdfa3b9
update rev 1.166 to handle stacks of modal dialogs. r:pavlov@netscape.com
1999-11-16 01:10:46 +00:00
sspitzer%netscape.com
4bd5ae3523
ignore generated Makefile
1999-11-16 00:41:01 +00:00
Jerry.Kirk%Nexwarecorp.com
d4375c229d
Fixes for pulldown windows and on screen image drawing.
...
r=kedl
1999-11-15 22:11:48 +00:00
erik%netscape.com
a0a975eda2
bugs 15496 and 15520; put the input method window at the right location
...
when the user focusses a window and when the user types into the window;
coded by tajima@eng.sun.com ; r=erik
1999-11-15 21:14:05 +00:00
ftang%netscape.com
4ebd4b8e05
add nsIKBStateControl for IME force commit and password field disable. Change window implementation to implement nsIKBStateControl in nsWindow. Fix 12250 by filtering out the composition window flag in OnIMESetContext. r=erik
1999-11-15 20:57:41 +00:00
pavlov%netscape.com
b87b60347f
I suck.
1999-11-15 11:40:00 +00:00
pavlov%netscape.com
34b945af4d
add GetDefaultString() r=mozbot
1999-11-15 11:16:06 +00:00
pavlov%netscape.com
aed6a85480
unix nsIFilePicker implimentation r=travis
1999-11-15 10:36:10 +00:00
pavlov%netscape.com
fc62c33592
show returns a short instead of a boolean r=travis
1999-11-15 10:19:00 +00:00
pavlov%netscape.com
a5fdd299a5
added files: mozilla/widget/public/nsIFilePicker.idl
1999-11-15 09:34:26 +00:00
pavlov%netscape.com
eb302bc2d8
add nsIFilePicker.idl to the manifest
1999-11-15 09:33:34 +00:00
pavlov%netscape.com
297a5d2789
leave nsIFileWidget, add nsIFilePicker as the one true file picker. add this to the build. r=travis
1999-11-15 09:32:51 +00:00
pavlov%netscape.com
7624ca355d
create one true scriptable file picker interface r=travis
1999-11-15 08:13:40 +00:00
tbogard%aol.net
4465f2b8b2
Changed references to nsIContentViewerContainer to nsISupports in the march to get rid of nsIContentViewerContainer. r=pavlov
1999-11-15 07:29:23 +00:00
sfraser%netscape.com
47612149af
Removed nsKeyBindMgr.cpp from teh project.
1999-11-15 06:44:04 +00:00
tbogard%aol.net
be0be2e059
Removed these two files which are no longer used. r=pavlov.
1999-11-15 05:09:39 +00:00
blizzard%redhat.com
5602ff2235
return GDK_FILTER_REMOVE for ConfigureNotify events on the bin_window. this will prevent ConfigureNotify event compression from occuring with older versions of gtk.
1999-11-13 15:05:40 +00:00
law%netscape.com
a37a27d9e9
Fixes for #10737 (ftp download), overhauled to work better with Necko; r=valeski
1999-11-13 05:37:00 +00:00
saari%netscape.com
80a7ab6371
Landing focus changes. R: joki
1999-11-13 05:16:33 +00:00
saari%netscape.com
b2ccc11f94
gtk widget changes to facilitate new focus work. R: pavlov
1999-11-13 04:53:18 +00:00
sspitzer%netscape.com
d610244e7a
fix for #17954
...
before, if "mail.directory" was set, we'd assume the mail wasn't in the standard
default place, so we'd migrate Mail -> Mail5
now, we check if "mail.directory" == the default place. if so, we migrate
it like we would if it wasn't set.
Mail -> Users50/<profile>/Mail
to help do this, I added Equals() to the nsIFileSpec interface, to compare
two nsIFileSpec's, it does this by comparing the nsFileSpecs.
1999-11-13 02:02:22 +00:00
danm%netscape.com
6b664b2cf1
Gut modal event filtering (relying instead on glib modal window flag). part of fix for bug 14131. r:rods@netscape.com.
1999-11-12 23:46:36 +00:00
danm%netscape.com
8f2bb27821
Add ModalEventFilter (originally nsAppShell::EventIsForModalWindow) and add parameter to SetModal. part of fix for bug 14131. r:rods@netscape.com.
1999-11-12 23:46:30 +00:00
danm%netscape.com
a9ecbd4d16
add (unimplemented) parameter to SetModal. part of fix for bug 14131. r:rods@netscape.com.
1999-11-12 23:46:23 +00:00
danm%netscape.com
fe1e0f538c
moved nsAppShell::EventIsForModalWindow to nsWidget::ModalEventFilter, teach latter to accept events for modal window and any active rollup widget window. part of fix for bug 14131. r:rods@netscape.com.
1999-11-12 23:46:11 +00:00
danm%netscape.com
63c3771c69
moved nsAppShell::EventIsForModalWindow to nsWidget::ModalEventFilter. part of fix for bug 14131. r:rods@netscape.com
1999-11-12 23:45:59 +00:00
blizzard%redhat.com
1ce32cac19
add the gtksuperwin library. this is not part of the build. a=granrose
1999-11-12 20:12:02 +00:00
warren%netscape.com
4471ddf809
Added NS_NewGenericModule. Made NS_IMPL_NSGETFACTORY use it to save space. r=dp,alecf
1999-11-12 09:07:26 +00:00
sdagley%netscape.com
130d8dcd0e
Fix for #17694 - nsFileSpecWithUIImpl.cpp::ChooseOutputFile should preset the directory if one has been specified as a starting point. Code from vxir@concentric.net, r=sdagley
1999-11-12 04:27:57 +00:00
sdagley%netscape.com
af9367b721
Fix for #17666 - nsFileSpecWithUIImpl.cpp::ChooseOutputFile was returning NS_OK when user actually canceled the file selection. Code from vxir@concentric.net, r=sdagley
1999-11-12 04:09:40 +00:00
syd%netscape.com
228e05bb4a
Don't flash window if paint message is ignored. r=kmcclusk@netscape.com
1999-11-12 02:49:48 +00:00
Jerry.Kirk%Nexwarecorp.com
665b9c12f1
This fixes some clipping and sizing problems. Also converts the
...
drop down menus from containers to windows.
r=kedl
1999-11-12 02:20:07 +00:00
kmcclusk%netscape.com
d7a4d3edb3
(Paint flashing debug option)Don't flash window if the paint is ignored. bug 16435; r=buster@netscape.com
1999-11-12 02:06:52 +00:00
ftang%netscape.com
e94a1494a8
add OnIMExx handler. Move IME code from case: block into OnIMExx handler. Change the IME ofset from 35 to 0 since nsCaret now return the bottom of the cursor instead of the top. r=cata
1999-11-11 22:28:52 +00:00
pinkerton%netscape.com
5f5ab7ed4c
better stab at native system colors, provided by mpt26@student.canterbury.ac.nz. bug #1004 , r=pavlov
1999-11-11 22:01:43 +00:00
pavlov%netscape.com
f1677eb066
remove ifdef gtk_fixed test stuff r=dmose
1999-11-11 20:47:10 +00:00
pinkerton%netscape.com
f7cbebcf1a
correctly send dragExit events when the mouse leaves the window (bug# 18356) r=saari.
1999-11-11 20:28:23 +00:00
Jerry.Kirk%Nexwarecorp.com
5635b030d2
Removed code that kept us from creating timers with a delay of
...
more than 10 seconds.
r=kedl
1999-11-11 15:23:09 +00:00
Jerry.Kirk%Nexwarecorp.com
169248dffe
Added debug code to track my clipping. I am about to re-arrange some guts
...
so I wanted a fail-safe backup working version to be checked in.
r=kedl
1999-11-11 15:21:51 +00:00
Jerry.Kirk%Nexwarecorp.com
df3a5e0557
Adding static data member and accessor that keeps track of what the
...
PhDrawContext_t for Photon was when the program is first started.
r=kedl
1999-11-11 15:19:25 +00:00
syd%netscape.com
5b390883f8
Wire up margin settings from dialog. r=dcone
1999-11-11 14:20:19 +00:00
saari%netscape.com
309e64b61d
part of previous checkin
1999-11-11 03:09:16 +00:00
saari%netscape.com
c2d5ef5dfb
Turning gFocusHandler into gEventDispatchHandler, a Mac event dispatch change. Should be fine without the rest of the focus changes, commiting to facilitate pink's need to change this file. R: pink
1999-11-11 03:08:31 +00:00
saari%netscape.com
3ceebf8fe5
Just checking in nsGUIEvent.h changes to start the focus landing... can't finish it without more reviews, but this change is reviewed and harmless. r: joki
1999-11-11 01:33:48 +00:00
ftang%netscape.com
932064538c
adjust XIM spot location code scince we change the nsCaret to return the bottom of the cursor intead of the top of the cursor ow. It look a little bit weired since the GFX didn't alight Japanese text base line right. r=erik
1999-11-11 00:58:14 +00:00
sfraser%netscape.com
f9183afae2
Use OS call to get caret blink time on Windows, bug 15422. r=kin
1999-11-11 00:08:49 +00:00
ftang%netscape.com
96956c48ff
fix bug 17710, 12253, 18286. r=erik. hide the mIMEIsComposition into HandlStart/EndComposition method. +1 for size checking. remove startCompostion after we receive result. Add StartComposition if we have not start composition
1999-11-10 23:43:46 +00:00
ftang%netscape.com
e4e5a17e58
1. fix 7571. review by ftang/pierre/saari
2. rewrite Mac IME code r=brade
1999-11-10 23:41:21 +00:00
pavlov%netscape.com
728dc4b6c8
fixes for pasting unicode text for bug 18276 r=akkana
1999-11-10 07:26:06 +00:00
pavlov%netscape.com
9feab124bd
fix for bug 1004 (native system colors) r=blizzard,smfr
1999-11-10 07:20:33 +00:00
blizzard%redhat.com
f6be9d7d8d
include ctype.h so isprint() is defined. a=choffman
1999-11-09 19:20:24 +00:00
beard%netscape.com
75207edcd7
implementing InvalidateRegion. r=sfraser, a=chofmann, bug=porkjockey painting
1999-11-08 04:05:26 +00:00
dmose%mozilla.org
8535dda53e
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
dmose%mozilla.org
42fc94a6ec
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:40:37 +00:00
dmose%mozilla.org
665c17b956
updated license boilerplated to xPL 1.1, a=chofmann
1999-11-06 02:06:26 +00:00
waterson%netscape.com
e59f99022c
Fix leak with nsCOMPtr. r=brendan, a=brendan
1999-11-05 00:52:23 +00:00
blizzard%redhat.com
0e157064bd
patch to fix backspacing from quy@igelaus.com.au. a=choffman
1999-11-03 20:25:19 +00:00
pavlov%netscape.com
39e1ba4ea9
work on nsIWidget r=alecf
1999-11-03 08:04:59 +00:00
pavlov%netscape.com
186fceb15a
work on scrolling, CSS2 native system colors, etc. r=mcafee
1999-11-03 07:34:50 +00:00
joki%netscape.com
d5c05ea133
Changes to DOM events to accomodate the new breakdown of events into mouse and key events. This fixes a couple of bug, though the main one is 13406. Involves changes to multiple DOM generated file as well as fixing up usage of DOM event api usage in editor, rdf, and xul. r:vidur
1999-11-03 07:11:45 +00:00
pinkerton%netscape.com
0d4199fcfa
turn off very verbose debug output. r=saari
1999-11-02 21:39:47 +00:00
pinkerton%netscape.com
82257192f6
set event struct type for drag events. previously uninitialized and caused random things to occur during drags (r=saari).
1999-11-02 21:04:40 +00:00
ftang%netscape.com
da2f224dee
add debuggin message for bug 7571. r=nhotta
1999-11-02 06:54:37 +00:00
pavlov%netscape.com
05da7a8083
break in the switch, don't fall through *doh* r=duncan@be.com
1999-11-02 01:25:00 +00:00
alecf%netscape.com
13eaac5db2
cleanup NS_IMPL_MODULE and friends
...
- define new nsModuleComponentInfo and use it instead of components_t
- use size_t instead of unsigned int
- add some docs
- allow user to define own module name
1999-11-02 01:12:32 +00:00
putterman%netscape.com
3504d7782a
Release mNativeDragTarget to fix leaks. no bug. reviewed by rods.
1999-11-01 21:53:06 +00:00
beard%netscape.com
42d488bfee
changed gInstanceClassName from char[256] to const char* to save space. r=sfraser
1999-10-30 04:02:54 +00:00
beard%netscape.com
ec47c4b52f
changed gInstanceClassName from char[256] to const char* to save space. added NS_IF_RELEASE(mFontMetrics) to destructor to fix memory leak. bug=15380, r=sfraser
1999-10-30 04:02:50 +00:00
Jerry.Kirk%Nexwarecorp.com
e52648cda0
Changing mClipSibling to False in preparation to popup change
...
Pavlov is working on/thinking about... I'm sure he will see it my
way eventually...
r=kedl
1999-10-29 23:16:57 +00:00
akkana%netscape.com
8c6591565a
Remove one GDK_question. Trivial one-line fix
1999-10-29 22:37:18 +00:00
akkana%netscape.com
782f82ec28
17305: Add ? to the list of fakie-shifted keycodes. r=pavlov
1999-10-29 19:33:57 +00:00
pavlov%netscape.com
cb49a17dd5
remove some tabs and add a check for null (bug 17252) r=syd
1999-10-29 09:03:53 +00:00
dp%netscape.com
11efe4dae0
Converting to module. r=kipp
1999-10-28 20:59:49 +00:00
dp%netscape.com
427ac7cca8
Convering to nsIModule. r=kipp
1999-10-28 20:57:29 +00:00
dp%netscape.com
701bf2e8b3
Remove delete on nsISupports. r=kipp
1999-10-28 20:44:45 +00:00
ftang%netscape.com
da018bef74
remove unnecessary #ifdef USE_XIM. r=pavlov
1999-10-28 13:16:07 +00:00
Jerry.Kirk%Nexwarecorp.com
e51f67a4c2
Call PtAppAddFd instead of PtAppAddFdPri because of redraw bugs it
...
was causing.
r=kedl
1999-10-28 12:43:46 +00:00
dougt%netscape.com
4766bcd316
Fix for this mornings crasher (17352) r=pavlov, mscott
1999-10-28 06:44:36 +00:00
braddr%puremagic.com
d92727dc68
Move all nsIEnumerator usage over to NS_ENUMERATOR_FALSE from NS_COMFALSE in anticipation of nixing NS_COMFALSE in the near future.
...
r=scc
1999-10-28 03:16:48 +00:00
ftang%netscape.com
23832e6971
fix the delete last IME text problem. bug13494 . There are another fix in nsHTMLEditRules.cpp related this but I forget to put the bug # there. r=tague
1999-10-27 23:05:24 +00:00
akkana%netscape.com
6ce991ee21
17305: Fix ? handling. Also add myself to a debug ifdef. r=pavlov
1999-10-27 22:53:52 +00:00
mscott%netscape.com
bc4f864ef1
Bug #17352 --> temporarily hide this crasher by inserting an extra
...
ref count of the event queue. this is horrible since we are introducing
a leak. we need to examine the ownership model of event queues for the app
shell. I'm going to get pavlov to help me look at fixing this bug for real.
r=dougt
a=gramps,granrose
1999-10-27 22:00:54 +00:00
braddr%puremagic.com
b49b3dbdce
Ooops.. tree closed, better back these out for now. Sorry.
1999-10-27 21:01:37 +00:00
braddr%puremagic.com
b2ea5b4c45
Move all nsIEnumerator usage over to NS_ENUMERATOR_FALSE from NS_COMFALSE
...
in anticipation of nixing NS_COMFALSE in the near future.
r=scc (please contact him should there be any build issues)
1999-10-27 20:24:21 +00:00
Jerry.Kirk%Nexwarecorp.com
93356026cd
Finished implementing ListenToEventQueue.
...
r=kedl
1999-10-27 11:36:21 +00:00
saari%netscape.com
3f5758610e
Making popups not steal activation on MacOS. r: pinkerton, no bug number that I'm aware of
1999-10-27 03:32:35 +00:00
ftang%netscape.com
40d7a9cb87
add debugging code. change code so we won't call MapDBCSAttributeArrayToUnicodeOffsets when we are not composition. Sent length == 0 TextEvent if we got nothhing in IME_COMPOSITION. This is needed to delete the last unconverted text in IME. r=tague
1999-10-27 00:14:46 +00:00
pinkerton%netscape.com
a1a9cb36ac
add case for unicode flavor, which i guess was forgotten before. now apps that request unicode get unicode. bug# 16267 r=hyatt/pav. thanks to VYV03354@nifty.ne.jp for pointing this out.
1999-10-26 20:33:30 +00:00
pinkerton%netscape.com
241718109f
Cleaned up the code and fixed a bug where data was not being null terminated on winNT.
...
partial fix for bug #16267 (r=hyatt/pav).
1999-10-26 20:31:54 +00:00
ftang%netscape.com
c6e8683b06
change #ifdef DEBUG_tague to #if defined(DEBUG_tague) || defined(DEBUG_ftang)
1999-10-26 20:17:36 +00:00
Jerry.Kirk%Nexwarecorp.com
457559aa6d
Trying to fix complex clipping to reduce redraws in apprunner.
...
Also fixed key handling for CTRL-keys.
r=kedl
1999-10-26 01:13:20 +00:00
scc%netscape.com
4125213bc3
Don't |delete| interface pointers. Use |AddRef()| and |Release()| instead. Bug #16762 , r=pinkerton.
1999-10-26 00:49:33 +00:00
Jerry.Kirk%Nexwarecorp.com
b90b28b319
Pulling out changes that made nsAppShell inherit from nsIObserver
...
that danm thought I should make cause he changed his mind.
r=kedl
1999-10-26 00:42:08 +00:00
ftang%netscape.com
d637845c3f
delete nsTextRange array after dispatch the text event. fix wrong array indexing. Fix platform to NS attribute mapping problem. r=tague
1999-10-25 22:17:09 +00:00
akkana%netscape.com
50f782cd42
15463: Re-enable XIM code, add keycode mappings for shifted characters
1999-10-25 22:11:23 +00:00
dp%netscape.com
94d79e100e
bug#16742 Fixing delete on nsISupports. Thanks for patch from <heikki@citec.fi> Plus using IMPL_ and DECL_ macros and removing operating on refcnt directly. r=dp
1999-10-24 04:41:17 +00:00
rods%netscape.com
04f7a46e8f
Simple changed from COLOR_DESKTOP to COLOR_APPWORKSPACE for appworkspace enum
...
for css 2 color setting
fixes bug 16853,r=none
1999-10-24 03:03:38 +00:00
troy%netscape.com
882fb6588b
Changed Run() to give priority to system messages when pumping
...
messsages. These are the same changes that I made to viewer's message
pump on 9/13/99
1999-10-23 03:09:30 +00:00
pavlov%netscape.com
4b37cca123
add ScrollRect method to nsIWidget -- implimented on linux and stubbed in nsBaseWidget for mac and windows. Added ifdef'd scrolling code that makes scrolling really fast on linux. Updated nsIWidget.idl (not built) to merge some changes from a branch and added ScrollRect. Added ifdefs for using gtk_fixed instead of gtk_layout as part of the new scrolling code.
1999-10-23 01:17:20 +00:00
danm%netscape.com
ad1fefa208
set window title using multibyte. submitted by jamestoder@yahoo.com. r:ftang@netscape.com, by lack of timely objection.
1999-10-22 21:45:19 +00:00
danm%netscape.com
b75849086b
making GetACPString parameter const. part of submission from jamestoder@yahoo.com. r:me
1999-10-22 21:41:04 +00:00
jefft%netscape.com
9cd9ecf3be
fixed bug 17069 - Save As...File format list for saving a selected message shows a .hml for the HTML format; fix typo; r=bienvenu
1999-10-22 20:52:56 +00:00
kipp%netscape.com
1eec67de2e
r=pavlov; fixed up prioritization of the plevent queue so that it's lower than the normal priority; this fixes UI starvation on long document loads AND lets timers through so that painting works (bugs 7455, 6048, etc.)
1999-10-22 02:47:02 +00:00
davidm%netscape.com
1ad50f605d
2425 [PP] Mac: Apprunner doesn't gracefully quit at shutdown or r
r = sdagley
1999-10-22 00:01:45 +00:00
danm%netscape.com
59ec625f46
adding method ListenToEventQueue (moving EventQueue observation from appshells to appshellservice) r:hyatt@netscape.com
1999-10-21 21:34:57 +00:00
akkana%netscape.com
7270edc714
16795: Make arrow keys work again.
...
The gtk event for arrow keys has length=0, but we still need to generate
KeyDown, KeyPress, etc. events for these keys. r=pavlov
1999-10-20 20:04:40 +00:00
scc%netscape.com
fcc6a10651
eliminate warnings, r=shaver
1999-10-20 18:59:00 +00:00
Jerry.Kirk%Nexwarecorp.com
518c4dcade
Fixes to correct lots of extra drawing because of incorrectly clipped regions
...
Bug #16698 r=kedl
1999-10-19 20:50:17 +00:00
rods%netscape.com
25343319f0
Added a method in the debug build to return the Navigator size for a given
...
for control for a given font family and size. Used for NavQuirks testing only.
r=kmcclusk, Bugs #3040 , 4072
1999-10-19 11:34:00 +00:00
Jerry.Kirk%Nexwarecorp.com
9233e301f7
moving Push/PopThreadEventQueue to nsIEventQueueService.
...
This is required to get anythinbg to work now...
r=danm@netscape.com
1999-10-19 02:26:53 +00:00
Jerry.Kirk%Nexwarecorp.com
6d7d6e5e82
Removed some hacks that were no longer necessary because of fixes made
...
on GFX side to fix nsRegion and the double buffer routines. Also
removed the DOUBLE_CLICK messages as directed by someone, I forget now who.
Bug 16698 r=Michael.Kedl@Nexwarecorp.com
1999-10-19 00:29:33 +00:00
Jerry.Kirk%Nexwarecorp.com
0394d00fd0
Installed our own PtMainLoop() function that can be exited to allow
...
the Create Profile Manager to display a dialog, then exit the GUI and display
a different dialog.
Bug# 16667 r=Michael.Kedl@Nexwarecorp.com
1999-10-18 19:34:07 +00:00
pavlov%netscape.com
efdde5dfa6
revert some key code to pre branch landing so that typing works correctly
1999-10-18 16:08:16 +00:00
danm%netscape.com
08db617cad
moving Push/PopThreadEventQueue to nsIEventQueueService. r:hyatt@netscape.com
1999-10-18 15:08:45 +00:00
buster%netscape.com
ef2ac5b601
fixed bug 16486, r=brade@netscape.com
...
windows widget code handles control-key combinations correctly.
1999-10-18 03:39:48 +00:00
pavlov%netscape.com
355daff0a4
work around for not being able to type in text fields on unix without them closing your apps.
...
16564 and 16542 r=smfr
1999-10-17 23:27:50 +00:00
peterl%netscape.com
527516876e
Added namespace ID to the AttributeChanged notification
...
Part of the fix for Bug 15153
r=troy
1999-10-15 23:17:53 +00:00
Jerry.Kirk%Nexwarecorp.com
8fe0f11097
Handles KeyEvents the new way, not completely finished...
...
Bug # 16539 r=Michael.Kedl@Nexwarecorp.com
1999-10-15 21:10:36 +00:00
brade%netscape.com
a71b5567c9
fixes to handle for control keys (off by 1) (bug #15693 ) r=kin@netscape.com
1999-10-15 14:56:33 +00:00
beard%netscape.com
c359d33b9b
fixed 2 string memory leaks (bug #15380 ). r=saari
1999-10-15 03:57:45 +00:00
rpotts%netscape.com
e7151e6080
bug #16328 . Share a single nsToolkit instance among all widgets.
1999-10-15 00:49:11 +00:00
ftang%netscape.com
fe2a2bc6b9
fix Shift+a does not produce A in editor problem. We need to clean up isShift before we send. r=pavlov
1999-10-14 23:04:57 +00:00
ftang%netscape.com
e4972d7ffc
fix problem with url bar trancation. Do not send extra key press for non A-Z0-9
1999-10-14 21:49:49 +00:00
ftang%netscape.com
bb8634c69c
fix the problem taht PageUp/PageDown/Up/Down/Left/Right/Home/End does not work after we land the keyevent branch. add missing isMeta code there
1999-10-14 20:03:00 +00:00
ftang%netscape.com
bd9000ea54
landing keyEvent_19991004_BRANCH
...
bugs # see the log of the check in into branch
author/reviewer:
mozilla/layout/base/src/nsRangeList.cpp brade/mjudge
mozilla/layout/html/forms/src/nsGfxTextControlFrame.cpp brade/ftang
mozilla/layout/events/src/nsDOMEvent.cpp brade/joki
mozilla/layout/events/src/nsEventStateManager.cpp brade/joki
mozilla/widget/public/nsGUIEvent.h akkana/ftang
mozilla/widget/src/windows/nsWindow.cpp ftang/mjudge
mozilla/widget/src/windows/nsWindow.h ftang/mjudge
mozilla/widget/src/mac/nsTextAreaWidget.cpp brade/ftang
mozilla/widget/src/mac/nsMacEventHandler.cpp brade/simon
mozilla/widget/src/xpwidgets/nsKeyBindMgr.cpp brade/ftang
mozilla/widget/src/gtk/nsGtkEventHandler.cpp akkana/?
mozilla/widget/src/gtk/nsWidget.cpp erik/ftang
mozilla/layout/xul/base/src/nsTreeCellFrame.cpp brade/ftang
mozilla/editor/base/nsEditorEventListeners.cpp brade/akkana
mozilla/editor/base/nsHTMLEditor.cpp brade/akkana
mozilla/rdf/content/src/nsXULKeyListener.cpp ftang/saari
fix the master bug- 15693
fix at least, but not limited to, the following bugs
10158,11956,6053,9333,10901,14348,6449,11845,13016,14410,15657,15307,15842,13856
1999-10-14 18:27:01 +00:00
brade%netscape.com
bb0c43c52f
remove dbl-click message (per joki); dblclick message is causing bug #14990 ; r=sfraser@netscape.com
1999-10-14 14:22:22 +00:00
Jerry.Kirk%Nexwarecorp.com
b1319b4798
These changes fix a draw problem when a top-level window was Move'd
...
Bug=16325 r=Michael.Kedl@Nexwarecorp.com
1999-10-14 00:33:49 +00:00
pinkerton%netscape.com
dd835b32b3
take a first stab at native system colors. obviously more work needs to be done to use appearance, but this will get us started. (r=sfraser, bug# 1021).
1999-10-13 00:08:17 +00:00
pinkerton%netscape.com
fcae07f751
correctly trigger the sending of mouse_exit events when the mouse moves into the growBox. fixes a bug with gfx scrollbars in bookmarks when the window was resized. (r=sfraser, no explicit bug number).
1999-10-13 00:06:00 +00:00
Jerry.Kirk%Nexwarecorp.com
0383260ad7
Fixed syntax error which caused invalidation not to work when logging
...
was turned off.
Bug# 16169 r=Dale.Stansberry@Nexwarecorp.com
1999-10-12 14:39:32 +00:00
mcafee%netscape.com
dedbcb3246
Applying patch from buhr@stat.wisc.edu. Fixes destination widget confusion (14759). Unix-only, a=mscott
1999-10-12 07:26:47 +00:00
waterson%netscape.com
ab20f5e245
Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur
1999-10-12 02:10:08 +00:00
kmcclusk%netscape.com
e4689200df
Changed WIN32 windows style from WS_EX_CLIENTEDGEto WS_EX_WINDOWEDGE to
...
stop drawing client windows sunken. bug=15151; r=rods@netscape.com
1999-10-11 23:56:55 +00:00
dveditz%netscape.com
2b60c91417
Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz
1999-10-10 01:32:59 +00:00
beard%netscape.com
a445cb0aaf
fix memory leaks (nsMacMessage sink). r=pavlov, bug=15380
1999-10-09 03:08:56 +00:00
dveditz%netscape.com
19d2005552
fixing Win32 debug build bustage with NS_LOG_ADDREF. r=mccabe
1999-10-09 02:09:31 +00:00
kipp%netscape.com
b0dcc883f8
Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage
1999-10-08 20:41:19 +00:00
warren%netscape.com
b90a06a288
Fixed AddRef/Release problems to eliminate negative refcounts in Bloaty.
1999-10-08 01:49:06 +00:00
pavlov%netscape.com
def6537a32
unif 0 synchronous drawing on linux and add some checks to make sure we are visible and don't dump paint events when we are going to ignore them r=akkana
1999-10-07 20:49:11 +00:00
akkana%netscape.com
440b8f8a14
15712: Fix gtk double-click events. r=pavlov
1999-10-06 22:57:00 +00:00
kmcclusk%netscape.com
07851890e7
r=rods; bug=15478; Added WS_EX_TOOLWINDOW extended style for popup windows
...
to prevent popups from creating empty task bar buttons.
bug=6061; NS_DISPLAYCHANGE event is now generated when the display depth changes
on WIN32.
1999-10-06 21:54:49 +00:00