joshmoz%gmail.com
4b56a02099
fix spelling mistakes, no bug. r=bent sr=pink
2006-09-22 17:08:17 +00:00
timeless%mozdev.org
493b4b18cd
Bug 353686 Firefox crashes when gtk_key_theme (gconf) changes [@ nsLookAndFeel::InitColors]
...
patch by ispiked@gmail.com r=dbaron sr=dbaron
thanks to mclasen@redhat.com for the report
2006-09-22 07:24:24 +00:00
hwaara%gmail.com
7a95915e2c
(Last fix was for bug 350018.)
2006-09-21 16:25:01 +00:00
hwaara%gmail.com
894c4a4cec
Take account of the fact that NSView's convertRect:toView:nil does not respect that our custom view (ChildView) is flipped. We do this by adding the height of the view's rect, to correctly place the view's origin in the top-left.
...
This fixes WidgetToScreen() and in effect makes nsIFrame::GetScreenRect() and nsIFrame::GetScreenRectExternal() behave correctly on cocoa widgets.
r=josh, sr=pinkerton
2006-09-21 16:22:44 +00:00
vladimir%pobox.com
0e0cc83741
build fix for gtk1 for 344323
2006-09-20 22:01:16 +00:00
vladimir%pobox.com
80e42601ba
b=344323, allow nsCocoaWindow instances to be displayed on secondary monitors [correctly determine the screen for a given window under Cocoa], sr=stuart
2006-09-20 21:08:24 +00:00
martijn.martijn%gmail.com
dd78e2b9c0
Bug 352936 - Download manager window not focused properly when already open and using Do this automatically, patch by Adam Guthrie, r+sr=roc
2006-09-20 19:16:19 +00:00
martijn.martijn%gmail.com
d26cfa8f62
Bug 350766 - Need to move scrollbar width/height code into widget/, patch by Adam Guthrie, r+sr=roc
2006-09-20 19:12:06 +00:00
hwaara%gmail.com
8bd6cd94b4
Make ChildView use the new |isRoot| method to see if its associated mozAccessible is the root accessible. b=352327, r=josh
2006-09-19 08:44:03 +00:00
dbaron%dbaron.org
af1c0a6a6b
Pick up dynamic changes in screen size (although some other things still cache them per-window). b=256646 r+sr=roc
2006-09-18 23:37:21 +00:00
bzbarsky%mit.edu
9e96ce4079
Initialize both x and y, not just y. Bug 334782, patch by Bruno 'Aqualon'
...
Escherl <aqualon@aquachan.de>, r+sr=roc
2006-09-15 19:55:09 +00:00
pavlov%pavlov.net
22b21deaf6
reverting changes from bug 347208 due to regression 357208
2006-09-14 22:39:58 +00:00
joshmoz%gmail.com
dda64c23fb
unimplemented functions shouldn't return NS_OK (mac menu code). b=294317 r=hwaara
2006-09-14 17:47:24 +00:00
pedemont%us.ibm.com
3804955158
Bug 351479 - Make nsIChangeObserver and nsIChangeManager be non-scriptable. r=joshmoz
2006-09-14 15:33:53 +00:00
hwaara%gmail.com
7712a19aee
Address additional review comments for bug 342146. Remove DispatchAccessibleEvent(), and fix some spacing nits. r=mento
2006-09-14 09:29:28 +00:00
pavlov%pavlov.net
08f0ea13d6
fixing cocoa widget painting too often bug 34708. r=mento sr=vlad
2006-09-13 21:45:47 +00:00
scott%scott-macgregor.org
8d329e6a55
Bug #223909 --> widget support for copying and pasting windows clipboard images.Add code to decode windows bitmaps from the clipboard, encoding them into jpegs using the new encoding APIs and passing them back to clipboard consumers as nsIInputStreams.
...
r=pav
sr=vlad
2006-09-13 19:52:44 +00:00
joshmoz%gmail.com
42d7142b7b
make popup windows slightly transparent in Cocoa widgets. b=351656
2006-09-13 17:26:58 +00:00
hwaara%gmail.com
d8424ef3c7
#DEBUG-only change. r=josh
2006-09-13 16:07:14 +00:00
flamingice%sourmilk.net
b8f73f5f01
Bug 297636, crash on dnd to self-closing window, r+sr=roc
2006-09-12 03:22:00 +00:00
joshmoz%gmail.com
96613c0808
fix up some ugly bracing for clarity.
2006-09-11 17:09:47 +00:00
hwaara%gmail.com
1c6b969cf5
Hookup cocoa widgets to new accessibility support. r=josh, b=342146
...
Off by default, and cocoa-only.
2006-09-11 15:47:35 +00:00
sayrer%gmail.com
da7c598cf6
Bug 348669. use delete[]. r+sr=biesi
2006-09-10 22:42:19 +00:00
sayrer%gmail.com
664c3c7226
Bug 348669. use delete, not nsCRT::free. Thanks to Alfred Kayser <alfredkayser@nl.ibm.com> for spotting this. r+sr=biesi
2006-09-10 19:17:10 +00:00
cbiesinger%web.de
18a14d01d3
Bug 352049 Kill the font download dialog
...
r=smontagu sr=bz
2006-09-10 19:15:09 +00:00
Olli.Pettay%helsinki.fi
302031f738
Back out Bug 344986 to fix tp regression
2006-09-10 11:53:55 +00:00
Olli.Pettay%helsinki.fi
72a64308b9
Bug 344986, Simplify nsEventListenerManager, r=sicking, sr=jst
2006-09-09 17:28:57 +00:00
masayuki%d-toybox.com
a27a1c2b4c
Bug 347875 Support WM_MOUSEHWHEEL for tilt wheel mouse. the patch based on the patch of Masatoshi Kimura (:emk) <VYV03354@nifty.ne.jp>. r=ere+Kimura-san, sr=roc
2006-09-08 06:04:44 +00:00
sayrer%gmail.com
9395f31ee3
bug 348669. Remove inappropriate nsCRT::free usage. r=timeless, sr=dbaron
2006-09-08 04:35:17 +00:00
hwaara%gmail.com
669fb20ece
* Share some code to flip a bottom-left (cocoa) point to a top-left screen point.
...
* Rename some existing utility functions to clarify that no coordinate conversion is done.
r=josh, b=350018
2006-09-07 18:53:59 +00:00
joshmoz%gmail.com
b20e41e8c4
reduce some logging in debug builds. b=349651
2006-09-06 17:35:02 +00:00
Olli.Pettay%helsinki.fi
64e491c833
Bug 351036, Combine NS_IMAGE_ERROR and NS_SCRIPT_ERROR, r+sr=jst
2006-09-02 10:00:26 +00:00
ginn.chen%sun.com
55ce289e98
Bug 349522 all dialogs fires no a11y events
...
patch by evan.yan at sun.com r=arronlev
2006-09-01 09:33:12 +00:00
mark%moxienet.com
4c6acdfe3b
350647 Tinderbox orange, can't launch trunk universal suite builds on 10.4 ppc, link order needs fixing. Move system libs after Mozilla libs. r=bsmedberg
2006-08-31 21:24:43 +00:00
Olli.Pettay%helsinki.fi
a42613e4f6
Bug 350846, Combine NS_***_LOAD events, r+sr=jst
2006-08-31 19:33:01 +00:00
enndeakin%sympatico.ca
4e649bfc71
Bug 348614, support dropmarker theming, r=roc
2006-08-31 18:51:18 +00:00
vladimir%pobox.com
9571eb2e31
10.3.9 cocoa hitheme fix
2006-08-30 23:35:41 +00:00
vladimir%pobox.com
0b0af5db8b
b=348645, part of cocoa-cairo native theme stuff, just enough to get cairo builds working, r=me
2006-08-30 22:06:44 +00:00
vladimir%pobox.com
38f00a50f6
b=350763, add IsFirstTab/IsLastTab predicates to native theme xpwidget code, r=stuart
2006-08-30 21:47:16 +00:00
ginn.chen%sun.com
d115062c9f
Bug 332660 GTK file picker as used in Firefox is not accessibile for GOK
...
r=aaronleventhal sr=roc
2006-08-30 05:19:06 +00:00
mark%moxienet.com
9f633cdda0
349189 Can't change Page Setup from portrait to landscape on x86 Mac. (Other Page Setup changes might have been a problem on ppc Macs, too.) Encode length of frozen page setup data to avoid decoding too much when thawing. r=josh sr=pink
2006-08-29 19:01:31 +00:00
mark%moxienet.com
4704c916ed
345388 Crashes frequently on 10.3, often related to manipulating popup windows. Crashes [@ CoreGraphics.203.30.0 + 0x13ceb0] [@ nsImageMac::DrawToImage] [@ CGImageGetData] [@ CGImageEPSRepRelease] due to memory corruption. Don't fade out pop-ups to hide them on 10.3. r=josh
2006-08-29 18:00:32 +00:00
masayuki%d-toybox.com
e09105ffab
Bug 349727 random crash due to trashed nsWindow::mIMEData r=masaki.katakai, sr=roc
2006-08-29 16:05:49 +00:00
mark%moxienet.com
dc2469abcc
Tree closed, backing out
2006-08-29 15:31:07 +00:00
mark%moxienet.com
d4fbdca261
345388 Crashes frequently on 10.3, often related to manipulating popup windows. Crashes [@ CoreGraphics.203.30.0 + 0x13ceb0] [@ nsImageMac::DrawToImage] [@ CGImageGetData] [@ CGImageEPSRepRelease] due to memory corruption. Don't fade out pop-ups to hide them on 10.3. r=josh
2006-08-29 15:28:33 +00:00
timeless%mozdev.org
6d112f0859
Bug 106386 Correct misspellings in source code
...
r=bernd rs=brendan
2006-08-28 20:17:01 +00:00
mark%moxienet.com
edbdeffd4b
347626 Touchpad (two-finger) scrolling too fast in trees, lists, and web apps. Disable pixel-scrolling until we can come up with a better plan. r=roc sr=roc
2006-08-28 15:31:07 +00:00
joshmoz%gmail.com
af1859d5a0
do native widget visibility check in addition to gecko widget, use that when deciding if plugin views are visible. b=350140 r=mento
2006-08-25 20:36:18 +00:00
pedemont%us.ibm.com
a759f14f5b
Bug 350080 - make nsPIWidgetMac non-scriptable. r=mento/josh
2006-08-24 21:05:49 +00:00
jst%mozilla.jstenback.com
fafe836f5a
Fixing bug 349790. Make the file picker not fail if some optional function symbols can't be found in the GTK libraries on the system. r+sr=roc@ocallahan.org.
2006-08-24 20:21:50 +00:00