Masayuki Nakano
06f68bb034
Bug 840409 part.6 Implement widget::IMEHandler::NotifyIME() for committing and canceling composition r=jimm, feedback=roc
2013-02-25 13:00:06 +09:00
Masayuki Nakano
e8d25344c1
Bug 840409 part.5 Implement widget::IMEHandler::IsComposing() and widget::IMEHandler::IsComposingOn() r=jimm
2013-02-25 13:00:05 +09:00
Masayuki Nakano
ff927569e6
Bug 840409 part.4 Implement widget::IMEHandler::CurrentKeyboardLayoutHasIME() for debug r=jimm
2013-02-25 13:00:05 +09:00
Masayuki Nakano
2256b94d4c
Bug 840409 part.3 Implement widget::IMEHandler::ProcessMessage() r=jimm
2013-02-25 13:00:05 +09:00
Masayuki Nakano
554754a172
Bug 840409 part.2 Move nsIMM32Handler::IsDoingKakuteiUndo() to widget::IMEContext r=jimm
2013-02-25 13:00:05 +09:00
Masayuki Nakano
8477381307
Bug 840409 part.1 Implement widget::IMEHandler with Initialize() and Terminate() methods r=jimm
2013-02-25 13:00:05 +09:00
Masayuki Nakano
5a0fecd1a2
Bug 708936 Dispatch defaultPrevented Alt keyup event if VK_MENU is received with WM_KEYUP instead of WM_SYSKEYUP r=jimm+smaug
2013-02-12 10:03:00 +09:00
Mats Palmgren
7532b4e736
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
2013-01-15 13:22:03 +01:00
Jim Mathies
90ac7d9bd7
Bug 785534 - Prep work for adding MetroWidget support to the TSF nsTextStore widget module, r=emk
2013-01-07 09:18:11 -06:00
Masayuki Nakano
e4075cccaf
Bug 823904 Support edit actions of WM_APPCOMMAND such as Copy, Cut, Paste, Undo and Redo r=jimm
2013-01-07 23:21:21 +09:00
Marco Bonardo
8d3045c15d
Bug 826115 - Remove noisy NS_ENSURE_TRUE(rollupWidget, false) from nsWindow.cpp
...
r=jimm
2013-01-04 17:42:34 +01:00
Jim Mathies
a5dae8eff6
Bug 819888 - Check the result of nsBaseWidget::GetActiveRollupListener. r=enndeakin
2012-12-31 11:27:04 -06:00
Masayuki Nakano
8d389dcd6d
Bug 672193 Support some actions of WM_APPCOMMAND such as New, Open, Close, Save, Find, Help, SendMail, ReplyToMail and ForwardMail r=gavin+jimm
2012-12-31 09:33:49 +09:00
Masayuki Nakano
8a891a45ec
Bug 822866 Make mozilla::widget::BaseEventFlags which is a POD struct for VC r=smaug
2012-12-28 23:13:18 +09:00
Jonathan Kew
ccc2a9df63
bug 628917 - avoid rebuilding the font list repeatedly, by only handling WM_FONTCHANGE for the hidden window. r=jdaggett
2012-12-21 09:49:28 +00:00
Jonathan Kew
bfb96404a9
bug 765700 - part 2 - always trigger reflow when font list is updated on Windows, not only if there's a new langGroup. r=jdaggett
2012-12-21 09:49:07 +00:00
Neil Deakin
7dde9af828
Bug 815691 - The panel's context menu doesn't change after clicking on a different item
...
r=jimm
2012-12-17 14:55:37 +01:00
Jim Mathies
8e749d5c63
Bug 814953 - Check for possible widget tear down before calling UpdateWindow in widget's Show. r=bbondy
2012-12-17 06:53:28 -06:00
Masayuki Nakano
1175347f1f
Bug 813445 part.12 Remove NS_EVENT_FLAG_ONLY_CHROME_DISPATCH and nsEvent::flags r=smaug
2012-12-16 10:26:05 +09:00
Masayuki Nakano
9722fe8c92
Bug 813445 part.5 Remove NS_EVENT_FLAG_NO_DEFAULT and NS_EVENT_FLAG_NO_DEFAULT_CALLED_IN_CONTENT r=smaug
2012-12-16 10:26:04 +09:00
Jonathan Kew
a501f20a80
bug 821454 - scaling from display to device pixels should only apply to top-level windows/dialogs/popups, not to child or plugin windows. r=roc
2012-12-14 12:58:15 +00:00
Jim Mathies
9329f6999c
Bug 814953 - Cleanup Win nsWindow WindowProcInternal and move the window ref up above DealWithPopups. r=roc
2012-12-14 06:56:36 -06:00
Jonathan Kew
84eb926546
bug 819725 pt 2 - apply default scaling in widget/windows/nsWindow move & resize methods, to account for non-100% Windows UI scale factors. r=roc
2012-12-09 20:54:46 +00:00
Jonathan Kew
3fac204237
bug 819725 pt 1 - make widget move & resize methods take floating-point parameters, to allow passing fractional coordinates without rounding. r=roc
2012-12-12 09:57:38 +00:00
Trevor Saunders
5758645a73
bug 817133 - move platform init and shutdown stuff out of nsAccessNodeWrap and ApplicationAccessibleWrap static methods r=surkov
2012-12-01 19:58:25 -05:00
Mats Palmgren
18a9006d8e
Bug 817574 - Replace NS_ABS with std::abs. r=roc
2012-12-04 13:33:33 +01:00
Masayuki Nakano
ec3ac407bd
Bug 733630 part.2 Do hit test inside border r=jimm
2012-12-04 17:44:48 +09:00
Masayuki Nakano
ba00b50cdd
Bug 733630 Use native window border size if there is no content under mouse cursor r=jimm
2012-12-04 17:44:47 +09:00
Boris Zbarsky
fb26630117
Bug 815671 part 6. Fixes to widget code to not copy arrays implicitly. r=jlebar
2012-11-29 11:14:14 -05:00
Robert O'Callahan
691411c281
Bug 812897. Limit WS_EX_COMPOSITED hack to pre-Windows-8. r=jmathies
2012-11-29 18:02:57 +13:00
Alexander Surkov
27e34b45af
Bug 812466 - namespacify Accessible classes, r=tbsaunde
2012-11-18 11:01:44 +09:00
Nicolas Silva
8457bc94cd
Bug 806428 - Fix crash in omtc-linux caused by nsBaseWidget::SetLayersAcceleration, and rename xxxAcceleratedRendering into xxxLayersAcceleration for concistency. r=BenWa
2012-11-15 19:55:15 +01:00
Timothy Nikkel
e318d96cfc
Bug 787818. Send activate and deactivate notifications to the correct window. r=enndeakin
2012-11-16 17:40:28 -06:00
Masayuki Nakano
45e740bebd
Bug 805767 part.3 Remove hack for bug 496360 r=roc
2012-11-13 22:04:45 +09:00
Masayuki Nakano
4582e17a04
Bug 805767 part.2 Implement nsIWidget::GetIMEUpdatePreference() on Windows for TSF r=emk
2012-11-13 22:04:45 +09:00
Brian R. Bondy
7c021aae91
Bug 795887 - Document sleep and process suspend notifications. r=roc
2012-11-09 10:34:10 -05:00
Jim Mathies
1af6ce1ff7
Bug 750901 - Elm to mc migration work - metro related changes to Windows widget src to support building metro winrt bits (nsWidgetFactory, nsWindowGfx, nsToolkit, WinUtils). Also landing nsIWinMetroUtils.idl. r=bbondy
2012-11-02 06:54:44 -05:00
Robert O'Callahan
e5bd27621d
Bug 804062. Move device-pixels-per-CSS-pixel preference logic into nsIWidget::GetDefaultScale. r=jfkthame
...
The only behavior change caused by this patch should be that nsDeviceContexts with no widget
(mainly printing, I think), default to a devpixel-per-CSS-pixel ratio of 1.0, ignoring
any prefs set.
2012-10-31 11:31:35 +11:00
Mike Conley
195d0db21f
Bug 746775 - Clicks to close a context-menu in a panel are also consumed by the panel. r=jmathies,enndeakin.
2012-10-29 12:54:52 -04:00
Ryan VanderMeulen
df51ed1a12
Backout b6089a8b78d3 (bug 782547) to see if it fixes Flash hangs.
2012-10-28 00:24:02 -04:00
Masayuki Nakano
ddf52bca15
Bug 801989 part.2 Set InputContext::mNativeIMEContext on Windows r=jmathies
2012-10-27 08:35:21 +09:00
Neil Deakin
26ade209e9
Bug 701760, merge <select> and popup manager rollup handling, so that select elements don't cancel out any popup rollup listeners, r=mats
2012-10-26 09:15:22 -04:00
Neil Deakin
ae4bb16641
Bug 782547, allow killfocus and deactivate messages to arrive in any order, remove blur suppression code, r=jmathies
2012-10-24 16:05:29 -04:00
Timothy Nikkel
8080d9bd41
Bug 802456. Make all popup type windows on Windows have the composited style to work around a bug in Windows. r=jimm
2012-10-20 16:05:14 -05:00
James H
0a9da53643
Bug 802316 - Remove WS_EX_COMPOSITED style from popups with WS_EX_LAYERED to prevent invisible context menus. r=roc
2012-10-17 16:18:22 -04:00
James H
7aeb6f228a
Bug 801301 - Fix popup submenus opening behind their parent on Windows XP. r=roc
2012-10-14 18:04:05 -04:00
Ben Turner
59abdca4dc
Bug 799970 - 'Activate HangMonitor for non-queued messages on Windows'. r=bsmedberg.
2012-10-16 12:56:57 -07:00
James H
4388238253
Bug 610713 - Fix popup menus leaving behind artifacts when using hardware acceleration and a basic Windows theme. r=jmathies
2012-09-13 21:31:53 -04:00
Robert O'Callahan
d6211fbaee
Bug 603880. Implement nsWindow::GetDefaultScale on Windows based on LOGPIXELSY, set by font DPI settings. r=jmathies
2012-10-05 15:29:10 +13:00
Jacek Caban
b0e62480fa
Bug 797316 - Fix -Werror=conversion-null errors in Windows-only code (widget/windows part) r=jmathies
2012-10-04 10:33:24 +02:00