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

5426 Коммитов

Автор SHA1 Сообщение Дата
bzbarsky%mit.edu e18fced414 Fix bustage; need to follow C++ portability guidelines. ;) 2002-08-10 04:20:53 +00:00
bzbarsky%mit.edu 9ede6c8f9d Fix a bug nsBaseWidget::SetZIndex and make it faster. The changes to
SetZIndex are actually fixing the problems in question; the other
changes are a replacement of all the evil tabs with spaces.

Bug 117730, patch by Dainis_Jonitis@swh-t.lv (Dainis Jonitis), r=beard,
sr=attinasi (this has been languishing for a while, ok?).
2002-08-10 02:07:26 +00:00
timeless%mac.com 516d1098cf Bug 157348 no AltGr recognised
patch by sergei_d@fi.tartu.ee r=timeless sr=blizzard
2002-08-08 12:07:24 +00:00
sfraser%netscape.com 95ef8b41ef Fix for bug 102797: remove call to EventAvail, firstly because it is redundant (WaitNextEvent will return promptly if there is an event to handle), and because it nullifies the effects of an earlier WakeUpProcess call, which can kill performance in some areas. r=sdagley, sr=scc. 2002-08-07 02:23:00 +00:00
timeless%mac.com 6b932868e6 Bug 29856 *nix only : Window Class the same for all mozilla windows
original patch from arik devens / rob ginda
r=akkana sr=alecf
2002-08-07 01:59:22 +00:00
glazman%netscape.com b9599b1617 Introduce 2 CSS values for color property and 1 for text-decoration retrieving the pref for anchors' color, visited anchors' color, and underline or not the anchors; b=57757, r=brade, sr=bzbarsky 2002-08-06 14:39:55 +00:00
bolian.yin%sun.com 90661d8f5d Translate nsIAccessible states to ATK states. Bug 153841.
patch by john.sun@sun.com, r=aaronl, sr=jst.
Note: this is for the default build.
2002-08-06 04:02:13 +00:00
bzbarsky%mit.edu 5e0f2971fb Fix crash in nsRenderingContextGTK::Init. Bug 156043, patch by
Roland.Mainz@informatik.med.uni-giessen.de (Roland Mainz), r=roc, sr=scc
2002-08-06 03:27:05 +00:00
alecf%netscape.com f7ad4265ef bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
nsISupportsString  -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
jdunn%netscape.com f01f6490d7 removing "," from end of enum (this is a porting no-no)
to fix hp10.20 tbox.
2002-08-02 14:28:02 +00:00
bolian.yin%sun.com 7e8032b2f6 [gtk2] Mail/News window shutdown when click "File" twice. Bug 140867.
patch by robin.lu@sun.com, r=blizzard.  Note: this is NOT for defautl build.
2002-08-02 06:08:29 +00:00
sfraser%netscape.com ca494f80d1 Fix for bug 157837 -- fix a problem with click-hold scrolling in scrollbars that caused the slightest mouse move to stop the scrolling; patch fixes a coordinate issue that made us think we'd left the widget. r=pinkerton, sr=bryner, a=asa. 2002-08-02 00:51:08 +00:00
aaronl%netscape.com 0f4ba024e4 Bug 160188. Accessibility: In Windows, use Control ID for a window to indicate whether the window is content or UI. r=saari,blythe, sr=hewitt 2002-08-01 23:12:38 +00:00
cbiesinger%web.de 8509821897 bug 95348 patch by sergei_d@fi.tartu.ee r=timeless a=asa
[FIX]BEOS - nsListBox does not display scroll bars properly, and has a poor repaint
2002-08-01 22:31:42 +00:00
bolian.yin%sun.com ab4d4c14e0 mozilla(gtk2) coredump on Solaris. Bug 140698, patch by jeff.qiu@sun.com, r=blizzard.
Note: This patch is for gtk2, not included in the default build.
2002-07-31 08:25:57 +00:00
yokoyama%netscape.com 10c29f10f7 Bug 9449
Fixing linker error on MOZ_UNICODE
/r=shanjian, /sr=kin, /a=asa
2002-07-29 21:44:53 +00:00
cbiesinger%web.de 14615ea47a bug 155702 patch by sergei_d@fi.tartu.ee r=arougthopher@lizardland.net a=asa
nsWindowBeOS::QuitRequested always issues CLOSEWONDOW event
2002-07-26 22:09:54 +00:00
cbiesinger%web.de 2a3c39b765 bug 71343 patch by sergei_d@fi.tartu.ee r=arougthopher@lizardland.net a=asa
[BEOS] Windows are not brought to front when requested
2002-07-26 22:05:04 +00:00
bryner%netscape.com 9b5d4b8eab Fix focus crasher resulting from the window's firstResponder pointing to a deleted NSView. Bug 159291, r/sr=hyatt. Not part of the build. 2002-07-25 21:31:51 +00:00
timeless%mac.com 701fc7b033 Bug 157348 no AltGr recognised
patch by sergei_d@fi.tartu.ee r=timeless sr=blizzard (ports code) a=asa
2002-07-25 19:59:54 +00:00
kyle.yuan%sun.com 477eb69ee6 Not part of build.
Bug 157298 make install does not work in mozilla/widget/src/gtk2/mai
r=kyle
Thanks for mpeseng@tin.it's fix
2002-07-22 06:58:28 +00:00
kyle.yuan%sun.com 37a2c75e1c Not part of build.
Bug 153298 Translate nsIAccessible events to ATK events
r=kyle
Thanks for John Sun (john.sun@sun.com)'s fix
2002-07-22 06:57:08 +00:00
bryner%netscape.com c70e68e62c Enable full-screen mode for unix. Bug 126685, r=blizzard, sr=sfraser, a=asa. 2002-07-19 00:43:00 +00:00
arougthopher%lizardland.net b698cfa243 Bug#155404
File names generated in File Save As menu are incorrect in BeOS.

r=arougthopher
a=scc
2002-07-18 12:09:09 +00:00
seawood%netscape.com fe2f4b55ff Remove DARWIN define from osx builds as it cripples the feature set provided by OSX headers.
Bug #154232 r=wtc sr=scc a=scc
2002-07-18 04:09:30 +00:00
nhotta%netscape.com 6bfea72bc6 Restore my previous changes with mach-o build fix,
bug 108029, r=pinkerton, sr=sfraser, a=asa.
2002-07-17 23:05:30 +00:00
mkaply%us.ibm.com 077ef63c0c #157383
r=pedemont, sr=blizzard, a=asa
OS/2 only - truncate title bar text to 256 to workaround OS bug
2002-07-17 05:36:04 +00:00
nhotta%netscape.com 261b3b5722 Back out my last changes for the mach-o build problem. 2002-07-17 00:38:33 +00:00
bryner%netscape.com 83d38b8f5f Implement nsIWidget::HideWindowChrome() for gtk (bug 157371). r=blizzard, sr=jag, a=asa. 2002-07-16 22:49:33 +00:00
nhotta%netscape.com 0611fade7a Changed charset conversions for clipboard, D&D,
* copy from Mozilla, added fallback to try non system default scripts
* copy to Mozilla, check 'styl' and if available use that script instead of
using the system's default
bug 108029, r=pinkerton, sr=sfraser, a=asa.
2002-07-16 19:38:08 +00:00
sdagley%netscape.com 39a3d160fc Fix #143543 - Work around Nav Services 1.0 flaw so Save File dialogs works on Mac OS 8.6. r/sr=sfraser, a=asa 2002-07-16 01:39:39 +00:00
nhotta%netscape.com 731a9d29c2 Changed to return a result code for conversions so the caller can try fallback,
also changed convert from Unicode to try keyscript in addition to the system default,
bug 108029, r=pinkerton, sr=sfraser, a=asa.
2002-07-15 23:01:17 +00:00
nhotta%netscape.com d29e68ff5c Adding new files for utitily functions to convert between native script and Unicode,
bug 108029, r=pinkerton, sr=sfraser, a=asa.
2002-07-15 22:57:35 +00:00
mkaply%us.ibm.com 0ac1e33c1d #67913
r=pedemont, sr=blizzard (platform specific code)
OS/2 only - don't let Mozilla windows cover up the Warpcenter
2002-07-09 22:59:52 +00:00
mkaply%us.ibm.com 5542060176 #52458
r=pedemont, sr=blizzard (platform specific code)
OS/2 only - add a preference to enable trackpoint scrolling by creating invisible scrollbars on all windows
2002-07-09 22:54:34 +00:00
bryner%netscape.com e479db29d7 Bug 121772 - implement NS_THEMECHANGED for gtk. Also includes some cleanup of unused functions and member variables. r=akkana, sr=blizzard. 2002-07-09 04:08:37 +00:00
jay.yan%sun.com 1ef5b61f45 bug 151107 bug 151114 bug 151139 Support nsIAccessibleHyperlink, nsIAccessibleHyperText, nsIAccessibleValue in MAI(mozilla ATK Implmentation) patch=bolian.yin, r=aaronl, sr=jst, this checkin is not part of default build 2002-07-09 03:18:40 +00:00
jay.yan%sun.com 14d13a3fe4 bug 151107, bug 151114, bug 151139, Support nsIAccessibleHyperLink, nsIAccessibleHyperText,nsIAccessibleValue for MAI(Mozilla ATK Implementation), this is in order to remove files, I uploaded files with wrong newline format. remove them first, will checkin new files with good format soon, this operation does not intefere with default build. 2002-07-08 11:07:03 +00:00
bryner%netscape.com 6e4ef3bfc5 Add the ability to filter on applications to nsIFilePicker (bug 97321). r=law, sr=blake. 2002-07-07 07:21:45 +00:00
jay.yan%sun.com 8758503c88 bug 151139, support nsIAccessibleValue in MAI (Mozilla ATK Implementation), patch=silvia.zhao, r=aaronl, this is for mozilla accessibility on unix, not a part of default build. 2002-07-05 03:50:56 +00:00
jay.yan%sun.com 09ce384e32 bug 151107, Support nsIAccessibleHyperText in MAI(Mozilla ATK Implementation) patch=bolian.yin, r=arronl, sr=jst. this patch is for mozilla accessibility on unix, not a part of default build. 2002-07-05 03:44:40 +00:00
jay.yan%sun.com 23a45512fe bug 121262, gtk2 needs to have constrain position hooked up, patch=jeff.qiu, r=blizzard. this is a gtk2 related bug, not a part of default build. 2002-07-05 03:23:59 +00:00
mkaply%us.ibm.com 09a77025cf #127741
r=saari, sr=blizzard, a=chofmann
OS/2 only - 82534 fix for OS/2
2002-07-03 22:13:00 +00:00
aaronl%netscape.com 480ebf281a Bug 132489. Caret still blinking when entering menus. r=bryner, sr=hewitt. Bug 154704. No accessibility events fired as menus exit. r=jgaunt, sr=jag. Bug 154721. Active accessibility: No accessible focus events fired for documents. r=kyle, sr=jst 2002-07-03 16:38:15 +00:00
jaggernaut%netscape.com 599f2bcf42 Bug 153834: crash when changing Window's windows colors (e.g. Win XP theme change); Patch by Adam Lock <adamlock@netscape.com>, r=saari, sr=jag 2002-07-03 04:03:20 +00:00
kyle.yuan%sun.com 14b58f2d9f Bug 154729 replace C-style casts with C++ static casts in MAI code
r=kyle, sr=jst
Checkin for Bolian Yin's (bolian.yin@sun.com) fix.
2002-07-03 01:22:34 +00:00
yokoyama%netscape.com b798267dfd Bug 9449
Unicode API conversion for Windows Platforms
#ifdef MOZ_UNICODE'ed for now.
No impact unless environment variable
MOZ_UNICODE is defined.
/r=shanjian;/sr=kin
2002-07-03 00:55:47 +00:00
pinkerton%netscape.com 96ddce9b05 turn on CG metrics for quartz rendering if 10.1.5 is present. bug 149427, r=ccarlen/rs=hyatt 2002-07-02 20:28:43 +00:00
ere%atp.fi 5eb0e6c6af Fix for bug 152280, avoid flashing title bar of a foreground window when a
dialog is displayed on Windows. r=dean_tessman@hotmail.com,
sr=jaggernaut@netscape.com
2002-06-29 12:31:15 +00:00
yokoyama%netscape.com 3b27b6a732 bug 153470
Need to process WM_CHAR with (wParam > 0xff)
for CJK characters.
/r=shanjian; /sr=kin
2002-06-28 00:08:26 +00:00