Commit Graph

1747 Commits

Author SHA1 Message Date
Hashem Masoud
c8f711113e Bug 489502 - Replace NS_ASSERTION(0, ...) by NS_ERROR(...) in mozilla-central; r=benjamin 2009-08-14 16:09:00 +02:00
Josh Aas
adb8e4c947 64-bit fixes for nsCocoaUtils and nsCocoaWindow. b=510428 r=mstange 2009-08-14 02:35:32 -04:00
Josh Aas
09f4bfeffe Remove remaining Carbon usage in Mac OS X native menu impl on 10.5+. b=510410 r=mstange 2009-08-14 00:04:22 -04:00
Robert O'Callahan
9f2ae1a715 Bug 507334, part 2: Blit multiple rectangles when scrolling rather than blitting only the largest single rectangle, and avoid repainting opaque content that covers the scrolling content. r=dbaron 2009-08-13 19:09:51 -07:00
Brad Lassey
c163cbee6e bug 508501 - bustage fix for Windows CE 2009-08-13 18:45:31 -07:00
Josh Aas
e47de25b68 Simplify/optimize Mac OS X native menu open/close, reduce carbon menu usage. b=510243 r=smichaud 2009-08-13 20:01:57 -04:00
Markus Stange
0b838533cf Bug 510155 - Remove nsChildView::SetWindowShadow. r=josh
--HG--
extra : rebase_source : 5d291e0e5b4920c9939557cb2ffc3e45a6d95632
2009-08-14 10:08:47 +12:00
Markus Stange
a8908c986d Bug 509886 - Create nsChildView::GetXULWindowWidget. r=josh
--HG--
extra : rebase_source : 8d7b132d5d4871bf6003fd61abbd13a8accde2ee
2009-08-14 10:06:49 +12:00
Markus Stange
cc53731e31 Bug 429954 - Windows that open already maximized will un-maximize to a teeny-tiny window in upper left.
Disallow zooming of windows that already have the zoomed size but have never been zoomed, because otherwise bad things happen to the window size. Moreover, reflect the window's zoom state in its size mode as nsSizeMode_Maximized.

r=josh

--HG--
extra : rebase_source : 4cceba9e2d578f576ef9bdde36e3cae4cfa01fd3
2009-08-14 10:02:54 +12:00
Rob Arnold
951b4e97f9 Bug 507736 - Need a way to hook native nsWindow messages r=jimm sr=roc 2009-08-13 16:04:39 -07:00
Felipe Gomes
972bf3dc41 Bug 503541 - Fine grained control of gesture registration on widgets (Win7). r=smaug+roc, sr=smaug 2009-08-13 13:54:09 -07:00
Brad Lassey
02b9aee5f8 bug 508501 - titlebar and SIP button visible after re-activating window r=vlad,dolske 2009-08-13 13:34:17 -07:00
Steven Michaud
23ede963ae Have to set explicit focus to a page by clicking on it, after clicking Back. b=504450 r=josh 2009-08-13 15:20:25 -05:00
Markus Stange
f052c2896a Backed out changeset b52fa2372a3a, bug 429954 because of test_popup_preventdefault_chrome.xul orange.
--HG--
extra : rebase_source : 724563157551de21855c99e3e1ed536100d0ec24
2009-08-13 11:39:40 +12:00
Josh Aas
a62bb5d726 Various 64-bit fixes for Mac OS X widget and plugin code. b=509947 r=mstange 2009-08-12 18:32:41 -04:00
Markus Stange
9966c9d868 Bug 429954 - Windows that open already maximized will un-maximize to a teeny-tiny window in upper left.
Disallow zooming of windows that already have the zoomed size but have never been zoomed, because otherwise bad things happen to the window size. Moreover, reflect the window's zoom state in its size mode as nsSizeMode_Maximized.

r=josh

--HG--
extra : rebase_source : 46b161efcc60cefc9d9eb019d48f595c26eed6af
2009-08-13 09:00:33 +12:00
Neil Deakin
0d2f363cc2 Bug 506754, send NS_ACTIVATE when calling ShowWindow(mWnd, SW_RESTORE), r=ere 2009-08-12 10:03:34 -04:00
timeless@mozdev.org
cae8022e95 Bug 507411 container is unused in moz_container_unmap
r=roc
2009-08-12 11:49:55 +02:00
timeless@mozdev.org
89369fea8c Bug 506254 plugin_client_message_filter never used Display *dpy
r=roc
2009-08-12 11:49:54 +02:00
Jim Mathies
d0bc6487ec 120ae039b6e0 bustage fix (missing brace). 2009-08-11 12:45:42 -05:00
Jim Mathies
815021b6af Bug 489258 - Firefox window doesn't maintain win7 docked position when minimized and restored. r=emaijala. 2009-08-11 12:29:53 -05:00
Michael Ventnor
8340a6af78 Bug 509300 - Event sounds on GTK stopped working. r=roc 2009-08-11 10:28:48 +02:00
Felipe Gomes
30a32157e7 Bug 503042 - Implement a way to detect a touch enabled device. r=vlad, sr=dbaron 2009-08-10 19:59:06 -07:00
Timothy Nikkel
cbca0e3cf4 Bug 489729. Use GetMessagePos instead of GetCursorPos to get the mouse position at the last message processed and not the current position so that mouse clicks don't get interpreted as drags when system is under heavy load. r=jmathies
--HG--
extra : rebase_source : f95806d2be0a829fc776fe70cb4c0b684a5403dd
2009-08-11 09:29:41 +12:00
Markus Stange
4b47698416 Bug 508724 - Native theming for button[type=menu], widget part. r=roc
--HG--
extra : rebase_source : 3307b174ac4f25ea934a5b51407ccf16baaa1168
2009-08-11 09:23:50 +12:00
Markus Stange
c20f1762ac Bug 508874 - Remove hand scrolling (Cmd+Opt panning) from the tree. r=josh
--HG--
extra : rebase_source : 50feaef30a8071ee4157b4cd20fcb7b3ed1633ff
2009-08-11 09:21:29 +12:00
Jacek Caban
bc903e878a Bug 128647 - Use lower case in includes to fix compilation on mingw. r=masayuki 2009-08-10 11:14:01 +02:00
Rich Walsh
89750633ff [OS/2] Bug 508726 - fix plugin clipping, r=pweilbacher 2009-08-09 09:47:34 +03:00
Rob Arnold
1ac5e8e9b1 Bug 509397 - Cleanup nsToolkit (for OS/2) r=peterw 2009-08-07 11:56:15 -07:00
Masayuki Nakano
f9802cc670 Bug 128647 [RFE] Handler for WM_COPY/WM_CUT/WM_PASTE/WM_CLEAR r=ere+roc, sr=roc 2009-08-08 00:11:17 +09:00
Brad Lassey
4bd8b2c111 bug 508210 - Gap between fennec window and soft keyboard r=vlad 2009-08-06 15:07:13 -04:00
Markus Stange
4a21877da7 Bug 269410 - Create a new attribute, "toggletoolbar", which can be used to control whether the toolbar pill collapse button is shown on the window. r=Neil, r=josh, sr=roc
If the attribute is not specified, the button is hidden by default.
2009-08-06 08:49:59 +12:00
Tobias Hunger
c25a84f164 Bug 507121. Implement new nsIWidget::Scroll API for Qt. r=mfinkle
--HG--
extra : rebase_source : 3e58f42a5ce5f85dc6b3c336ad3be1958968ca55
2009-08-05 14:39:05 +12:00
Markus Stange
e6ce8823df Test for bug 507947, r=roc 2009-08-05 11:20:58 +12:00
Rob Arnold
d2f4f62316 Bug 503877 - Remove nsSwitchToUIThread r=vlad 2009-08-04 15:15:19 -07:00
Margaret Leibovic
eb832861a6 Bug 462809 - Interpretation of scroll events on Windows and OS X, r=vladimir, ui-r=beltzner 2009-08-04 14:28:17 -07:00
Markus Stange
85008d4ab8 Bug 507845 - Use [borderView displayRect] instead of [window display] to redraw the titlebar. r=josh
The previous hack was causing dropped repaints on Mac OS 10.4.
2009-08-04 11:13:08 +12:00
Markus Stange
a1f16c3a2f Fix bustage in TestWinTSF.cpp 2009-08-04 11:08:42 +12:00
Markus Stange
e0f39b7ee6 Bug 507727 - Make unified toolbars work in dialog windows, too. r=josh 2009-08-04 10:39:45 +12:00
Markus Stange
d878d720e2 Bug 507947 - Use CGContextFillRect instead of NSRectFill when drawing toolbars and other grey boxes in native theming. r=josh 2009-08-04 10:27:31 +12:00
Markus Stange
6331bbd586 Bug 507945 - Improve the check that tests whether the toolbar is at the top of the window. r=josh, sr=roc 2009-08-04 10:25:20 +12:00
Walter Meinl
6fe5f3a5b9 [OS/2] Bug 507807 - Clean up linking on OS/2 by removing obsolete files and flags, r=pweilbacher 2009-08-03 14:59:45 +02:00
Peter Weilbacher
e991459e39 [OS/2] Bug 503744: use the few system sounds that we have available on OS/2, r=dragtext 2009-08-02 14:08:40 +03:00
Peter Weilbacher
f50f2635b9 [OS/2] Bug 503744: do not unload MDM to fix MMOS2 destruction, r=dragtext 2009-08-02 14:08:02 +03:00
Peter Weilbacher
f5d2349e2b [OS/2] Bug 506997: optimize repainting after window moves, r=dragtext 2009-08-02 14:06:02 +03:00
Rich Walsh
a7dd918be3 [OS/2] Bug 501618 - fix plugin display (e.g. MPlayer plugin, npmp) after child widget removal, r=pweilbacher 2009-08-02 14:06:02 +03:00
Justin Dolske
2fe24fc94d Bug 507064 - Clicking on selected text doesn't deselect + move caret on Windows CE. r=vladimir 2009-08-01 17:30:23 -07:00
Walter Meinl
9d5e2f145a [OS/2] Bug 507251: Fix build break of xulrunner, sunbird due to missing readme.*, r=pweilbacher 2009-07-30 21:20:44 +03:00
Peter Weilbacher
c30d0ced85 [OS/2] Bug 506997: fix build break after removal of deferred window position and clean up 2009-07-30 21:20:44 +03:00
Felipe Gomes
df310cd57d Bug 492152 - Scrollable menus should support panning on Win7. r=jmathies, sr=vlad 2009-07-29 23:01:27 -07:00