Commit Graph

3440 Commits

Author SHA1 Message Date
ftang%netscape.com
8b30736e04 fix 26441. comment out annoying assertion for now. r=akkana. a=bobj 2000-02-17 00:56:00 +00:00
Jerry.Kirk%Nexwarecorp.com
44e1fa9af6 Comment out a hack that offset the damage rects. I no longer need this
it was causing a off by one error which caused the blue header to draw
over top of the menu. PHOTON ONLY
a=leaf
2000-02-17 00:41:09 +00:00
cls%seawood.org
8b30dc934f BeOS specific tweaks to allow the browser to compile.
Fixed configure.in to properly set developer specific debug flag under BeOS.
Added UNIX_CRASH_ON_ASSERT ifdef to stop BeOS from bring up debugger on non-abort assertions.
2000-02-16 08:06:00 +00:00
pavlov%netscape.com
7e740cf4c6 fix wrong placement of windows on linux r=alecf 2000-02-16 07:13:26 +00:00
blizzard%redhat.com
1b59c05e7b make sure that we aren't doing an extra server round trip for every paint event because of debugging code. this adds an extra check box to the debugging window to enable debugging feedback in addition to having the caps lock key down for debugging paint events. r=pavlov 2000-02-16 02:15:28 +00:00
ftang%netscape.com
ddb0159abd fix bad assertion. Move the assertion down . fix bug 26441 2000-02-16 01:15:56 +00:00
blizzard%redhat.com
d527596e7a don't set the background color to a default gray. this gets rid of the incredible hulk effect for text areas. also, get rid of the extra XQueryPointer() in motion events. this gets rid of another server round trip. documented in bug #27380. r=pavlov 2000-02-15 23:51:03 +00:00
sfraser%netscape.com
e4ba353ad2 Comment out a couple more printfs that saari missed yesterday. r=pinkerton 2000-02-15 23:32:44 +00:00
pavlov%netscape.com
0be3cbafce fix for bug 27734 r=saari 2000-02-15 22:36:19 +00:00
beard%netscape.com
bc2c174423 bug 27180, make nsIWidget::Resize() consistently invalidate on Mac, Windows and Linux. r=pavlov 2000-02-15 21:40:31 +00:00
Jerry.Kirk%Nexwarecorp.com
df3b362766 Bring WidgetFactory up to date with GTK version and fix nsWindow to
always put the pop-up menus on the right virtual console.
2000-02-15 21:26:45 +00:00
Jerry.Kirk%Nexwarecorp.com
1790143585 Final fix for virtual console support
try to fix the binary character that was in the version previous to this.
2000-02-15 21:24:22 +00:00
Jerry.Kirk%Nexwarecorp.com
9a6436685a Added suppprt for Virtual Consoles under Photon.� These changes make
almost everything work correctly no matter what console mozilla is
started on or it moved to. PHOTON ONLY
2000-02-15 14:15:03 +00:00
hyatt%netscape.com
3c8e2b7817 No error check retrieving submenu delay on Win32. r=rods 2000-02-15 11:51:12 +00:00
ftang%netscape.com
df717fdad7 fix 26441, 24464(r=tajima@sun.eng.com) remove unnecessary assertion condition
and make sure 0,0 also get set for XIC
2000-02-15 10:55:48 +00:00
mscott%netscape.com
a45320a479 Add icon notifications to GetAttention(). Now, the mozilla icon will flash if gaetattention is called and the app is in the background. r=sfraser. 2000-02-15 09:31:11 +00:00
pavlov%netscape.com
64fce3f2d8 grab the keyboard as well as the mouse r=hyatt 2000-02-15 09:14:33 +00:00
pinkerton%netscape.com
37bab53f32 fix for bug #27766, selection still happening while tracking mouse for context click. fixed by always converting control-click to the gecko right-mouse button event before we pass it to gecko. r=saari. 2000-02-15 07:16:43 +00:00
danm%netscape.com
954229d4ea modal event filter largely relies on OS now. bug 19221. r:hyatt 2000-02-15 05:05:19 +00:00
pinkerton%netscape.com
46f8adccd3 fixes for event handling around popup windows. bugs #27285 and 27257. don't propagate the event that closes a popup and don't pass events to a normal window if the top window is a popup. r=saari,sfraser. 2000-02-15 02:03:07 +00:00
saari%netscape.com
8b90059b17 Fix for regression 27682, Mac menus and selects behaving badly. r=pinkerton 2000-02-14 22:44:51 +00:00
mkaply%us.ibm.com
490394c65a # 25555
r= jdunn@netscape.com
OS/2 changes for Mozilla
2000-02-14 15:57:53 +00:00
Jerry.Kirk%Nexwarecorp.com
a126ee782e Fix positioning code for combo boxes and other pop-ups.
PHOTON ONLY
2000-02-14 13:20:21 +00:00
danm%netscape.com
dac10da9e6 force application resume event into modal window. bug 21297. r:saari 2000-02-14 05:28:44 +00:00
dbaron%fas.harvard.edu
2c48f94bb4 Fix a small leak of an nsBaseWidget (when clicking the mouse on the Start Mozilla button in the profile manager, and probably some other cases).
r=pavlov
2000-02-13 14:59:55 +00:00
hyatt%netscape.com
a8e49ae62f Submenu delay is incorrect for Win32 default. Patching in look and feel. 2000-02-13 07:20:22 +00:00
blizzard%redhat.com
71a332ac94 fix for printing crash, bug #24735. make sure that mAdjustment is initialized in the constructor. r=tor 2000-02-12 19:11:47 +00:00
pavlov%netscape.com
36d492029b quiet down saari's debugging output for the rest of us. 2000-02-12 00:42:57 +00:00
ftang%netscape.com
4cf396264c fix bug 23665. make OnKeyUp same behavior as OnKeyDown. Clean up old old unused code. r=rods 2000-02-12 00:10:22 +00:00
hyatt%netscape.com
8558ec21de Landing focus memory. r=saari 2000-02-11 23:35:14 +00:00
saari%netscape.com
d1c10da5d3 Changes for focus, too many bugs to list, look at my PDT+ list if you care. r=hyatt 2000-02-11 23:32:13 +00:00
saari%netscape.com
3cb469be8c Changes for focus landing that is now commencing.
Too many bugs to list, look at my PDT+ list if you care. r=hyatt
2000-02-11 23:31:18 +00:00
Jerry.Kirk%Nexwarecorp.com
20cb441e5a Remove the -DPHOTON2_ONLY flag since everything has been converted over to Photon 2 2000-02-11 22:30:44 +00:00
dcone%netscape.com
1a03ad51ce Fixed the invalidate for the Palette. r=rods 2000-02-11 14:35:01 +00:00
danm%netscape.com
074744be4b pass all keyboard events in modal event filter. bug 27296. r:pinkerton. 2000-02-11 08:05:35 +00:00
danm%netscape.com
4cbfb93c9c nsToolkit destructor was decrementing the refcount on the global event queue handler; a prelude to stopping event handling. It now does this only if it had previously incremented the refcount: a thing done in Init, not the constructor. bug 21596. r:pinkerton,scc. 2000-02-11 06:56:57 +00:00
dcone%netscape.com
4718f286f3 fixed some palette code. r=kmclusk 2000-02-10 13:59:45 +00:00
dveditz%netscape.com
64795ccc50 Resurrect VC5 build 2000-02-10 07:09:18 +00:00
blizzard%redhat.com
e32f6bfee2 first pass at DND for gtk since superwin. fixes bug #9642. r=pavlov,pinkerton 2000-02-10 04:19:52 +00:00
pinkerton%netscape.com
8cdc9e4a08 removal of WasteLib from viewer and un-necessary native widgets from Mac build. r=sfraser. 2000-02-10 04:18:55 +00:00
pinkerton%netscape.com
8fd6fb259a fix build bustage. 2000-02-09 23:24:28 +00:00
dmose%mozilla.org
c7242f57cd fix solaris build bustage. a=leaf@mozilla.org; r=mcafee@netscape.com 2000-02-09 22:29:57 +00:00
rods%netscape.com
691c453135 cleaning up widget library and removing uneeded widgets
fixed ALT key issue for windows
bug 17027,27041; carpool a=leaf; r=kmcclusk
2000-02-09 19:30:25 +00:00
Jerry.Kirk%Nexwarecorp.com
9596415386 Checking in changes that fix the pop-up menus under Photon allowing them
to close if the user clicks outside the application. Also fix
DestroyNativeChildren method. PHOTON ONLY
r=kedl
2000-02-09 13:47:23 +00:00
Jerry.Kirk%Nexwarecorp.com
ff5736ce70 Clear out a structure, that if not cleared causes the FileWidget to be
weird sizes. PHOTON ONLY.
2000-02-09 13:03:45 +00:00
pierre%netscape.com
9d43a2fef1 fixed the flashing mode in debug builds 2000-02-09 10:05:25 +00:00
pavlov%netscape.com
323b03267a remove some code cruft and remove the code to do expose events on timers that wasn't working in modal dialogs and replace it with a more efficient, direct, and just better method. we're getting pretty fast now. r=bryner@uiuc.edu 2000-02-09 01:43:04 +00:00
pinkerton%netscape.com
d60baf2c15 remove un-necessary stream stuff. 2000-02-09 01:29:10 +00:00
sfraser%netscape.com
676f672bae Remove ICGlueCFM-PPC.lib, which is not needed. r=mozbot 2000-02-09 01:24:52 +00:00
tbogard%aol.net
0748bd20c6 GetWebShell has been replaced by GetDocShell. You also can go directly from a docshell to a presShell without having to walk the content viewer etc. This should fix Linux bustage. 2000-02-08 14:22:19 +00:00