bryner%netscape.com
0d1a05ea00
Fix some build issues on UFS volumes by eliminating the need to use the resource fork (bug 157036). This replaces the applesingle-encoded nsMacWidget.rsrc with the DeRez'd nsMacWidget.r. We then run Rez at compile time to generate the data-fork resource file. Patch by lordpixel@mac.com, r=bryner, sr=sfraser, a=sspitzer.
2003-05-09 22:05:31 +00:00
brade%netscape.com
4a4f3ae709
api change to include event (similar to paste/drop hook); r=cmanske, sr=sfraser, a=asa
2003-05-09 18:26:47 +00:00
dwitte%stanford.edu
c58d3d298e
Bug 127575: enable full screen mode to function on secondary display of multi-monitor systems.
...
patch by Dean Tessman, r=ere, sr=jag, a=asa.
2003-05-08 18:31:01 +00:00
caillon%returnzero.com
f167f4a8e0
Bug 192577 - URL bar doesn't collapse on windows
...
Patch by aaronl@netscape.com
r=danm sr=bryner
a=asa for checkin into a closed tree
2003-05-07 01:12:41 +00:00
varga%netscape.com
f86dce4818
Adding zoom-in/zoom-out cursors for mac and cocoa. Bug 189719
...
r=pink, sr=bryner, a=sspitzer
2003-05-05 21:36:43 +00:00
varga%netscape.com
77c9dbec5c
New icons for bug 189719.
2003-05-03 12:09:14 +00:00
varga%netscape.com
7967318ca3
Fix for bug 189719. Automatic image sizing: Use a custom magnifying glass cursor.
...
r=dbaron, sr=roc, a=sspitzer
2003-05-02 22:23:55 +00:00
bryner%netscape.com
12279edad4
Use system metrics when available, and observed platform behavior otherwise, for determining the threshold to begin a drag. Bug 201342, r=blizzard, sr=sfraser, a=sspitzer.
2003-05-02 18:20:38 +00:00
blizzard%redhat.com
8920a10716
bug #157438 . Implement nsIWidget::HideWindowChrome for gtk2. Patch from jeff.qiu@sun.com and fcrozat@mandrakesoft.com. r=me Not part of the default build.
2003-05-01 02:32:24 +00:00
bzbarsky%mit.edu
393cfebbf2
Init the member vars to prevent access to uninitialized memory. Bug 203505,
...
r=bryner, sr=jst, a=sspitzer
2003-05-01 01:01:03 +00:00
mkaply%us.ibm.com
6038e5b96d
#202823
...
r=pedemont, sr=blizzard (platform specific) a=mkaply
OS/2 only - better fix for titlebar problem - we were getting bad titlebars in task list
2003-04-28 21:59:02 +00:00
mkaply%us.ibm.com
e8a9094c41
#203666
...
r=mkaply, sr=blizzard (platform specific) a=mkaply
OS/2 only - quick (obvious) fix for now - random corruption in fonts - we were freeing the PS
2003-04-28 20:59:24 +00:00
aaronl%netscape.com
7ae87df2aa
Bug 149654. Send accessibility events for DOM mutations, invalidate appropriate parts of accessibility cache based on DOM mutation events. Also fixes bug 74218, implement DOMSubtreeModified event. r=kyle, sr=jst
2003-04-28 10:24:52 +00:00
mkaply%us.ibm.com
ccf82f0716
a=mkaply - removing unused reference to OS/2 tests
2003-04-25 22:22:37 +00:00
mkaply%us.ibm.com
e766d4e679
a=mkaply - removing unused files
2003-04-25 22:21:44 +00:00
brade%netscape.com
97260a727d
clarifications in comments (bug 203062; r=kaie,kin; sr=smfr)
2003-04-25 21:09:03 +00:00
bolian.yin%sun.com
53b89b7094
Bug 202085, Combine mai code into accessible/src/atk.
...
r=kyle.yuan@sun.com . This is NOT for default build.
2003-04-23 05:28:41 +00:00
mkaply%us.ibm.com
0da475046e
#202823
...
r=pedemont, sr=blizzard (platform specific)
OS/2 only - tell titlebar to change text, not just frame window
2003-04-22 12:57:09 +00:00
bryner%netscape.com
3f1a59f26e
Tell Cocoa explicitly that we want to see mouse move events when the pointer enters our window, so that we can change the cursor as needed. Bug 161794, patch by nhamblen@mac.com, r=bryner [affects Camino build only]
2003-04-21 23:06:08 +00:00
bryner%netscape.com
b5af164b7c
Remove now-unused nsScrollingView and nsIScrollbar implementations. Removed unused widget/public/nsWidgetSupport.h. Bug 201624, r+sr=roc.
2003-04-21 23:01:36 +00:00
amardare%qnx.com
45108d3f60
Changes for the photon platform - they should not affect build/runtime on the other platforms
...
The menus now have a region covering the whole screen for dismissal outside of the main window canvas.
Cleaned up the code.
Tried to speed it up.
2003-04-21 22:34:28 +00:00
sfraser%netscape.com
7633254851
Fix bug 202586: pull some .cpp files from widget/src/mac when building widget/src/cocoa to reduce code duplication, and divergence. r=pink, sr=bryner.
2003-04-21 22:24:12 +00:00
arougthopher%lizardland.net
6b2f8811c6
Bug#202217
...
[beos] nsWindow impl. does not support eBorderStyle attributes
r=sergei_d
r=arougthopher
2003-04-21 02:02:11 +00:00
timeless%mozdev.org
be23a13ac7
Bug 180150 - [win] nsWindow::SetIcon should not call ::LoadImageW( ..., LR_LOADFROMFILE | LR_SHARED )
...
r=pavlov, sr=roc+moz
2003-04-20 20:57:36 +00:00
arougthopher%lizardland.net
41ef13b329
Bug#202679
...
[beos] each cursor change causes a "new" cursor to be created
r=sergei_d
r=arougthopher
2003-04-20 15:13:27 +00:00
cbiesinger%web.de
ef2bf18c34
170852 patch by yokoyama@netscape.com r=shanjian sr=roc+moz Remove #ifdef MOZ_UNICODE and MOZ_AIMM (no makefile changes yet)
2003-04-19 12:20:18 +00:00
sfraser%netscape.com
c2827fb6e7
Bug 193053: drag and drop-related changes to allow for the dragging and copying of image bits, and to allow dragging into the file system. r=pinkerton/brade, sr=bryner/bz.
2003-04-18 20:20:04 +00:00
seawood%netscape.com
f7bf89f618
Remove global _POSIX_SOURCE & _SVID_SOURCE defines for linux.
...
Bug #202510 r=darin
2003-04-18 20:14:17 +00:00
brade%netscape.com
e9501f801c
new api for drag/drop/copy/paste hooks (bug 197121) r=cmanske sr=smfr
2003-04-17 13:25:15 +00:00
danm%netscape.com
2d8fc2dad9
new popupblocked domevent. bug 199705 r=jaggernaut,jst
2003-04-15 23:34:08 +00:00
aaronl%netscape.com
83deafd111
Bug 193802. Implement xp accessibility cache. r=kyle, sr=alecf
2003-04-15 08:45:55 +00:00
kmcclusk%netscape.com
6a398d5c62
Implement WM_PRINTCLIENT message on WIN32. bug=201207 r=jkeiser sr=kin
2003-04-14 22:56:35 +00:00
sfraser%netscape.com
0029cbd123
Fix widget atom use in cocoa toolkit. Bug 199170, fixing tree bustage, r/sr=me, a=jj.
2003-04-14 16:31:55 +00:00
alecf%netscape.com
5e99cda65c
another part of the fix for bug 199170 - converting mac widget stuff over to static atoms
...
r=pinkerton, sr=sfraser
2003-04-14 14:09:37 +00:00
bryner%netscape.com
548240cb40
s/INCLUDE_XUL/MOZ_XUL/
2003-04-11 02:06:32 +00:00
bryner%netscape.com
3a3ec0cbd5
Make --disable-xul work (bug 69995). We build enough XUL to support
...
scrollbars unconditionally, but can now leave out heavyweight widgets like
grid, listbox, and tree. r=bzbarsky, sr=alecf.
2003-04-11 00:56:27 +00:00
arougthopher%lizardland.net
1c60425f55
Bug#180134
...
NS_METHOD nsWindow::ConstrainPosition needs impelentation in BeOS
r=arougthopher,sergei
2003-04-11 00:54:42 +00:00
blizzard%redhat.com
5a583997a5
Fix uninitialized variable pointed out by pkw@us.ibm.com. No bug. Not part of the default build.
2003-04-10 22:11:27 +00:00
blizzard%redhat.com
7f11d6545a
Bug #176514 . XIM for gtk2. Patch is partially done by me and robin and katakai and other folks as well. Not part of the default build.
2003-04-09 03:34:53 +00:00
blizzard%redhat.com
d1cbf884f3
Bug #201033 . Cleanup the code that passes calls to any owning toplevel. r+sr=roc
2003-04-08 20:51:42 +00:00
sfraser%netscape.com
d3d9996705
Fix bug 167149: support modeOpenMultiple for the Mac (Carbon) file picker. r=pinkerton, sr=bryner.
2003-04-08 20:50:58 +00:00
sfraser%netscape.com
5a07eb850d
Fix bug 167151 -- support modeOpenMultiple in the Cocoa file picker. r=pinkerton, sr=bryner
2003-04-08 20:14:18 +00:00
jdunn%netscape.com
42aafc45e9
fixing embed linux blocker
...
# 201033
r=blizzard@mozilla.org ,roc+moz@cs.cmu.edu
2003-04-07 18:59:33 +00:00
bryner%netscape.com
7e1f1f89aa
don't return a value from a |void| function. fixing ports bustage.
2003-04-07 08:04:43 +00:00
roc+%cs.cmu.edu
e9cc9118f6
Bug 113232. Delay setting transparency mask as long as possible to work around GTK stupidity. r=pavlov,sr=bz
2003-04-07 04:35:16 +00:00
pkw%us.ibm.com
bafab6746c
AIX: Preedit string is not highlighted properly.
...
r=katakai@japan.sun.com , sr=blizzard@mozilla.org
2003-04-06 23:01:40 +00:00
roc+%cs.cmu.edu
d21b664b22
Bug 113232. Support translucent chrome. Relanding, fingers crossed. r+sr=bzbarsky
2003-04-06 02:49:40 +00:00
amardare%qnx.com
eb160e61fd
Changes for the photon platforms.
...
These changes should not affect the building on other platforms or the runtime on other platforms.
Allow the filepicker widget to have multiple selection.
Modified nsSound to allow playing of system sound file.
Look for Pt_REALIZED flag when building a list of tiles for the widgets in front of the canvas.
2003-04-04 22:51:18 +00:00
mkaply%us.ibm.com
9b64073c8b
#200373
...
r=pedemont, sr=blizzard (platform specific)
OS/2 only - don't handle focus changes if a fullscreen window is in the foreground
2003-04-03 15:33:34 +00:00
mkaply%us.ibm.com
ac7293f588
#199529
...
r=mkaply, sr=blizzard (platform specific)
Do the right codepage conversion when dragging/dropping
2003-04-01 22:36:10 +00:00