Commit Graph

6317 Commits

Author SHA1 Message Date
ere%atp.fi
7ddd1f5ea0 Bug 186549: add a pref. that allows different windows to retain their own input locale settings
Patch by Masayuki Nakano
r=emaijala
sr=bzbarsky
2004-12-09 19:01:35 +00:00
ere%atp.fi
d46f71b538 Fix for bug 264708: Single-bit transparency not supported on Win98
Patch by Dainis Jonitis
r=emaijala
sr=roc
2004-12-09 17:56:46 +00:00
amardare%qnx.com
1ff4a395f8 Change for qnx(photon) platform only. It should not affect runtime/buildig other platforms.
Temporary fix until PR:22930 is fixed in libph. The library insist in making any PtRegion widget
sensitive and opaque to key events. Thi shappen if after realizing it, a resource ( like
Pt_ARG_POS or Pt_ARG_DIM ) is set. Such a region will completely block any key events from reaching
any application, if the mouse is in top of it. To test open the url bar, place the mouse in top
of the list and type something. The key events are not reaching anybody.
2004-12-09 14:53:27 +00:00
neil%parkwaycc.co.uk
c4c3378210 Bug 244685 Implement SourceURL for CF_HTML clipboard copy/drag'n'drop p=david.gardiner@unisa.edu.au r=dean_tessman sr=me 2004-12-07 14:13:54 +00:00
ere%atp.fi
d5727b91f0 Oops, backing out previous commit of wrong files. 2004-12-06 15:07:36 +00:00
ere%atp.fi
e9dbf6a0da Fix for bug 270812: Cannot print after printer was renamed
Patch by Masayuki Nakano,
r=emaijala
sr=bzbarsky
2004-12-06 15:03:42 +00:00
aaronleventhal%moonset.net
85653ea54c Bug 262894. Assistive technology hotkeys that use Alt key trigger Mozilla menu bar. Also fixes Windows 95/98 bug where Alt+tab would focus menu bar. Patch by Neil Rashbrook. r=aaronlev, sr=bryner 2004-12-03 22:32:50 +00:00
zack%kde.org
e3192dfcb6 This fixes most focus issues (br:263927). Propagation of the focus seems
very slow though
2004-12-03 22:14:28 +00:00
zack%kde.org
fc7746a6a5 Patch from Michal Ceresna fixing 272593. Good catch, I forgot to update after
change which stopped children from propagating events back to the containers
due to which direct invalidation of the children wasn't working.
2004-12-02 22:53:13 +00:00
gerv%gerv.net
670fb87360 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-12-01 22:27:03 +00:00
pedemont%us.ibm.com
15717f0bf7 Bug 269553 - Integrate JavaXPCOM into build. r=bsmedberg, sr=bryner 2004-12-01 17:33:16 +00:00
pkw%us.ibm.com
473ae34fc0 Bug 264210 - save as, webpage complete doesn't work with gtk2 filepicker
r=caillon@gmail.com, sr=blizzard@mozilla.org
2004-11-30 22:07:50 +00:00
zack%kde.org
97c0e697d4 ifdef most of the debugging output 2004-11-29 00:37:59 +00:00
smontagu%smontagu.org
8d29d95760 Mac implementation of nsIBidiKeyboard. Bug 266551, patch by Asaf Romano <mozilla.mano@sent.com>, r=jhpedemonte, sr=bzbarsky 2004-11-28 18:36:23 +00:00
bryner%brianryner.com
29c70cffe8 Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin. 2004-11-24 22:48:45 +00:00
timeless%mozdev.org
d01dd1aa4c Bug 249782 Make Mozilla compile with Microsoft Visual Studio 2005
patch by sdwalker@myrealbox.com r=bryner
2004-11-23 19:34:02 +00:00
mkaply%us.ibm.com
8d134e4d51 #269632
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Dainis Jonitis - add debug paint flashing for OS/2
2004-11-22 17:36:44 +00:00
zack%kde.org
f6fb51a99f hmm, i forgot about the lack of rtti. fixes 267626 2004-11-21 23:20:00 +00:00
timeless%mozdev.org
f2bfa0873d Bug 269925 /Users/timeless/mozilla/widget/src/mac/nsWindow.cpp: warning: Boolean control_key_down()' and long long int microseconds()' defined but not used
r=pedemonte sr=bz
2004-11-15 18:40:53 +00:00
jshin%mailaps.org
2002afaacf bug 163572 : converted string is inserted every time space key is pressed patch by masayuki@d-toybox.com (r=pinkerton,bryner,amardare,emaijala,sfraser,roc, sr=bryner,sfraser,roc) 2004-11-13 11:27:09 +00:00
pedemont%us.ibm.com
455bdbf7a0 Bug 257546 - sheet support implemented incorrectly. r=peterv, sr=sfraser. 2004-11-12 16:42:58 +00:00
pedemont%us.ibm.com
435b59e6a3 Bug 204636 - window minimize support. Patch by Asaf Romano. r=jhpedemonte, sr=sfraser. 2004-11-10 18:57:31 +00:00
pedemont%us.ibm.com
121f6b9b36 Bug 237136 - fix zooming on Mac. r=peterv, sr=sfraser 2004-11-10 17:01:59 +00:00
timeless%mozdev.org
fb483e6b15 Bug 106386 Correct misspellings in source code
patch by ajvincent@gmail.com r=dbradley rs=brendan
2004-11-10 07:27:11 +00:00
darin%meer.net
950a78482d fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg 2004-11-07 23:59:35 +00:00
kjh-5727%comcast.net
a596996192 Bug 267823 - nsWindow.cpp contains ONWORKSPACE instead of nsWindow::ONWORKSPACE - BeOS-only. Patch by Niels.Reedijk@gmail.com, r=sergei_d. 2004-11-06 21:42:01 +00:00
bzbarsky%mit.edu
5680d16cc5 Invalidate the screen position cache on scroll so popups come up in the right
places.  Bug 64902, r+sr=roc
2004-11-03 15:51:59 +00:00
mkaply%us.ibm.com
e29a6a871d #267237
r=pedemonte, sr=blizzard (platform specific), a=mkaply
OS/2 only - limit length of titlebar text to overcome OS bug
2004-11-03 13:57:16 +00:00
ginn.chen%sun.com
c31abf35ac bug 265194 Mozilla can't play wav file correctly on solaris sparc
patch maker:leon.sha@sun.com r=bryner sr=darin
2004-11-03 09:13:04 +00:00
darin%meer.net
189ba5e5c4 eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg 2004-11-01 18:50:36 +00:00
roc+%cs.cmu.edu
3b7e30e209 Bug 265983. GTK1 needs GetNativeData(NS_NATIVE_WIDGET) to be passed as the native parent, not NS_NATIVE_WINDOW. r+sr=bzbarsky 2004-10-30 12:57:46 +00:00
bzbarsky%mit.edu
090b486e66 Push view update batching up to the root view manager. Make all associated
members only be accessed by the root view manager.  Document the invalidation
setup a bit.  Bug 244290, r+sr=roc
2004-10-29 20:47:25 +00:00
bsmedberg%covad.net
e08012b8b7 Bug 237745 (app-startup) - split off the pieces of appshellservice that have to do with the startup sequence into a new (forked, temporarily) app-startup service r+sr=darin+biesi+Neil 2004-10-29 19:28:38 +00:00
pedemont%us.ibm.com
7c83ee40aa Bug 264235 - check for resize to (0,0). r=pinkterton, sr=roc. 2004-10-29 19:01:01 +00:00
pedemont%us.ibm.com
3a19819b54 Bug 264235 - context menus broken. r=pinkerton, sr=roc 2004-10-28 21:22:22 +00:00
timeless%mozdev.org
5e730ee0bc Bug 265336 GetService klookandfeel instead of CreateInstance
r=biesi sr=dmose
2004-10-28 07:25:57 +00:00
mkaply%us.ibm.com
1aa66c92da #265841
r=mkaply, sr=blizzard (platform specific)
Patch from Weilbacher - OS/2 menus are positioned wrong
2004-10-27 17:29:18 +00:00
ginn.chen%sun.com
07450eb9c0 bug 251492 [gnome]selected item text wrong color in high-contrast themes
ginn.chen%sun.com r=bryner sr=dbaron
also fix bug 244955 [GNOME] incorrect system colors for the menu item text
2004-10-26 01:45:28 +00:00
darin%meer.net
52ac61d678 landing patch for bug 262218 "libxpcom.so should only export frozen symbols" r=bsmedberg sr=bryner 2004-10-25 19:34:45 +00:00
timeless%mozdev.org
5f1b6329f9 Bug 157994 Code in in nsDataObj.cpp prone to buffer overflow , and generally awful
patch by daniel_atallah@yahoo.com r=dean_tessman sr=sfraser
2004-10-25 06:15:52 +00:00
roc+%cs.cmu.edu
bb89d768de Bug 264245. Document requirement that popups have no nsIWidget parent. r+sr=bzbarsky 2004-10-21 18:36:57 +00:00
roc+%cs.cmu.edu
72ab57d855 Bug 264245. Make all popups have no nsIWidget parent to avoid the hassles of various widget implementations not keeping their position consistent with their parent. Also, aggressively invalidate cached screen coordinates in GTK1 to avoid bugs. r=bzbarsky,sr=blizzard 2004-10-21 18:35:35 +00:00
dbaron%dbaron.org
bee1492818 Remove unneeded RegisterSelf/UnregisterSelf hacks -- porting from aviary branch to trunk. Patch mostly by caillon, r+sr=dbaron, rest by dbaron. b=262450, 265103 2004-10-21 06:19:00 +00:00
aaronleventhal%moonset.net
3c67eff375 Last part of bug 226795. The mai/gtk2 directory should no longer exist. r=blizzard, a=dbaron. 2004-10-20 16:54:03 +00:00
zack%kde.org
81e0d94c08 Hmm, we should've had written this code from scratch... Step 1 (probably of
about million, give or take 999998 or so) of fixing 264806 and general
semantic of text selection.
2004-10-19 21:32:21 +00:00
jst%mozilla.jstenback.com
7b8181ffb9 Fixing bug 264325. Patch from ginn.chen@sun.com. Home/End/PgUp/PgDn doesn't work in Input/TextArea/Composer/MailNews on Solaris Xserver. r=bryner@brianryner.com, sr=jst@mozilla.org, a=brendan@mozilla.org 2004-10-18 22:31:27 +00:00
jst%mozilla.jstenback.com
9831eb8e75 Fixing bug 263388. Patch by trev@gtchat.de. Make opening filepickers possible from frames that are not displayed, i.e. have no widget. r=jst@mozilla.org, sr=bzbarsky@mit.edu 2004-10-15 17:20:21 +00:00
jst%mozilla.jstenback.com
1d7d91ceed Fixing bug 263388. Patch by trev@gtchat.de. Make opening filepickers possible from frames that are not displayed, i.e. have no widget. r=jst@mozilla.org, sr=bzbarsky@mit.edu 2004-10-15 17:19:20 +00:00
zack%kde.org
507e01d04e Popups working, modals working and fixing some other positioning stuff .
Closing 264027 and 264105.
2004-10-15 03:15:54 +00:00
zack%kde.org
7ca16b1dd9 A weak attempt at closing both 264105 and 264027. move seems to be still
not doing what i want though
2004-10-14 21:53:12 +00:00