Commit Graph

4123 Commits

Author SHA1 Message Date
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