Markus Stange
|
39bf80ad91
|
Bug 898415 - Fix context menu hittest event position. r=jimm
|
2013-08-09 19:56:53 +02:00 |
|
Alexander Surkov
|
67fab4bada
|
Bug 891338 - Popup accessibility broken, r=tbsaunde, roc, f=marcoz, jamie
|
2013-07-22 11:58:19 -04:00 |
|
Masayuki Nakano
|
211e557742
|
Bug 891316 part.5 Use widget::MSGResult in widget::IMEHandler r=jimm
|
2013-07-18 17:12:31 +09:00 |
|
Masayuki Nakano
|
d25f1791e5
|
Bug 891316 part.4 Use widget::MSGResult at nsWindow::ProcessMessageForPlugin r=jimm
|
2013-07-18 17:12:31 +09:00 |
|
Masayuki Nakano
|
27919964c2
|
Bug 891316 part.3 Use widget::MSGResult in widget::MouseScrollHandler r=jimm
|
2013-07-18 17:12:31 +09:00 |
|
Masayuki Nakano
|
3214cb56c6
|
Bug 891316 part.2 Use widget::MSGResult in widget::WindowHook r=jimm
|
2013-07-18 17:12:31 +09:00 |
|
Masayuki Nakano
|
947fff56d5
|
Bug 891316 part.1 Make widget::MSGResult struct and use it in nsWindow r=jimm
|
2013-07-18 17:12:31 +09:00 |
|
Masayuki Nakano
|
70bc2363f8
|
Bug 891292 r=jimm
|
2013-07-10 00:54:41 +09:00 |
|
Nicholas Cameron
|
7dbaeb2cd4
|
Bug 899435. Part 4 - smooth resizing with OMTC. r=roc
|
2013-08-09 11:32:26 +12:00 |
|
Jim Mathies
|
d637187912
|
Bug 888765 - Avoid querying for titlebar info during toolkit window creation, causes problems on Win8 with browser startup. r=bbondy
|
2013-07-06 05:53:20 -05:00 |
|
Felipe Gomes
|
33fb10b75f
|
Bug 888300 - Respect dom.w3c_touch_events.enabled property on win32 widget. r=jimm
|
2013-06-28 17:42:25 -04:00 |
|
Jim Mathies
|
9ed713a917
|
Bug 873073. r=bbondy
|
2013-06-28 08:00:16 -05:00 |
|
Alexander Surkov
|
bbf2076158
|
Bug 670087 - AccessibleObjectFromPoint returns incorrect accessible for popup menus, r=tbsaunde, sr=roc
|
2013-06-27 11:03:58 -04:00 |
|
James H
|
df321089fc
|
Bug 844255 - Only use WS_EX_COMPOSITED on popups when using accelerated layers. r=Bas
|
2013-05-23 11:45:44 -04:00 |
|
Masayuki Nakano
|
03f1e09b3a
|
Bug 855975 part.19 Move nsWindow::SynthesizeNativeKeyEvent() to widget::KeyboardLayout::SynthesizeNativeKeyEvent() r=jimm
|
2013-05-29 15:34:49 +09:00 |
|
Masayuki Nakano
|
ee5977a0d9
|
Bug 855975 part.17 Move nsWindow::OnKeyDown() to widget::NativeKey::HandleKeyDownMessage() r=jimm
|
2013-05-29 15:34:49 +09:00 |
|
Masayuki Nakano
|
25b47115c2
|
Bug 855975 part.16 Move keydown message redirect manager from nsWindow to widget::RedirectedKeyDownMessageManager r=jimm
|
2013-05-29 15:34:49 +09:00 |
|
Masayuki Nakano
|
5160a5d510
|
Bug 855975 part.15 Use widget::NativeKey::mCommittedCharsAndModifiers directly in the methods of widget::NativeKey r=jimm
|
2013-05-29 15:34:48 +09:00 |
|
Masayuki Nakano
|
7508a7e92d
|
Bug 855975 part.14 Move following WM_*CHAR message handler from nsWindow::OnKeyDown() to widget::NativeKey::DispatchKeyPressEventForFollowingCharMessage() r=jimm
|
2013-05-29 15:34:48 +09:00 |
|
Masayuki Nakano
|
d91ad2ae01
|
Bug 855975 part.13 widget::NativeKey should manage following WM_*CHAR message if it's initialized with WM_*KEYDOWN r=jimm
|
2013-05-29 15:34:48 +09:00 |
|
Masayuki Nakano
|
a98bd7ecbe
|
Bug 855975 part.12 Move special keypress event handling from nsWindow::OnKeyDown() to widget::NativeKey::DispatchKeyPressEventsAndDiscardsCharMessages r=jimm
|
2013-05-29 15:34:48 +09:00 |
|
Masayuki Nakano
|
eebe0b5bff
|
Bug 855975 part.11 Sort out the if statement which checks whether the native keydown message needs to be handled without following char messages r=jimm
|
2013-05-29 15:34:48 +09:00 |
|
Masayuki Nakano
|
19fff406ac
|
Bug 855975 part.10 Move nsWindow::DispatchPluginEvent() to nsWindowBase r=jimm
|
2013-05-29 15:34:48 +09:00 |
|
Masayuki Nakano
|
03142919a1
|
Bug 855975 part.9 Move keypress events dispatcher of nsWindow::OnKeyDown() to widget::NativeKey::DispatchKeyPressEventsWithKeyboardLayout() r=jimm
|
2013-05-29 15:34:48 +09:00 |
|
Masayuki Nakano
|
30ee8d406d
|
Bug 855975 part.8 Move nsWindow::OnChar() to widget::NativeKey::HandleCharMessage() r=jimm
|
2013-05-29 15:34:48 +09:00 |
|
Masayuki Nakano
|
e7cf21eeab
|
Bug 855975 part.7 Implement widget::NativeKey::DispatchKeyDownEvent() r=jimm
|
2013-05-29 15:34:48 +09:00 |
|
Masayuki Nakano
|
6ec2d47ea1
|
Bug 855975 part.6 Move nsWindow::OnKeyUp() to widget::NativeKey::HandleKeyUpMessage() r=jimm
|
2013-05-29 15:34:47 +09:00 |
|
Masayuki Nakano
|
f499a4ff18
|
Bug 855975 part.5 Move nsWindow::DispatchKeyEvent() to widget::NativeKey::DispatchKeyEvent() r=jimm
|
2013-05-29 15:34:47 +09:00 |
|
Masayuki Nakano
|
88188380ad
|
Bug 855975 part.4 Move nsWindow::InitKeyEvent() to widget::NativeKey::InitKeyEvent() r=jimm
|
2013-05-29 15:34:47 +09:00 |
|
Masayuki Nakano
|
4d2a4e0633
|
Bug 855975 part.3 Wrap MapVirtualKeyEx() API for converting VK to ScanCode with widget::KeyboardLayout r=jimm
|
2013-05-29 15:34:47 +09:00 |
|
Masayuki Nakano
|
3e9103fd72
|
Bug 855975 part.2 Wrap MapVirtualKeyEx() API for converting native key event to VK or Unichar with widget::NativeKey r=jimm
|
2013-05-29 15:34:47 +09:00 |
|
Masayuki Nakano
|
c5113cfb1e
|
Bug 855975 part.1 Make widget::KeyboardLayout a singleton class r=jimm
|
2013-05-29 15:34:47 +09:00 |
|
David Zbarsky
|
a2fe5c8cd6
|
Bug 864206 - Use dom::Touch instead of nsIDOMTouch where possible r=Ms2ger
|
2013-05-17 13:17:53 -07:00 |
|
Bas Schouten
|
2bce266d5a
|
Bug 830347 - Part 3: Integrate new D3D compositor into widget. r=jmathies
|
2013-05-03 19:34:33 +02:00 |
|
Kyle Huey
|
6c491f13ff
|
Back out bug 830347.
|
2013-05-08 12:04:11 -07:00 |
|
Bas Schouten
|
820dc00f61
|
Bug 830347 - Part 3: Integrate new D3D compositor into widget. r=jmathies
|
2013-05-03 19:34:33 +02:00 |
|
Nicolas Silva
|
ee77840a7b
|
Bug 863324 - Rename PLayers into PLayerTransaction, r=jrmuizel
|
2013-04-24 14:42:40 -04:00 |
|
Masayuki Nakano
|
2cb73aa082
|
Bug 842927 part.3 Implement D3E KeyboardEvent.key on Windows (Desktop) r=smaug+jimm
|
2013-04-24 12:49:47 +09:00 |
|
Ehsan Akhgari
|
b7e0633240
|
Backed out changeset fdaa0659fe13 (bug 863324) because of build bustage on a CLOSED TREE
|
2013-04-22 18:12:15 -04:00 |
|
Nicolas Silva
|
3f75168098
|
Bug 863324 - Rename PLayers into PLayerTransaction, r=jrmuizel
|
2013-04-22 22:51:11 -04:00 |
|
Ryan VanderMeulen
|
04530ac9bf
|
Backed out changeset ddf944cc292d (bug 863324) for Android bustage on a CLOSED TREE.
|
2013-04-22 14:47:16 -04:00 |
|
Nicolas Silva
|
6a5165b110
|
Bug 863324 - Rename PLayers into PLayerTransaction, r=jrmuizel
|
2013-04-22 18:07:48 -04:00 |
|
Timothy Nikkel
|
b42b53e013
|
Bug 863889. nsWindow::Move should compare the same type of pixels when determining if we are moving the window at all. r=jfkthame
|
2013-04-20 13:19:26 -05:00 |
|
Jonathan Kew
|
0780a5f88b
|
bug 861403 - fix mixing of device pixels with global display pixels in MoveClient and ResizeClient calculations. r=roc
|
2013-04-15 13:17:22 +01:00 |
|
Jonathan Kew
|
89c5ad2d15
|
bug 859266 - respect devPixelsPerPx preference when calculating screen dimens on Windows. r=roc
|
2013-04-09 09:39:47 +01:00 |
|
David Zbarsky
|
d5539bb86d
|
Bug 856962: Move Touch to its own file r=Ms2ger
|
2013-04-05 04:49:00 -04:00 |
|
Jonathan Kew
|
dd4bb698d4
|
bug 851952 - handle conversion between logical and device pixels in Windows screen-manager and window position-constraint code. r=jimm
|
2013-04-01 10:10:33 +01:00 |
|
Jonathan Kew
|
936a7e4b26
|
bug 818927 part 2 - refactoring - create a GetDPIScale method in gfxWindowsPlatform, and use this to replace GetDeviceCaps(hdc, LOGPIXELSY) in widget code. r=jimm
|
2013-04-01 10:10:28 +01:00 |
|
Masayuki Nakano
|
314f1b7f53
|
Bug 848672 Redesign focus handling of nsTextStore r=jimm
|
2013-03-27 09:04:02 +09:00 |
|
Nathan Froyd
|
b256e82faa
|
Bug 844331 - part 5 - add profile-before-change2 notification; r=bsmedberg
|
2013-03-01 15:11:21 -05:00 |
|