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

4584 Коммитов

Автор SHA1 Сообщение Дата
dr%netscape.com 652fe9f148 fix for 78664 (windows widgets must not print to console in opt builds. also cleans up some leaky nsString printfs). r=jag, sr=hyatt, a=dbaron 2001-06-20 05:48:45 +00:00
pinkerton%netscape.com bf680fb7a4 init the window proc id to something valid so we don't get bit if it's not set (such as the hidden window). r=sdagely/sr=blake/a=asa. bug# 70355 2001-06-20 05:28:39 +00:00
dbaron%fas.harvard.edu 688519fb0c Fix bad getters on nsIDocument and nsIScriptContext to use out params rather than return |AddRef|ed pointers. b=81289 r=jaggernaut sr=jst a=asa 2001-06-20 03:27:48 +00:00
vishy%netscape.com 5acff4f774 bugzilla 57576, backend support so that Mozilla components can have different Windows taskbar icons, patch to make it work correctly on Win98 where LoadImageW does not exist, so use LoadImage, code by law@netscape.com, r=nhotta, vishy, sr=alecf, a=asa 2001-06-20 01:47:29 +00:00
danm%netscape.com bb5b09be2c increase slop size when forcing newly opened windows onscreen, and force it onto the closest monitor, rather than the grayrgn's rect. bug 76790 r=hyatt,pchen a=blizzard 2001-06-19 00:21:17 +00:00
danm%netscape.com 1507adbb85 increase slop size when forcing newly opened windows onscreen. bug 76790 r=hyatt,pchen a=blizzard 2001-06-19 00:20:10 +00:00
tajima%eng.sun.com e43614b7b5 bug 56936 Can't copy Japanese string from emacs by mouse
(check in for katakai@japan.sun.com)
r=ftang sr=blizzard a=asa@mozilla.org
2001-06-18 23:52:02 +00:00
cls%seawood.org 80f526179f Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
Changes allow us to have a finer control over which parts of the tree are built with PIC.  Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
jcgriggs%sympatico.ca 4aeaf1bdae Fixes for nsMime (Bugzilla #86026 - widget/src/qt/nsMime.cpp uses non-standard for init scope) 2001-06-18 21:12:09 +00:00
jcgriggs%sympatico.ca d4f58669c0 Mouse Wheel Support for Qt Mozilla (Bugzilla #86432) 2001-06-18 21:10:27 +00:00
jcgriggs%sympatico.ca 5f8f415b8b Patch for Bugzilla #78663 ([console] qt port shold not print to console in opt builds) 2001-06-18 18:14:24 +00:00
timeless%mac.com 3400ce9116 Bugzilla Bug 86259 widget/src/xlib/nsAppShell.cpp uses non-standard for init scope
r=jrgm, sr=tor, a=asa
2001-06-18 17:31:26 +00:00
jcgriggs%sympatico.ca 9007c33a00 Fix for focus in Qt Mozilla. Bugzilla #79842 (Unable to get caret in dialog box).
Also fixes modality bug where modal dialogs are modal across all Mozilla Tasks.
2001-06-18 16:17:13 +00:00
scc%mozilla.org 2e8b3e9481 bug #85271: sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate features of |nsXPIDLC?String| that keep it out of the string hierarchy (i.e., using assigment to rebind ownership, static |Copy| members, and |getter_Shares|), fixing some leaks in the process. 2001-06-17 05:23:38 +00:00
mkaply%us.ibm.com 3150ce9d6d #66082
r=blizzard, sr=kin@netscape.com, a=asa for drivers
XLIB only - Checkin for timecop@network.email.ne.jp - adding gc-cache to xlib port
2001-06-15 19:11:03 +00:00
jim_nance%yahoo.com 07423d9b42 Fix Tru64 build problem as part of bug 61439. a=dbaron r=bstell@netscape.com
sr=blizzard@mozilla.org
2001-06-15 12:18:51 +00:00
pinkerton%netscape.com 8739656c5c remove window tweaking and the hacks for it in the stub wdef. gets rid of negative width/height on windows when moving which OSX didn't like. prevent infinite recursion in live-resize code from us calling SizeWindow() ourselves. r=saari/sr=sfraser/a=asa, bugs 83629, 85110) 2001-06-14 04:56:32 +00:00
saari%netscape.com a97e0303e3 fix for 84501, focus memory broken on windows. a=blizzard, r=bryner, sr=hyatt 2001-06-14 03:46:35 +00:00
rods%netscape.com 57be95963e The problem is you can't do the roll up in the middle of a "hook" function call.
So a timer is native created and the DealWithPopups is called there.
Bug 83493 r=kmcclusk sr=attinasi a=asa
2001-06-14 02:08:39 +00:00
blizzard%redhat.com 2ec817fa57 Fix bug #83157. Make the embedding widget handle reparenting and unrealize/re-realize. r=bryner,sr=tor,a=asa 2001-06-14 02:07:04 +00:00
rods%netscape.com e9ccf094e9 We will now be using the native print dialog and extending it with the Frame printing options
The localization is still done, but only on the new controls that are added.
So this removes the two unneeded dialogs
Bug 78319 r=kmcclusk sr=attinasi a=asa
2001-06-14 01:07:59 +00:00
pavlov%netscape.com d4c248555d patch from andrew.taylor@cal.montage.ca. r=pavlov sr=blizzard a=asa 2001-06-13 01:22:09 +00:00
pinkerton%netscape.com adcaf207a7 when responding to window change events, make sure that we're resizing the window before invalidating it. solves perf regression with moving windows. r=pchen/sr=sfraser/a=asa. bug# 84574 2001-06-12 23:21:26 +00:00
sfraser%netscape.com f448d4413c Fix for bug 82474; ignore the console window on Mac when sending off events. r=conrad, sr=scc, a=blizzard 2001-06-11 23:44:46 +00:00
yokoyama%netscape.com 926ddd495a bug: 73882
Processing WM_FONTCHANGE msg and update font cache and global font list.
r=rbs, sr=blizzard, a=asa
2001-06-11 22:42:27 +00:00
blizzard%redhat.com 76fd461415 Fix bug #82697. Crash when typing at the end of the location bar for systems that have gtk compiled with G_DISABLE_CHECKS defined. Also gets rid of the annoying Gtk warnings about gdk_window_ref() failing. r=pavlov,sr=tor,a=asa 2001-06-09 14:33:05 +00:00
pinkerton%netscape.com 78dc7cf21d create a new window type for the hidden window so that we can recognize it from Widget. On MacOSX, override the carbon event that repositions windows on-screen for the hidden window only. Let normal windows pass-through. r=danm/sr=sfraser/a=asa. bug 84023. 2001-06-09 00:16:13 +00:00
pavlov%netscape.com 00c1734b9b fix for bug 55312 r=bzbarsky@mit.edu sr=blizzard a=tor 2001-06-08 21:59:37 +00:00
mkaply%us.ibm.com 31309c09d4 EMX build break - OS/2 only - builtin.h is VACPP only 2001-06-06 14:07:23 +00:00
nhotta%netscape.com 6fa84f613e Changed nsFilePicker::Show to set a larger buffer for the directory name string and make sure to free the memory returned by GetPath(),
bug 83345, r=law, sr=blizzard, a=blizzard.
2001-06-05 21:30:17 +00:00
bstell%netscape.com 9c5f89d735 fix HPUX bustage 2001-06-05 08:58:07 +00:00
bstell%netscape.com 5787e192de remove forward struct declaration to fix HPUX/AIX/IRIX compile bustage 2001-06-05 07:26:31 +00:00
bstell%netscape.com 830bafb4db bug 61439: workaround X server bug so non-US users can enter email addresses
when autocomplete popup is up
r=pavlov@netscape.com, sr=blizzard@mozilla.org, a=asa@mozilla.org
add hooks to intercept the XKeyPressedEvent/XKeyReleasedEvent
so we can simulate the Mode_switch bit
2001-06-05 06:14:48 +00:00
bstell%netscape.com c13e76c8c6 bug 61439: workaround X server bug so non-US users can enter email addresses
when autocomplete popup is up
r=pavlov@netscape.com, sr=blizzard@mozilla.org, a=asa@mozilla.org
Code to note when the Mode_switch keycode is pressed/released.
When the Mode_Switch key is down set the Mode_switch bit in the
XKeyPressedEvent.
2001-06-05 06:06:04 +00:00
bstell%netscape.com e8b0546be6 bug 61439: workaround X server bug so non-US users can enter email addresses
when autocomplete popup is up
r=pavlov@netscape.com, sr=blizzard@mozilla.org, a=asa@mozilla.org
Code to note when the Mode_switch keycode is pressed/released.
When the Mode_Switch key is down set the Mode_switch bit in the
XKeyPressedEvent.
2001-06-05 05:58:14 +00:00
blizzard%redhat.com 313ce491d3 Fix bug #41527. Can't use xremote to open a url in the current window. r=dbaron,sr=tor,a=asa 2001-06-05 00:55:16 +00:00
nhotta%netscape.com 0bba5b8758 Added an attribute for the charset conversion so that it fallback to a question mark in case of conversion error,
bug 83218, r=pinkerton, sr=blizzard, a=asa.
2001-06-05 00:02:29 +00:00
pchen%netscape.com 7a9b693ed9 bug 78409, r=pinkerton, sr=hyatt, a=asa, apply patch for bug 66848 which fixes submenus not knowing that its parent menu popped up in the opposite direction (usually because of hitting a screen boundary) 2001-06-04 23:03:24 +00:00
pinkerton%netscape.com 2f44b46a0e fix timers on osx. r=pchen/sr=sfraser/a=asa. bug# 75499. 2001-06-04 22:40:53 +00:00
pinkerton%netscape.com 6951aef333 keep menu id's in sync between menu and menubar. bug 83187, r=saari/sr=smfr/a=asa. 2001-06-01 23:39:27 +00:00
pinkerton%netscape.com 357908314b add live-resizing for macosx. expose update/resize in the event handler to avoid having to hack up EventRecords to fake events. r=saari/sr=smfr/a=asa. 2001-06-01 23:38:27 +00:00
pinkerton%netscape.com 81f3204e21 add 'about mozilla' item and impl to carbon menu code. fix indentation. bug#83187, r=saari/sr=sfraser. 2001-05-29 23:18:26 +00:00
mkaply%us.ibm.com ae6b8659a4 when the widget is being destroyed, check if it is the rollup widget and clear that out before it's too late.
r=saari/sr=hyatt/a=blizzard
bug# 51603
2001-05-29 23:05:27 +00:00
jag%tty.nl d39150e1b9 Fix MOZ_TRACK_MODULES_DEPS builds bustage (senna), adding "intl" to REQUIRES in widget/src/gtk/Makefile.in 2001-05-26 20:14:34 +00:00
dcone%netscape.com 131e09e66b bug=78319 Checkin for Rods a=Blizzard sr=waterson r=kmcclusk. Improvement for localization of the printer dialog. 2001-05-26 15:49:43 +00:00
sspitzer%netscape.com a867bf9902 fix some bustage on HPUX for pinkerton 2001-05-25 23:17:15 +00:00
pinkerton%netscape.com 5afd6c5385 backing out addition so we can figure out why it doesn't compile. 2001-05-25 22:38:58 +00:00
pinkerton%netscape.com 9944eb10de one more time for the short bus. 2001-05-25 22:08:00 +00:00
pinkerton%netscape.com 45ea54dd83 i'm an idiot. fix bustage and typo. 2001-05-25 20:46:01 +00:00
pinkerton%netscape.com 2ca6978329 popups now appear in the modal layer on osx, added more slop to fix osx bug where moving windows near their current location would move them to -1,-1. r=pchen/sr=smfr/a=asa. bug# 58226. 2001-05-25 18:45:43 +00:00