troy%netscape.com
858aa1b3f9
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
4105801cb0
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
096a2012e0
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
08f2867635
making GetACPString parameter const. part of submission from jamestoder@yahoo.com. r:me
1999-10-22 21:41:04 +00:00
jefft%netscape.com
99d739c7f5
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
25df3c7ad6
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
bce29dfcb6
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
51b48ca17c
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
7e020d46ef
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
e36b183d71
eliminate warnings, r=shaver
1999-10-20 18:59:00 +00:00
Jerry.Kirk%Nexwarecorp.com
0641cceb0c
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
091b9a4c3a
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
884a207b92
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
f460a870ed
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
6b5465c841
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
4e1b456d92
revert some key code to pre branch landing so that typing works correctly
1999-10-18 16:08:16 +00:00
danm%netscape.com
fdd0fccc59
moving Push/PopThreadEventQueue to nsIEventQueueService. r:hyatt@netscape.com
1999-10-18 15:08:45 +00:00
buster%netscape.com
6f0f66b0fc
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
ebc293a7cd
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
d168caadef
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
37f76730a9
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
0854956c5d
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
b4206fabd2
fixed 2 string memory leaks (bug #15380 ). r=saari
1999-10-15 03:57:45 +00:00
rpotts%netscape.com
fff994fd79
bug #16328 . Share a single nsToolkit instance among all widgets.
1999-10-15 00:49:11 +00:00
ftang%netscape.com
47b49b14a9
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
7b77902a1e
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
a50be22bae
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
850606d07a
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
eda1a1125e
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
443763b3af
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
9bb07e9080
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
ee816c9ef0
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
15558d7fa9
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
45701b9bfb
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
8241422540
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
adda5e2aff
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
ff01d5e8f4
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
70619021e6
fix memory leaks (nsMacMessage sink). r=pavlov, bug=15380
1999-10-09 03:08:56 +00:00
dveditz%netscape.com
4ff472ecb9
fixing Win32 debug build bustage with NS_LOG_ADDREF. r=mccabe
1999-10-09 02:09:31 +00:00
kipp%netscape.com
65f6ba5343
Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage
1999-10-08 20:41:19 +00:00
warren%netscape.com
8c71c45537
Fixed AddRef/Release problems to eliminate negative refcounts in Bloaty.
1999-10-08 01:49:06 +00:00
pavlov%netscape.com
3414502b7d
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
918cb332cf
15712: Fix gtk double-click events. r=pavlov
1999-10-06 22:57:00 +00:00
kmcclusk%netscape.com
d2d24c96ac
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
pavlov%netscape.com
7f2673dfa8
get CaptureRollupEvents working properly on unix. Fix focus problem that was being caused by grabbing the focus via SetFocus(). Fix potential crash in OnRealize(). fixes 15169, 15537, 15470 r=rods (for focus parts) r=blizzard@redhat.com (for all of it)
1999-10-06 14:04:05 +00:00
ramiro%netscape.com
eba09bf679
Im an idiot, i applied the same patch twice. Sorry. Backout my last change.
1999-10-06 03:38:49 +00:00
kipp%netscape.com
e985fb06bf
Tweaked refcnt munging to better support refcnt tracking
1999-10-05 23:58:32 +00:00
kipp%netscape.com
85c7cde646
Fixed a memory leak of widgets triggered when the close box for a window is hit
1999-10-05 23:57:57 +00:00
ramiro%netscape.com
811f5ab835
Fix for bug 15245. Rearrange the inclusion of system headers to unbreak
...
some unix compilers. Patch provided by tor@cs.brown.edu and reviewed by me.
1999-10-05 23:08:19 +00:00
kipp%netscape.com
de44833a85
Added in ctor/dtor counting
1999-10-05 14:53:40 +00:00